summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* ia32's G_BREAKPOINT() implementation works on amd64 too. Enable it.Manish Singh2004-03-121-2/+2
* Non-optimizing compile fails for two asm statements on PowerPC. UseManish Singh2004-03-121-0/+26
* Remove an extra semicolon. Spotted by Kjartan Maraas.Matthias Clasen2004-03-111-1/+1
* glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, BruceTor Lillqvist2004-03-102-7/+18
* shortcut_spawn_retval which doesn't improve the implementation at all, itHans Breuer2004-03-072-1/+2
* Update.Tor Lillqvist2004-03-061-2/+0
* Patch by Sebastian Wilhemi to fix infinite recursion in g_atomic.Matthias Clasen2004-03-053-14/+25
* Add g_main_depth. (#136221, Cedric Gustin)Tor Lillqvist2004-03-051-0/+1
* Use the atomic integer operations for GMainContext and GMainLoop referenceSebastian Wilhelmi2004-03-041-75/+46
* Fixed missing definition for ppc code. Fix by Mark McLoughlinSebastian Wilhelmi2004-03-021-0/+1
* === Released 2.3.5 ===GLIB_2_3_5Owen Taylor2004-03-021-0/+1
* Don't call waitpid() on a source that has already exited.Owen Taylor2004-03-011-5/+8
* Patch from J. Ali HarlowOwen Taylor2004-03-015-15/+57
* Clarify doc comment.Owen Taylor2004-03-011-7/+4
* Define g_atomic_(int|pointer)_get only forSebastian Wilhelmi2004-03-011-1/+3
* Fix leftover references to g_main_context_depth() in docs.Owen Taylor2004-03-011-5/+5
* Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld)Owen Taylor2004-03-012-1/+147
* added win32 api based implementation for G_PLATFORM_WIN32, !__GNUC__Hans Breuer2004-02-292-7/+50
* Moved the assembler functions from gatomic.h to gatomic.c, which makes forSebastian Wilhelmi2004-02-293-581/+473
* updated externals, including those from bug #135386Hans Breuer2004-02-283-35/+82
* Documentation updates.Matthias Clasen2004-02-272-10/+11
* Reading access to ref_count only with g_atomic_int_get().Sebastian Wilhelmi2004-02-271-16/+16
* Use g_atomic_int_(inc|dec_and_test) for reference counting.Sebastian Wilhelmi2004-02-272-39/+25
* Translate from locale era to AD in g_date_set_parse(). (#133400, TheppitakMatthias Clasen2004-02-271-2/+12
* Don't modify errno. (#116617, Balazs Scheidler)Matthias Clasen2004-02-261-2/+9
* empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREADS_ENABLEDSebastian Wilhelmi2004-02-261-21/+20
* empty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREADS_ENABLEDSebastian Wilhelmi2004-02-262-3/+30
* Removed the PID niceness surrogate for thread priorities as requested bySebastian Wilhelmi2004-02-261-56/+2
* New files to implement atomic operations for different platforms. FixesSebastian Wilhelmi2004-02-264-0/+726
* added g_hash_table_find and a bunch of g_queue_*Hans Breuer2004-02-252-1/+64
* For the PID thread priorities surrogate use gettid instead of getpid. ThisSebastian Wilhelmi2004-02-251-8/+10
* Add Since: 2.4, where dueSebastian Wilhelmi2004-02-241-0/+6
* New function to deep-copy a GNode and its children. (#93464, James M.Matthias Clasen2004-02-212-0/+44
* Some documentation fixes.Soeren Sandmann2004-02-211-12/+6
* Extend GQueue API to match the GList API. (#118439).Soeren Sandmann2004-02-212-25/+721
* applied patch from #131937 with slight renames. providesTim Janik2004-02-202-0/+37
* for G_CAN_INLINE environments, inline g_string_append_c() for efficiency.Tim Janik2004-02-192-0/+21
* Include signal.h for SIGCHLD. (#134622, Damien Carbery)Matthias Clasen2004-02-181-0/+1
* Lazy creation of GCond. Only signal GCond, if threads are waiting.Sebastian Wilhelmi2004-02-181-3/+9
* Set context->wake_up_pipe only for G_THREADS_ENABLED.Sebastian Wilhelmi2004-02-181-1/+1
* Wrap waitpid() as a GSource. This is a partial implementation of the "UnixMatthias Clasen2004-02-142-103/+379
* Add prototype for g_completion_complete_utf8().Manish Singh2004-02-051-12/+15
* Add g_completion_complete_utf8.Tor Lillqvist2004-02-051-0/+1
* New function which works like g_completion_complete(), but strips aMatthias Clasen2004-02-041-0/+51
* Add g_strsplit_set.Tor Lillqvist2004-02-011-0/+1
* Don't return FALSE from a pointer function. (#131472, Morten Welinder)Matthias Clasen2004-01-311-3/+3
* Size compose_table correctly. (#123421, Simon Josefsson)Noah Levitt2004-01-303-7/+11
* New function, a cross between g_strsplit() and strtok(). (#88329, SoerenMatthias Clasen2004-01-282-2/+105
* Sigh, protect against pw->pw_gecos being "" as well. (#132317, Kaj-MichaelMatthias Clasen2004-01-231-1/+1
* Add new functions.Tor Lillqvist2004-01-231-0/+4