glib/glib
Matthias Clasen 847b3c3dd4 It is a 2.2 addition.
* glib/gstrfuncs.c (g_ascii_strtoull): It is a 2.2 addition.
2002-11-29 19:35:10 +00:00
..
libcharset Update from libcharset CVS. Includes additional encodings for Solaris 2002-05-13 15:51:44 +00:00
trio Include a printf implementation supporting C99 snprintf and SUS 2002-11-21 00:35:15 +00:00
.cvsignore Default to --disable-gtk-doc, to avoid Jade setup hassles. 2002-03-05 05:18:23 +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 Fixes for #79347, Ron Arts. 2002-05-07 15:32:08 +00:00
garray.h Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gasyncqueue.c Remove references to nonexisting functions 2002-05-26 22:46:28 +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 Include a printf implementation supporting C99 snprintf and SUS 2002-11-21 00:35:15 +00:00
gbacktrace.h Exclude OSF from alpha definition of G_BREAKPOINT(), since the assembler 2002-05-06 20:08:54 +00:00
gbsearcharray.c Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, 2002-11-04 20:09:48 +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 Make prefix argument const. (#91662, Gustavo Carneiro) 2002-10-14 19:38:30 +00:00
gcompletion.h Make prefix argument const. (#91662, Gustavo Carneiro) 2002-10-14 19:38:30 +00:00
gconvert.c Include a printf implementation supporting C99 snprintf and SUS 2002-11-21 00:35:15 +00:00
gconvert.h Make hostname parameter const char *. Added a new "ASCII must not be 2002-02-08 19:57:35 +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 Fix a memory leak. (#94550, Sebastian Rittau) 2002-10-14 22:18:16 +00:00
gdate.h Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gdebug.h Fix trailing , in enumeration Miroslaw Dobrzanski-Neumann (#72574) 2002-02-26 03:47:47 +00:00
gdir.c Remove references to nonexisting functions 2002-05-26 22:46:28 +00:00
gdir.h Add Copyright notice. 2002-11-22 23:45:32 +00:00
gen-unicode-tables.pl glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems to 2002-03-13 15:36:04 +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 Document that the varargs must be NULL-terminated. (#99510) 2002-11-25 21:43:35 +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 Patch from Morten Welinder to make ghash.c properly obey 2002-11-21 21:22:04 +00:00
ghash.h The following patch corrects some function attributes. (#61780) 2001-12-06 22:37:05 +00:00
ghook.c added padding. 2002-03-03 03:15:10 +00:00
ghook.h added padding. 2002-03-03 03:15:10 +00:00
giochannel.c Move some docs inline, and add deprecation information. To see the list of 2002-11-28 20:46:29 +00:00
giochannel.h Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
giounix.c Final updates for 2.0.0 2002-03-08 15:50:54 +00:00
giowin32.c glib/giowin32.c (g_io_win32_dispatch): Check buffer condition here, too. 2002-03-15 23:34:53 +00:00
glib-object.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
glib.def Update to match what is currently produced by autotools. 2002-11-21 03:04:53 +00:00
glib.h Add check for dirent.h 2001-11-05 01:47:31 +00:00
glib.rc.in Update to match what is currently produced by autotools. 2002-11-21 03:04:53 +00:00
glibintl.h 1.3.14 2002-02-17 23:28:43 +00:00
glist.c added g_list_insert_before(). 2001-07-02 05:02:13 +00:00
glist.h Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gmacros.h Use G_LIKELY without surrounding parentheses in g_assert() and 2002-11-27 18:50:34 +00:00
gmain.c Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gmain.h Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gmarkup.c Mark 2.2 API additions. 2002-11-28 00:15:45 +00:00
gmarkup.h New function to get the currently open element. (#70448) 2002-07-15 21:33:18 +00:00
gmem.c tests/patterntest.c (test_compilation) A couple of 64-bit printf format 2002-06-11 21:04:50 +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 Include a printf implementation supporting C99 snprintf and SUS 2002-11-21 00:35:15 +00:00
gmessages.h Use G_LIKELY without surrounding parentheses in g_assert() and 2002-11-27 18:50:34 +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 New function to revert a utf8 string. Gone, replaced by g_utf8_strreverse. 2002-07-26 19:48:02 +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
gprintf.c Mark 2.2 API additions. 2002-11-28 00:15:45 +00:00
gprintf.h Include a printf implementation supporting C99 snprintf and SUS 2002-11-21 00:35:15 +00:00
gprintfint.h Include a printf implementation supporting C99 snprintf and SUS 2002-11-21 00:35:15 +00:00
gqsort.c Fixes for #79347, Ron Arts. 2002-05-07 15:32:08 +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 Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gqueue.h Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
grand.c Improved the seeding algorithm. Old behaviour can be achived by setting 2002-11-26 14:09:00 +00:00
grand.h Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +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 Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gscanner.c Include a printf implementation supporting C99 snprintf and SUS 2002-11-21 00:35:15 +00:00
gscanner.h fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) in 2002-10-12 19:37:48 +00:00
gshell.c Fix memory leak. (#72990, Paoloo Maggi) 2002-02-28 16:45:37 +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 Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gspawn-win32-helper.c [Win32] Fix the asynchronous g_spawn* to return the process handle of the 2002-11-17 23:30:32 +00:00
gspawn-win32.c Include a printf implementation supporting C99 snprintf and SUS 2002-11-21 00:35:15 +00:00
gspawn.c Do handle G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. If 2002-11-18 09:58:39 +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 It is a 2.2 addition. 2002-11-29 19:35:10 +00:00
gstrfuncs.h fix comment. (g_ascii_strtoull): new function, acting like strtoull(3) in 2002-10-12 19:37:48 +00:00
gstring.c Move some docs inline, and add deprecation information. To see the list of 2002-11-28 20:46:29 +00:00
gstring.h Use gssize instead of gsize as type of the pos and len arguments. (#71964) 2002-02-20 16:44:56 +00:00
gthread.c Set the normal PID surrogate priority according to getpid() to avoid 2002-08-06 13:31:26 +00:00
gthread.h Delay allocation until after all g_return_val_if_fail (). 2002-02-04 13:49:36 +00:00
gthreadpool.c Unlock the pool for all threads leaving it. (#78348) 2002-04-13 10:08:31 +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 Adjust to changed parameter names. 2002-11-28 23:11:58 +00:00
gtimer.h Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gtree.c Move some docs inline, and add deprecation information. To see the list of 2002-11-28 20:46:29 +00:00
gtree.h Mark g_tree_traverse() as deprecated. (#65343) 2001-11-26 19:01:08 +00:00
gtypes.h Remove __const__ qualifier from __asm__ statements... GCC since at least 2002-03-25 23:18:13 +00:00
gunibreak.c 1.3.14 2002-02-17 23:28:43 +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 New function to revert a utf8 string. Gone, replaced by g_utf8_strreverse. 2002-07-26 19:48:02 +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 1.3.14 2002-02-17 23:28:43 +00:00
gunidecomp.h glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems to 2002-03-13 15:36:04 +00:00
guniprop.c Handle the end of the string properly when max_len is set. (#88545, Morten 2002-07-25 23:58:00 +00:00
gutf8.c Mark 2.2 API additions. 2002-11-28 00:15:45 +00:00
gutils.c Adjust to changed parameter names. 2002-11-28 23:11:58 +00:00
gutils.h Patch from Havoc Pennington to add functions for setting and getting a 2002-11-08 00:51:25 +00:00
gwin32.c Replace homegrown "hash" entity by standard ISO entity "num". 2002-06-03 17:34:37 +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 Update to match what is currently produced by autotools. 2002-11-21 03:04:53 +00:00
makefile.mingw.in Hardcode 2.0 in the names, as that is what Makefile.am does. 2002-11-21 03:25:35 +00:00
makefile.msc.in Hardcode 2.0 in the names, as that is what Makefile.am does. 2002-11-21 03:25:35 +00:00