| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix malformed GTK-Doc comment blocks: add missing colons. | Dieter Verfaillie | 2012-04-05 | 1 | -1/+1 |
* | docs: Add some missing G_TOKEN_* descriptions | David King | 2012-02-21 | 1 | -0/+5 |
* | documentation fixes | Stef Walter | 2011-12-13 | 1 | -22/+43 |
* | Misc doc formatting fixes | Matthias Clasen | 2011-10-15 | 1 | -5/+4 |
* | Move GScanner docs inline | Matthias Clasen | 2011-10-12 | 1 | -2/+470 |
* | Added and Moved checks for includes | Chun-wei Fan | 2010-11-09 | 1 | -4/+4 |
* | Build fixes for the fall-out of the inclusion changes | Emmanuele Bassi | 2010-09-04 | 1 | -0/+1 |
* | More include cleanups | Matthias Clasen | 2010-09-03 | 1 | -12/+15 |
* | glib/: fully remove galias hacks | Ryan Lortie | 2010-07-07 | 1 | -4/+0 |
* | reverted premature commit which broke GScanner ABI and API, #415323. | Tim Janik | 2007-03-16 | 1 | -47/+17 |
* | Fix a typo in the last commit. (#415323, Richard Hult) | Matthias Clasen | 2007-03-15 | 1 | -1/+1 |
* | Some optimizations, use a lookup table for character classes, pre-allocate | Matthias Clasen | 2007-03-15 | 1 | -17/+47 |
* | Fix some typos. (#351741, Kjartan Maraas) | Matthias Clasen | 2006-08-26 | 1 | -3/+3 |
* | Cleanup. Use return value of g_string_free(...). (#343548, Chris Wilson) | Behdad Esfahbod | 2006-06-01 | 1 | -2/+1 |
* | Make const, noticed by Kjartan Maraas. | Matthias Clasen | 2006-05-08 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | Implement the same PLT reduction technique used in GTK+: | Matthias Clasen | 2004-09-16 | 1 | -0/+1 |
* | Ignore a missing newline at EOF for single line comments. (#83674, Sven | Matthias Clasen | 2004-06-12 | 1 | -0/+4 |
* | for msvc build | Hans Breuer | 2003-07-20 | 1 | -4/+12 |
* | Optimize the common cases (init == NULL or init == "") a bit. replace uses | Matthias Clasen | 2003-03-30 | 1 | -5/+5 |
* | Fix typo. Missing '%' in my last commit. | Manish Singh | 2002-12-14 | 1 | -1/+1 |
* | pull in trio if host printf doesn't have a known way of printing 64-bit | Manish Singh | 2002-12-12 | 1 | -1/+1 |
* | Patch from Sven Neumann to make the include order consistent. (#71704) | Owen Taylor | 2002-12-04 | 1 | -6/+5 |
* | Include a printf implementation supporting C99 snprintf and SUS | Matthias Clasen | 2002-11-21 | 1 | -74/+75 |
* | fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) in | Tim Janik | 2002-10-12 | 1 | -33/+41 |
* | if input_name is NULL, print out "<memory>" instead of completely skipping | Tim Janik | 2002-10-10 | 1 | -2/+3 |
* | Don't print scanner->input_name when it is NULL. (#93752) | Matthias Clasen | 2002-09-20 | 1 | -1/+2 |
* | [merged from stable] | Tim Janik | 2002-05-17 | 1 | -24/+59 |
* | fix segfaults. | Mark McLoughlin | 2001-12-20 | 1 | -2/+2 |
* | G_TOKEN_ERROR is also an end of stream condition. | Tim Janik | 2001-11-12 | 1 | -1/+1 |
* | make third argument a gboolean. (g_scanner_add_symbol, | Matthias Clasen | 2001-10-01 | 1 | -2/+2 |
* | updates for 1.3.7 release. | Tim Janik | 2001-09-03 | 1 | -2/+0 |
* | fix INT and FLOAT warnings for invalid token values. | Tim Janik | 2001-08-12 | 1 | -2/+4 |
* | if __GNUC__ is defined, inline a test for an exact type match for | Tim Janik | 2001-07-29 | 1 | -24/+3 |
* | use g_str_hash() algorithm to generate hashes. | Tim Janik | 2001-05-10 | 1 | -11/+1 |
* | Remove definition of g_hash_table_freeze and g_hash_table_thaw. Instead | Sebastian Wilhelmi | 2001-04-19 | 1 | -21/+0 |
* | removed archaic gpointer derived_data; relict and added a GData member | Tim Janik | 2001-03-18 | 1 | -1/+2 |
* | made config arg to g_scanner_new() const. | Tim Janik | 2001-03-14 | 1 | -26/+26 |
* | got rid of outdated dmalloc support. provide g_try_malloc() and | Tim Janik | 2000-12-29 | 1 | -2/+3 |
* | Introduced new function type GEqualFunc to return TRUE for equal params. | Sebastian Wilhelmi | 2000-10-30 | 1 | -2/+2 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Mark the functions g_hash_table_freeze, g_hash_table_thaw and thus | Sebastian Wilhelmi | 2000-07-20 | 1 | -6/+10 |
* | fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas | Tim Janik | 2000-05-19 | 1 | -4/+3 |
* | added gobject | Tim Janik | 2000-05-12 | 1 | -1/+2 |
* | make sure that scanner->config->cset_skip_characters is "" instead of | Tim Janik | 2000-04-19 | 1 | -0/+2 |
* | G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but | Manish Singh | 1999-10-04 | 1 | -1/+1 |
* | 18:36. incorporated proposed cleanups from gtk-devel-list. | Tim Janik | 1999-07-24 | 1 | -1/+5 |
* | More editing. Use gcc, not ld to link. On native Win32 use _unlink(). Use | Tor Lillqvist | 1999-04-25 | 1 | -1/+1 |
* | inserted additional note to look for ChangeLog and AUTHORS file for a log | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | eliminated extraneous "register" qualifiers in variable declarations. | Tim Janik | 1999-01-04 | 1 | -49/+49 |