- 06 Mar, 2007 2 commits
-
-
Matthias Clasen authored
2007-03-06 Matthias Clasen <mclasen@redhat.com> Work with Solaris gettext (#341988, Laszlo Peter) * m4macros/glib-gettext.m4: Make GLIB_WITH_NLS define MSGFMT_OPTS if msgfmt supports -c. * po/Makefile.in.in: Use MSGFMT_OPTS when calling msgfmt. svn path=/trunk/; revision=5369
-
Matthias Clasen authored
2007-03-06 Matthias Clasen <mclasen@Redhat.com> * tests/Makefile.am: Apply a patch by Loïc Minier to fix building with -Wl,-z,defs. (#149144) svn path=/trunk/; revision=5367
-
- 04 Mar, 2007 1 commit
-
-
Thierry Randrianiriana authored
* po/mg.po: Added Malagasy translation. * configure.in: Added Malagasy 'mg' to ALL_LINGUAS svn path=/trunk/; revision=5362
-
- 01 Mar, 2007 1 commit
-
-
Ihar Hrachyshka authored
svn path=/trunk/; revision=5353
-
- 27 Feb, 2007 2 commits
-
-
Kwok-Koon Cheung authored
svn path=/trunk/; revision=5352
-
Gintautas Miliauskas authored
2007-02-27 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=5349
-
- 21 Feb, 2007 1 commit
-
-
Gintautas Miliauskas authored
2007-02-22 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=5347
-
- 17 Feb, 2007 2 commits
-
-
Kjartan Maraas authored
2007-02-17 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=5341
-
Tor Lillqvist authored
2007-02-17 Tor Lillqvist <tml@novell.com> * glib/gdate.c (win32_strftime_helper): New Win32-only function. Use the wide character Win32 API to do the work of strftime(): GetThreadLocale(), GetLocaleInfoW(), GetDateFormatW() and GetTimeFormatW(). (g_date_strftime): On Windows use win32_strftime_helper() instead of strftime() to avoid codepage issues with strftime(). Unfortunately using wcsftime() would not help either. (#404832) svn path=/trunk/; revision=5339
-
- 16 Feb, 2007 1 commit
-
-
Soren Sandmann authored
2007-02-16 Soren Sandmann <sandmann@redhat.com> * tests/sequence-test.c: For move, test moving between two sequences. Add test for swap. * glib/gsequence.c: Replace splay tree with a treap. (check_node): Add checks for the treap invariants. svn path=/trunk/; revision=5337
-
- 13 Feb, 2007 1 commit
-
-
Tor Lillqvist authored
2007-01-02 Tor Lillqvist <tml@novell.com> * glib-genmarshal.c (main): Add comment about dup(0) and lack of /dev/stdin on Win32. (#407431) svn path=/trunk/; revision=5335
-
- 10 Feb, 2007 2 commits
-
-
Stefan Kost authored
* gobject/tut_gobject.xml: * gobject/tut_gsignal.xml: * gobject/tut_gtype.xml: * gobject/tut_howto.xml: * gobject/tut_intro.xml: * gobject/tut_tools.xml: Format XML to be more editable. Describe Interfaces better. Add a footnote at first occurance of 'maman_'. svn path=/trunk/; revision=5334
-
Hans Breuer authored
2007-02-10 Hans Breuer <hans@breuer.org> * glib/makefile.msc.in : added gsequence.obj svn path=/trunk/; revision=5333
-
- 09 Feb, 2007 1 commit
-
-
Søren Sandmann authored
Fri Feb 9 17:46:18 2007 Søren Sandmann <sandmann@redhat.com> * glib/gsequence.c (g_sequence_get_end_iter): Remove assertion. * glib/gsequence.c (is_end): Return TRUE if the iter doesn't have a parent. * glib/gsequence.c: Fix grammar of comment. * glib/gsequence.c (node_update_fields): Use a temporary variable for the n_nodes. svn path=/trunk/; revision=5331
-
- 08 Feb, 2007 1 commit
-
-
Soren Sandmann authored
2007-02-07 Soren Sandmann <sandmann@daimi.au.dk> * tests/sequence-test.c (compare_items): Force an arbitrary order on otherwise identical items. * glib/gsequence.c: Add comment discussing splay trees vs. other trees. * glib/gsequence.c (is_end): Add fast path for the common case when the node is not actually the end node. svn path=/trunk/; revision=5328
-
- 07 Feb, 2007 1 commit
-
-
Stefan Kost authored
* gobject/tut_gobject.xml: * gobject/tut_gsignal.xml: * gobject/tut_gtype.xml: * gobject/tut_howto.xml: * gobject/tut_tools.xml: Unify spelling of GObject and GType. Improve some wording. Update the usage of private data. Make tables use row-spans and add id's to them. svn path=/trunk/; revision=5327
-
- 06 Feb, 2007 1 commit
-
-
Soren Sandmann authored
2007-02-05 Soren Sandmann <sandmann@daimi.au.dk> * glib/gsequence.c (g_sequence_sort_iter): Don't prohibit access until after the g_sequence_move_range() call. Bug 404759, Christian Persch. * tests/sequence-test.c: Formatting fix. svn path=/trunk/; revision=5325
-
- 05 Feb, 2007 1 commit
-
-
Cody Russell authored
svn path=/trunk/; revision=5324
-
- 04 Feb, 2007 1 commit
-
-
Soren Sandmann authored
2007-02-03 Soren Sandmann <sandmann@daimi.au.dk> * glib/gsequence.c (struct _GSequence): Add a new 'real_sequence' field. (g_sequence_new): Initialize real_sequence to the sequence (g_sequence_sort_iter): Set real_sequence of the temporary sequence to the real sequence. (g_sequence_sort_changed_iter): Same (g_sequence_insert_sorted_iter): Same (g_sequence_search_iter): Same (g_sequence_iter_get_sequence): Return real_sequence * tests/sequence-test.c (compare_iters): Insert assertions that the iters point to the sequence being manipulated. svn path=/trunk/; revision=5323
-
- 03 Feb, 2007 1 commit
-
-
Soren Sandmann authored
2007-02-03 Soren Sandmann <sandmann@daimi.au.dk> * glib/gsequence.[ch]: New files implementing GSequence, a list implemented using a binary tree. * glib/glib.h, glib/glib.symbols: Update for GSequence. * docs/reference: Add documentation for GSequence * tests: Add sequence-test.c, a thorough test of all of the GSequence API. svn path=/trunk/; revision=5322
-
- 30 Jan, 2007 2 commits
-
-
Matthias Clasen authored
svn path=/trunk/; revision=5319
-
Matthias Clasen authored
2007-01-30 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/gslice.h: * glib/gslice.c: Don't make ABI depend on G_ENABLE_DEBUG, just add an empty g_slice_debug_tree_statistics () implementation in the !G_ENABLE_DEBUG case. svn path=/trunk/; revision=5318
-
- 27 Jan, 2007 1 commit
-
-
Matthias Clasen authored
2007-01-26 Matthias Clasen <mclasen@redhat.com> * configure.in: Define G_GNUC_INTERNAL for Sun Studio as __hidden. (#342981, Brian Cameron) * glib/gconvert.c: * glib/gutf8.c: Move G_GNUC_INTERNAL uses to the right spot. 2 svn path=/trunk/; revision=5317
-
- 26 Jan, 2007 1 commit
-
-
Matthias Clasen authored
2007-01-26 Matthias Clasen <mclasen@redhat.com> * gmem.c: * gslice.c: * gmessages.c: * gutils.c: Make some structs which are used only once non-static. svn path=/trunk/; revision=5316
-
- 24 Jan, 2007 5 commits
-
-
Benjamin Otte authored
* glib/gprintf.c (g_sprintf): Clarify the documentation + regarding overflows (wording by Jan Schmidt) svn path=/trunk/; revision=5315
-
Roozbeh Pournader authored
2007-01-23 Roozbeh Pournader <roozbeh@farsiweb.info> * README: Remove mention of no-longer-existing PATCH keyword in bugzilla. (#396899) svn path=/trunk/; revision=5313
-
Matthias Clasen authored
2007-01-23 Matthias Clasen <mclasen@redhat.com> * glib/gutf8.c (g_utf8_get_char_validated): Clarify the behaviour is max_len is zero. (#400044, Benjamin Dauvergne) svn path=/trunk/; revision=5311
-
Matthias Clasen authored
svn path=/trunk/; revision=5310
-
Matthias Clasen authored
2007-01-23 Matthias Clasen <mclasen@redhat.com> * glib/goption.c (print_help): Use bitwise & when operating on flags. (#399971, Jon Oberheide) svn path=/trunk/; revision=5308
-
- 19 Jan, 2007 5 commits
-
-
Maxim V. Dziumanenko authored
* Updated Ukrainian translation. svn path=/trunk/; revision=5304
-
Matthias Clasen authored
2007-01-19 Matthias Clasen <mclasen@redhat.com> Some file list updates (#398069, Owen Taylor) * docs/Changes-2.0.txt * docs/reference/README.cvs-commits * glib.spec.in: Remove obsolete files * tests/Makefile.am: * glib/libcharset/Makefile.am: * gobject/Makefile.am: * Makefile.am: Add some missing files to EXTRA_DIST * tests/timeloop-basic.c: Make it build * HACKING: Small updates svn path=/trunk/; revision=5302
-
Matthias Clasen authored
svn path=/trunk/; revision=5301
-
Tor Lillqvist authored
2007-01-19 Tor Lillqvist <tml@novell.com> * gmodule/Makefile.am (gmodule-2.0.lib) * gthread/Makefile.am (gthread-2.0.lib): Use $(srcdir) for builds outside srcdir. svn path=/trunk/; revision=5300
-
Matthias Clasen authored
2007-01-18 Matthias Clasen <mclasen@redhat.com> * glib/gdate.c (g_date_set_time): Fix a typo. (#398203, Owen Taylor) svn path=/trunk/; revision=5297
-
- 18 Jan, 2007 3 commits
-
-
Tor Lillqvist authored
svn path=/trunk/; revision=5296
-
Tor Lillqvist authored
svn path=/trunk/; revision=5295
-
Tor Lillqvist authored
2007-01-17 Tor Lillqvist <tml@novell.com> * config.h.win32.in * glib/galloca.h * glib/gbacktrace.h * glib/gwin32.c * glibconfig.h.win32.in * README.win32: More minor tweaks for Digital Mars compiler. (#346808, Serhat Sevki Dincer) svn path=/trunk/; revision=5294
-
- 17 Jan, 2007 3 commits
-
-
Behdad Esfahbod authored
2007-01-17 Behdad Esfahbod <behdad@gnome.org> * glib/tmpl/macros_misc.sgml: Put back G_GNUC_HAVE_VISIBILITY doc that was removed accidentally. svn path=/trunk/; revision=5289
-
Tor Lillqvist authored
2007-01-17 Tor Lillqvist <tml@novell.com> * glib-zip.in: DLLs are always installed in "bin" with current libtool, drop unnecessary logic to check where they are. Include also the COPYING file. svn path=/trunk/; revision=5287
-
Tor Lillqvist authored
2007-01-17 Tor Lillqvist <tml@novell.com> * glib/galloca.h: Use <malloc.h> also with Digital Mars compiler on Win32. (#346808, Serhat Sevki Dincer) svn path=/trunk/; revision=5285
-