summaryrefslogtreecommitdiff
path: root/glib/gscanner.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-4/+4
* Fix cast to smaller integer type warning in glib/gscanner.cEmmanuel Fleury2021-05-061-1/+1
* gscanner: Avoid undefined behaviour copying between union membersPhilip Withnall2020-11-031-2/+9
* Replace a bunch of fallthrough comments with an attributeTimm Bäder2020-08-211-2/+2
* Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-03-041-1/+1
* docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’Philip Withnall2019-04-261-1/+1
* Fixing missing initializer for field in gscanner.cEmmanuel Fleury2019-03-151-0/+1
* glib: Remove remaining references to __int64Philip Withnall2018-08-311-5/+0
* Use hash tables as sets in various placesPhilip Withnall2017-10-261-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Minor documentation additions and correctionsMatthias Clasen2014-05-311-0/+8
* Docs: replace <literal> by `Matthias Clasen2014-02-061-4/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-4/+4
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-10/+10
* Fix malformed GTK-Doc comment blocks: add missing colons.Dieter Verfaillie2012-04-051-1/+1
* docs: Add some missing G_TOKEN_* descriptionsDavid King2012-02-211-0/+5
* documentation fixesStef Walter2011-12-131-22/+43
* Misc doc formatting fixesMatthias Clasen2011-10-151-5/+4
* Move GScanner docs inlineMatthias Clasen2011-10-121-2/+470
* Added and Moved checks for includesChun-wei Fan2010-11-091-4/+4
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+1
* More include cleanupsMatthias Clasen2010-09-031-12/+15
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* reverted premature commit which broke GScanner ABI and API, #415323.Tim Janik2007-03-161-47/+17
* Fix a typo in the last commit. (#415323, Richard Hult)Matthias Clasen2007-03-151-1/+1
* Some optimizations, use a lookup table for character classes, pre-allocateMatthias Clasen2007-03-151-17/+47
* Fix some typos. (#351741, Kjartan Maraas)Matthias Clasen2006-08-261-3/+3
* Cleanup. Use return value of g_string_free(...). (#343548, Chris Wilson)Behdad Esfahbod2006-06-011-2/+1
* Make const, noticed by Kjartan Maraas.Matthias Clasen2006-05-081-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Ignore a missing newline at EOF for single line comments. (#83674, SvenMatthias Clasen2004-06-121-0/+4
* for msvc buildHans Breuer2003-07-201-4/+12
* Optimize the common cases (init == NULL or init == "") a bit. replace usesMatthias Clasen2003-03-301-5/+5
* Fix typo. Missing '%' in my last commit.Manish Singh2002-12-141-1/+1
* pull in trio if host printf doesn't have a known way of printing 64-bitManish Singh2002-12-121-1/+1
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-6/+5
* Include a printf implementation supporting C99 snprintf and SUSMatthias Clasen2002-11-211-74/+75
* fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) inTim Janik2002-10-121-33/+41
* if input_name is NULL, print out "<memory>" instead of completely skippingTim Janik2002-10-101-2/+3
* Don't print scanner->input_name when it is NULL. (#93752)Matthias Clasen2002-09-201-1/+2
* [merged from stable]Tim Janik2002-05-171-24/+59
* fix segfaults.Mark McLoughlin2001-12-201-2/+2
* G_TOKEN_ERROR is also an end of stream condition.Tim Janik2001-11-121-1/+1
* make third argument a gboolean. (g_scanner_add_symbol,Matthias Clasen2001-10-011-2/+2
* updates for 1.3.7 release.Tim Janik2001-09-031-2/+0
* fix INT and FLOAT warnings for invalid token values.Tim Janik2001-08-121-2/+4
* if __GNUC__ is defined, inline a test for an exact type match forTim Janik2001-07-291-24/+3