summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Rename ChangeLog to ChangeLog.pre-2-20Matthias Clasen2009-04-021-914/+0
| | | | | | Rename ChangeLog to prevent old habits from luring me into adding entries there. Also, this makes room for autogenerating a ChangeLog at make dist.
* Update README files to refer to gitMatthias Clasen2009-03-311-0/+6
| | | | | | Update various README files to refer to git instead of svn. Add a README.commits that is pretty much a copy of the same file in GTK+. Also discontinue ChangeLog files.
* Copy a va_list when using it multiple times. Reported by Wim Lewis.Matthias Clasen2009-03-291-0/+8
| | | | | | | | * glib/gmessages.c (g_logv): Copy a va_list when using it multiple times. Reported by Wim Lewis. svn path=/trunk/; revision=8021
* trivial spelling/whitespace fixesRyan Lortie2009-03-171-9/+9
| | | | svn path=/trunk/; revision=8011
* Bug 575555 – Use fsync() when replacing files to avoid data loss onAlexander Larsson2009-03-161-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-16 Alexander Larsson <alexl@redhat.com> Bug 575555 – Use fsync() when replacing files to avoid data loss on crash * configure.in: Look for fsync(). * glib/gfileutils.c: (write_to_temp_file): fsync temp file if destination file exists 2009-03-16 Alexander Larsson <alexl@redhat.com> Bug 575555 – Use fsync() when replacing files to avoid data loss on crash * glocalfileoutputstream.c: (g_local_file_output_stream_close): (_g_local_file_output_stream_replace): fsync temp file before closing if replacing target file svn path=/trunk/; revision=7991
* Bump versionMatthias Clasen2009-03-131-0/+4
| | | | svn path=/trunk/; revision=7978
* 2.20.0GLIB_2_20_0Matthias Clasen2009-03-131-0/+6
| | | | svn path=/trunk/; revision=7976
* UpdatesMatthias Clasen2009-03-131-0/+4
| | | | svn path=/trunk/; revision=7975
* Avoid integer overflows in the base64 functions. Fixes CVE-2008-4316Matthias Clasen2009-03-121-0/+5
| | | | | | | | | | 2009-03-12 Matthias Clasen <mclasen@redhat.com> * glib/gbase64.c: Avoid integer overflows in the base64 functions. Fixes CVE-2008-4316 svn path=/trunk/; revision=7973
* Document and guarantee hex digests will be returned in lower case.Stefan Walter2009-03-111-0/+5
| | | | | | See bug #574019 svn path=/trunk/; revision=7971
* Bump versionMatthias Clasen2009-03-021-0/+4
| | | | svn path=/trunk/; revision=7944
* 2.19.10GLIB_2_19_10Matthias Clasen2009-03-021-0/+4
| | | | svn path=/trunk/; revision=7942
* Bump versionMatthias Clasen2009-03-021-0/+4
| | | | svn path=/trunk/; revision=7941
* 2.19.9GLIB_2_19_9Matthias Clasen2009-03-021-0/+4
| | | | svn path=/trunk/; revision=7939
* UpdatesMatthias Clasen2009-03-021-0/+14
| | | | svn path=/trunk/; revision=7938
* Fix docsMatthias Clasen2009-03-011-0/+4
| | | | svn path=/trunk/; revision=7933
* Fix distcheckMatthias Clasen2009-03-011-0/+5
| | | | svn path=/trunk/; revision=7932
* Bug 167569 - g_string_append_printf crashes on win32 when used with a NULLTor Lillqvist2009-02-271-0/+8
| | | | | | | | | | | | | 2009-02-27 Tor Lillqvist <tml@novell.com> Bug 167569 - g_string_append_printf crashes on win32 when used with a NULL argument * glib/gnulib/vasnprintf.c (vasnprintf): Add workaround for buggy programs. Patch by Owen. svn path=/trunk/; revision=7917
* sanity check the input paramter.Paolo Borelli2009-02-231-0/+5
| | | | | | | | | 2009-02-23 Paolo Borelli <pborelli@katamail.com> * glib/gutf8.c (_g_utf8_make_valid): sanity check the input paramter. svn path=/trunk/; revision=7902
* Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion ofTor Lillqvist2009-02-231-0/+14
| | | | | | | | | | | | | | | | | | | 2009-02-23 Tor Lillqvist <tml@novell.com> Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion of function pointer to object pointer * glib/gutils.c (g_win32_get_system_data_dirs_for_module): Change the type of the function's parameter to be explicitly a function pointer. * glib/gutils.h (_g_win32_get_system_data_dirs): Modify declaration and the only caller, the inline _g_win32_get_system_data_dirs(), accordingly. Add comments pointing out these are internal GLib functions. svn path=/trunk/; revision=7899
* Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen2009-02-231-0/+7
| | | | | | | | * Fix "it's" vs "its" confusion throughout the source. Patch by Will Thompson. svn path=/trunk/; revision=7897
* Improve docsMatthias Clasen2009-02-231-0/+7
| | | | svn path=/trunk/; revision=7896
* Add a necessary cast back. Pointed out by Kazuki Iwamoto.Matthias Clasen2009-02-231-0/+7
| | | | | | | | * glib/gthread.c (g_once_init_leave): Add a necessary cast back. Pointed out by Kazuki Iwamoto. svn path=/trunk/; revision=7895
* Bump versionMatthias Clasen2009-02-171-0/+4
| | | | svn path=/trunk/; revision=7878
* 2.19.8GLIB_2_19_8Matthias Clasen2009-02-171-0/+4
| | | | svn path=/trunk/; revision=7876
* Fix strict aliasing warnings and viiolations to make GLib andMatthias Clasen2009-02-171-0/+13
| | | | | | | | | | | | | | | GLib users buildable with gcc 4.4. Patch by Jakub Jelinek. * glib/gatomic.[hc]: Add G_GNUC_MAY_ALIAS to pointer arguments, fix macro versions to only operate on objects of the same size. * glib/gdataset.c: * glib/gthread.[hc]: * glib/gdatasetprivate.h: Remove unnecessary casts in g_atomic_pointer_get calls. svn path=/trunk/; revision=7875
* Bump versionMatthias Clasen2009-02-171-0/+4
| | | | svn path=/trunk/; revision=7870
* 2.19.7GLIB_2_19_7Matthias Clasen2009-02-171-0/+4
| | | | svn path=/trunk/; revision=7868
* UpdatesMatthias Clasen2009-02-171-0/+4
| | | | svn path=/trunk/; revision=7867
* Add note about g_utf8_offset_to_pointer() not checking stringMathias Hasselmann2009-02-131-0/+7
| | | | | | | | boundaries. * glib/gutf8.c (g_utf8_offset_to_pointer()): See summary. svn path=/trunk/; revision=7861
* Bug 523742 – Use noinst for non-installable librariesMatthias Clasen2009-02-121-0/+7
| | | | | | | | * tests/Makefile.am: use noninst_LTLIBRARIES for noninstalled libraries.Patch by Björn Lindqvist svn path=/trunk/; revision=7860
* Correct the grammar in some property documentation.Murray Cumming2009-02-061-0/+9
| | | | | | | | | | | | | 2009-02-06 Murray Cumming <murrayc@murrayc.com> * gio/gfilterinputstream.c: * gio/gfilteroutputstream.c: Correct the grammar in some property documentation. * gio/gdatainputstream.c: * glib/gregex.c: Correct the spelling of occurrence in documentation. svn path=/trunk/; revision=7856
* bump versionMatthias Clasen2009-02-021-0/+4
| | | | svn path=/trunk/; revision=7847
* 2.19.6GLIB_2_19_6Matthias Clasen2009-02-021-0/+4
| | | | svn path=/trunk/; revision=7845
* Bump versionMatthias Clasen2009-02-021-0/+4
| | | | svn path=/trunk/; revision=7844
* UpdatesMatthias Clasen2009-02-021-0/+4
| | | | svn path=/trunk/; revision=7843
* i * glib/gtimer.c (g_time_val_to_iso8601): Pass a time_t* to gmtime().Matthias Clasen2009-01-311-0/+7
| | | | | | | Pointed out by Matthias Drochner. svn path=/trunk/; revision=7840
* Add G_GOFFSET_FORMAT and friends. Bug #563141.Christian Persch2009-01-281-0/+8
| | | | | | | | | | * configure.in: * docs/reference/glib/glib-sections.txt: * docs/reference/macros_misc.sgml: * docs/reference/glib/tmpl/types.sgml: Add G_GOFFSET_FORMAT and friends. Bug #563141. svn path=/trunk/; revision=7834
* Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix onStefan Kost2009-01-231-0/+6
| | | | | | | | | * docs/reference/glib/Makefile.am: Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix on problem with the doc build. svn path=/trunk/; revision=7829
* Drop the code in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0).Tor Lillqvist2009-01-211-0/+6
| | | | | | | | | | | 2009-01-21 Tor Lillqvist <tml@novell.com> * glib/gwin32.c (g_win32_locale_filename_from_utf8): Drop the code in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0). Drop unused variables. svn path=/trunk/; revision=7826
* fix a typoMatthias Clasen2009-01-201-0/+8
| | | | svn path=/trunk/; revision=7823
* 2.19.5GLIB_2_19_5Matthias Clasen2009-01-191-0/+4
| | | | svn path=/trunk/; revision=7820
* Fix a typoMatthias Clasen2009-01-191-0/+4
| | | | svn path=/trunk/; revision=7818
* UpdatesMatthias Clasen2009-01-181-0/+4
| | | | svn path=/trunk/; revision=7816
* Define an ENABLE_REGEX macroMatthias Clasen2009-01-181-0/+9
| | | | | | | | | | * configure.in: Define an ENABLE_REGEX macro * gobject/gboxed.c: Don't refer to g_regex_ref if ENABLE_REGEX is not defined. svn path=/trunk/; revision=7815
* Quell some compiler wanringsMatthias Clasen2009-01-181-0/+4
| | | | svn path=/trunk/; revision=7814
* Update PCRE to 7.8Matthias Clasen2009-01-181-0/+4
| | | | svn path=/trunk/; revision=7813
* If !ENABLE_NLS, make textomain() macro return "messages" in case of a NULLMatthias Clasen2009-01-181-0/+9
| | | | | | | | | * glib/glibintl.h: If !ENABLE_NLS, make textomain() macro return "messages" in case of a NULL argument. Patch by Peter Kjellerstedt. svn path=/trunk/; revision=7812
* Use offsetof instead of __builtin_offsetof, for icc's sake. Proposed byMatthias Clasen2009-01-181-0/+7
| | | | | | | | | * glib/gmacros.h (G_STRUCT_OFFSETOF): Use offsetof instead of __builtin_offsetof, for icc's sake. Proposed by Hrvoje Niksic. svn path=/trunk/; revision=7811
* Bug 564728 Add function to decode base64 encoded data in placeMatthias Clasen2009-01-131-0/+9
| | | | | | | | | | | | | | 2009-01-13 Matthias Clasen <mclasen@redhat.com> Bug 564728 Add function to decode base64 encoded data in place * glib/glib.symbols: * glib/gbase64.[hc] (g_base64_decode_inplace): New convenience API to decode in place, overwriting the input string. Patch by Sebastian Dröge. svn path=/trunk/; revision=7807