summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)Author
2000-07-19glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi
2000-07-15fixed an off by 0 error (yeah, the function went off when the while (n--)Tim Janik
2000-07-14Include the "build" module in GLib, too, to make it more self-contained.Tor Lillqvist
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor
2000-07-13Add g_error functions.Tor Lillqvist
2000-07-12#include <gerror.h>Havoc Pennington
2000-07-10Move string.h include into the .c file instead of where it was in the .hOwen Taylor
2000-07-08Rename the GUTILS_C_VAR macro to GLIB_VAR.Tor Lillqvist
2000-07-06Release 1.3.1Owen Taylor
2000-07-03Fix up to correspond to configure.in checks.Owen Taylor
2000-07-03Comment g_get_codeset() out of the header file temporarily. (Very similarOwen Taylor
2000-06-30Add new entry points.Tor Lillqvist
2000-06-29updatedOwen Taylor
2000-06-29FixOwen Taylor
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik
2000-06-21Initial pass at adding unicode support functions. A few things still needOwen Taylor
2000-06-06If we are watching the same fd several times (for different conditions,Tor Lillqvist
2000-05-30Implement on Win32.Tor Lillqvist
2000-05-30Move the g_locale_get_codeset() up in the header file to correspond to toOwen Taylor
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-13Small fixes to test progam build.Tor Lillqvist
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist
2000-05-12added gobjectTim Janik
2000-05-12added gobjectTim Janik
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-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-17Renamed g_queue_create to g_queue_new in conformance to all other GLibSebastian Wilhelmi
2000-04-07Fixed bug. Thanks to Marko Kreen <marko@l-t.ee> for reporting that.Sebastian 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-22Ok, Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me,Sebastian 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