4238 Commits

Author SHA1 Message Date
Tor Lillqvist
1fca3b7545 makefile.mingw Remove from SVN. (#398069)
2007-01-17  Tor Lillqvist  <tml@novell.com>

	* makefile.mingw
	* */makefile.mingw.in: Remove from SVN. (#398069)


svn path=/branches/glib-2-12/; revision=5292
2007-01-18 18:54:38 +00:00
Gabor Kelemen
80a469a0b2 Translation updated.
2007-01-18  Gabor Kelemen  <kelemeng@gnome.hu>

	* hu.po: Translation updated.

svn path=/branches/glib-2-12/; revision=5291
2007-01-18 01:05:21 +00:00
Daniel Nylander
64d2e0f84c sv.po: Updated Swedish translation.
svn path=/branches/glib-2-12/; revision=5290
2007-01-17 22:31:03 +00:00
Tor Lillqvist
f0de0fd9f4 DLLs are always installed in "bin" with current libtool, drop unnecessary
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=/branches/glib-2-12/; revision=5288
2007-01-17 13:31:09 +00:00
Tor Lillqvist
40e8bbb1b0 Use <malloc.h> also with Digital Mars compiler on Win32. (#346808, Serhat
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=/branches/glib-2-12/; revision=5286
2007-01-17 02:29:11 +00:00
Matthias Clasen
d841a9cc99 Bump version
svn path=/branches/glib-2-12/; revision=5284
2007-01-17 00:02:57 +00:00
Matthias Clasen
669f113cac 2.12.9
svn path=/branches/glib-2-12/; revision=5282
GLIB_2_12_9
2007-01-16 23:55:51 +00:00
Matthias Clasen
c0a0e2f4eb Updates
svn path=/branches/glib-2-12/; revision=5281
2007-01-16 23:44:49 +00:00
Matthias Clasen
281d14029d Revert an accidental ABI break by moving gettime out of the
2007-01-16  Matthias Clasen  <mclasen@redhat.com>

        * glib/gthread.h:
        * glib/gthread.c:
        * glib/glib.symbols: Revert an accidental ABI break by
        moving gettime out of the GThreadFunctions struct and making
        it a separate variable.  (#397139, Joe Marcus Clarke)

        * gthread/*.c: Adapt.



svn path=/branches/glib-2-12/; revision=5280
2007-01-16 21:27:49 +00:00
Tor Lillqvist
4c49bbeec1 glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s of
2007-01-16  Tor Lillqvist  <tml@novell.com>

	* glib/gthread.c (gettime)
	* gthread/gthread-win32.c (g_gettime_win32_impl):
	GetSystemTimeAsFileTime() returns 100s of nanoseconds since 1601,
	so offset to Unix epoch (1970) and multiply by 100 to get
	nanoseconds which is what we want.


svn path=/branches/glib-2-12/; revision=5278
2007-01-16 14:00:37 +00:00
Tor Lillqvist
e65bdcd6db Forgot committing this.
svn path=/branches/glib-2-12/; revision=5275
2007-01-16 10:44:48 +00:00
Matic Žgur
0ecd8c84c1 Updated Slovenian translation.
svn path=/branches/glib-2-12/; revision=5274
2007-01-16 10:40:15 +00:00
Tor Lillqvist
10f16a7bdb glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s of
2007-01-16  Tor Lillqvist  <tml@novell.com>

	* glib/gthread.c (gettime)
	* gthread/gthread-win32.c (g_gettime_win32_impl):
	GetSystemTimeAsFileTime() returns 100s of nanoseconds, so multiply
	by 100 to get nanoseconds which is what we want.


svn path=/branches/glib-2-12/; revision=5273
2007-01-16 10:34:59 +00:00
Yair Hershkovitz
b6565ec01f updated hebrew translation
svn path=/branches/glib-2-12/; revision=5270
2007-01-15 08:24:07 +00:00
Matthias Clasen
20c95ec82e Bump version
svn path=/branches/glib-2-12/; revision=5269
2007-01-15 04:46:47 +00:00
Matthias Clasen
ab1e585b56 2.12.8
svn path=/branches/glib-2-12/; revision=5267
GLIB_2_12_8
2007-01-15 04:42:42 +00:00
Matthias Clasen
7fa21064a7 Cleanups
svn path=/branches/glib-2-12/; revision=5266
2007-01-15 03:58:40 +00:00
Matthias Clasen
73a581c8ba Correct the gettime calculations once more. (#395203, Chris Wilson)
2005-01-15  Matthias Clasen  <mclasen@redhat.com>

        * glib/gthread.c:
        * gthread/gthread-posix.c: Correct the gettime calculations
        once more.  (#395203, Chris Wilson)



svn path=/branches/glib-2-12/; revision=5263
2007-01-15 03:36:08 +00:00
Tor Lillqvist
b7899ae84a Simplify greatly. Instead of hardcoding a large switch statement, just ask
2007-01-15  Tor Lillqvist  <tml@novell.com>

	* glib/gwin32.c (g_win32_getlocale): Simplify greatly. Instead of
	hardcoding a large switch statement, just ask Windows for the
	ISO639 and ISO3166 codes. Tack on @Latn or @Cyrl for those
	languages which can alternatively be written in Latin or
	Cyrillic. Fixes #395419.


svn path=/branches/glib-2-12/; revision=5259
2007-01-15 02:15:12 +00:00
Theppitak Karoonboonyanan
ce22273011 Updated Thai translation.
2007-01-15  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* th.po: Updated Thai translation.


svn path=/branches/glib-2-12/; revision=5256
2007-01-14 17:35:23 +00:00
Matthias Clasen
0eeeed2800 Rework the handling of invalid keys/groups again. We are back to being
2007-01-12  Matthias Clasen  <mclasen@redhat.com>

        * glib/gkeyfile.c: Rework the handling of invalid
        keys/groups again. We are back to being liberal about
        what we accept, and only reject things that would lead
        to non-rereadable keyfiles.

        * tests/keyfile-test.c: Adapt tests.



svn path=/branches/glib-2-12/; revision=5255
2007-01-12 20:55:47 +00:00
Matthias Clasen
d2119bb56b Fix a thinko
svn path=/branches/glib-2-12/; revision=5253
2007-01-12 19:25:52 +00:00
Matthias Clasen
f6d2369fd0 Include windows.h and fix include order. (#394258, Kazuki Iwamoto)
2007-01-12  Matthias Clasen  <mclasen@redhat.com>

        * glib/gthread.c: Include windows.h and fix
        include order. (#394258, Kazuki Iwamoto)



svn path=/branches/glib-2-12/; revision=5250
2007-01-12 17:33:25 +00:00
Matthias Clasen
3521c4b6ce Fix the build
svn path=/branches/glib-2-12/; revision=5248
2007-01-12 15:54:41 +00:00
Matthias Clasen
270190b698 Make G_GNUC_INTERNAL a no-op for gcc 2.95. (#329031, David Schleef, Marc
2007-01-12  Matthias Clasen  <mclasen@redhat.com>
          
        * configure.in: Make G_GNUC_INTERNAL a no-op for
        gcc 2.95.    (#329031, David Schleef, Marc Brockschmidt)
 

svn path=/branches/glib-2-12/; revision=5246
2007-01-12 15:32:38 +00:00
Matthias Clasen
8055038c9c fix timer calculations
svn path=/branches/glib-2-12/; revision=5243
2007-01-12 05:50:45 +00:00
Matthias Clasen
e655808480 Actually link gthread against librt. (#394641, Marco Pesenti Gritti)
2007-01-10  Matthias Clasen  <mclasen@redhat.com>

        * configure.in: Actually link gthread against librt.
        (#394641, Marco Pesenti Gritti)



svn path=/branches/glib-2-12/; revision=5242
2007-01-10 13:53:33 +00:00
Matthias Clasen
4a95d9b0b4 Grr, allow '*' in keys, too. (#394262)
2007-01-10  Matthias Clasen  <mclasen@redhat.com>

        * glib/gkeyfile.c (g_key_file_is_key_name): Grr, allow '*' in keys,
        too.  (#394262)



svn path=/branches/glib-2-12/; revision=5240
2007-01-10 13:48:13 +00:00
Josep Puigdemont i Casamajó
b560a7f308 Updated Catalan translation.
svn path=/branches/glib-2-12/; revision=5238
2007-01-10 00:06:16 +00:00
Alexander Shopov
10b9da009f Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2007-01-10  Alexander Shopov  <ash@contact.bg>

        * bg.po: Updated Bulgarian translation by
        Alexander Shopov <ash@contact.bg>

svn path=/branches/glib-2-12/; revision=5236
2007-01-09 23:06:30 +00:00
Matthias Clasen
3761583693 Forgotten files
svn path=/branches/glib-2-12/; revision=5232
2007-01-08 13:21:52 +00:00
Matthias Clasen
731af51493 Don't use _SC_MONOTONIC_CLOCK unless USE_CLOCK_GETTIME is defined.
2007-01-08  Matthias Clasen  <mclasen@redhat.com>

        * gthread/gthread-posix.c (g_thread_impl_init): Don't
        use _SC_MONOTONIC_CLOCK unless USE_CLOCK_GETTIME is
        defined.  (#394150)



svn path=/branches/glib-2-12/; revision=5231
2007-01-08 13:00:16 +00:00
Luca Ferretti
61927a5f64 Updated Italian translation.
2007-01-08  Luca Ferretti  <elle.uca@libero.it>

	* it.po: Updated Italian translation.


svn path=/branches/glib-2-12/; revision=5228
2007-01-08 10:19:01 +00:00
Matthias Clasen
7f8d4c1ced Use PKG_PROG_PKG_CONFIG. (#392636, Yevgen Muntyan)
2007-01-07  Matthias Clasen  <mclasen@redhat.com>

        * m4macros/glib-2.0.m4: Use PKG_PROG_PKG_CONFIG.  (#392636,
        Yevgen Muntyan)



svn path=/branches/glib-2-12/; revision=5226
2007-01-08 04:44:06 +00:00
Vincent van Adrighem
d03c83aaea Translation updated by Tino Meinen.
2006-01-07  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.


svn path=/branches/glib-2-12/; revision=5224
2007-01-07 13:50:16 +00:00
Djihed Afifi
6698df0411 Updated arabic translation
svn path=/branches/glib-2-12/; revision=5221
2007-01-06 23:16:29 +00:00
Djihed Afifi
6a68a2345f Updated Arabic Translation.
svn path=/branches/glib-2-12/; revision=5220
2007-01-06 19:25:08 +00:00
Behdad Esfahbod
950f715c06 Fix tests on x86_64.
2007-01-04  Behdad Esfahbod  <behdad@gnome.org>

        * tests/bit-test.c (builtin_bit_nth_lsf1), (builtin_bit_nth_lsf2),
        (builtin_bit_nth_msf): Fix tests on x86_64.


svn path=/branches/glib-2-12/; revision=5217
2007-01-05 03:32:43 +00:00
Matthias Clasen
ee44560f35 Bump version
svn path=/branches/glib-2-12/; revision=5215
2007-01-04 23:25:53 +00:00
Matthias Clasen
10ad0a1c26 2.12.7
svn path=/branches/glib-2-12/; revision=5213
GLIB_2_12_7
2007-01-04 23:12:11 +00:00
Hendrik Richter
5c6585e53d Updated German translation.
2007-01-04  Hendrik Richter  <hendrikr@gnome.org>

	* de.po: Updated German translation.

svn path=/branches/glib-2-12/; revision=5211
2007-01-04 14:32:19 +00:00
Clytie Siddall
4c521f887c vi.po: Updated Vietnamese translation.
svn path=/branches/glib-2-12/; revision=5209
2007-01-04 11:13:48 +00:00
Clytie Siddall
37a89ce26d vi.po: Updated Vietnamese translation.
svn path=/branches/glib-2-12/; revision=5208
2007-01-04 11:13:32 +00:00
Behdad Esfahbod
5362abd937 Take double-width chars into consideration when computing width of a
2007-01-03  Behdad Esfahbod  <behdad@gnome.org>

        * glib/goption.c (_g_unichar_get_width), (_g_utf8_strwidth),
        (calculate_max_length), (print_entry), (print_help): Take 
        double-width chars into consideration when computing width of a
        string.  Also fix another bug in width computation. (#346955)


svn path=/branches/glib-2-12/; revision=5206
2007-01-03 23:17:21 +00:00
Djihed Afifi
6cc99e8cf3 Updated Arabic Translation.
svn path=/branches/glib-2-12/; revision=5203
2007-01-03 22:01:40 +00:00
Behdad Esfahbod
1190cf3b44 Fix bug in g_bit_nth_lsf (#371631) and use __builtin_clzl for
2007-01-03  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gutils.h: Fix bug in g_bit_nth_lsf (#371631) and use 
        __builtin_clzl for g_bit_storage if available (#371670).

        * tests/Makefile.am:
        * tests/bit-test.c: New test, to test g_bit_* operations against
        naive and builtin implementations.


svn path=/branches/glib-2-12/; revision=5201
2007-01-03 20:09:25 +00:00
Matthias Clasen
b3b2d31602 Avoid warnings from running libtool --config. (#391364, Loïc Minier)
2007-01-02  Matthias Clasen  <mclasen@redhat.com>

        * configure.in: Avoid warnings from running libtool --config.
        (#391364, Loïc Minier)



svn path=/branches/glib-2-12/; revision=5195
2007-01-02 14:00:20 +00:00
Matthias Clasen
3a2d8a3db7 Return an error if the uri is bad. (#391370, Maciej Piechotka)
2007-01-02  Matthias Clasen  <mclasen@redhat.com>

        * glib/gbookmarkfile.c (g_bookmark_file_get_app_info):
        Return an error if the uri is bad. (#391370, Maciej Piechotka)



svn path=/branches/glib-2-12/; revision=5193
2007-01-02 13:55:43 +00:00
Michael Natterer
3abcde339a configure.in remove references to build/ until a proper decision has been
2007-01-02  Michael Natterer  <mitch@imendio.com>

	* configure.in
	* Makefile.am: remove references to build/ until a proper decision
	has been made what to do with it.


svn path=/branches/glib-2-12/; revision=5191
2007-01-02 13:24:13 +00:00
Matthias Clasen
7df1b30fb5 Silence autoconf warnings about datarootdir. (#391367, Loïc Minier)
2007-01-01  Matthias Clasen  <mclasen@redhat.com>

        * glib-gettextize.in: Silence autoconf warnings about
        datarootdir.  (#391367, Loïc Minier)



svn path=/branches/glib-2-12/; revision=5188
2007-01-02 06:00:45 +00:00