glib/glib
Matthias Clasen 6aac5ce82c Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)
2005-03-08  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmacros.h: Define G_GNUC_NULL_TERMINATED.
	(#164706, Marc Meissner)

	* glib/gstrfuncs.h:
	* glib/gfileutils.h: Use G_GNUC_NULL_TERMINATED where
	appropriate.
2005-03-08 05:41:45 +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 2004-09-17 01:41:39 +00:00
abicheck.sh On G_OS_UNIX, simple #define g_open and co. as aliases for their 2005-02-23 06:04:05 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_fail 2004-11-08 18:49:35 +00:00
gasyncqueue.h Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(), 2004-11-08 18:26:56 +00:00
gatomic.c Don't use matching constraints for asm mem parameters. This makes the code 2005-02-06 20:25:42 +00:00
gatomic.h Moved the assembler functions from gatomic.h to gatomic.c, which makes for 2004-02-29 16:48:37 +00:00
gbacktrace.c On Win32 call G_BREAKPOINT() if being debugged. 2005-01-19 01:55:40 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
gcompletion.h Add prototype for g_completion_complete_utf8(). 2004-02-05 01:58:47 +00:00
gconvert.c Don't crash if G_FILENAME_ENCODING is empty. (#164330, Pawel Sakowski) 2005-01-17 15:28:59 +00:00
gconvert.h Add g_filename_display_basename. 2004-12-15 16:34:49 +00:00
gdataset.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Don't g_assert that localtime() returns non-NULL. It does return NULL at 2005-01-22 22:10:45 +00:00
gdate.h Add a function to calculate the ISO 8601 week number of a date. (#92579, 2004-09-02 00:27:27 +00:00
gdebug.h Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral) 2005-03-08 05:15:57 +00:00
gdir.c Typo fix. 2005-01-11 15:46:19 +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 Size compose_table correctly. (#123421, Simon Josefsson) 2004-01-30 23:20:16 +00:00
gerror.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Use g_fopen(). (#168341, Daniel Atallah) 2005-02-24 23:46:36 +00:00
gfileutils.h Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) 2005-03-08 05:41:45 +00:00
ghash.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
ghash.h applied patch from #131937 with slight renames. provides 2004-02-20 02:05:36 +00:00
ghook.c glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_fail 2004-11-08 18:49:35 +00:00
ghook.h Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(), 2004-11-08 18:26:56 +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 glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_fail 2004-11-08 18:49:35 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
giowin32.c Include winsock2.h before windows.h, to avoid compilation errors with 2005-02-11 22:43:32 +00:00
gkeyfile.c Don't leak path 2005-02-09 15:40:12 +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 a parser for desktop entries and similar files with a .ini-like 2004-10-23 06:16:42 +00:00
glib.rc.in updated [and finally fixed my script to produce ready to go de-in(ed) 2004-10-29 20:58:04 +00:00
glib.symbols On G_OS_UNIX, simple #define g_open and co. as aliases for their 2005-02-23 06:04:05 +00:00
glibintl.h 1.3.14 2002-02-17 23:28:43 +00:00
glist.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) 2005-03-08 05:41:45 +00:00
gmain.c glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_fail 2004-11-08 18:49:35 +00:00
gmain.h Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(), 2004-11-08 18:26:56 +00:00
gmarkup.c Fix error reporting in gmarkup 2005-03-06 20:26:28 +00:00
gmarkup.h Add g_markup_printf_escaped(), g_markup_vprintf_escaped(). 2003-09-12 00:17:02 +00:00
gmem.c Only set vtable_set if the vtable is set. 2004-10-04 20:19:30 +00:00
gmem.h Mark functions with G_GNUC_MALLOC when appropriate. 2004-11-28 19:12:04 +00:00
gmessages.c Nah, don't use FatalAppExit(). abort() is better. 2005-01-19 02:27:37 +00:00
gmessages.h Mark g_assert_warning as G_GNUC_NORETURN, to avoid compiler warnings. 2004-10-29 02:20:02 +00:00
gnode.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
gnode.h Add G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as alternative names for 2004-11-08 19:14:04 +00:00
goption.c Fix an error message. (#168751, Hazael Maldonado Torres) 2005-03-08 05:20:47 +00:00
goption.h Don't mark g_option_error_quark() as const, to be consistent with all the 2004-11-23 18:22:55 +00:00
gpattern.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
gpattern.h make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new 2001-10-13 05:54:10 +00:00
gprimes.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
gprintf.h Synchronize argument names with headers and docs. (g_vasprintf): An 2003-06-05 22:47:42 +00:00
gprintfint.h Fix #147651, reported by Oliver Guntermann: 2004-07-21 17:51:28 +00:00
gqsort.c Don't include alloca.h. It is not needed, and does not exist on win32. 2005-01-18 13:41: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 Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gqueue.c Use a memchunk for sizeof(GQueue)-sized chunks. (#167984, Fabrício Barros 2005-02-21 04:35:29 +00:00
gqueue.h Extend GQueue API to match the GList API. (#118439). 2004-02-21 12:48:08 +00:00
grand.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Also check errno to detect true errors from spawn*(). (#157258, reported 2004-11-30 02:27:22 +00:00
gspawn-win32.c Fix #157255. Also some refactoring of this still very ugly source file. 2004-12-11 03:47:32 +00:00
gspawn.c Update the @flags documentation with references to GChildWatch and 2004-11-27 05:24:12 +00:00
gspawn.h Patch from J. Ali Harlow 2004-03-01 20:47:49 +00:00
gstdio.c On G_OS_UNIX, simple #define g_open and co. as aliases for their 2005-02-23 06:04:05 +00:00
gstdio.h On G_OS_UNIX, simple #define g_open and co. as aliases for their 2005-02-23 06:04:05 +00:00
gstrfuncs.c Add a testcase for the previous fix. 2004-11-26 04:40:41 +00:00
gstrfuncs.h Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) 2005-03-08 05:41:45 +00:00
gstring.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
gstring.h actually enable (and fix up the length test). 2004-12-02 01:06:17 +00:00
gthread.c Update the returned value after locale changes. (#160271, Christian 2004-12-07 15:20:15 +00:00
gthread.h Moved the assembler functions from gatomic.h to gatomic.c, which makes for 2004-02-29 16:48:37 +00:00
gthreadinit.h Update the returned value after locale changes. (#160271, Christian 2004-12-07 15:20:15 +00:00
gthreadpool.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Simplify the loop for the fix below. 2005-02-23 02:33:54 +00:00
gtimer.h Add g_timer_continue(). (#98536, Tim-Philipp Müller) 2004-01-22 19:56:28 +00:00
gtree.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
gtree.h Mark g_tree_traverse() as deprecated. (#65343) 2001-11-26 19:01:08 +00:00
gtypes.h Move GTranslateFunc to gtypes.h 2004-08-02 22:24:17 +00:00
gunibreak.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
gunibreak.h Update Unicode data to 4.0. (#107974) 2003-07-31 02:27:56 +00:00
gunichartables.h Add g_unichar_get_mirror_char. (#114749) 2003-09-12 17:54:43 +00:00
gunicode.h Mark functions with G_GNUC_MALLOC when appropriate. 2004-11-28 19:12:04 +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 Fix last commit. 2004-12-20 16:10:30 +00:00
gunicomp.h Size compose_table correctly. (#123421, Simon Josefsson) 2004-01-30 23:20:16 +00:00
gunidecomp.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
gunidecomp.h Update Unicode data to 4.0. (#107974) 2003-07-31 02:27:56 +00:00
guniprop.c Use g_win32_getlocale() instead of setlocale() on Windows. setlocale() 2005-01-04 21:21:07 +00:00
gutf8.c Replace g_utf8_validate() with an optimized version, and clarify the docs 2004-11-24 17:58:21 +00:00
gutils.c Mark the last paragraph of the docs as Windows-specific. (#169433) 2005-03-07 13:49:24 +00:00
gutils.h New function to list all environment variables. (#166327, Hans Petter 2005-02-08 04:28:31 +00:00
gwin32.c Include also wchar.h for wcslen on Cygwin. (#163133, Roger Leigh) 2005-01-09 22:55:52 +00:00
gwin32.h Remove misleading comment, too. 2005-02-02 23:54:01 +00:00
Makefile.am Don't distribute glib.def. (#167496, J. Ali Harlow) 2005-02-24 23:52:35 +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 updated 2004-11-21 20:23:34 +00:00
makegalias.pl On G_OS_UNIX, simple #define g_open and co. as aliases for their 2005-02-23 06:04:05 +00:00