summaryrefslogtreecommitdiff
path: root/gscanner.c
Commit message (Expand)AuthorAgeFilesLines
* Introduced new function type GEqualFunc to return TRUE for equal params.Sebastian Wilhelmi2000-10-301-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Mark the functions g_hash_table_freeze, g_hash_table_thaw and thusSebastian Wilhelmi2000-07-201-6/+10
* fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art HaasTim Janik2000-05-191-4/+3
* added gobjectTim Janik2000-05-121-1/+2
* make sure that scanner->config->cset_skip_characters is "" instead ofTim Janik2000-04-191-0/+2
* G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1999-10-041-1/+1
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-1/+5
* More editing. Use gcc, not ld to link. On native Win32 use _unlink(). UseTor Lillqvist1999-04-251-1/+1
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* eliminated extraneous "register" qualifiers in variable declarations.Tim Janik1999-01-041-49/+49
* avoid unneccessary extra hook referencing (the explicit hook referencingTim Janik1999-01-021-66/+70
* changed func_data to user_data for g_scanner_scope_symbol_foreach()Joel Becker1998-12-161-5/+5
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-0/+5
* applied glib-tml-981120-0, change log appended below.PST 1998 Manish Singh1998-11-251-2/+2
* applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh1998-11-011-0/+4
* new function for file input. rewind the filedescriptor to the currentTim Janik1998-10-281-0/+39
* removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1998-10-271-8/+18
* no more characters are available if read() returns anything less than 1,Tim Janik1998-10-251-2/+2
* version bump to 1.1.4, binary age 0, interface age 0.Tim Janik1998-09-251-370/+375
* NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik1998-09-211-9/+9
* check for all three inline keywords individually.Tim Janik1998-09-071-2/+2
* removed this function which was not publically exported in glib.h. toTim Janik1998-08-241-13/+4
* indentation fixes.Tim Janik1998-07-251-34/+34
* new functions to make a scanner scope sensitive wrt symbol lookups.Tim Janik1998-07-221-127/+232
* take symbol_2_token into account. react on valid/invalid string pairs.Tim Janik1998-06-301-47/+72
* cleanups of the structure fields (binary incompatible).Tim Janik1998-06-121-3/+4
* Initial revisionOwen Taylor1998-06-101-0/+1551