summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Get rid of --enable-msg-prefixHavoc Pennington2001-05-091-31/+72
* Renamed 'value' and 'arg' to 'data' and 'thread_func' to 'func' to make itSebastian Wilhelmi2001-05-094-43/+42
* removed #include <unistd.h> sneaked in by sopwith in november.Tim Janik2001-05-081-4/+3
* Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi2001-05-084-40/+56
* don't try to export g_strcpy, it is g_stpcpy; updated and added someHans Breuer2001-05-061-6/+12
* fixed a typo in a comment.Sven Neumann2001-05-043-106/+424
* Make foreach() safe against removal of the _current_ element. While thisOwen Taylor2001-05-032-2/+4
* Fix read past end of the string. (#50404, fix from Jonas Borgström)Owen Taylor2001-05-021-1/+1
* made hook ids a gulong.Tim Janik2001-04-292-6/+6
* Remove definition of g_hash_table_freeze and g_hash_table_thaw. InsteadSebastian Wilhelmi2001-04-196-86/+17
* Add missing static pointed out by Michael Meeks.Owen Taylor2001-04-181-1/+1
* Define _GNU_SOURCE for stpcpyOwen Taylor2001-04-171-0/+2
* Until now every thread pool always had at least one tread waiting to avoidSebastian Wilhelmi2001-04-171-15/+53
* Remove warnings about conflicts with the stable version.GLIB_1_3_3Owen Taylor2001-04-171-3/+4
* docsHavoc Pennington2001-04-169-13/+235
* make GDebugKeys argument constHavoc Pennington2001-04-162-6/+7
* updatedHans Breuer2001-04-133-1/+4
* updates.Tim Janik2001-04-031-0/+1
* added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik2001-04-036-0/+372
* Added documentation.Sebastian Wilhelmi2001-04-031-31/+213
* Use the new GRealThread member "context" instead of a GStaticPrivate toSebastian Wilhelmi2001-04-023-49/+56
* ghash.[ch] added new functions g_hash_table_new_full,Sven Neumann2001-03-302-105/+421
* Updates. Add module-test rules.Tor Lillqvist2001-03-291-0/+3
* -DG_DISABLE_DEPRECATEDOwen Taylor2001-03-264-9/+27
* *** empty log message ***Owen Taylor2001-03-263-14/+58
* rewrite, based on bug #52328 from AndersHavoc Pennington2001-03-201-12/+27
* added this functionHavoc Pennington2001-03-202-1/+18
* Add braces to silence gcc -Wall.Tor Lillqvist2001-03-182-14/+6
* removed archaic gpointer derived_data; relict and added a GData memberTim Janik2001-03-189-36/+146
* From Edward M. Lee <tailbert@yahoo.com>:Tor Lillqvist2001-03-141-0/+7
* made config arg to g_scanner_new() const.Tim Janik2001-03-142-27/+27
* Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist2001-03-091-11/+2
* Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist2001-03-098-57/+90
* Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist2001-03-099-15/+13
* Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist2001-03-094-33/+53
* glib.def gobject/gobject.def Update.Tor Lillqvist2001-03-081-2/+2
* I'm stupid and managed to screw up my own patch. Now the new functionSven Neumann2001-03-081-4/+7
* added new function g_tree_lookup_extended().Sven Neumann2001-03-082-24/+58
* destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik2001-03-082-53/+57
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-0716-43/+61
* Use MAXPATHLEN, not PATH_MAX which isn't defined with MSVC.Tor Lillqvist2001-03-011-1/+1
* Implement on Win32. Append the executable file name suffixes from PATHEXTTor Lillqvist2001-03-011-5/+62
* Remove test for initial double backslash (UNC path), this will of courseTor Lillqvist2001-03-013-15/+38
* Make max_unused_threads work for -1 as well.Sebastian Wilhelmi2001-02-261-1/+1
* Change the order to match the order in g_thread_create().Sebastian Wilhelmi2001-02-232-3/+11
* Add missing implementation ofsource->priority, g_source_remove_poll.Owen Taylor2001-02-221-2/+34
* Match also UNC paths on Win32.Tor Lillqvist2001-02-216-37/+24
* updated for win32 msvc buildHans Breuer2001-02-193-0/+8
* my name is glib-config-2.0! don't exit with errorcode!=0 for --help or -h.Tim Janik2001-02-191-0/+4
* include string.hHavoc Pennington2001-02-1714-138/+144