summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-282.6.3GLIB_2_6_3Matthias Clasen149-2868/+3172
2005-02-28UpdatesMatthias Clasen5-1/+18
2005-02-26doneIvan Stojmirov1-103/+112
2005-02-24Don't distribute glib.def. (#167496, J. Ali Harlow)Tor Lillqvist7-2/+17
2005-02-24 Tor Lillqvist <tml@novell.com> * glib/Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib.def. (#167496, J. Ali Harlow) * gobject/Makefile.am (EXTRA_DIST): Don't distribute gobject.def. (#167496, J. Ali Harlow)
2005-02-24Use g_fopen(). (#168341, Daniel Atallah)Tor Lillqvist5-3/+21
2005-02-24 Tor Lillqvist <tml@novell.com> * glib/gfileutils.c (get_contents_win32): Use g_fopen(). (#168341, Daniel Atallah)
2005-02-24UpdatesMatthias Clasen5-36/+63
2005-02-24Updated Arabic translation.Arafat Medini2-121/+112
2005-02-24 Arafat Medini <kinryu@silverpen.de> * ar.po: Updated Arabic translation.
2005-02-24Cosmetic fixMatthias Clasen1-1/+0
2005-02-24Don't forget to set G_THREAD_LIBS_FOR_GTHREAD on non-linux platforms.Matthias Clasen5-0/+16
2005-02-23 Matthias Clasen <mclasen@redhat.com> * configure.in: Don't forget to set G_THREAD_LIBS_FOR_GTHREAD on non-linux platforms. (#168177, Michael Banck)
2005-02-24Set LANGUAGE instead of LC_ALL to shield against LANGUAGE being set in theMatthias Clasen5-1/+25
2005-02-23 Matthias Clasen <mclasen@redhat.com> * tests/keyfile-test.c (test_locale_string): Set LANGUAGE instead of LC_ALL to shield against LANGUAGE being set in the environment. (#168311, Suren A. Chilingaryan)
2005-02-24Forgotten log entryMatthias Clasen1-0/+7
2005-02-23On G_OS_UNIX, simple #define g_open and co. as aliases for theirManish Singh9-11/+105
Tue Feb 22 22:03:38 2005 Manish Singh <yosh@gimp.org> * glib/gstdio.h: On G_OS_UNIX, simple #define g_open and co. as aliases for their respective C library functions, instead of using the function wrappers. This avoids library users having to care about matching large file support with whatever glib has been built with. Fixes bug #167942. * glib/gstdio.c * glib/abicheck.sh * glib/glib.symbols * glib/makegalias.pl: Logic to make the gstdio wrappers still available for compatibility, but not used in new code.
2005-02-23Simplify the loop for the fix below.Manish Singh5-12/+18
Tue Feb 22 18:33:07 2005 Manish Singh <yosh@gimp.org> * glib/gtimer.c (g_usleep): Simplify the loop for the fix below.
2005-02-21Translation updated by Ivar Smolin.Priit Laes2-24/+47
2005-02-21 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
2005-02-21Updated TranslationAnkitkumar Rameshchandra Patel2-78/+77
2005-02-21Fix usage of nanosleep(). (#163039, Bastien Nocera)Matthias Clasen5-2/+32
2005-02-20 Matthias Clasen <mclasen@redhat.com> * glib/gtimer.c (g_usleep): Fix usage of nanosleep(). (#163039, Bastien Nocera)
2005-02-20Updated French translation.Christophe Merlet2-4/+8
2005-02-20Updated French translation.Christophe Merlet1-152/+143
2005-02-16Added Xhosa translation Added "xh" to ALL_LINGUAS.Adi Attar7-1/+680
2005-02-16 Adi Attar <aattar@cvs.gnome.org> * xh.po: Added Xhosa translation * configure.in: Added "xh" to ALL_LINGUAS.
2005-02-14Updated French translation.Benoît Dejean2-170/+185
* fr.po: Updated French translation.
2005-02-14Translation updated.Priit Laes2-149/+143
2005-02-14 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
2005-02-11Updated Serbian translation.Danilo Šegan3-172/+180
2005-02-11Take main group options into account when calculating column size.Matthias Clasen7-37/+96
2005-02-10 Matthias Clasen <mclasen@redhat.com> * glib/goption.c (print_help): Take main group options into account when calculating column size. (#166921) (g_option_context_parse): Accept -? as documented. (#166977)
2005-02-10Update UpdateKjartan Maraas3-298/+301
2005-02-10 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update * no.po: Update
2005-02-09Don't leak path here. (#166801, Kjartan Maraas)Matthias Clasen5-0/+22
2005-02-09 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (find_file_in_data_dirs): Don't leak path here. (#166801, Kjartan Maraas)
2005-02-09Update Ukrainian translation.Maxim Dziumanenko2-44/+50
2005-02-09 Maxim Dziumanenko <mvd@mylinux.com.ua> * Update Ukrainian translation.
2005-02-08Don't write out of bounds.Matthias Clasen8-8/+90
2005-02-08 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_parse_value_as_string): Don't write out of bounds. * glib/goption.c (g_option_context_parse): Fix a one-too-short memory allocation. (#166609, Nicolas Laurent) * tests/Makefile.am (TESTS_ENVIRONMENT): Add tests with MALLOC_CHECK_. * tests/option-test.c: Add a test for unkown short options.
2005-02-07Add gmodule-no-export-2.0.pc.Tor Lillqvist5-4/+21
2005-02-07 Tor Lillqvist <tml@novell.com> * glib-zip.in: Add gmodule-no-export-2.0.pc.
2005-02-07Updated Greek Translation.Kostas Papadimas2-33/+40
2005-02-07feed the contents of config.h and glibconfig.h into the preprocessor,Manish Singh2-1/+15
Sun Feb 6 22:00:46 2005 Manish Singh <yosh@gimp.org> * abicheck.sh: feed the contents of config.h and glibconfig.h into the preprocessor, since glib.symbols could need #defines from them.
2005-02-07feed the contents of config.h and glibconfig.h into the preprocessor,Manish Singh5-1/+33
Sun Feb 6 21:59:09 2005 Manish Singh <yosh@gimp.org> * glib/abicheck.sh: feed the contents of config.h and glibconfig.h into the preprocessor, since glib.symbols could need #defines from them.
2005-02-06Don't use matching constraints for asm mem parameters. This makes the codeManish Singh5-5/+29
Sun Feb 6 12:09:55 2005 Manish Singh <yosh@gimp.org> * glib/gatomic.c: Don't use matching constraints for asm mem parameters. This makes the code match with current glibc, and quiets some warnings with gcc 3.4.
2005-02-06Updated Finnish translation.Pauli Virtanen2-41/+42
2005-02-06 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
2005-02-05In the Win32 ABI stability version, call g_file_get_contents_utf8(), notTor Lillqvist5-1/+25
2005-02-05 Tor Lillqvist <tml@novell.com> * glib/gfileutils.c (g_file_get_contents): In the Win32 ABI stability version, call g_file_get_contents_utf8(), not itself. (#166386)
2005-02-05Define a HAVE_GNUC_VISIBILITY automake conditional.Matthias Clasen7-0/+45
2005-02-04 Matthias Clasen <mclasen@redhat.com> * configure.in: Define a HAVE_GNUC_VISIBILITY automake conditional. * glib/Makefile.am (TESTS): Only check the abi if the compiler supports visibility, otherwise we know there will be (harmless) extra symbols. (#166181, Ed Avis)
2005-02-04Bump versionMatthias Clasen5-2/+10
2005-02-042.6.2GLIB_2_6_2Matthias Clasen82-3881/+4038
2005-02-03Add a warning against using g_quark_from_static_string() in dynamicallyMatthias Clasen2-1/+11
2005-02-03 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/quarks.sgml: Add a warning against using g_quark_from_static_string() in dynamically loaded modules.
2005-02-02Remove unnecessary MSVC-only typedef for pid_t. (#165910) GLib does notTor Lillqvist5-7/+16
2005-02-02 Tor Lillqvist <tml@novell.com> * glib/gwin32.h: Remove unnecessary MSVC-only typedef for pid_t. (#165910) GLib does not pretend to be a POSIX emulation library.
2005-02-02Don't use potentially incorrect errno in several places. (#165951)Tor Lillqvist5-18/+59
2005-02-02 Tor Lillqvist <tml@novell.com> * glib/gfileutils.c: Don't use potentially incorrect errno in several places. (#165951) (g_mkstemp): Set errno appropriately.
2005-02-02In the Win32 part of all functions, handle invalid UTF-8 more robustly.Tor Lillqvist5-37/+257
2005-02-02 Tor Lillqvist <tml@novell.com> * glib/gstdio.c: In the Win32 part of all functions, handle invalid UTF-8 more robustly. Don't pass the resulting NULL wide-char or codepage strings on to C library functions, but bail out early. (#166084)
2005-02-02UpdatesMatthias Clasen5-0/+32
2005-02-02Add test case for key removal.Matthias Clasen6-73/+135
2005-02-01 Matthias Clasen <mclasen@redhat.com> * tests/keyfile-test.c (test_key_remove): Add test case for key removal. * glib/gkeyfile.c (g_key_file_remove_key): Actually remove the key from the list of pairs. (#165980, David Hoover)
2005-02-01Updated pt_BR translationRaphael Higino2-142/+120
2005-02-01Doc clarifications. (#165907, Vincent Untz)Matthias Clasen5-6/+15
2005-02-01 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c: Doc clarifications. (#165907, Vincent Untz)
2005-02-01Add test case for group removal.Matthias Clasen6-2/+104
2005-02-01 Matthias Clasen <mclasen@redhat.com> * tests/keyfile-test.c (test_group_remove): Add test case for group removal. * glib/gkeyfile.c (g_key_file_remove_group): Don't segfault if the group doesn't exist. (#165887, Mathias Hasselmann)
2005-01-31Updated Lithuanian translation.Žygimantas Beručka2-112/+116
2005-01-31 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
2005-01-30Some more unit tests.Matthias Clasen5-8/+289
2005-01-30 Matthias Clasen <mclasen@redhat.com> * tests/keyfile-test.c: Some more unit tests.
2005-01-29Translation updated.Priit Laes2-99/+95
2005-01-29 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
2005-01-28Added "tl" to ALL_LINGUAS. Added Tagalog translation by Eric ParejaChristian Rose7-1/+652
2005-01-28 Christian Rose <menthos@menthos.com> * configure.in: Added "tl" to ALL_LINGUAS. * po/tl.po: Added Tagalog translation by Eric Pareja <xenos@upm.edu.ph>.