summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
AgeCommit message (Expand)AuthorFilesLines
2001-08-30After being away for about five months, I'm back working on this... ForTor Lillqvist1-0/+33
2001-08-29"gboolean foo : 1" results in TRUE being -1 once assigned, use "guint fooMichael Natterer1-0/+6
2001-08-27Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE toDarin Adler1-0/+12
2001-08-26New functions to convert between local pahtnames and file: uris.Alex Larsson1-0/+10
2001-08-25Forgot changelog entryAlexander Larsson1-0/+19
2001-08-25New function, doing the same as g_convert but taking a GIConv argument.Alexander Larsson1-0/+7
2001-08-24Fix bad indenting. I figured I should fix this since I just pointed AlexDarin Adler1-0/+6
2001-08-24Modified Files: glib/ChangeLog glib/glib/giochannel.cRon Steinke1-0/+14
2001-08-24Patch from Darin Adler to restore Glib-1.2 handling of empty strings, andOwen Taylor1-0/+10
2001-08-23Patch from Josh Pritikin to fix reversed key and value destroy functions.Owen Taylor1-0/+9
2001-08-23new macro.Tim Janik1-0/+4
2001-08-21Added traditional Chinese translation.Kwok-Koon Cheung1-0/+4
2001-08-20added po to SUBDIRSSven Neumann1-0/+4
2001-08-20Eliminate use of floating point when determining if the hash table needsOwen Taylor1-0/+11
2001-08-19Added missing \ character.Darin Adler1-0/+7
2001-08-19Added Tamil translation.Fatih Demir1-0/+4
2001-08-19add comment about shell quoting rules to the docs.Havoc Pennington1-0/+5
2001-08-16Modified Files: glib/ChangeLog glib/glib/giounix.cRon Steinke1-1/+6
2001-08-16Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke1-0/+15
2001-08-15let the generated .pc files depend on config.status, so they get correctlyTim Janik1-0/+5
2001-08-12fix g_return_if_fail, g_assert and friends to have a body forTim Janik1-0/+6
2001-08-12Modified Files: ChangeLog glib/giochannel.cRon Steinke1-0/+5
2001-08-12Find test case for srcdir != builddir, miscellaneous cleanups.Owen Taylor1-0/+11
2001-08-12fix INT and FLOAT warnings for invalid token values.Tim Janik1-0/+5
2001-08-10Modified Files: glib/ChangeLog glib/glib/giochannel.cRon Steinke1-0/+6
2001-08-06Separate out log entry for gobject changes into the correct ChangeLog. Sorry.Sven Neumann1-3/+0
2001-08-06added new function g_nullify_pointer().Sven Neumann1-0/+7
2001-08-05Modified Files: glib/ChangeLog glib/glib/giochannel.hRon Steinke1-0/+12
2001-08-05Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke1-0/+31
2001-08-05Include stddef.h so that we use the system's definition of NULL. (#54730)Owen Taylor1-0/+5
2001-08-04Hacky script to fix up your .msc.in files on windows. Dunno if this is aAlexander Larsson1-0/+18
2001-08-03Modified Files: glib/ChangeLog glib/glib/giochannel.cRon Steinke1-0/+16
2001-08-03Improve strfunc test to test the split function in a way that demonstratesDarin Adler1-0/+7
2001-08-03beautified configure help output.Sven Neumann1-0/+6
2001-08-03Fix computation (Fix from Cesar Rincon)Owen Taylor1-0/+5
2001-08-03Made g_utf8_find_prev_char able to return the first character of a string.Christopher James Lahey1-0/+5
2001-07-31Modified Files: glib/ChangeLog glib/glib/giochannel.hRon Steinke1-0/+6
2001-07-31declare gboolean vtable_set static.Sven Neumann1-0/+4
2001-07-30Modified Files: glib/docs/reference/glib/glib-sections.txtRon Steinke1-0/+9
2001-07-30#undef inline before testing whether it works to avoid false positives.Sebastian Wilhelmi1-1/+5
2001-07-30build the library name ourselfs ... so we can load the library specifiedSebastian Wilhelmi1-0/+7
2001-07-29Matthias Classen's patch to give g_io_channel_flush() the correct senseRon Steinke1-0/+8
2001-07-29if __GNUC__ is defined, inline a test for an exact type match forTim Janik1-0/+7
2001-07-27Use G_GNUC_EXTENSION instead of __extension__. Patch from Pavel RoskinSebastian Wilhelmi1-0/+5
2001-07-26Update location of pkgconfig from sourceforge.net to new location atDarin Adler1-0/+7
2001-07-26added a "release_check" to the OutArgument structure, which, if present,Michael Natterer1-0/+7
2001-07-23fix unconditional check of first GParamSpec inPadraig O'Briain1-0/+6
2001-07-23fixed g_io_channel_seek_position() so that G_SEEK_CUR works for UTF-8Ron Steinke1-0/+8
2001-07-23removed glib.def from EXTRA_DIST ... ... and added it here.Sven Neumann1-0/+5
2001-07-22make the code actually have an effect (Use |= to set bits). Not absolutelyHans Breuer1-0/+10