summaryrefslogtreecommitdiff
path: root/gutils.c
AgeCommit message (Expand)Author
2000-11-15Check for the sched.h header and include it on gthread/gthread-posix.c ifSebastian Wilhelmi
2000-11-05AddedHavoc Pennington
2000-10-31Also move the #define for O_BINARY from gutils.c to gfileutils.c.Tor Lillqvist
2000-10-30gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited inTor Lillqvist
2000-10-30Check for mkstemp.Tor Lillqvist
2000-10-30Introduced new function type GEqualFunc to return TRUE for equal params.Sebastian Wilhelmi
2000-10-09Add new files.Havoc Pennington
2000-09-28max_len can't be initialized statically as it might call a function. So doSebastian Wilhelmi
2000-09-19Test for the existence of getcwd, and use it only when found.Sebastian Wilhelmi
2000-09-07for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5Tim Janik
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