summaryrefslogtreecommitdiff
path: root/gutils.c
AgeCommit message (Expand)Author
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi
2000-05-30Implement on Win32.Tor Lillqvist
2000-05-30Move the g_locale_get_codeset() up in the header file to correspond to toOwen Taylor
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor
2000-05-19added argument assertments.Tim Janik
2000-04-19Changed the win32 part of this function to be thread safe and to make theSebastian Wilhelmi
2000-03-22Move Win32-only includes after inclusion of glib.h, so that G_OS_WIN32 isTor Lillqvist
2000-03-22Ok, Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me,Sebastian Wilhelmi
2000-03-21always define G_GNUC_EXTENSION, even when not needed by GLib. That'sSebastian Wilhelmi
2000-03-21Allocate only up to 128KB for a pathname. While this is an arbitrary valueSebastian Wilhelmi
2000-03-20Make g_get_current_dir work on systems with unlimited pathname length likeSebastian Wilhelmi
2000-03-01minor optimization.Tim Janik
1999-11-01glib.h Rename Win32-only functions from gwin_* to g_win32_* to match theTor Lillqvist
1999-10-31Don't crash if removing a nonexistent value.Tor Lillqvist
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik
1999-07-01Added a g_memmove replacement for platforms without memmove, where bcopySebastian Wilhelmi
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson
1999-04-25More editing. Use gcc, not ld to link. On native Win32 use _unlink(). UseTor Lillqvist
1999-04-24 Support added for building using a GNU toolchain on Win32,Tor Lillqvist
1999-04-22use sysconf (_SC_GETPW_R_SIZE_MAX) as the new initinal bufsize forSebastian Wilhelmi
1999-03-06add OS/2 changesAsbjørn Pettersen
1999-03-01Fixed yet another bloody implementation of getpwuid_r. This time for AIX.Sebastian Wilhelmi
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi
1999-02-10fixed errernerous code wrt to thread specific error string allocationTim Janik
1999-02-05Make the error message in case of a broken thread system a bit moreSebastian Wilhelmi
1999-02-02Don't call ensure_stdout_valid (which would open an unneeded consoleTor Lillqvist
1999-01-29Changed initial bufsize to 64. Should solve some problems out there.Sebastian Wilhelmi
1999-01-25Do not use the thread libs, when searching for some functions, as thisSebastian Wilhelmi
1999-01-24reverted raja's changes, since they leaked a struct passwd contents bufferTim Janik
1999-01-24Hopefully got the error handling for `getpwuid_r' right. (g_get_any_init)Raja R Harinath
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