glib/glib
Matthias Clasen 1f536d2f12 Fix an off-by-2 error in the leap year calculation. (#344905, Dan Winship)
2006-06-20  Matthias Clasen  <mclasen@redhat.com>

	* glib/gtimer.c (mktime_utc): Fix an off-by-2 error
	in the leap year calculation.  (#344905, Dan Winship)

	* tests/testglib.c (main): Change the test data for
	the g_time_val_from_iso8601 tests to expose an off-by-2
	error in the leap year calculation.
2006-06-20 16:37:43 +00:00
..
glib-mirroring-tab Change max-depth to max-lookups. 2006-04-05 14:43:33 +00:00
gnulib Make long long printing work if snprintf is not available. (#332841, 2006-04-05 15:06:15 +00:00
libcharset Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas) 2004-10-24 01:37:42 +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 honour g_mem_gc_friendly settings when freeing slices, make sure 2006-01-25 15:51:43 +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 Make sure g_thread_pool_stop_unused_threads() actually stops unused 2006-04-07 09:23:42 +00:00
gasyncqueue.h Make sure g_thread_pool_stop_unused_threads() actually stops unused 2006-04-07 09:23:42 +00:00
gatomic.c Renamed to glib/gthreadprivate.h and moved system thread identifier 2006-05-10 00:44: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
gbase64.c Fix OOB write (#340538) 2006-05-04 15:53:36 +00:00
gbase64.h Add base64 docs 2006-04-05 03:19:30 +00:00
gbookmarkfile.c Return a boolean instead of void. 2006-06-12 17:19:13 +00:00
gbookmarkfile.h Return a boolean instead of void. 2006-06-12 17:19:13 +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 passing NULL for new_prefix work as documented. (#338845, Yevgen 2006-04-18 02:21:43 +00:00
gcompletion.h Add prototype for g_completion_complete_utf8(). 2004-02-05 01:58:47 +00:00
gconvert.c Renamed to glib/gthreadprivate.h and moved system thread identifier 2006-05-10 00:44:50 +00:00
gconvert.h Add g_filename_display_basename. 2004-12-15 16:34:49 +00:00
gdataset.c Add some missing Since: 2.8 tags 2006-04-19 14:51:49 +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 carry out all dtalist pointer accesses atomically, some missing cases 2006-01-31 15:46:34 +00:00
gdate.c Avoid an array overrun. (Coverity, fix by Pascal Terjan) 2006-04-16 05:19:26 +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 Add tests. 2006-06-16 15:12:32 +00:00
gfileutils.h Add some language-binding friendly variants 2005-06-23 05:50:53 +00:00
ghash.c Add g_hash_table_{remove,steal}_all to remove all nodes from a hash table. 2006-06-01 14:16:39 +00:00
ghash.h Add g_hash_table_{remove,steal}_all to remove all nodes from a hash table. 2006-06-01 14:16:39 +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 Avoid running in an assertion with small writes. (#343566, Chris Wilson) 2006-06-01 15:57:38 +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 Implement setting/clearing G_IO_FLAG_NONBLOCK for channels attached to 2006-05-12 13:20:36 +00:00
gkeyfile.c Fix 344868 2006-06-14 13:48:27 +00:00
gkeyfile.h Add api to get and set doubles and lists of doubles. (#164719, Maurizio 2006-04-19 02:59:37 +00:00
glib-object.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
glib.h Add base64 encode/decode functions 2006-04-04 13:03:23 +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 Add two new functions, g_source_set_funcs and g_source_is_destroyed, that 2006-06-02 02:36:30 +00:00
glibintl.h 1.3.14 2002-02-17 23:28:43 +00:00
glist.c use standard_calloc to allocate the profile_data. (#335209, Chris Wilson) 2006-03-20 18:43:32 +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 2.11.2 2006-06-05 17:34:53 +00:00
gmain.h Add two new functions, g_source_set_funcs and g_source_is_destroyed, that 2006-06-02 02:36:30 +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 Small optimizations 2006-05-29 00:57:22 +00:00
gmarkup.h Add a GMarkupParseFlags flag for treating CDATA as text. 2006-05-29 00:08:30 +00:00
gmem.c Renamed to glib/gthreadprivate.h and moved system thread identifier 2006-05-10 00:44:50 +00:00
gmem.h honour g_mem_gc_friendly settings when freeing slices, make sure 2006-01-25 15:51:43 +00:00
gmessages.c Renamed to glib/gthreadprivate.h and moved system thread identifier 2006-05-10 00:44:50 +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 Forgotten file 2006-05-20 03:16:46 +00:00
goption.h Allow optional summary and description texts before and after the option 2006-05-13 04:23:38 +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 Use canonical include form for internal headers. config.h is always there. 2006-05-09 23:07:27 +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 Renamed to glib/gthreadprivate.h and moved system thread identifier 2006-05-10 00:44:50 +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 Fix several cases of deref-before-NULL-check. (#341191, Pascal Terjan) 2006-05-13 04:36:45 +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 Cleanup. Use return value of g_string_free(...). (#343548, Chris Wilson) 2006-06-01 04:51:25 +00:00
gscanner.h Include gdataset.h. (#320322) 2005-11-04 19:17:42 +00:00
gshell.c Move short_month_names and long_month_names to bss. 2006-04-04 04:37:39 +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 Renamed to glib/gthreadprivate.h and moved system thread identifier 2006-05-10 00:44:50 +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 use standard_calloc to allocate the profile_data. (#335209, Chris Wilson) 2006-03-20 18:43:32 +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 Use canonical include form for internal headers. config.h is always there. 2006-05-09 23:07:27 +00:00
gspawn.c Move short_month_names and long_month_names to bss. 2006-04-04 04:37:39 +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 Revert change below. It wasn't a good idea after all, says the original 2006-03-31 19:16:23 +00:00
gstdio.h glib/glib.symbols don't macroized g_access, g_chdir, and g_unlink either, 2006-01-05 06:21:49 +00:00
gstrfuncs.c Revert accidental commit 2006-06-05 15:38:04 +00:00
gstrfuncs.h g_ascii_strtoll 2006-05-16 05:49:46 +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 Run _g_atomic_thread_init as the first of the full fledged initializers to 2006-05-23 01:33:16 +00:00
gthread.h Make the magic and location arguments to the error-checking-mutex 2006-05-11 00:18:46 +00:00
gthreadpool.c Make sure g_thread_pool_stop_unused_threads() actually stops unused 2006-04-07 09:23:42 +00:00
gthreadpool.h - Added new API g_thread_pool_get_idle_time() and 2006-01-03 15:09:52 +00:00
gthreadprivate.h Renamed to glib/gthreadprivate.h and moved system thread identifier 2006-05-10 00:44:50 +00:00
gtimer.c Fix an off-by-2 error in the leap year calculation. (#344905, Dan Winship) 2006-06-20 16:37:43 +00:00
gtimer.h Check for timegm. 2006-03-23 02:54:29 +00:00
gtree.c honour g_mem_gc_friendly settings when freeing slices, make sure 2006-01-25 15:51:43 +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 Regenerated using Unicode Character Database 5.0 beta. 2006-04-27 06:39:42 +00:00
gunichartables.h Regenerated using Unicode Character Database 5.0 beta. 2006-04-27 06:39:42 +00:00
gunicode.h docs/reference/glib/glib-sections.txt, Implement g_unichar_iswide_cjk(). 2006-04-27 21:14:47 +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 Workaround for bug in strxfrm() in Microsoft's newer C runtimes. (#343919, 2006-06-08 15:24:10 +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 2.11.0 2006-05-03 02:05:01 +00:00
gutf8.c Use canonical include form for internal headers. config.h is always there. 2006-05-09 23:07:27 +00:00
gutils.c Add Windows notes to doc comment. 2006-06-13 22:46:52 +00:00
gutils.h initialize GSlice config from G_SLICE environemtn variable. we support 2006-01-23 15:51:06 +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 Renamed to glib/gthreadprivate.h and moved system thread identifier 2006-05-10 00:44:50 +00:00
makefile.mingw.in glib/gbookmarkfile.h Add GBookmarkFile, a parser for files containing 2006-03-27 18:22:47 +00:00
makefile.msc.in added gbase64.obj and derive the static libs name from auto* variables 2006-04-07 17:10:36 +00:00
makegalias.pl Still need to include glibconfig.h 2005-03-14 04:30:25 +00:00