..
libcharset
add ISO8859-3 for Solaris. ( #66174 )
2001-12-10 23:56:32 +00:00
.cvsignore
*/.cvsignore: Add various Win32 related file types.
2001-11-24 18:53:03 +00:00
galloca.h
provide g_newa(ctype, count) on top of g_alloca() like we provide g_new()
2001-11-14 07:50:12 +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
Minor markup fixes.
2001-12-16 19:31:36 +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
remove public signal.h include.
2001-11-02 18:56:51 +00:00
gbsearcharray.c
API revamp to shorten GValueArray structure.
2001-12-13 07:06:56 +00:00
gbsearcharray.h
API revamp to shorten GValueArray structure.
2001-12-13 07:06:56 +00:00
gcache.c
Patch from Darin Adler to remove GReal* structures in favor of simple
2001-09-19 18:08:19 +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
Fix memory leak and dubious list manipulation. (Found by Ron Koerner,
2001-07-19 20:17:03 +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
SGML doc fix.
2001-12-20 04:49:44 +00:00
gconvert.h
Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and
2001-10-01 20:40:05 +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
Fixed wrong order in conversion.
2001-11-29 09:41:25 +00:00
gdate.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gdir.c
Don't define LANG_AZERI etc in case those aren't defined in the headers
2001-11-08 06:47:33 +00:00
gdir.h
Indentation fixes, some rewriting of docs to conform to gtk-doc standard.
2001-11-05 01:35:30 +00:00
gen-unicode-tables.pl
Patch from Andrew Taylor to optimize the decomposition table to eliminate
2001-11-21 01:57:10 +00:00
gerror.c
Minor markup fixes.
2001-12-16 19:31:36 +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
Remove FIXME. ( #67063 )
2001-12-20 23:13:19 +00:00
gfileutils.h
Add g_build_path(), g_build_filename(), to create separated paths,
2001-09-10 13:30:41 +00:00
ghash.c
Minor markup fixes.
2001-12-16 19:31:36 +00:00
ghash.h
The following patch corrects some function attributes. ( #61780 )
2001-12-06 22:37:05 +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
Revert mistaken change: it is UNIX, not Unix.
2001-12-13 22:24:18 +00:00
giochannel.h
Modified Files: glib/ChangeLog glib/glib/giochannel.h
2001-09-10 23:59:33 +00:00
giounix.c
kill 'callback'
2001-12-20 08:52:01 +00:00
giowin32.c
Add (undefined) HAVE_C99_VSNPRINTF.
2001-12-22 08:29:06 +00:00
glib-object.h
Include gtypes.h not gobject/gtype.h
2001-11-18 00:38:48 +00:00
glib.def
remove g_log_domain_glib usage/export
2001-11-18 15:30:53 +00:00
glib.h
Add check for dirent.h
2001-11-05 01:47:31 +00:00
glib.rc.in
Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on
2001-09-17 00:41:39 +00:00
glibintl.h
The following patch corrects some function attributes. ( #61780 )
2001-12-06 22:37:05 +00:00
glist.c
added g_list_insert_before().
2001-07-02 05:02:13 +00:00
glist.h
added g_list_insert_before().
2001-07-02 05:02:13 +00:00
gmacros.h
Do the same for "pure".
2001-12-06 22:58:58 +00:00
gmain.c
Minor markup fixes.
2001-12-16 19:31:36 +00:00
gmain.h
Rename (private) GSource.id and id parameter to
2001-11-28 23:51:51 +00:00
gmarkup.c
Fix a typo.
2001-06-27 19:18:07 +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
Get rid fo g_log_domain_glib variable in favor of just using a string
2001-11-17 23:23:01 +00:00
gmem.h
Rename g_mem_vtable_is_set() to g_mem_is_system_malloc().
2001-09-21 00:34:12 +00:00
gmessages.c
only include printf_string_upper_bound() if HAVE_C99_VSNPRINTF is not
2001-12-28 17:47:35 +00:00
gmessages.h
Add pragma that will prevent warnings when you are not using -std=99 and
2001-12-09 23:15:35 +00:00
gnode.c
Implement G_LEVEL_ORDER correctly.
2001-11-26 19:08:46 +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
Version 11, interface, binary age 0.
2001-11-22 18:56:12 +00:00
gpattern.h
make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new
2001-10-13 05:54:10 +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
Fixes for compilation on Solaris ( #59026 , Frank Belew)
2001-09-18 22:28:32 +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
documentation update. add documentation. update docs. Remove references to
2001-10-02 23:09:51 +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
Documentation fixes.
2001-12-12 20:32:07 +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
Get rid fo g_log_domain_glib variable in favor of just using a string
2001-11-17 23:23:01 +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
fix segfaults.
2001-12-20 11:12:47 +00:00
gscanner.h
make third argument a gboolean. (g_scanner_add_symbol,
2001-10-01 18:23:20 +00:00
gshell.c
Minor markup fixes.
2001-12-16 19:31:36 +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
added g_list_insert_before().
2001-07-02 05:02:13 +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
When the sublangid is SUBLANG_DEFAULT, return the locale of the language's
2001-09-27 22:07:00 +00:00
gspawn-win32.c
Use <envar>, not <envvar>.
2001-12-17 23:04:09 +00:00
gspawn.c
Copy trailing NULL into new ARGV array. ( #67673 )
2001-12-29 20:11:07 +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
Fix max_tokens == 1 case to match documentation. Add tests.
2001-11-13 00:02:30 +00:00
gstrfuncs.h
Add g_strtod & co.
2001-10-24 18:00:11 +00:00
gstring.c
Rename g_string_printfa() to g_string_append_printf(). ( #61041 , Havoc
2001-10-01 20:27:04 +00:00
gstring.h
let the compatibility definition point to the new name
2001-10-02 12:13:14 +00:00
gthread.c
Add thread_equal function to allow for platform defined function to
2001-09-19 12:46:39 +00:00
gthread.h
Add thread_equal function to allow for platform defined function to
2001-09-19 12:46:39 +00:00
gthreadpool.c
Documentation fixes.
2001-12-12 20:32:07 +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
Patch from Darin Adler to remove GReal* structures in favor of simple
2001-09-19 18:08:19 +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
Minor markup fixes.
2001-12-16 19:31:36 +00:00
gtree.h
Mark g_tree_traverse() as deprecated. ( #65343 )
2001-11-26 19:01:08 +00:00
gtypes.h
Remove G_HAVE_GINT64 conditionalization.
2001-10-11 03:06:49 +00:00
gunibreak.c
Patch from Andrew Taylor to improve tables and reduce relocations by using
2001-11-14 02:32:45 +00:00
gunibreak.h
Patch from Andrew Taylor to improve tables and reduce relocations by using
2001-11-14 02:32:45 +00:00
gunichartables.h
Patch from Andrew Taylor to improve tables and reduce relocations by using
2001-11-14 02:32:45 +00:00
gunicode.h
Replace some uses of isspace() with g_ascii_isspace().
2001-09-02 17:14:23 +00:00
gunicollate.c
glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c,
2001-09-24 21:28:57 +00:00
gunicomp.h
Patch from Andrew Taylor to improve tables and reduce relocations by using
2001-11-14 02:32:45 +00:00
gunidecomp.c
Patch from Andrew Taylor to optimize the decomposition table to eliminate
2001-11-21 01:57:10 +00:00
gunidecomp.h
Patch from Andrew Taylor to optimize the decomposition table to eliminate
2001-11-21 01:57:10 +00:00
guniprop.c
Patch from Andrew Taylor to improve tables and reduce relocations by using
2001-11-14 02:32:45 +00:00
gutf8.c
In order to avoid infinite loops on invalid UTF-8 strings, change the skip
2001-11-28 21:23:32 +00:00
gutils.c
Use longer buffer for user name.
2001-12-31 10:12:22 +00:00
gutils.h
Remove G_HARDCODED_PATH_WRAPPER, Owen didn't like it.
2001-10-23 09:26:54 +00:00
gwin32.c
Revert mistaken change: it is UNIX, not Unix.
2001-12-13 22:24:18 +00:00
gwin32.h
glib/gwin32.c glib/gwin32.h Remove own implementation of dirent functions.
2001-09-29 23:19:24 +00:00
Makefile.am
Version 11, interface, binary age 0.
2001-11-22 18:56:12 +00:00
makefile.mingw.in
Set G_LOG_DOMAIN as in Makefile.am.
2001-11-21 22:01:50 +00:00
makefile.msc.in
moved warning to error pragmas to their own file to not force 'good
2002-01-05 18:54:59 +00:00