summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-01UpdatesMatthias Clasen6-1/+23
2004-12-01 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates
2004-12-01*** empty log message ***Matthias Clasen2-24/+73
2004-11-30UpdatesMatthias Clasen6-0/+30
2004-11-30Also check errno to detect true errors from spawn*(). (#157258, reportedTor Lillqvist6-1/+29
2004-11-30 Tor Lillqvist <tml@iki.fi> * glib/gspawn-win32-helper.c (WinMain): Also check errno to detect true errors from spawn*(). (#157258, reported by Bruce Hochstetler)
2004-11-08Initialize child_watch_count to 1, so that we don't miss the very firstMatthias Clasen6-3/+83
2004-11-08 Matthias Clasen <mclasen@redhat.com> * glib/gmain.c: Initialize child_watch_count to 1, so that we don't miss the very first child if it exits before we set up the child watch. In that case we had previously source->count == child_watch_count == 0, causing g_child_watch_check() to skip the waitpid() call. (#154827, Gustavo Carneiro) * glib/gmain.c (g_child_watch_source_init_single) (g_child_watch_source_init_multi_threaded): Use sigaction() instead of signal(). (#136867, Jonas Jonsson, patch by Archana Shah)
2004-11-07Work around an bug in Mac OS < 10.3. (#156446, Dave MacLachlan)Matthias Clasen6-1/+29
2004-11-07 Matthias Clasen <mclasen@redhat.com> * glib/gutils.c (g_get_any_init): Work around an bug in Mac OS < 10.3. (#156446, Dave MacLachlan)
2004-11-03master fileAmanpreet Singh Alam1-1/+1
2004-10-26ankit@redhat.com * Changed some wrong rendered charactersAnkitkumar Rameshchandra Patel1-38/+33
2004-10-24Rename first parameter to check_data, since apparently the system headersMatthias Clasen4-4/+15
2004-10-23 Matthias Clasen <mclasen@redhat.com> * gtype.h (GTypeInterfaceCheckFunc): Rename first parameter to check_data, since apparently the system headers on AIX leak a macro named func_data. (#155178, Andrea Campi)
2004-10-24Undef libc functions before defining them, since they may also be macros.Matthias Clasen6-0/+28
2004-10-23 Matthias Clasen <mclasen@redhat.com> * glib/gnulib/g-gnulib.h: Undef libc functions before defining them, since they may also be macros. (#155177, Andrea Campi)
2004-10-08Bump version.Matthias Clasen6-2/+12
2004-10-08 Matthias Clasen <mclasen@redhat.com> * configure.in: Bump version.
2004-10-082.4.7GLIB_2_4_7Matthias Clasen81-1024/+1138
2004-10-08Document that GLib supports only a single callback per pid. (#154828,Matthias Clasen6-0/+34
2004-10-08 Matthias Clasen <mclasen@redhat.com> * glib/gmain.c (g_child_watch_add_full): * glib/gmain.c (g_child_watch_add): Document that GLib supports only a single callback per pid. (#154828, Gustavo Carneiro)
2004-10-08revreqN Jayaradha1-28/+20
2004-10-06Fix some C99isms. (#154676, Kjartan Maraas)Matthias Clasen6-5/+23
2004-10-06 Matthias Clasen <mclasen@redhat.com> * glib/gfileutils.c: Fix some C99isms. (#154676, Kjartan Maraas)
2004-10-06applied patch from Jean-Yves Lefort <jylefort@brutele.be> to not access42-8/+9
Wed Oct 6 02:12:44 2004 <timj@birnet.org> * gtype.c (g_type_instance_get_private): applied patch from Jean-Yves Lefort <jylefort@brutele.be> to not access the instance_real_class_bsa pointer without holding the instance_real_class lock.
2004-10-05Improve the docs for g_object_get_property(). (#153424, Stefan Kost)Matthias Clasen2-3/+8
2004-10-05 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/objects.sgml: Improve the docs for g_object_get_property(). (#153424, Stefan Kost)
2004-10-05Updates.Matthias Clasen6-0/+33
2004-10-04Improve docs for g_signal_add_emission_hook. (#154299, Nickolay V.Matthias Clasen2-1/+7
2004-10-03 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/signals.sgml: Improve docs for g_signal_add_emission_hook. (#154299, Nickolay V. Shmyrev)
2004-09-30Convert filenames to UTF-8 before putting them in GErrors. (#154078,Matthias Clasen6-12/+76
2004-09-30 Matthias Clasen <mclasen@redhat.com> * glib/gfileutils.c: Convert filenames to UTF-8 before putting them in GErrors. (#154078, Morten Welinder)
2004-09-25[Win32] Don't ever open a console window. (Which we used to do if standardTor Lillqvist6-79/+144
2004-09-22 Tor Lillqvist <tml@iki.fi> * glib/gmessages.c: [Win32] Don't ever open a console window. (Which we used to do if standard output or standard error are invalid, as they are for GUI applications.) These console windows that open up unexpectedly have caused endless amounts of confusion among end-users. (#141102, #151175) Don't output the process id on Windows. Only output the program name. If not set with g_set_prgname(), fetch the application executable's name and use that.
2004-09-22[Win32] Add code to remove the bug-compatibility entries (see #134813, andTor Lillqvist2-0/+16
2004-09-22 Tor Lillqvist <tml@iki.fi> * Makefile.am (install-libtool-import-lib): [Win32] Add code to remove the bug-compatibility entries (see #134813, and related comments below) from the import library. The PRIVATE keyword in the .def file is supposed to mean that, but it isn't implemented yet by GNU ld.
2004-09-20Correct the docs for the default log handler wrt to which messages go toMatthias Clasen2-2/+7
2004-09-20 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/messages.sgml: Correct the docs for the default log handler wrt to which messages go to stderr. (#153041, Philippe Blain)
2004-09-2012 neprevedeniIvan Stojmirov1-88/+91
2004-09-17Make it take a guint for number of characters, instead of a gsize.Manish Singh6-1/+36
Thu Sep 16 18:15:32 2004 Manish Singh <yosh@gimp.org> * glib/gstrfuncs.c (g_strncasecmp): Make it take a guint for number of characters, instead of a gsize. Technically this is incorrect, but this makes it match the prototype, and this is a deprecated function anyway.
2004-09-15Convert message to UTF-8. Technically this breaks API, but the actual useTor Lillqvist7-44/+103
2004-09-15 Tor Lillqvist <tml@iki.fi> * glib/gwin32.c (g_win32_error_message): Convert message to UTF-8. Technically this breaks API, but the actual use cases in gdk/win32 have assumed it is UTF-8 anyway. Fix documentation. (#152618, Kazuki Iwamoto) 2004-09-14 Tor Lillqvist <tml@iki.fi> * glib/gwin32.h: Don't define ftruncate as a macro. Was never a good idea, and it clashes with newest mingw headers, which have a ftruncate implementation as an inline function. Thanks to Dominik R. * glib/gwin32.c (g_win32_ftruncate): Simplify implementation, just call _chsize() in the C library.
2004-09-12Updated Galician translation of glibJesus Bravo Alvarez2-133/+128
2004-09-09Updated Turkish TranslationBaris Cicek2-7/+10
* tr.po: Updated Turkish Translation
2004-09-07configure.in: Added 'or' to ALL_LINGUAS.Gora Mohanty8-1/+533
po/or.po: Updated Oriya translation.
2004-09-06Updated Norwegian Nynorsk translation.Åsmund Skjæveland2-24/+16
2004-09-06 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
2004-09-05updated by Misu MoldovanMarius Andreiana2-39/+38
2004-09-05 Marius Andreiana <marius galuna.ro> * ro.po: updated by Misu Moldovan
2004-08-31Updated Spanish translation.Francisco Javier F. Serrador2-15/+16
2004-08-31 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
2004-08-30Point to g_hash_table_lookup_extended() for differentiation betweenMatthias Clasen6-1/+34
Sun Aug 29 23:58:38 2004 Matthias Clasen <maclas@gmx.de> * glib/ghash.c (g_hash_table_lookup): Point to g_hash_table_lookup_extended() for differentiation between not-found and value-is-NULL. (#150960, Morten Welinder)
2004-08-30Fix a typo. (#151109, Stepan Kasal)Matthias Clasen2-3/+7
Sun Aug 29 23:50:45 2004 Matthias Clasen <maclas@gmx.de> * glib/tmpl/fileutils.sgml: Fix a typo. (#151109, Stepan Kasal)
2004-08-24Updated Nepali TranslationPawan Chitrakar1-0/+4
2004-08-24 Pawan Chitrakar <pawan@nplinux.org> * ne.po: Updated Nepali Translation
2004-08-23ankit@redhat.com 23/08/2004 * gu.po : Final Proofread.Ankitkumar Rameshchandra Patel1-19/+14
2004-08-21Tell select_thread to break out of its loop. Prevents a thread leak.Tor Lillqvist6-0/+25
2004-08-21 Tor Lillqvist <tml@iki.fi> * glib/giowin32.c (g_io_win32_finalize): Tell select_thread to break out of its loop. Prevents a thread leak. (#147392, Peter Zelezny)
2004-08-21Guard against bogus return value from strxfrm(). For instance Microsoft'sTor Lillqvist6-10/+48
2004-08-21 Tor Lillqvist <tml@iki.fi> * glib/gunicollate.c (g_utf8_collate_key): Guard against bogus return value from strxfrm(). For instance Microsoft's strxfrm() returns INT_MAX on errors. (#141124)
2004-08-20Updated Albanian translation.Laurent Dhima2-1/+5
2004-08-20 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
2004-08-19Correct source and destination charset parameter order in g_convert()Tor Lillqvist6-3/+33
2004-08-19 Tor Lillqvist <tml@iki.fi> * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): Correct source and destination charset parameter order in g_convert() call. (#150394, possibly also #141124)
2004-08-19Updated Danish translation.Martin Willemoes Hansen2-3/+7
* da.po: Updated Danish translation.
2004-08-18Updated Albanian translation.Laurent Dhima2-1/+5
2004-08-18 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
2004-08-18Updated Danish translation.Martin Willemoes Hansen2-6/+12
* da.po: Updated Danish translation.
2004-08-17update pa fileAmanpreet Singh Alam1-104/+111
2004-08-16Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kenan HadžiavdićChristian Rose8-1/+535
2004-08-16 Christian Rose <menthos@menthos.com> * configure.in: Added "bs" to ALL_LINGUAS. * po/bs.po: Added Bosnian translation by Kenan Hadžiavdić <kenanh@frisurf.no>.
2004-08-16yet to proof readN Jayaradha1-16/+16
2004-08-13Bump version.Matthias Clasen6-2/+12
2004-08-132.4.6GLIB_2_4_6Matthias Clasen76-339/+433
2004-08-13UpdatesMatthias Clasen6-0/+27
2004-08-12Document the necessity to call g_thread_init() when using threads (evenMatthias Clasen2-4/+9
2004-08-12 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/threads.sgml: Document the necessity to call g_thread_init() when using threads (even non-gthreads). (#149490, Vincent Untz)