summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-13Cleanup of makefiles.HEADmasterEdward Hervey6-43/+35
2009-03-12More auto-generated files. These are not available in upstream git but genera...Edward Hervey6-0/+10168
2009-03-11config.h : the glib headers already define HAVE_MALLOC_HPrajnashi S1-1/+1
2009-03-11tests: Make mainloop test verbosePrajnashi S1-0/+9
2009-03-11Fix some includes (this might be fixed in more recent versions)Prajnashi S2-1/+2
2009-03-11Fixes for systems without libiconvPrajnashi S2-4/+45
2009-03-11Fixes for systems without "locale.h"Prajnashi S1-0/+18
2009-03-11More fixes for libc functions not available in bionic.Prajnashi S1-2/+31
2009-03-11Fix posix issues with bionic's libcPrajnashi S1-0/+7
2009-03-11Auto-generated files for Android buildPrajnashi S4-0/+743
2009-03-11Android specific makefilesPrajnashi S9-0/+262
2007-03-162.13.0Matthias Clasen100-13744/+15412
2007-03-16Warn if the input is too short. (#418862, Halton Huo)Matthias Clasen2-4/+17
2007-03-16some fixups, mention that changing scanner config during the parsing phaseTim Janik3-42/+48
2007-03-16reverted premature commit which broke GScanner ABI and API, #415323.Tim Janik3-48/+23
2007-03-16Convert to GSlice and check for redundant clears. (#418637)Chris Wilson2-26/+27
2007-03-15Fix a typo in the last commit. (#415323, Richard Hult)Matthias Clasen2-1/+6
2007-03-15fix typoMatthias Clasen1-1/+10
2007-03-15Add -I$(top_srcdir)/glib so that gregex.h finds <glib.h>.Tor Lillqvist9-1/+60
2007-03-15Update to match what configure produces.Tor Lillqvist2-7/+72
2007-03-15Add GRegex for regular expression matching. (#50075)Marco Barisione54-11/+26185
2007-03-15Replace a g_slist_prepend/g_slist_remove pair with an on-stack link andChris Wilson2-2/+21
2007-03-15Use g_slice. (#404430, Chris Wilson)Matthias Clasen2-3/+7
2007-03-15Some optimizations, use a lookup table for character classes, pre-allocateMatthias Clasen3-18/+54
2007-03-15Fix a small typo. (#417947, Bobby Jack)Matthias Clasen2-2/+7
2007-03-14Readd docs for G_PARAM_STATIC_NICK and add docs for newStefan Kost2-0/+18
2007-03-14Add G_PARAM_STATIC_STRINGS define (fixes #418021).Stefan Kost2-0/+6
2007-03-12marked purely functional g_type accessors as PURE or CONST, closesTim Janik2-7/+12
2007-03-11Updated Serbian translationGoran Rakic3-416/+410
2007-03-10Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>Mugurel Tudor2-121/+141
2007-03-09Return negative values. (#416062)Matthias Clasen3-0/+13
2007-03-08Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2-86/+91
2007-03-06Document errorchecking mutexesMatthias Clasen2-0/+9
2007-03-06Fix a typo in the docs for g_node_first_child(). (#409395, Vincent Untz)Matthias Clasen2-1/+6
2007-03-06Clarify docs. (#364026, Bastian Nocera)Matthias Clasen2-3/+8
2007-03-06Add G_QUEUE_INIT, g_queue_init(), and g_queue_clear() to better supportMatthew Barnes6-1/+93
2007-03-062007-03-06 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian...Jovan Naumovski2-216/+206
2007-03-06Remove a NULL check that didn't do any good. (#360904, Paolo Borelli)Matthias Clasen2-7/+10
2007-03-06Report more accurate position for invalid UTF-8. (#350802, Simon Budig)Matthias Clasen2-4/+15
2007-03-06Add NULL checks to the base64 functions that take pointers. (#399611,Matthias Clasen2-6/+34
2007-03-06Work with Solaris gettext (#341988, Laszlo Peter)Matthias Clasen3-2/+44
2007-03-06Apply a patch by Loïc Minier to fix building with -Wl,-z,defs. (#149144)Matthias Clasen2-1/+6
2007-03-04Added Malagasy translation. Added Malagasy 'mg' to ALL_LINGUASThierry Randrianiriana4-78/+871
2007-03-01Added Belarusian Latin transtaion.Ihar Hrachyshka4-1/+927
2007-02-27Updated traditional Chinese translationKwok-Koon Cheung3-429/+409
2007-02-27Updated Lithuanian translation.Gintautas Miliauskas2-11/+23
2007-02-21Updated Lithuanian translation.Gintautas Miliauskas2-214/+226
2007-02-17Updated Norwegian bokmål translation.Kjartan Maraas2-194/+195
2007-02-17New Win32-only function. Use the wide character Win32 API to do the workTor Lillqvist2-0/+404
2007-02-16For move, test moving between two sequences. Add test for swap.Soren Sandmann3-378/+408