8d18aade3f
potential fix for windows crash when it encounters file dates beyond
...
the nice limited unix range (1970-2034 or so).
Zr will check!
2004-05-06 20:53:05 +00:00
9802db019d
Rick Kimball's patch Basically it checks to make sure the unix platforms
...
were able to find a user before copying that user as the owner.
Kent
2004-04-05 17:07:06 +00:00
2b27a909f0
Fixed the fix I did earlyer. (Move var declaration up in the function
...
to where it should be) Darn SGI ;)
Kent
2004-03-30 14:41:08 +00:00
53b9bc5990
Bug fix for #977
...
Removes the creation of a password table for Non Windows machines
and instead calls getpwuid Was a lot slower before,
on systems with many users.
fix provided by Ryan Hayward (rhayward)
Kent
2004-03-29 18:39:48 +00:00
9ed4436058
Updated the Sun ifdef's basically I standardized them so they
...
were all the same and make sure all platforms see them.
Kent
2004-03-06 19:32:33 +00:00
d9cf17d930
Added a if defined(__sun)
...
I believe gcc and sun's cc have it defined differently.
It wasn't including statfs.h now it is.
Kent
2004-02-23 14:29:10 +00:00
f46d9845ec
One of Jan's patches for NetBSD.
...
Kent
2003-05-29 14:09:25 +00:00
695c968825
- translations for comments in blender lib files
2003-04-26 16:02:26 +00:00
f41a178ae9
opps had a typo...
...
Kent
2003-01-30 20:05:04 +00:00
9475bf9e29
Modified checks for defined __FreeBSD__ to also include defined (__OpenBSD__)
...
From: http://www.blender.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=840
Kent
2003-01-30 18:51:05 +00:00
d0e346d544
updated .c files to include:
...
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Just need to finish cpp files now :)
Kent
--
mein@cs.umn.edu
2002-11-25 12:02:15 +00:00
Hans Lambermont
12315f4d0e
Initial revision
2002-10-12 11:37:38 +00:00