..
glib-mirroring-tab
Add a generator for a mirroring table
2005-11-04 22:26:16 +00:00
gnulib
Undef libc functions before defining them, since they may also be macros.
2004-10-24 01:15:08 +00:00
libcharset
Apply a patch to fix sparse warnings. ( #154696 , Kjartan Maraas)
2004-10-24 01:37:42 +00:00
trio
Remove trio printf().
2003-07-28 23:00:51 +00:00
.cvsignore
Shut up CVS
2005-03-14 05:07:52 +00:00
abicheck.sh
Fix abi checks for ia64.
2005-08-15 05:00:57 +00:00
galloca.h
cpp #directives should always have the "#" in the first column of the the
2004-06-05 02:25:56 +00:00
garray.c
prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to
2005-11-01 18:10:31 +00:00
garray.h
New function to call a function for each element of a GPtrArray. ( #114790 )
2003-12-26 01:04:12 +00:00
gasyncqueue.c
- Call g_queue_insert_sorted() instead of duplicating the code. - Call
2005-12-07 12:09:44 +00:00
gasyncqueue.h
- Added support for sorting async queues by with _push_sorted(),
2005-12-05 15:08:45 +00:00
gatomic.c
Fix memory barrier position in g_atomic_int_get and g_atomic_pointer_get.
2005-12-17 12:20:50 +00:00
gatomic.h
added g_atomic_pointer_set() and g_atomic_int_set() for systems where the
2005-12-13 09:15:52 +00:00
gbacktrace.c
const correctness fixes, found by Arjan van de Ven and gcc.
2005-11-17 13:17:22 +00:00
gbacktrace.h
ia32's G_BREAKPOINT() implementation works on amd64 too. Enable it.
2004-03-12 23:31:23 +00:00
gbsearcharray.h
inserted casts for C++.
2003-09-07 22:36:58 +00:00
gcache.c
prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to
2005-11-01 18:10:31 +00:00
gcache.h
Deprecate g_cache_value_foreach. ( #322956 , Nicolas Caniart)
2005-12-03 06:53:31 +00:00
gcompletion.c
Make PLT-reduction work with gcc4, and don't include everything in
2005-03-14 04:26:57 +00:00
gcompletion.h
Add prototype for g_completion_complete_utf8().
2004-02-05 01:58:47 +00:00
gconvert.c
Enable the endianness test.
2005-08-08 19:50:38 +00:00
gconvert.h
Add g_filename_display_basename.
2004-12-15 16:34:49 +00:00
gdataset.c
access datalist flags via atomic pointer access funcitons, instead of
2005-11-23 17:54:57 +00:00
gdataset.h
Add g_object_add/remove_toggle_ref() functions to get notification when a
2005-05-05 14:57:29 +00:00
gdatasetprivate.h
Add a cast to silence compiler warnings. ( #321978 , Andrew Paprocki)
2005-12-27 19:21:36 +00:00
gdate.c
Add versioned deprecation information
2005-12-05 15:38:54 +00:00
gdate.h
Add functions to set a date from a time_t and from a GTimeVal.
2005-11-17 17:51:59 +00:00
gdebug.h
add new GDebugFlag for fatal_criticals handle G_DEBUG=fatal_criticals, to
2005-11-04 19:05:30 +00:00
gdir.c
Make PLT-reduction work with gcc4, and don't include everything in
2005-03-14 04:26:57 +00:00
gdir.h
Introduce the idea of a filename encoding, which is *literally* the
2004-10-27 16:46:29 +00:00
gen-unicode-tables.pl
Apply a patch from Behdad Esfahbod to use a faster lookup table for
2005-11-04 22:27:04 +00:00
gerror.c
Minor stylistic fix
2005-06-10 13:24:02 +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
Don't fork a new process just to fix the permissions of the created temp
2005-12-03 06:10:52 +00:00
gfileutils.h
Add some language-binding friendly variants
2005-06-23 05:50:53 +00:00
ghash.c
Silence compiler warnings.
2005-11-28 18:31:03 +00:00
ghash.h
g_hash_table_new_full(): create hash tables with a ref count of 1.
2005-11-22 13:16:58 +00:00
ghook.c
prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to
2005-11-01 18:10:31 +00:00
ghook.h
prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to
2005-11-01 18:10:31 +00:00
gi18n-lib.h
Remove the ENABLE_NLS check here as well.
2004-07-12 04:03:50 +00:00
gi18n.h
Remove the ENABLE_NLS check, since GLib can't be built without anyway.
2004-07-08 04:54:45 +00:00
giochannel.c
Add versioned deprecation information
2005-12-05 15:38:54 +00:00
giochannel.h
Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),
2004-11-08 18:26:56 +00:00
giounix.c
Make PLT-reduction work with gcc4, and don't include everything in
2005-03-14 04:26:57 +00:00
giowin32.c
Don't call g_warning(). ( #320688 ) Instead set error and return failure.
2005-11-08 08:46:57 +00:00
gkeyfile.c
Add a test for grup names of length 1.
2005-09-14 18:04:53 +00:00
gkeyfile.h
Mark functions with G_GNUC_MALLOC when appropriate.
2004-11-28 19:12:04 +00:00
glib-object.h
Include gtypes.h not gobject/gtype.h
2001-11-18 00:38:48 +00:00
glib.h
Add an mmap() wrapper called GMappedFile. ( #148218 , David Schleef, Behdad
2005-06-25 03:38:32 +00:00
glib.rc.in
Don't use autoconf variables for the resource object files on Win32 any
2005-07-08 23:04:06 +00:00
glib.symbols
New function to sort tasks pushed into a threadpool. ( #324479 , Martyn
2005-12-21 04:45:56 +00:00
glibintl.h
1.3.14
2002-02-17 23:28:43 +00:00
glist.c
- Added g_list_insert_sorted_with_data () and
2005-12-07 11:35:27 +00:00
glist.h
Use G_GNUC_WARN_UNUSED_RESULT on list functions that return the whole
2005-12-09 13:58:57 +00:00
gmacros.h
Add a macro to make gcc warn if a function result is ignored. ( #145466 ,
2005-12-04 06:41:58 +00:00
gmain.c
implement chain walking for arbitrary ->next pointer offsets in
2005-12-05 15:01:27 +00:00
gmain.h
Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),
2004-11-08 18:26:56 +00:00
gmappedfile.c
Make mapping of empty files work. ( #321530 )
2005-12-03 06:44:02 +00:00
gmappedfile.h
Add an mmap() wrapper called GMappedFile. ( #148218 , David Schleef, Behdad
2005-06-25 03:38:32 +00:00
gmarkup.c
Doc addition
2005-10-05 20:11:25 +00:00
gmarkup.h
Add g_markup_printf_escaped(), g_markup_vprintf_escaped().
2003-09-12 00:17:02 +00:00
gmem.c
Don't return a pointer to a const struct, since apps expect to be able to
2005-12-16 21:13:18 +00:00
gmem.h
Exempt GTK+ from the mem chunk deprecation, since we need GTK+ 2.8 to
2005-12-06 14:16:27 +00:00
gmessages.c
new slice allocator implementation.
2005-12-01 16:34:33 +00:00
gmessages.h
Use G_LOG_LEVEL_DEBUG in both definitions. ( #300071 , Tommi Komulainen)
2005-04-11 01:03:37 +00:00
gmirroringtable.h
Forgotten file
2005-11-05 03:49:28 +00:00
gnode.c
Silence compiler warnings.
2005-11-28 18:31:03 +00:00
gnode.h
prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to
2005-11-01 18:10:31 +00:00
goption.c
Set an error in all failure cases. ( #324332 , Tim-Philipp Müller)
2005-12-18 02:46:27 +00:00
goption.h
Add and implement a new flag to turn off the automatic <groupname>-
2005-07-12 18:56:25 +00:00
gpattern.c
applied significant recursion complexity optimization, based on a patch
2005-09-20 11:20:23 +00:00
gpattern.h
make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new
2001-10-13 05:54:10 +00:00
gprimes.c
Make PLT-reduction work with gcc4, and don't include everything in
2005-03-14 04:26:57 +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
Make PLT-reduction work with gcc4, and don't include everything in
2005-03-14 04:26:57 +00:00
gprintf.h
Remove g_snprintf() and g_vsnprintf(), since they are already declared in
2005-09-26 14:33:00 +00:00
gprintfint.h
Fix #147651 , reported by Oliver Guntermann:
2004-07-21 17:51:28 +00:00
gqsort.c
Make PLT-reduction work with gcc4, and don't include everything in
2005-03-14 04:26:57 +00:00
gqsort.h
Use gchar, gint, gsize instead of char, int, size_t in the interface for
2003-07-29 18:59:23 +00:00
gquark.h
Add functions to intern strings.
2005-08-31 14:25:45 +00:00
gqueue.c
prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to
2005-11-01 18:10:31 +00:00
gqueue.h
Extend GQueue API to match the GList API. ( #118439 ).
2004-02-21 12:48:08 +00:00
grand.c
Make PLT-reduction work with gcc4, and don't include everything in
2005-03-14 04:26:57 +00:00
grand.h
Add the init_by_array functionality from the reference implementation of
2004-01-10 01:38:55 +00:00
grel.c
prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to
2005-11-01 18:10:31 +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
Make PLT-reduction work with gcc4, and don't include everything in
2005-03-14 04:26:57 +00:00
gscanner.h
Include gdataset.h. ( #320322 )
2005-11-04 19:17:42 +00:00
gshell.c
Make PLT-reduction work with gcc4, and don't include everything in
2005-03-14 04:26:57 +00:00
gshell.h
Move glib library into a subdirectory, make all GLib include files include
2001-06-26 16:01:21 +00:00
gslice.c
Partial fix for bug #32937 , Bogdan Nicula.
2005-12-27 19:15:12 +00:00
gslice.h
added mem_error() and mem_assert() to test and handle errors without
2005-12-20 17:35:02 +00:00
gslist.c
- Added g_list_insert_sorted_with_data () and
2005-12-07 11:35:27 +00:00
gslist.h
Use G_GNUC_WARN_UNUSED_RESULT on list functions that return the whole
2005-12-09 13:58:57 +00:00
gspawn-win32-helper.c
Make also the g_spawn*() functions take parameters in the GLib file name
2005-08-25 23:28:24 +00:00
gspawn-win32.c
Create also a console version of the gspawn-win32-helper program,
2005-09-07 10:10:49 +00:00
gspawn.c
Remove support for Solaris threads. ( #136971 , Sebastian Wilhelmi, patch by
2005-12-02 21:37:25 +00:00
gspawn.h
Make also the g_spawn*() functions take parameters in the GLib file name
2005-08-25 23:28:24 +00:00
gstdio.c
Don't call g_path_skip_root() unless the path is absolute.
2005-12-01 04:32:52 +00:00
gstdio.h
Move the G_BEGIN_DECLS/G_END_DECLS pair outside the #if/#else/#endif
2005-08-04 17:07:21 +00:00
gstrfuncs.c
Add versioned deprecation information
2005-12-05 15:38:54 +00:00
gstrfuncs.h
Define G_GNUC_NULL_TERMINATED. ( #164706 , Marc Meissner)
2005-03-08 05:41:45 +00:00
gstring.c
Add versioned deprecation information
2005-12-05 15:38:54 +00:00
gstring.h
actually enable (and fix up the length test).
2004-12-02 01:06:17 +00:00
gthread.c
new slice allocator implementation.
2005-12-01 16:34:33 +00:00
gthread.h
Fix #316221 , Michal Benes, Stanislav Brabec;
2005-12-27 19:50:02 +00:00
gthreadinit.h
removed commit leftover
2005-12-07 15:48:37 +00:00
gthreadpool.c
New function to sort tasks pushed into a threadpool. ( #324479 , Martyn
2005-12-21 04:45:56 +00:00
gthreadpool.h
New function to sort tasks pushed into a threadpool. ( #324479 , Martyn
2005-12-21 04:45:56 +00:00
gtimer.c
On Win32, use GetSystemTimeAsFileTime() instead of GetTickCount().
2005-03-20 11:35:48 +00:00
gtimer.h
Add g_timer_continue(). ( #98536 , Tim-Philipp Müller)
2004-01-22 19:56:28 +00:00
gtree.c
Add versioned deprecation information
2005-12-05 15:38:54 +00:00
gtree.h
Check the return values of g_tree_remove().
2005-05-17 15:33:36 +00:00
gtypes.h
(G_MININT64): Cast to gint64.
2005-08-24 14:14:02 +00:00
gunibreak.c
Make PLT-reduction work with gcc4, and don't include everything in
2005-03-14 04:26:57 +00:00
gunibreak.h
Updated to Unicode 4.1. There are five new GUnicodeBreakType types. That
2005-10-01 12:34:21 +00:00
gunichartables.h
Apply a patch from Behdad Esfahbod to use a faster lookup table for
2005-11-04 22:27:04 +00:00
gunicode.h
Updated to Unicode 4.1. There are five new GUnicodeBreakType types. That
2005-10-01 12:34:21 +00:00
gunicodeprivate.h
Add a G_GNUC_INTERNAL macro to mark function declarations as internal and
2004-08-02 15:34:30 +00:00
gunicollate.c
Don't read beyond len. ( #322520 , Christian Persch)
2005-11-27 20:15:41 +00:00
gunicomp.h
Size compose_table correctly. ( #123421 , Simon Josefsson)
2004-01-30 23:20:16 +00:00
gunidecomp.c
Don't eat Hangul when normalizing. ( #301742 , reported by Christian Biere,
2005-05-25 16:03:13 +00:00
gunidecomp.h
Update Unicode data to 4.0. ( #107974 )
2003-07-31 02:27:56 +00:00
guniprop.c
Remove unused variables. ( #321984 , Andrew Paprocki)
2005-11-21 00:47:54 +00:00
gutf8.c
Documentation updates. ( #323291 , Morten Welinder)
2005-12-05 19:09:00 +00:00
gutils.c
Add versioned deprecation information
2005-12-05 15:38:54 +00:00
gutils.h
Wrapping atexit() is a bad idea on Windows, where the EXE and each DLL
2005-08-31 21:02:47 +00:00
gwin32.c
Return a g_strdup()ed copy of the value stored in the hash table, so that
2005-10-19 15:38:44 +00:00
gwin32.h
Don't call g_set_error() unless the GError pointer is non-NULL. This
2005-04-27 09:50:09 +00:00
Makefile.am
new slice allocator implementation.
2005-12-01 16:34:33 +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
link with ws2_32.lib
2005-08-20 13:26:19 +00:00
makegalias.pl
Still need to include glibconfig.h
2005-03-14 04:30:25 +00:00