glib/glib
Tor Lillqvist f171eae2e6 Implement correctly also on Unix systems without lstat(). (#157038, Morten
2004-11-01  Tor Lillqvist  <tml@iki.fi>

	* glib/gstdio.c (g_lstat): Implement correctly also on Unix
	systems without lstat(). (#157038, Morten Welinder)
2004-11-01 19:58:52 +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 2.5.4 2004-10-27 17:56:33 +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 Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas) 2004-10-24 01:37:42 +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 Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas) 2004-10-24 01:37: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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.c 2004-11-01 18:47:12 +00:00
gconvert.h Introduce the idea of a filename encoding, which is *literally* the 2004-10-27 16:46:29 +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 Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas) 2004-10-24 01:37:42 +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 glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.c 2004-11-01 18:47:12 +00:00
gdir.c Introduce the idea of a filename encoding, which is *literally* the 2004-10-27 16:46:29 +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 Introduce the idea of a filename encoding, which is *literally* the 2004-10-27 16:46:29 +00:00
gfileutils.h Introduce the idea of a filename encoding, which is *literally* the 2004-10-27 16:46:29 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas) 2004-10-24 01:37:42 +00:00
giochannel.h Redefine also g_io_channel_new_file to the UTF-8 version on Win32. 2004-10-29 02:00:05 +00:00
giounix.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
giowin32.c Introduce the idea of a filename encoding, which is *literally* the 2004-10-27 16:46:29 +00:00
gkeyfile.c don't return an error if we come across a value with invalid utf8 or if we 2004-11-01 19:28:32 +00:00
gkeyfile.h Documentation fixes. 2004-10-26 16:10:52 +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 Introduce the idea of a filename encoding, which is *literally* the 2004-10-27 16:46:29 +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 Remove G_GNUC_INTERNAL from here. Check whether the visibility attribute 2004-08-10 18:52:30 +00:00
gmain.c Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas) 2004-10-24 01:37:42 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Fix a bunch of typos in header comments. (#102422, Morten Welinder) 2003-02-06 19:57:14 +00:00
gmessages.c Add g_assert_warning. 2004-09-30 02:02:00 +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 New function to deep-copy a GNode and its children. (#93464, James M. 2004-02-21 23:56:54 +00:00
goption.c Documentation updates. 2004-11-01 17:52:02 +00:00
goption.h Add tests for the handling of non-option arguments, "--" and 2004-10-29 20:19:06 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, Bruce 2004-03-10 22:59:14 +00:00
gspawn-win32.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
gspawn.c Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas) 2004-10-24 01:37:42 +00:00
gspawn.h Patch from J. Ali Harlow 2004-03-01 20:47:49 +00:00
gstdio.c Implement correctly also on Unix systems without lstat(). (#157038, Morten 2004-11-01 19:58:52 +00:00
gstdio.h Add g_lstat(). 2004-10-31 15:56:08 +00:00
gstrfuncs.c Make it take a guint for number of characters, instead of a gsize. 2004-09-17 01:14:10 +00:00
gstrfuncs.h Add a function to calculate the length of a NULL-terminated string array. 2004-09-09 04:12:19 +00:00
gstring.c Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Make the last change compile. 2004-10-26 14:24:27 +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 Make the last change compile. 2004-10-26 14:24:27 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +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 Implement the same PLT reduction technique used in GTK+: 2004-09-16 06:05:53 +00:00
gutf8.c Add a note explaining how to convert UTF-16 byte stream of ambiguous 2004-09-20 04:38:38 +00:00
gutils.c glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.c 2004-11-01 18:47:12 +00:00
gutils.h Introduce the idea of a filename encoding, which is *literally* the 2004-10-27 16:46:29 +00:00
gwin32.c Document G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API. 2004-10-31 17:41:29 +00:00
gwin32.h Convert message to UTF-8. Technically this breaks API, but the actual use 2004-09-15 19:12:19 +00:00
Makefile.am Introduce the idea of a filename encoding, which is *literally* the 2004-10-27 16:46:29 +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 [and finally fixed my script to produce ready to go de-in(ed) 2004-10-29 20:58:04 +00:00
makegalias.pl Introduce the idea of a filename encoding, which is *literally* the 2004-10-27 16:46:29 +00:00