| Commit message (Expand) | Author | Age | Files | Lines |
* | gscanner: Avoid undefined behaviour copying between union members | Philip Withnall | 2020-11-03 | 1 | -2/+9 |
* | Replace a bunch of fallthrough comments with an attribute | Timm Bäder | 2020-08-21 | 1 | -2/+2 |
* | Replace fallthrough comments with G_GNUC_FALLTHROUGH | Timm Bäder | 2020-03-04 | 1 | -1/+1 |
* | docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’ | Philip Withnall | 2019-04-26 | 1 | -1/+1 |
* | Fixing missing initializer for field in gscanner.c | Emmanuel Fleury | 2019-03-15 | 1 | -0/+1 |
* | glib: Remove remaining references to __int64 | Philip Withnall | 2018-08-31 | 1 | -5/+0 |
* | Use hash tables as sets in various places | Philip Withnall | 2017-10-26 | 1 | -1/+1 |
* | glib/: LGPLv2+ -> LGPLv2.1+ | Sébastien Wilmet | 2017-05-24 | 1 | -1/+1 |
* | Minor documentation additions and corrections | Matthias Clasen | 2014-05-31 | 1 | -0/+8 |
* | Docs: replace <literal> by ` | Matthias Clasen | 2014-02-06 | 1 | -4/+2 |
* | Updated FSF's address | Daniel Mustieles | 2014-01-31 | 1 | -3/+1 |
* | Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX | Dan Winship | 2013-11-20 | 1 | -4/+4 |
* | Use 'dumb quotes' rather than `really dumb quotes' | Dan Winship | 2013-05-21 | 1 | -10/+10 |
* | 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 |