summaryrefslogtreecommitdiff
path: root/gutils.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist1-0/+23
1999-01-07Here we must replace getpwuid by getpwuid_r, but as I do not know how forSebastian Wilhelmi1-0/+13
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-13/+13
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-5/+29
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor1-0/+3
1998-11-25applied glib-tml-981120-0, change log appended below.PST 1998 Manish Singh1-1/+1
1998-11-01applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh1-26/+44
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath1-0/+5