summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-152.8.4upstream/GLIB_2_8_4Matthias Clasen
2005-11-14UpdatesMatthias Clasen
2005-11-13 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates
2005-11-08Improve GOnce docsMatthias Clasen
2005-11-08Don't call g_warning(). (#320688)Tor Lillqvist
2005-11-05 Tor Lillqvist <tml@novell.com> * glib/giowin32.c (g_io_win32_set_flags): Don't call g_warning(). (#320688)
2005-11-07Don't call cb_funcs->unref while holding the context lock. (#320886, AndyMatthias Clasen
2005-11-07 Matthias Clasen <mclasen@redhat.com> * glib/gmain.c (g_main_dispatch): Don't call cb_funcs->unref while holding the context lock. (#320886, Andy Wingo)
2005-11-06Updated Thai translation.Theppitak Karoonboonyanan
2005-11-06 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
2005-11-04Expand the docs. (#320466, Steffen Gutmann)Matthias Clasen
2005-11-04 Matthias Clasen <mclasen@redhat.com> * glib/gmain.c (g_child_watch_source_new): Expand the docs. (#320466, Steffen Gutmann)
2005-11-04Include gdataset.h. (#320322)Matthias Clasen
2005-11-04 Matthias Clasen <mclasen@redhat.com> * glib/gscanner.h: Include gdataset.h. (#320322)
2005-11-04add new GDebugFlag for fatal_criticals handle G_DEBUG=fatal_criticals, toMatthias Clasen
2005-11-04 Matthias Clasen <mclasen@redhat.com> * glib/gdebug.h: add new GDebugFlag for fatal_criticals * glib/gmessages.c: (_g_debug_init): handle G_DEBUG=fatal_criticals, to help find critical warnings in applications. (#320017, Vincent Untz)
2005-10-30Add some tests for conversions between UTF-8, UCS-4 and UTF-16.Matthias Clasen
2005-10-29 Matthias Clasen <mclasen@redhat.com> * tests/convert-test.c: Add some tests for conversions between UTF-8, UCS-4 and UTF-16. * glib/gutf8.c (g_utf8_to_ucs4, g_utf8_to_utf16): Fix handling of len == -1, noticed by Morten Welinder.
2005-10-26Fixed typos reported by kano@na.rim.or.jp.Takeshi AIHANA
2005-10-26 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Fixed typos reported by kano@na.rim.or.jp.
2005-10-26Don't set items_read twice in the error case, and add some documentation.Matthias Clasen
2005-10-26 Matthias Clasen <mclasen@redhat.com> * glib/gutf8.c (g_ucs4_to_utf8): Don't set items_read twice in the error case, and add some documentation. (#319806, Morten Welinder)
2005-10-24Updated Hebrew translation.Yair Hershkovitz
2005-10-24 Yair Hershkovitz <yairhr@gmail.com> * he.po: Updated Hebrew translation.
2005-10-19Use AC_CHECK_FUNCS for _NSGetEnviron, to get the config.h symbolManish Singh
2005-10-19 Manish Singh <yosh@gimp.org> * configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the config.h symbol automatically. Fixes bug #313731.
2005-10-19Return a g_strdup()ed copy of the value stored in the hash table, so thatTor Lillqvist
2005-10-19 Tor Lillqvist <tml@novell.com> * glib/gwin32.c (g_win32_get_package_installation_directory): Return a g_strdup()ed copy of the value stored in the hash table, so that it can be g_free()d without leaving a dangling pointer in the hash table. (#319232)
2005-10-15Translation updated.Vincent van Adrighem
2005-10-15 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
2005-10-07Handle all-zero sequences correctly. (#317930, Sebastien Bacher)Matthias Clasen
2005-10-06 Matthias Clasen <mclasen@redhat.com> * glib/gunicollate.c (g_utf8_collate_key_for_filename): Handle all-zero sequences correctly. (#317930, Sebastien Bacher)
2005-10-03Bump version numberMatthias Clasen
2005-10-032.8.3upstream/GLIB_2_8_3Matthias Clasen
2005-10-03Really fix #314890.Matthias Clasen
2005-10-03 Matthias Clasen <mclasen@redhat.com> * glib-mkenums.in: Really fix #314890.
2005-10-03Added Entry for Updation of Bengali (bn) Translation:10/03Runa Bhattacharjee
2005-10-03Updated Bengali (bn) Translion:10/03Runa Bhattacharjee
2005-10-01Minor documentation improvements for g_strchug, g_strchomp and g_strstrip.Davyd Madeley
2005-10-01 Davyd Madeley <davyd@fugro-fsi.com.au> * glib/tmpl/string_utils.sgml: Minor documentation improvements for g_strchug, g_strchomp and g_strstrip.
2005-09-27revert last change, it breaks all users of G_IMPLEMENT_INTERFACE() insideMichael Natterer
2005-09-28 Michael Natterer <mitch@gimp.org> * gtype.h (G_IMPLEMENT_INTERFACE): revert last change, it breaks all users of G_IMPLEMENT_INTERFACE() inside G_DEFINE_TYPE_WITH_CODE(), since apparently GCC doesn't like commas enclosed in {}, not (), in nested macro calls.
2005-09-27moved the ChangeLog entry to the correct ChangeLogDavid Odin
2005-09-26Remove thisKjartan Maraas
2005-09-26initialize all the fields of GInterfaceInfo in the G_IMPLEMENT_INTERFACEDavid Odin
* gobject/gtype.h: initialize all the fields of GInterfaceInfo in the G_IMPLEMENT_INTERFACE macro, to shut up a warning when compiling at -W
2005-09-26Bump version numberMatthias Clasen
2005-09-262.8.2upstream/GLIB_2_8_2Matthias Clasen
2005-09-26Don't hang on '{' following a trigraph comment in the same line. (#314890,Matthias Clasen
2005-09-26 Matthias Clasen <mclasen@redhat.com> * glib-mkenums.in: Don't hang on '{' following a trigraph comment in the same line. (#314890, Mathias Hasselmann)
2005-09-26Add details to the docs. (#314393, Matthew F. Barnes)Matthias Clasen
2005-09-26 Matthias Clasen <mclasen@redhat.com> * glib/gstrfuncs.c (g_ascii_strtoull): Add details to the docs. (#314393, Matthew F. Barnes)
2005-09-26Updated Danish translation.Martin Willemoes Hansen
* da.po: Updated Danish translation.
2005-09-25Updated Italian translation.Alessio Frusciante
2005-09-25Updated Swedish translation.Christian Rose
2005-09-25 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
2005-09-20Fix docsMatthias Clasen
2005-09-15Add warning to doc comment that these functions should not be used onTor Lillqvist
2005-09-16 Tor Lillqvist <tml@novell.com> * glib/gstrfuncs.c (g_ascii_strcasecmp, g_ascii_strncasecmp): Add warning to doc comment that these functions should not be used on encodings like CP932.
2005-09-14Add a test for grup names of length 1.Matthias Clasen
2005-09-14 Matthias Clasen <mclasen@redhat.com> * tests/keyfile-test.c: Add a test for grup names of length 1. * glib/gkeyfile.c (g_key_file_line_is_group): Accept group names of length 1. (#316309)
2005-09-12Clarify docs.Matthias Clasen
2005-09-12 Matthias Clasen <mclasen@redhat.com> * glib/gmarkup.c (g_markup_escape_text): Clarify docs.
2005-09-11Link the the refcount tests to the system thread library $(G_THREAD_LIBS).Sebastian Wilhelmi
2005-09-11 Sebastian Wilhelmi <seppi@seppi.de> * tests/refcount/Makefile.am (INCLUDES): Link the the refcount tests to the system thread library $(G_THREAD_LIBS). Fixes #313744 and #314217.
2005-09-08Updated Ukrainian translationMaxim Dziumanenko
2005-09-08 Maxim Dziumanenko <mvd@mylinux.ua> * Updated Ukrainian translation
2005-09-07Must have the rule to create gspawn-win32-helper-console.c outside ifTor Lillqvist
OS_WIN32, as it is included in the distributed files.
2005-09-07Create also a console version of the gspawn-win32-helper program,Tor Lillqvist
2005-09-07 Tor Lillqvist <tml@novell.com> * glib/Makefile.am: Create also a console version of the gspawn-win32-helper program, gspawn-win32-helper-console.exe. It's otherwise identical to gspawn-win32-helper.exe, except marked as a console application (linked without the -mwindows option). * glib/gspawn-win32.c (do_spawn_directly, do_spawn_with_pipes): Drop the dont_wait parameter. Its truth value correlated 100% with the NULLness of the exit_status parameter anyway, so it's enough to check whether exit_status is NULL. Invert the sense of the dont_return_handle parameter and rename it to do_return_handle, to make the code easier to read by avoiding double negations. (g_spawn_sync_utf8, g_spawn_async_with_pipes_utf8): Modify calls to do_spawn_with_pipes() accordingly. (do_spawn_with_pipes): If we have a console, use the console version of the helper program, otherwise use the GUI one. This avoids extra console windows opening up in some situations. (In case a console application uses the GUI gspawn-win32-helper.exe to spawn another console application we would get a separate console for the spawned console application). * glib-zip.in: Distribute also gspawn-win32-helper-console.exe.
2005-09-06Tell xgettext about all the printf-like functions we use.Matthias Clasen
2005-09-06 Matthias Clasen <mclasen@redhat.com> * Makefile.in.in: Tell xgettext about all the printf-like functions we use.
2005-09-06Updated Basque translation.Inaki Larranaga
2005-09-05 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
2005-09-05Report an error if the file is too large. (#315275, Kjartan Maraas)Matthias Clasen
2005-09-05 Matthias Clasen <mclasen@redhat.com> * glib/gmappedfile.c (g_mapped_file_new): Report an error if the file is too large. (#315275, Kjartan Maraas)
2005-09-05The return value of read() is signed. (#315273, Kjartan Maraas)Matthias Clasen
2005-09-05 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_load_from_fd): The return value of read() is signed. (#315273, Kjartan Maraas)
2005-09-05Updated Japanese translation for HEAD.Takeshi AIHANA
2005-09-05 Takeshi AIHANA <aihana@jcom.home.ne.jp> * ja.po: Updated Japanese translation for HEAD.
2005-09-05*** empty log message ***Ignacio Casal Quinteiro
2005-09-04Translation updated by Ivar Smolin.Priit Laes
2005-09-04 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
2005-09-03Updated Serbian translation.Danilo Ĺ egan