glib/glib
Raja R Harinath 61f2f04c41 Use this to specify that 'configure' depends on acglib.m4.
* Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify
that 'configure' depends on acglib.m4.
2000-10-09 20:15:55 +00:00
..
garray.c Add a few missing G_GNUC_CONST's. 2000-09-25 21:28:14 +00:00
gasyncqueue.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gbacktrace.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gcache.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gcompletion.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gconvert.c fix indentation (GConvertError): generic error is conventionally called 2000-09-29 02:56:43 +00:00
gdataset.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gdate.c Several minor ANSI C fixes. 2000-09-29 13:37:01 +00:00
gerror.c docs 2000-09-06 23:30:21 +00:00
gerror.h Added function g_propagte_error to hand over local errors to the calling 2000-09-01 12:47:42 +00:00
gfileutils.c Add new files. 2000-10-09 16:24:57 +00:00
gfileutils.h Add new files. 2000-10-09 16:24:57 +00:00
ghash.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
ghook.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
giochannel.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
giounix.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
giowin32.c Revamp to be like makefile.mingw.in, make the MSVC build actually work 2000-10-06 21:32:59 +00:00
glib-object.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
glib.def Revamp to be like makefile.mingw.in, make the MSVC build actually work 2000-10-06 21:32:59 +00:00
glib.h Add new files. 2000-10-09 16:24:57 +00:00
glist.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gmain.c Several minor ANSI C fixes. 2000-09-29 13:37:01 +00:00
gmem.c Add a few missing G_GNUC_CONST's. 2000-09-25 21:28:14 +00:00
gmessages.c keep *last updated while running through the domain list, so we don't 2000-08-06 18:09:32 +00:00
gnode.c Added function to keep symetry with g_node_insert_before. 2000-09-29 2000-09-29 23:13:02 +00:00
gprimes.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gqueue.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
grand.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
grel.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gscanner.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gshell.c Add new files. 2000-10-09 16:24:57 +00:00
gshell.h Add new files. 2000-10-09 16:24:57 +00:00
gslist.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gspawn.c Add new files. 2000-10-09 16:24:57 +00:00
gspawn.h Add new files. 2000-10-09 16:24:57 +00:00
gstrfuncs.c Several minor ANSI C fixes. 2000-09-29 13:37:01 +00:00
gstring.c Several minor ANSI C fixes. 2000-09-29 13:37:01 +00:00
gthread.c Don't use a G_LOCK, as it isn't necessary. 2000-09-05 08:58:20 +00:00
gthreadpool.c Several minor ANSI C fixes. 2000-09-29 13:37:01 +00:00
gtimer.c s/G_MICROSEC/G_USEC_PER_SEC/ 2000-09-06 13:56:17 +00:00
gtree.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gunichartables.h Initial pass at adding unicode support functions. A few things still need 2000-06-21 16:11:21 +00:00
gunicode.h Add this function. 2000-09-11 00:09:31 +00:00
gunidecomp.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gunidecomp.h Several minor ANSI C fixes. 2000-09-29 13:37:01 +00:00
guniprop.c Add new files. 2000-10-09 16:24:57 +00:00
gutf8.c Implement g_ucs4_to_utf8 which was in 2000-09-18 14:55:24 +00:00
gutils.c Add new files. 2000-10-09 16:24:57 +00:00
gwin32.c Revamp to be like makefile.mingw.in, make the MSVC build actually work 2000-10-06 21:32:59 +00:00
Makefile.am Use this to specify that 'configure' depends on acglib.m4. 2000-10-09 20:15:55 +00:00
makefile.mingw.in Revamp to be like makefile.mingw.in, make the MSVC build actually work 2000-10-06 21:32:59 +00:00
makefile.msc.in Revamp to be like makefile.mingw.in, make the MSVC build actually work 2000-10-06 21:32:59 +00:00