summaryrefslogtreecommitdiff
path: root/glib/gscanner.c
Commit message (Collapse)AuthorAgeFilesLines
* applied gtk-gronlund-980309-0.patch.gz.Tim Janik1998-03-101-0/+11
| | | | -timj
* renamed g_string_equal => g_str_equal renamed g_string_hash => g_str_hashOwen Taylor1998-01-181-1/+1
| | | | | | | | | Sat Jan 17 23:52:40 1998 Owen Taylor <owt1@cornell.edu> * gstring.{c,h} gscanner.c: renamed g_string_equal => g_str_equal renamed g_string_hash => g_str_hash And const corrected. Old functions left in for now.
* changed message for EAGAIN from "no more processes" to "try again" sinceTim Janik1998-01-101-4/+4
| | | | | | | | | | | | | | | | Fri Jan 9 20:03:46 1998 Tim Janik <timj@psynet.net> * gutils.c (g_strerror): changed message for EAGAIN from "no more processes" to "try again" since EAGAIN is used with functions else than fork(). * gscanner.c (g_scanner_get_token_ll): use strtol() instead of strtoul() to avoid conflicts with solaris. * merged the glib portions from Jan 2 to Jan 7 out of gtk+/ChangeLog into this file. hey folks, could you *please* honour the glib/ChangeLog?
* Added check for inline in configure and updated files to use it.Manish Singh1998-01-091-1/+2
| | | | -Yosh
* Removal of inlines, and updated ChangeLog. -JayJay Painter1998-01-031-2/+1
|
* Need errno.h for glibc systems (among others) - sopwithElliot Lee1997-12-231-0/+1
|
* new file for GScanner: Flexible lexical scanner for general purpose. addedTim Janik1997-12-231-0/+1134
* gscanner.c: new file for GScanner: Flexible lexical scanner for general purpose. * glib_pre2.h: added GScanner includes. added g_strconcat and g_strtod. gutils.c (g_strconcat): new function for string concatenation of NULL terminated parameter list. (g_strtod): new function to perform best string to double conversion with or without consideration of the current locale. -timj