summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.3.7GLIB_1_3_7Owen Taylor2001-09-0425-749/+1338
* Update. Don't mention pthreads.Tor Lillqvist2001-09-0419-238/+222
* updates for 1.3.7 release.Tim Janik2001-09-0314-3/+63
* Implement.Owen Taylor2001-09-037-1/+468
* Add closure_marshal/closure_callback fields to GSourceFuncs for use byOwen Taylor2001-09-0315-10/+109
* Replace some uses of isspace() with g_ascii_isspace().Owen Taylor2001-09-0212-8/+82
* Fix some variables that should have been static.Owen Taylor2001-09-0213-12/+60
* Added Spanish translation by josé antonio salgueiroCarlos Perelló Marín2001-09-023-1/+456
* Add 'want_to_read' to GStaticRWLock to avoid calling g_cond_broadcast,Sebastian Wilhelmi2001-08-3010-2/+37
* Don't free cached_poll_array, when adding new poll's. This is taken careSebastian Wilhelmi2001-08-309-6/+48
* After being away for about five months, I'm back working on this... ForTor Lillqvist2001-08-3026-189/+351
* "gboolean foo : 1" results in TRUE being -1 once assigned, use "guint fooMichael Natterer2001-08-299-6/+54
* Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE toDarin Adler2001-08-2712-9/+156
* Mon Aug 27 2001 Jens Finke <jens@gnome.org> - Changed package name toJens Finke2001-08-271-3/+6
* New functions to convert between local pahtnames and file: uris.Alex Larsson2001-08-2612-7/+686
* Implement and document g_ascii_isxxx.Alexander Larsson2001-08-258-111/+694
* Forgot changelog entryAlexander Larsson2001-08-258-0/+152
* New function, doing the same as g_convert but taking a GIConv argument.Alexander Larsson2001-08-2510-11/+117
* Fix bad indenting. I figured I should fix this since I just pointed AlexDarin Adler2001-08-249-22/+72
* Modified Files: glib/ChangeLog glib/glib/giochannel.cRon Steinke2001-08-249-14/+140
* Patch from Darin Adler to restore Glib-1.2 handling of empty strings, andOwen Taylor2001-08-2412-32/+143
* Patch from Josh Pritikin to fix reversed key and value destroy functions.Owen Taylor2001-08-2311-5/+95
* new macro.Tim Janik2001-08-239-0/+35
* Very minor fix on content-type.Kwok-Koon Cheung2001-08-211-1/+1
* Added traditional Chinese translation.Kwok-Koon Cheung2001-08-2111-1/+406
* added po to SUBDIRSSven Neumann2001-08-209-1/+33
* Eliminate use of floating point when determining if the hash table needsOwen Taylor2001-08-2010-14/+105
* Added missing \ character.Darin Adler2001-08-1910-3/+159
* Added Tamil translation.Fatih Demir2001-08-1911-1/+433
* add comment about shell quoting rules to the docs.Havoc Pennington2001-08-199-0/+47
* add an object member to the structure. (weak_refs_notify): passJames Henstridge2001-08-183-2/+17
* Modified Files: glib/ChangeLog glib/glib/giounix.cRon Steinke2001-08-169-9/+49
* Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke2001-08-1614-105/+293
* if __GNUC__ is defined, inline a test for an exact type match forTim Janik2001-08-153-9/+36
* let the generated .pc files depend on config.status, so they get correctlyTim Janik2001-08-1510-1/+43
* Mon Aug 14 2001 Jens Finke <jens@gnome.org> - Updated to match gppJens Finke2001-08-141-56/+70
* fix g_return_if_fail, g_assert and friends to have a body forTim Janik2001-08-129-6/+54
* Modified Files: ChangeLog glib/giochannel.cRon Steinke2001-08-129-5/+53
* Find test case for srcdir != builddir, miscellaneous cleanups.Owen Taylor2001-08-1211-19/+116
* Set GPATH to fix srcdir != builddir problems with GNU make.Owen Taylor2001-08-123-0/+19
* fix INT and FLOAT warnings for invalid token values.Tim Janik2001-08-129-2/+44
* document value arrays.Tim Janik2001-08-1211-95/+473
* fix preallocation logic, support DISABLE_MEM_POOLS properly, group valueTim Janik2001-08-123-11/+70
* Modified Files: glib/ChangeLog glib/glib/giochannel.cRon Steinke2001-08-109-1/+50
* Separate out log entry for gobject changes into the correct ChangeLog. Sorry.Sven Neumann2001-08-069-24/+5
* added new function g_nullify_pointer().Sven Neumann2001-08-0615-0/+155
* Modified Files: glib/ChangeLog glib/glib/giochannel.hRon Steinke2001-08-0512-11/+217
* Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke2001-08-0510-377/+548
* Include stddef.h so that we use the system's definition of NULL. (#54730)Owen Taylor2001-08-059-0/+44
* Hacky script to fix up your .msc.in files on windows. Dunno if this is aAlexander Larsson2001-08-0412-6/+203