summaryrefslogtreecommitdiff
path: root/gutils.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-31Also move the #define for O_BINARY from gutils.c to gfileutils.c.Tor Lillqvist1-4/+0
2000-10-30gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited inTor Lillqvist1-76/+0
2000-10-30Check for mkstemp.Tor Lillqvist1-0/+80
2000-10-30Introduced new function type GEqualFunc to return TRUE for equal params.Sebastian Wilhelmi1-2/+2
2000-10-09Add new files.Havoc Pennington1-0/+100
2000-09-28max_len can't be initialized statically as it might call a function. So doSebastian Wilhelmi1-1/+4
2000-09-19Test for the existence of getcwd, and use it only when found.Sebastian Wilhelmi1-3/+3
2000-09-07for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5Tim Janik1-2/+2
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi1-1/+74
2000-05-30Implement on Win32.Tor Lillqvist1-1/+8
2000-05-30Move the g_locale_get_codeset() up in the header file to correspond to toOwen Taylor1-1/+9
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor1-0/+17
2000-05-19added argument assertments.Tim Janik1-0/+16
2000-04-19Changed the win32 part of this function to be thread safe and to make theSebastian Wilhelmi1-22/+55
2000-03-22Move Win32-only includes after inclusion of glib.h, so that G_OS_WIN32 isTor Lillqvist1-11/+9
2000-03-22Ok, Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me,Sebastian Wilhelmi1-1/+1
2000-03-21always define G_GNUC_EXTENSION, even when not needed by GLib. That'sSebastian Wilhelmi1-4/+2
2000-03-21Allocate only up to 128KB for a pathname. While this is an arbitrary valueSebastian Wilhelmi1-1/+1
2000-03-20Make g_get_current_dir work on systems with unlimited pathname length likeSebastian Wilhelmi1-9/+22
2000-03-01minor optimization.Tim Janik1-6/+2
1999-11-01glib.h Rename Win32-only functions from gwin_* to g_win32_* to match theTor Lillqvist1-739/+0
1999-10-31Don't crash if removing a nonexistent value.Tor Lillqvist1-0/+574
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1-17/+17
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-1/+13
1999-07-01Added a g_memmove replacement for platforms without memmove, where bcopySebastian Wilhelmi1-0/+26
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi1-2/+2
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson1-0/+4
1999-04-25More editing. Use gcc, not ld to link. On native Win32 use _unlink(). UseTor Lillqvist1-63/+0
1999-04-24 Support added for building using a GNU toolchain on Win32,Tor Lillqvist1-13/+0
1999-04-22use sysconf (_SC_GETPW_R_SIZE_MAX) as the new initinal bufsize forSebastian Wilhelmi1-0/+5
1999-03-06add OS/2 changesAsbjørn Pettersen1-0/+4
1999-03-01Fixed yet another bloody implementation of getpwuid_r. This time for AIX.Sebastian Wilhelmi1-1/+6
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1-1/+1
1999-02-10fixed errernerous code wrt to thread specific error string allocationTim Janik1-35/+49
1999-02-05Make the error message in case of a broken thread system a bit moreSebastian Wilhelmi1-14/+32
1999-02-02Don't call ensure_stdout_valid (which would open an unneeded consoleTor Lillqvist1-20/+22
1999-01-29Changed initial bufsize to 64. Should solve some problems out there.Sebastian Wilhelmi1-1/+1
1999-01-25Do not use the thread libs, when searching for some functions, as thisSebastian Wilhelmi1-2/+1
1999-01-24reverted raja's changes, since they leaked a struct passwd contents bufferTim Janik1-57/+22
1999-01-24Hopefully got the error handling for `getpwuid_r' right. (g_get_any_init)Raja R Harinath1-3/+24
1999-01-24Moved the warning about MT and no getpwuid_r from gutils.c to configureManish Singh1-6/+0
1999-01-24(g_get_any_init) [HAVE_GETPWUID_R && HAVE_GETPWUID_R_POSIX]:Raja R Harinath1-3/+1
1999-01-24Rewrite not to look at `errno' if library call succeeds, since `errno' isRaja R Harinath1-14/+27
1999-01-23cleaned up the errno mess for GETPWUID. we especially don't want toTim Janik1-37/+47
1999-01-21Changed error handling again, as the error is not always set in errno, itSebastian Wilhelmi1-8/+12
1999-01-20jgarzik enthusiastically applies a patchJeff Garzik1-2/+2
1999-01-20All gtk apps were broken here on my setup. I changed the error to aGMT 1999 Adam D. Moss1-1/+1
1999-01-20Use getpwuid_r with the right signature, if available.Sebastian Wilhelmi1-28/+44