applied patch from Andreas Persenius <ndap@swipnet.se> that updates the
[platform/upstream/glib.git] / glib / gutils.c
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-20 Sebastian WilhelmiMark the functions g_basename and g_dirname deprecated...
2000-05-30 Tor LillqvistImplement on Win32.
2000-05-30 Owen TaylorMove the g_locale_get_codeset() up in the header file...
2000-05-29 Owen TaylorAdd function to get the codeset name for the current...
2000-05-19 Tim Janikadded argument assertments.
2000-04-19 Sebastian WilhelmiChanged the win32 part of this function to be thread...
2000-03-22 Tor LillqvistMove Win32-only includes after inclusion of glib.h...
2000-03-22 Sebastian WilhelmiOk, Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum...
2000-03-21 Sebastian Wilhelmialways define G_GNUC_EXTENSION, even when not needed...
2000-03-21 Sebastian WilhelmiAllocate only up to 128KB for a pathname. While this...
2000-03-20 Sebastian WilhelmiMake g_get_current_dir work on systems with unlimited...
2000-03-01 Tim Janikminor optimization.
1999-11-01 Tor Lillqvistglib.h Rename Win32-only functions from gwin_* to g_win...
1999-10-31 Tor LillqvistDon't crash if removing a nonexistent value.
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-07-01 Sebastian WilhelmiAdded a g_memmove replacement for platforms without...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...
1999-05-08 CDT 1999 Shawn T... Port to BeOS by myself and Richard Offer.
1999-04-25 Tor LillqvistMore editing. Use gcc, not ld to link. On native Win32...
1999-04-24 Tor Lillqvist Support added for building using a GNU toolchain on...
1999-04-22 Sebastian Wilhelmiuse sysconf (_SC_GETPW_R_SIZE_MAX) as the new initinal...
1999-03-06 Asbjørn Pettersenadd OS/2 changes
1999-03-01 Sebastian WilhelmiFixed yet another bloody implementation of getpwuid_r...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1999-02-10 Tim Janikfixed errernerous code wrt to thread specific error...
1999-02-05 Sebastian WilhelmiMake the error message in case of a broken thread syste...
1999-02-02 Tor LillqvistDon't call ensure_stdout_valid (which would open an...
1999-01-29 Sebastian WilhelmiChanged initial bufsize to 64. Should solve some proble...
1999-01-25 Sebastian WilhelmiDo not use the thread libs, when searching for some...
1999-01-24 Tim Janikreverted raja's changes, since they leaked a struct...
1999-01-24 Raja R HarinathHopefully got the error handling for `getpwuid_r' right...
1999-01-24 Manish SinghMoved the warning about MT and no getpwuid_r from gutil...
1999-01-24 Raja R Harinath(g_get_any_init) [HAVE_GETPWUID_R && HAVE_GETPWUID_R_PO...
1999-01-24 Raja R HarinathRewrite not to look at `errno' if library call succeeds...
1999-01-23 Tim Janikcleaned up the errno mess for GETPWUID. we especially...
1999-01-21 Sebastian WilhelmiChanged error handling again, as the error is not alway...
1999-01-20 Jeff Garzikjgarzik enthusiastically applies a patch
1999-01-20 GMT 1999 Adam D... All gtk apps were broken here on my setup. I changed...
1999-01-20 Sebastian WilhelmiUse getpwuid_r with the right signature, if available.
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...
1999-01-07 Sebastian WilhelmiHere we must replace getpwuid by getpwuid_r, but as...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-12-02 Owen TaylorMerge main loop into head. This probably breaks Win32...
1998-11-25 PST 1998 Manish... applied glib-tml-981120-0, change log appended below.
1998-11-01 Manish Singhapplied glib-tml-981101-1 patch from Tor Lillqvist...
1998-11-01 Raja R HarinathLand glib-rrh-19981025-0.patch.
1998-10-27 Manish Singhwin32 patch from Tor Lillqvist (glib-tml-981027-0)...
1998-10-27 Manish Singhreimplemented the endian stuff, using inline asm for...
1998-10-27 Tor Lillqvistremoved dummy structure definitions for struct _GCache...
1998-09-08 Manish Singh#include <errno.h>
1998-09-08 Tim Janikabandon the use of ATEXIT(), we keep the fallback macro...
1998-09-07 Tim Janikcheck for all three inline keywords individually.
1998-09-06 Tom TromeyDefine. New define. (g_bit_nth_msf): Use it. Also,...
1998-08-24 Tim Janikremoved this function which was not publically exported...
1998-08-16 Tim Janikversion bump to 1.1.3, binary age 0, interface age 0.
1998-08-04 Tim Janikversion bump to 1.1.1, binary age 1, interface age...
1998-07-25 Tim Janikindentation fixes.
1998-07-15 Tim Janikfeature TMPDIR env variable.
1998-07-14 Tim Janiknew fuction g_dirname() which returns a newlly allocate...
1998-07-10 Tim Janikadded a bunch of utility/wrapper functions: g_basename...
1998-06-12 Josh MacDonald[Changes from josh to sync with his glib stuff -Yosh]
1998-06-10 Owen TaylorInitial revision