summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
AgeCommit message (Expand)AuthorFilesLines
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik1-0/+21
2000-07-26include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.Tim Janik1-0/+11
2000-07-25applied patch from Darin Adler <darin@eazel.com> which suppliesTim Janik1-0/+6
2000-07-22Fix resource handling, the resource file got left out from the DLL afterTor Lillqvist1-0/+8
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi1-0/+12
2000-07-20Mark the functions g_hash_table_freeze, g_hash_table_thaw and thusSebastian Wilhelmi1-0/+9
2000-07-19glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi1-0/+6
2000-07-16Remove incomplete start of info file -Owen Taylor1-0/+5
2000-07-15Add build/Makefile and build/win32/Makefile to AC_OUTPUT() so things buildOwen Taylor1-0/+6
2000-07-15fixed an off by 0 error (yeah, the function went off when the while (n--)Tim Janik1-0/+6
2000-07-14Include the "build" module in GLib, too, to make it more self-contained.Tor Lillqvist1-0/+9
2000-07-14Release 1.3.1GLIB_1_3_1Owen Taylor1-0/+4
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor1-0/+19
2000-07-13Add g_error functions.Tor Lillqvist1-0/+8
2000-07-12#include <gerror.h>Havoc Pennington1-0/+15
2000-07-10Move string.h include into the .c file instead of where it was in the .hOwen Taylor1-0/+4
2000-07-08Rename the GUTILS_C_VAR macro to GLIB_VAR.Tor Lillqvist1-0/+8
2000-07-06Release 1.3.1Owen Taylor1-0/+8
2000-07-04Update README.win32.Tor Lillqvist1-0/+4
2000-07-03Fix up to correspond to configure.in checks.Owen Taylor1-0/+5
2000-07-03Comment g_get_codeset() out of the header file temporarily. (Very similarOwen Taylor1-0/+6
2000-06-30Add new entry points.Tor Lillqvist1-0/+6
2000-06-29updatedOwen Taylor1-1/+20
2000-06-29FixOwen Taylor1-0/+5
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-0/+5
2000-06-21Initial pass at adding unicode support functions. A few things still needOwen Taylor1-0/+9
2000-06-06Rephrase the ChangeLog comment a bit.Tor Lillqvist1-4/+4
2000-06-06If we are watching the same fd several times (for different conditions,Tor Lillqvist1-0/+8
2000-05-30Implement on Win32.Tor Lillqvist1-0/+9
2000-05-30Move the g_locale_get_codeset() up in the header file to correspond to toOwen Taylor1-0/+9
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor1-0/+7
2000-05-19added argument assertments.Tim Janik1-0/+9
2000-05-19fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art HaasTim Janik1-0/+15
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist1-0/+23
2000-05-12added gobjectTim Janik1-0/+39
2000-05-11Print found version when test succeeds.Owen Taylor1-0/+4
2000-05-04makefile.cygwin.in Include the common makefile snippet fromTor Lillqvist1-0/+11
2000-05-01Add new functions. Add new object files. Add threadpool-test. No need toTor Lillqvist1-0/+8
2000-04-28New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi1-1/+18
2000-04-26Look for both pthread_create and pthread_join in the thread library. SomeSebastian Wilhelmi1-0/+5
2000-04-26ChangeLog update: This fixes Bug #8267. Thanks to Juan ToledoSebastian Wilhelmi1-1/+3
2000-04-26Changed the 'value' parameter of g_cache_remove from gpointer toSebastian Wilhelmi1-1/+13
2000-04-19Update entry point list.Tor Lillqvist1-0/+4
2000-04-19Made the debugging G_TRYLOCK call also work for compilers with funntSebastian Wilhelmi1-0/+5
2000-04-19Changed the win32 part of this function to be thread safe and to make theSebastian Wilhelmi1-0/+11
2000-04-19make sure that scanner->config->cset_skip_characters is "" instead ofTim Janik1-0/+6
2000-04-18Changed the 'data' parameters from gpointer to gconstpointer for theSebastian Wilhelmi1-1/+6
2000-04-18Changed comment for g_getenv to reflect, that the returned memory must notSebastian Wilhelmi1-0/+5
2000-04-17Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi1-0/+10
2000-04-17Added g_(array|ptr_array|byte_array)_sized_new functions, that reserve aSebastian Wilhelmi1-0/+11