..
.cvsignore
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
galloca.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
garray.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
garray.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gasyncqueue.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gasyncqueue.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gbacktrace.c
Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.
2001-03-09 21:18:33 +00:00
gbacktrace.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gbsearcharray.c
removed archaic gpointer derived_data; relict and added a GData member
2001-03-18 04:44:38 +00:00
gbsearcharray.h
remove left-over usages of an anonymous GBoxed typedef.
2001-06-19 12:13:22 +00:00
gcache.c
Introduced new function type GEqualFunc to return TRUE for equal params.
2000-10-30 14:34:52 +00:00
gcache.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gcompletion.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gcompletion.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gconvert.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gconvert.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gdataset.c
make these safe against removal of the current element.
2001-05-11 18:05:16 +00:00
gdataset.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gdate.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gdate.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gen-unicode-tables.pl
s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
2000-11-29 23:38:24 +00:00
gerror.c
don't overwrite errors
2001-02-13 18:20:13 +00:00
gerror.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gfileutils.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gfileutils.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
ghash.c
fixed a typo in a comment.
2001-05-04 17:01:56 +00:00
ghash.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
ghook.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
ghook.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
giochannel.c
Remove pollfds from the context here, not when actually freeing the
2000-12-10 16:02:48 +00:00
giochannel.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
giounix.c
Major change in API for creating sources to handle multiple main loops
2000-12-05 20:45:33 +00:00
giowin32.c
*giowin32.c: Debug and partial rewrite of async socket code
2001-06-22 15:44:44 +00:00
glib-object.h
changed prototype of g_boxed_type_register_static() to contain an optional
2001-03-07 14:46:45 +00:00
glib.def
g_thread_create renamed to g_thread_create_full.
2001-05-22 12:06:59 +00:00
glib.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
glibintl.h
Optimize for size rather than speed by making _() always call
2001-01-17 04:31:20 +00:00
glist.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
glist.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gmacros.h
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gmain.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gmain.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gmarkup.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gmarkup.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gmem.c
Fixed mutex deadlock.
2001-05-18 08:36:44 +00:00
gmem.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gmessages.c
use G_BREAKPOINT() instead of raise(5).
2001-06-23 20:14:48 +00:00
gmessages.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gnode.c
Added --disable-mem-pools option.
2000-12-19 09:35:44 +00:00
gnode.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gpattern.c
updated
2001-04-13 23:41:53 +00:00
gpattern.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gprimes.c
applied patch from Andreas Persenius <ndap@swipnet.se> that updates the
2000-07-26 11:02:02 +00:00
gprimes.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gqsort.c
docs
2001-04-16 20:05:25 +00:00
gqsort.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gquark.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gqueue.c
Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I
2000-12-19 15:40:30 +00:00
gqueue.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
grand.c
Updated G_RAND_DOUBLE_TRANSFORM to be more accurate. Redid g_rand_double()
2000-12-19 15:57:53 +00:00
grand.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
grel.c
reflect renaming of g_string_sprintfa to g_string_printfa
2001-05-24 16:38:24 +00:00
grel.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gscanner.c
use g_str_hash() algorithm to generate hashes.
2001-05-10 13:58:40 +00:00
gscanner.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gshell.c
Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.
2001-03-09 21:23:33 +00:00
gshell.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gslist.c
Make foreach() safe against removal of the _current_ element. While this
2001-05-03 10:47:32 +00:00
gslist.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gspawn-win32-helper.c
Add braces to silence gcc -Wall.
2001-03-18 19:54:01 +00:00
gspawn-win32.c
Add braces to silence gcc -Wall.
2001-03-18 19:54:01 +00:00
gspawn.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gspawn.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gstrfuncs.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gstrfuncs.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gstring.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gstring.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gthread.c
g_thread_create renamed to g_thread_create_full.
2001-05-22 12:06:59 +00:00
gthread.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gthreadpool.c
Look for nanosleep function.
2001-06-07 13:46:14 +00:00
gthreadpool.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gtimer.c
Look for nanosleep function.
2001-06-07 13:46:14 +00:00
gtimer.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gtree.c
fixed a typo in a comment.
2001-05-04 17:01:56 +00:00
gtree.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gtypes.h
removed archaic gpointer derived_data; relict and added a GData member
2001-03-18 04:44:38 +00:00
gunibreak.c
docs
2001-04-16 20:05:25 +00:00
gunibreak.h
s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
2000-11-29 23:38:24 +00:00
gunichartables.h
s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
2000-11-29 23:38:24 +00:00
gunicode.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gunidecomp.c
s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
2000-11-29 23:38:24 +00:00
gunidecomp.h
s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/
2000-11-29 23:38:24 +00:00
guniprop.c
docs
2001-04-16 20:05:25 +00:00
gutf8.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gutils.c
Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.
2001-06-23 13:55:09 +00:00
gutils.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gwin32.c
docs
2001-04-16 20:05:25 +00:00
gwin32.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
Makefile.am
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
makefile.mingw.in
Add gpattern.o to objects.
2001-05-17 15:15:00 +00:00
makefile.msc.in
reflect renaming of g_string_sprintfa to g_string_printfa
2001-05-24 16:38:24 +00:00