summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
AgeCommit message (Expand)Author
2000-08-31glib.h glib.def New function, to make a GPollFD from a GIOChannel. CreatesTor Lillqvist
2000-08-31glib.h No use for separate condition parameter.Tor Lillqvist
2000-08-31Simplify, use GetSystemTimeAsFileTime().Tor Lillqvist
2000-08-27Hmm, the parameter to g_io_channel_win32_poll() should be a GPollFD array,Tor Lillqvist
2000-08-27New function, otherwise like g_io_channel_win32_wait_for_condition(), butTor Lillqvist
2000-08-25Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee
2000-08-21Fix inclusion of config.hElliot Lee
2000-08-21Fix a couple of trivial bugs that were causing warnings.Owen Taylor
2000-08-17Return the data left behind. Return the data left behind.Darin Adler
2000-08-11Some indentation and spacing fixes. Add some more logging.Tor Lillqvist
2000-08-11don't duplicate glib CflagsHavoc Pennington
2000-08-11Look in glib-2.0/include for glibconfig.hHavoc Pennington
2000-08-06New function, that calls g_source_remove(). Check return value ofTor Lillqvist
2000-08-06keep *last updated while running through the domain list, so we don'tTim Janik
2000-07-31Fix stray characterOwen Taylor
2000-07-31forgot to add .pc.in to EXTRA_DISTHavoc Pennington
2000-07-31pkg-config data filesHavoc Pennington
2000-07-31The code didn't compile (must have been sleepy when committing). "return"Tor Lillqvist
2000-07-30fix tor's recent changes which got rid of a required variable in theTim Janik
2000-07-30Compile in the debugging code all the time, but only output debug messagesTor Lillqvist
2000-07-29Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist
2000-07-27completed tor's fix to cover both #ifdef branches.Tim Janik
2000-07-26Return 0 on error, not NULL.Tor Lillqvist
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik
2000-07-26include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.Tim Janik
2000-07-25applied patch from Darin Adler <darin@eazel.com> which suppliesTim Janik
2000-07-22Fix resource handling, the resource file got left out from the DLL afterTor Lillqvist
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi
2000-07-20Mark the functions g_hash_table_freeze, g_hash_table_thaw and thusSebastian Wilhelmi
2000-07-19glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi
2000-07-16Remove incomplete start of info file -Owen Taylor
2000-07-15Add build/Makefile and build/win32/Makefile to AC_OUTPUT() so things buildOwen Taylor
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-14Release 1.3.1upstream/GLIB_1_3_1Owen Taylor
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-04Update README.win32.Tor Lillqvist
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