summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
AgeCommit message (Expand)Author
2001-08-20Eliminate use of floating point when determining if the hash table needsOwen Taylor
2001-08-19Added missing \ character.Darin Adler
2001-08-19Added Tamil translation.Fatih Demir
2001-08-19add comment about shell quoting rules to the docs.Havoc Pennington
2001-08-16Modified Files: glib/ChangeLog glib/glib/giounix.cRon Steinke
2001-08-16Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke
2001-08-15let the generated .pc files depend on config.status, so they get correctlyTim Janik
2001-08-12fix g_return_if_fail, g_assert and friends to have a body forTim Janik
2001-08-12Modified Files: ChangeLog glib/giochannel.cRon Steinke
2001-08-12Find test case for srcdir != builddir, miscellaneous cleanups.Owen Taylor
2001-08-12fix INT and FLOAT warnings for invalid token values.Tim Janik
2001-08-10Modified Files: glib/ChangeLog glib/glib/giochannel.cRon Steinke
2001-08-06Separate out log entry for gobject changes into the correct ChangeLog. Sorry.Sven Neumann
2001-08-06added new function g_nullify_pointer().Sven Neumann
2001-08-05Modified Files: glib/ChangeLog glib/glib/giochannel.hRon Steinke
2001-08-05Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke
2001-08-05Include stddef.h so that we use the system's definition of NULL. (#54730)Owen Taylor
2001-08-04Hacky script to fix up your .msc.in files on windows. Dunno if this is aAlexander Larsson
2001-08-03Modified Files: glib/ChangeLog glib/glib/giochannel.cRon Steinke
2001-08-03Improve strfunc test to test the split function in a way that demonstratesDarin Adler
2001-08-03beautified configure help output.Sven Neumann
2001-08-03Fix computation (Fix from Cesar Rincon)Owen Taylor
2001-08-03Made g_utf8_find_prev_char able to return the first character of a string.Christopher James Lahey
2001-07-31Modified Files: glib/ChangeLog glib/glib/giochannel.hRon Steinke
2001-07-31declare gboolean vtable_set static.Sven Neumann
2001-07-30Modified Files: glib/docs/reference/glib/glib-sections.txtRon Steinke
2001-07-30#undef inline before testing whether it works to avoid false positives.Sebastian Wilhelmi
2001-07-30build the library name ourselfs ... so we can load the library specifiedSebastian Wilhelmi
2001-07-29Matthias Classen's patch to give g_io_channel_flush() the correct senseRon Steinke
2001-07-29if __GNUC__ is defined, inline a test for an exact type match forTim Janik
2001-07-27Use G_GNUC_EXTENSION instead of __extension__. Patch from Pavel RoskinSebastian Wilhelmi
2001-07-26Update location of pkgconfig from sourceforge.net to new location atDarin Adler
2001-07-26added a "release_check" to the OutArgument structure, which, if present,Michael Natterer
2001-07-23fix unconditional check of first GParamSpec inPadraig O'Briain
2001-07-23fixed g_io_channel_seek_position() so that G_SEEK_CUR works for UTF-8Ron Steinke
2001-07-23removed glib.def from EXTRA_DIST ... ... and added it here.Sven Neumann
2001-07-22make the code actually have an effect (Use |= to set bits). Not absolutelyHans Breuer
2001-07-21set the corresponding p(ermission)mode of the file when creating,Hans Breuer
2001-07-21intial implementation of new API functions. Not sure if it behaves asHans Breuer
2001-07-20Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.cRon Steinke
2001-07-20glib/ChangeLog: modified for changes in glib-genmarshal.cRon Steinke
2001-07-20s/size_t/gsize/ to match prototypes.Owen Taylor
2001-07-20make it compile againHans Breuer
2001-07-19Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler
2001-07-19Add functions to insert a unichar as UTF-8, since this is reasonablyOwen Taylor
2001-07-17Added "nn" to ALL_LINGUAS.Kjartan Maraas
2001-07-17Add some assertions. Simplify and fix g_main_context_release(). Fix someSebastian Wilhelmi
2001-07-12Changed prototype of printf_string_upper_bound to return gsize. NowMark Murnane
2001-07-11Add some generated files.Darin Adler
2001-07-11Add gunicomp.h (Reported by Sven Neumann).Owen Taylor