summaryrefslogtreecommitdiff
path: root/gutils.c
AgeCommit message (Expand)Author
1999-01-24Moved the warning about MT and no getpwuid_r from gutils.c to configureManish Singh
1999-01-24(g_get_any_init) [HAVE_GETPWUID_R && HAVE_GETPWUID_R_POSIX]:Raja R Harinath
1999-01-24Rewrite not to look at `errno' if library call succeeds, since `errno' isRaja R Harinath
1999-01-23cleaned up the errno mess for GETPWUID. we especially don't want toTim Janik
1999-01-21Changed error handling again, as the error is not always set in errno, itSebastian Wilhelmi
1999-01-20jgarzik enthusiastically applies a patchJeff Garzik
1999-01-20All gtk apps were broken here on my setup. I changed the error to aGMT 1999 Adam D. Moss
1999-01-20Use getpwuid_r with the right signature, if available.Sebastian Wilhelmi
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist
1999-01-07Here we must replace getpwuid by getpwuid_r, but as I do not know how forSebastian Wilhelmi
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor
1998-11-25applied glib-tml-981120-0, change log appended below.PST 1998 Manish Singh
1998-11-01applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath
1998-10-27win32 patch from Tor Lillqvist (glib-tml-981027-0), fixes some minorManish Singh
1998-10-27reimplemented the endian stuff, using inline asm for x86. #define g_htonlManish Singh
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist
1998-09-08#include <errno.h>Manish Singh
1998-09-08abandon the use of ATEXIT(), we keep the fallback macros for backwardsTim Janik
1998-09-07check for all three inline keywords individually.Tim Janik
1998-09-06Define. New define. (g_bit_nth_msf): Use it. Also, add prototype.Tom Tromey
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik
1998-08-04version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik
1998-07-25indentation fixes.Tim Janik
1998-07-15feature TMPDIR env variable.Tim Janik
1998-07-14new fuction g_dirname() which returns a newlly allocated string.Tim Janik
1998-07-10added a bunch of utility/wrapper functions: g_basename(), g_getcwd(),Tim Janik
1998-06-12[Changes from josh to sync with his glib stuff -Yosh]Josh MacDonald
1998-06-10Initial revisionOwen Taylor