summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
AgeCommit message (Expand)Author
2000-02-03return stolen data from g_datalist_id_remove_no_notify() andTim Janik
2000-02-02glib.h New functions for conversion between UTF-8 and the encodingTor Lillqvist
2000-01-26s/current_time/dispatch_time/ for the dispatch() handlers. refetch theTim Janik
2000-01-21Added G_N_ELEMENTS macro to determine the number of elements in an array.Owen Taylor
2000-01-09correctly fetch the current locale, fix from owen.Tim Janik
1999-12-16Use FormatMessage to translate system error codes into textual messages.Tor Lillqvist
1999-11-25This of course should return TRUE in a program with a thread-disabledSebastian Wilhelmi
1999-11-18g_strjoin was missing.Tor Lillqvist
1999-11-16Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflectSebastian Wilhelmi
1999-11-14Very minor stuff.Tor Lillqvist
1999-11-09Forgot to commit ChangeLog. Here we go. (I'm still learning, how toSebastian Wilhelmi
1999-11-08Make the test for getpwuid_r work on newer AIX versions, too. Still worksSebastian Wilhelmi
1999-11-08Look at env vars LC_ALL, LC_CTYPE and LANG first. Some refinements to theTor Lillqvist
1999-11-04Add gwin32 object. Add rule to make .i (preprocessed source) files.Tor Lillqvist
1999-11-01Distribute also gwin32.cTor Lillqvist
1999-11-01glib.h Rename Win32-only functions from gwin_* to g_win32_* to match theTor Lillqvist
1999-10-31Use the fix for the g_cache_remove bug from the 1.2 branch instead.Tor Lillqvist
1999-10-31Don't crash if removing a nonexistent value.Tor Lillqvist
1999-10-17remove g_dataset_global_lock around destroy() notification here as well.Sebastian Wilhelmi
1999-10-14removed useless g_string(x) macro that cluttered the namespace and wasTim Janik
1999-10-12Define the new GLIB_SIZEOF_* constants here, too.Tor Lillqvist
1999-10-12completly new implementation for printf string upper bounds calculation.Tim Janik
1999-10-06blah. use G_WITH_CYGWIN instead of G_HAVE_CYGWINManish Singh
1999-10-05Use G_OS_WIN32.Tor Lillqvist
1999-10-05Drop the mapping of POSIX function names to the underscored versions, it'sTor Lillqvist
1999-10-04Don't define WIN32 and NATIVE_WIN32.Tor Lillqvist
1999-10-04use G_HAVE_CYGWIN in favor of G_OS_FEATURE_CYGWINManish Singh
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh
1999-09-21define NULL as (0L) if __cplusplus is defined, to avoid "ANSI C++ forbidsTim Janik
1999-09-17applied patch from Soeren Sandmann <sandmann@daimi.au.dk>, to force memTim Janik
1999-09-17add explicit (GTrashStack*) cast for NULL pointer to cure ANSI C++ error.Tim Janik
1999-09-13in case we have to abort the program, debugging is enabled and we are notTim Janik
1999-08-26added --export-dynamic so we can load dynmic modules, (required, accordingTim Janik
1999-08-19Use /dev/urandom, as it doesn't block, which /dev/random might do. Do notSebastian Wilhelmi
1999-08-17Add a cast.Tor Lillqvist
1999-08-15eliminate memset() call, since string.h has not neccessarily been includedTim Janik
1999-08-02glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy toTor Lillqvist
1999-08-01glib.h the #define for g_strescape interfered with the compilation of theManish Singh
1999-07-31New functions.Tor Lillqvist
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik
1999-07-21 Win32: With the latest gcc (2.95, pre-release), we can have binaryTor Lillqvist
1999-07-12Correct URL for mingw runtime sources.Tor Lillqvist
1999-07-07Test for pthread_join rather than for pthread_create to determine theSebastian Wilhelmi
1999-07-02*** empty log message ***Tor Lillqvist
1999-07-01Added a g_memmove replacement for platforms without memmove, where bcopySebastian Wilhelmi
1999-06-30Finally removed the g_random_normal and g_rand_normal functions.Sebastian Wilhelmi
1999-06-28Add missing export of g_strncasecmp.Tor Lillqvist
1999-06-21More spec file cleanups from Jose Mercado of Jose Mercado fame.Jose Mercado
1999-06-20Update the pthreads snapshot version we want. Advice how to hand-expandTor Lillqvist
1999-06-18Re-order tests in alpha order.Jeff Garzik