glib/glib
Matthias Clasen 10cc60b456 Mark user visible strings for translation.
Tue Aug  3 16:19:44 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/goption.c: Mark user visible strings for translation.
2004-08-03 20:23:05 +00:00
..
gnulib Add top_srcdir to make srcdir != . work. (#145166, Kaz Sasayama) 2004-07-05 22:45:16 +00:00
libcharset === Released 2.4.1 === 2004-04-30 14:45:14 +00:00
trio Remove trio printf(). 2003-07-28 23:00:51 +00:00
.cvsignore Default to --disable-gtk-doc, to avoid Jade setup hassles. 2002-03-05 05:18:23 +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 Don't return FALSE from a pointer function. (#131472, Morten Welinder) 2004-01-31 02:12:06 +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 Reading access to ref_count only with g_atomic_int_get(). 2004-02-27 17:19:32 +00:00
gasyncqueue.h Use g_atomic_int_(inc|dec_and_test) for reference counting. 2004-02-27 16:06:31 +00:00
gatomic.c Include gthreadinit.h here to see the declaration for 2004-08-02 15:12:19 +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 Patch from Sven Neumann to make the include order consistent. (#71704) 2002-12-04 01:27:44 +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 Patch from Sven Neumann to make the include order consistent. (#71704) 2002-12-04 01:27:44 +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 Merged from 2.4: 2004-05-17 03:24:41 +00:00
gcompletion.h Add prototype for g_completion_complete_utf8(). 2004-02-05 01:58:47 +00:00
gconvert.c Add a G_GNUC_INTERNAL macro to mark function declarations as internal and 2004-08-02 15:34:30 +00:00
gconvert.h Use gchar, gint, gsize instead of char, int, size_t in the interface for 2003-07-29 18:59:23 +00:00
gdataset.c Patch from Sven Neumann to make the include order consistent. (#71704) 2002-12-04 01:27:44 +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 Translate from locale era to AD in g_date_set_parse(). (#133400, Theppitak 2004-02-27 00:42:39 +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 Add a G_GNUC_INTERNAL macro to mark function declarations as internal and 2004-08-02 15:34:30 +00:00
gdir.c Convert filename to UTF-8 before using it in the error message. (#146054, 2004-07-09 13:05:40 +00:00
gdir.h Add Copyright notice. 2002-11-22 23:45:32 +00:00
gen-unicode-tables.pl Size compose_table correctly. (#123421, Simon Josefsson) 2004-01-30 23:20:16 +00:00
gerror.c Remove some explicit Docbook markup which is no longer necessary 2003-07-25 21:32:47 +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 make g_file_test(,G_FILE_TEST_IS_EXECUTABLE) return something useful on 2003-12-14 19:05:29 +00:00
gfileutils.h Rename g_read_link() to g_file_read_link() to better match the remaining 2003-07-29 22:31:40 +00:00
ghash.c Documentation updates. 2004-02-27 21:11:51 +00:00
ghash.h applied patch from #131937 with slight renames. provides 2004-02-20 02:05:36 +00:00
ghook.c Patch from Sven Neumann to make the include order consistent. (#71704) 2002-12-04 01:27:44 +00:00
ghook.h Fix a bunch of typos in header comments. (#102422, Morten Welinder) 2003-02-06 19:57:14 +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 Some warning fixes for the Sun compiler (Reported by David L. Cooper II, 2004-03-14 04:15:10 +00:00
giochannel.h glib/giochannel.h Remove bogus (Win32-only) declaration of 2003-06-05 22:18:27 +00:00
giounix.c #define _POSIX_SOURCE for SSIZE_MAX. Fixes #128853. 2004-01-12 00:06:54 +00:00
giowin32.c glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free) Initialize 2004-07-01 16:17:54 +00:00
glib-object.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
glib.def Add g_main_depth. (#136221, Cedric Gustin) 2004-03-05 20:12:51 +00:00
glib.h Add GOption. 2004-08-02 21:40:40 +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 Remove unused function g_list_sort2 (bug #113203). 2003-05-19 17:02:32 +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 Add a G_GNUC_INTERNAL macro to mark function declarations as internal and 2004-08-02 15:34:30 +00:00
gmain.c Merge from 2.4: 2004-05-10 19:21:28 +00:00
gmain.h Add g_main_depth() (Request from Tim Janik and Stefan Westerfeld) 2004-03-01 02:41:09 +00:00
gmarkup.c Tests for handling of whitespace inside tags. 2004-07-28 15:00:59 +00:00
gmarkup.h Add g_markup_printf_escaped(), g_markup_vprintf_escaped(). 2003-09-12 00:17:02 +00:00
gmem.c Fix the locking of the mem_chunks list. (#127096, Balazs Scheidler) 2003-12-21 21:51:39 +00:00
gmem.h Fix a bunch of typos in header comments. (#102422, Morten Welinder) 2003-02-06 19:57:14 +00:00
gmessages.c Add testcases for g_message() involving non-printable and unsafe 2004-04-22 20:17:54 +00:00
gmessages.h Add a G_GNUC_INTERNAL macro to mark function declarations as internal and 2004-08-02 15:34:30 +00:00
gnode.c New function to deep-copy a GNode and its children. (#93464, James M. 2004-02-21 23:56:54 +00:00
gnode.h New function to deep-copy a GNode and its children. (#93464, James M. 2004-02-21 23:56:54 +00:00
goption.c Mark user visible strings for translation. 2004-08-03 20:23:05 +00:00
goption.h Pedantically use g types throughout. 2004-08-03 19:52:49 +00:00
gpattern.c Add tests for the empty pattern. 2004-04-15 13:58:29 +00:00
gpattern.h make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new 2001-10-13 05:54:10 +00:00
gprimes.c Patch from Sven Neumann to make the include order consistent. (#71704) 2002-12-04 01:27:44 +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 Fix #147651, reported by Oliver Guntermann: 2004-07-21 17:51:28 +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 Use gchar, gint, gsize instead of char, int, size_t in the interface for 2003-07-29 18:59:23 +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 Add some tests for off-by-one errors. 2004-04-22 20:51:07 +00:00
gqueue.h Extend GQueue API to match the GList API. (#118439). 2004-02-21 12:48:08 +00:00
grand.c Add Since: 2.4, where due 2004-02-24 21:17:10 +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 Patch from Sven Neumann to make the include order consistent. (#71704) 2002-12-04 01:27:44 +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 Ignore a missing newline at EOF for single line comments. (#83674, Sven 2004-06-12 03:00:05 +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 Include a test involving consecutive backslashes followed by a non-escaped 2004-08-01 00:39:45 +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 Patch from Sven Neumann to make the include order consistent. (#71704) 2002-12-04 01:27:44 +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 glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, Bruce 2004-03-10 22:59:14 +00:00
gspawn-win32.c glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, Bruce 2004-03-10 22:59:14 +00:00
gspawn.c Use fork1() not fork for G_THREADS_IMPL_SOLARIS. (#136971, Sebastian 2004-03-14 18:26:47 +00:00
gspawn.h Patch from J. Ali Harlow 2004-03-01 20:47:49 +00:00
gstrfuncs.c s/g_strsplit/g_strsplit_set/ as well. 2004-07-27 06:02:15 +00:00
gstrfuncs.h New function, a cross between g_strsplit() and strtok(). (#88329, Soeren 2004-01-28 00:37:46 +00:00
gstring.c for G_CAN_INLINE environments, inline g_string_append_c() for efficiency. 2004-02-19 17:42:00 +00:00
gstring.h for G_CAN_INLINE environments, inline g_string_append_c() for efficiency. 2004-02-19 17:42:00 +00:00
gthread.c glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variable 2004-04-10 01:55:57 +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 Add a G_GNUC_INTERNAL macro to mark function declarations as internal and 2004-08-02 15:34:30 +00:00
gthreadpool.c Patch from Sven Neumann to make the include order consistent. (#71704) 2002-12-04 01:27:44 +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 Add g_timer_continue(). (#98536, Tim-Philipp Müller) 2004-01-22 19:56:28 +00:00
gtimer.h Add g_timer_continue(). (#98536, Tim-Philipp Müller) 2004-01-22 19:56:28 +00:00
gtree.c Remove some explicit Docbook markup which is no longer necessary 2003-07-25 21:32:47 +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 Update Unicode data to 4.0. (#107974) 2003-07-31 02:27:56 +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 Add g_unichar_get_mirror_char. (#114749) 2003-09-12 17:54:43 +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 Unicode 4.0 special casing. (#114681) 2003-09-10 16:55:36 +00:00
gunicomp.h Size compose_table correctly. (#123421, Simon Josefsson) 2004-01-30 23:20:16 +00:00
gunidecomp.c Size compose_table correctly. (#123421, Simon Josefsson) 2004-01-30 23:20:16 +00:00
gunidecomp.h Update Unicode data to 4.0. (#107974) 2003-07-31 02:27:56 +00:00
guniprop.c Merge from 2.4: 2004-05-09 06:07:16 +00:00
gutf8.c Remove some explicit Docbook markup which is no longer necessary 2003-07-25 21:32:47 +00:00
gutils.c New function to check the version of GLib at runtime. (#149175, Michael 2004-08-03 19:41:02 +00:00
gutils.h New function to check the version of GLib at runtime. (#149175, Michael 2004-08-03 19:41:02 +00:00
gwin32.c Plug memory leak. (#140770, John Ehresman) 2004-04-25 22:51:46 +00:00
gwin32.h Correct the comment telling what headers have the declarations of some 2003-01-02 00:30:22 +00:00
Makefile.am Add GOption. 2004-08-02 21:40:40 +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 shortcut_spawn_retval which doesn't improve the implementation at all, it 2004-03-07 15:01:00 +00:00