summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2009-02-27Bug 167569 - g_string_append_printf crashes on win32 when used with a NULLTor Lillqvist
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
2009-02-23sanity check the input paramter.Paolo Borelli
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
2009-02-23Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion ofTor Lillqvist
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
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen
* Fix "it's" vs "its" confusion throughout the source. Patch by Will Thompson. svn path=/trunk/; revision=7897
2009-02-23Improve docsMatthias Clasen
svn path=/trunk/; revision=7896
2009-02-23Add a necessary cast back. Pointed out by Kazuki Iwamoto.Matthias Clasen
* glib/gthread.c (g_once_init_leave): Add a necessary cast back. Pointed out by Kazuki Iwamoto. svn path=/trunk/; revision=7895
2009-02-17Bump versionMatthias Clasen
svn path=/trunk/; revision=7878
2009-02-172.19.8upstream/GLIB_2_19_8Matthias Clasen
svn path=/trunk/; revision=7876
2009-02-17 Fix strict aliasing warnings and viiolations to make GLib andMatthias Clasen
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
2009-02-17Bump versionMatthias Clasen
svn path=/trunk/; revision=7870
2009-02-172.19.7upstream/GLIB_2_19_7Matthias Clasen
svn path=/trunk/; revision=7868
2009-02-17UpdatesMatthias Clasen
svn path=/trunk/; revision=7867
2009-02-13Add note about g_utf8_offset_to_pointer() not checking stringMathias Hasselmann
boundaries. * glib/gutf8.c (g_utf8_offset_to_pointer()): See summary. svn path=/trunk/; revision=7861
2009-02-12 Bug 523742 – Use noinst for non-installable librariesMatthias Clasen
* tests/Makefile.am: use noninst_LTLIBRARIES for noninstalled libraries.Patch by Björn Lindqvist svn path=/trunk/; revision=7860
2009-02-06Correct the grammar in some property documentation.Murray Cumming
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
2009-02-02bump versionMatthias Clasen
svn path=/trunk/; revision=7847
2009-02-022.19.6upstream/GLIB_2_19_6Matthias Clasen
svn path=/trunk/; revision=7845
2009-02-02Bump versionMatthias Clasen
svn path=/trunk/; revision=7844
2009-02-02UpdatesMatthias Clasen
svn path=/trunk/; revision=7843
2009-01-31i * glib/gtimer.c (g_time_val_to_iso8601): Pass a time_t* to gmtime().Matthias Clasen
Pointed out by Matthias Drochner. svn path=/trunk/; revision=7840
2009-01-28Add G_GOFFSET_FORMAT and friends. Bug #563141.Christian Persch
* 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
2009-01-23Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix onStefan Kost
* 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
2009-01-21Drop the code in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0).Tor Lillqvist
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
2009-01-20fix a typoMatthias Clasen
svn path=/trunk/; revision=7823
2009-01-192.19.5upstream/GLIB_2_19_5Matthias Clasen
svn path=/trunk/; revision=7820
2009-01-19Fix a typoMatthias Clasen
svn path=/trunk/; revision=7818
2009-01-18UpdatesMatthias Clasen
svn path=/trunk/; revision=7816
2009-01-18Define an ENABLE_REGEX macroMatthias Clasen
* 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
2009-01-18Quell some compiler wanringsMatthias Clasen
svn path=/trunk/; revision=7814
2009-01-18Update PCRE to 7.8Matthias Clasen
svn path=/trunk/; revision=7813
2009-01-18If !ENABLE_NLS, make textomain() macro return "messages" in case of a NULLMatthias Clasen
* 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
2009-01-18Use offsetof instead of __builtin_offsetof, for icc's sake. Proposed byMatthias Clasen
* 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
2009-01-13Bug 564728 Add function to decode base64 encoded data in placeMatthias Clasen
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
2009-01-13Improve docsMatthias Clasen
svn path=/trunk/; revision=7805
2009-01-12Guard against a mis-written GOptionArgFunc that has returned FALSE but notTor Lillqvist
2009-01-12 Tor Lillqvist <tml@novell.com> * glib/goption.c (parse_arg): Guard against a mis-written GOptionArgFunc that has returned FALSE but not set the GError. svn path=/trunk/; revision=7804
2009-01-11Improve docsMatthias Clasen
svn path=/trunk/; revision=7802
2009-01-11Docs improvementMatthias Clasen
svn path=/trunk/; revision=7801
2009-01-09Bug 567138 - get_package_directory_from_module() does not free its lockTor Lillqvist
2009-01-09 Tor Lillqvist <tml@iki.fi> Bug 567138 - get_package_directory_from_module() does not free its lock when failing * glib/gwin32.c (get_package_directory_from_module): Obvious fix. svn path=/trunk/; revision=7794
2009-01-05Bump versionMatthias Clasen
svn path=/trunk/; revision=7779
2009-01-052.19.4upstream/GLIB_2_19_4Matthias Clasen
svn path=/trunk/; revision=7777
2009-01-05UpdatesMatthias Clasen
svn path=/trunk/; revision=7776
2009-01-05updateDan Winship
* glib/tests/.gitignore: update * tests/.gitignore: update, sort * tests/gobject/.gitignore: add svn path=/trunk/; revision=7772
2009-01-05Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32Tor Lillqvist
2009-01-05 Tor Lillqvist <tml@iki.fi> Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32 * glib/gfileutils.c: Move the binary compatibility versions of g_file_test(), g_file_get_contents(), g_mkstemp() and g_file_open_tmp() last in the file. Remove the restriction that the XXXXXX is last in the template in the binary compatibility version of g_mkstemp(). Thanks to Morten Welinder and Jody Goldberg. svn path=/trunk/; revision=7770
2009-01-03UpdatesMatthias Clasen
svn path=/trunk/; revision=7763
2009-01-03Add docsMatthias Clasen
svn path=/trunk/; revision=7762
2009-01-03Move docs inlineMatthias Clasen
svn path=/trunk/; revision=7761
2009-01-03Use visibility attribute for new enough sun cc. Patch by Chris WangMatthias Clasen
* configure.in: Use visibility attribute for new enough sun cc. Patch by Chris Wang svn path=/trunk/; revision=7760
2009-01-02Fix a wrong reference in the docs, reported by Takeshi Aihana.Matthias Clasen
* glib/goption.c: Fix a wrong reference in the docs, reported by Takeshi Aihana. svn path=/trunk/; revision=7758
2008-12-31Fix some compiler warningsMatthias Clasen
svn path=/trunk/; revision=7755
2008-12-20move some changelog entries that i put in the wrong spotRyan Lortie
svn path=/trunk/; revision=7754