summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
AgeCommit message (Expand)Author
2000-05-29Add function to get the codeset name for the current locale.Owen Taylor
2000-05-19added argument assertments.Tim Janik
2000-05-19fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art HaasTim Janik
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist
2000-05-12added gobjectTim Janik
2000-05-11Print found version when test succeeds.Owen Taylor
2000-05-04makefile.cygwin.in Include the common makefile snippet fromTor Lillqvist
2000-05-01Add new functions. Add new object files. Add threadpool-test. No need toTor Lillqvist
2000-04-28New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi
2000-04-26Look for both pthread_create and pthread_join in the thread library. SomeSebastian Wilhelmi
2000-04-26ChangeLog update: This fixes Bug #8267. Thanks to Juan ToledoSebastian Wilhelmi
2000-04-26Changed the 'value' parameter of g_cache_remove from gpointer toSebastian Wilhelmi
2000-04-19Update entry point list.Tor Lillqvist
2000-04-19Made the debugging G_TRYLOCK call also work for compilers with funntSebastian Wilhelmi
2000-04-19Changed the win32 part of this function to be thread safe and to make theSebastian Wilhelmi
2000-04-19make sure that scanner->config->cset_skip_characters is "" instead ofTim Janik
2000-04-18Changed the 'data' parameters from gpointer to gconstpointer for theSebastian Wilhelmi
2000-04-18Changed comment for g_getenv to reflect, that the returned memory must notSebastian Wilhelmi
2000-04-17Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi
2000-04-17Added g_(array|ptr_array|byte_array)_sized_new functions, that reserve aSebastian Wilhelmi
2000-04-07Fixed bug. Thanks to Marko Kreen <marko@l-t.ee> for reporting that.Sebastian Wilhelmi
2000-03-26Tell about using the mingw-based gcc, which is much easier than modifyingTor Lillqvist
2000-03-24typo alarmSebastian Wilhelmi
2000-03-24Made GArray behave correct. Now zero_terminated really means, that theSebastian Wilhelmi
2000-03-24Added various win32 related *.in files to EXTRA_DIST to let 'makeSebastian Wilhelmi
2000-03-23After finding the right thread library (containing e.g. pthread_create) weSebastian Wilhelmi
2000-03-22Fix indentation.Owen Taylor
2000-03-22gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing twoElliot Lee
2000-03-22Move Win32-only includes after inclusion of glib.h, so that G_OS_WIN32 isTor Lillqvist
2000-03-22better ChangeLog EntrySebastian Wilhelmi
2000-03-22Ok, Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me,Sebastian Wilhelmi
2000-03-22Test for sched_yield as the native yield function first. Corrected typoSebastian Wilhelmi
2000-03-21always define G_GNUC_EXTENSION, even when not needed by GLib. That'sSebastian Wilhelmi
2000-03-21Allocate only up to 128KB for a pathname. While this is an arbitrary valueSebastian Wilhelmi
2000-03-20Warn in case of an error during the call to poll(2). Closes Bug#7564 asSebastian Wilhelmi
2000-03-20Make g_get_current_dir work on systems with unlimited pathname length likeSebastian Wilhelmi
2000-03-20Interpret EINTR as G_IO_ERROR_AGAIN.Sebastian Wilhelmi
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi
2000-03-13We want the next and prev pointer of the inserted link to be NULL.Sebastian Wilhelmi
2000-03-06Another small change to the pthread_.. search pattern. Should work *now*Sebastian Wilhelmi
2000-03-03New function that returns the message string for a Win32 error code.Tor Lillqvist
2000-03-03Make the search for pthread_attr_... prototypes find names at the start ofSebastian Wilhelmi
2000-03-01minor optimization.Tim Janik
2000-02-27Add new functions.Tor Lillqvist
2000-02-23Add a missing step to the setup instructions for gcc-2.95.2. Thanks toTor Lillqvist
2000-02-18Changed GCC version test to also accept major versions > 2. Thanks to BenSebastian Wilhelmi
2000-02-17changed g_str_hash() to a 31 bit version based on a submission by KarlHavoc Pennington
2000-02-13wtf??? someone destroyed the configure.in, reverting to an older versionTim Janik
2000-02-07Move to corresponding subdirectories.Tor Lillqvist
2000-02-04New files, for putting version info in the DLLs on Win32.Tor Lillqvist