519acc6508081c2a9fb2d8d3eaaef520a731cfe4
[platform/upstream/glib.git] / ChangeLog.pre-2-8
1 2004-10-24  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gkeyfile.c (g_key_file_remove_group_node): Don't
4         destroy the lookup map if it is NULL.
5
6 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
7
8         * glib/gasyncqueue.c, glib/gatomic.c, glib/gdate.c, 
9         glib/giochannel.c, glib/gmain.c, glib/gspawn.c, 
10         glib/libcharset/localcharset.c: Apply a patch to fix
11         sparse warnings. (#154696, Kjartan Maraas)
12
13         * glib/gnulib/g-gnulib.h: Undef libc functions before defining
14         them, since they may also be macros.  (#155177, Andrea Campi)
15
16         * glib/gkeyfile.h: 
17         * glib/gkeyfile.c: Add a parser for desktop entries and
18         similar files with a .ini-like syntax.  (#139974, Ray Strode)
19
20         * glib/glib.h: Include gkeyfile.h
21
22         * glib/Makefile.am (libglib_2_0_la_SOURCES): Add gkeyfile.c
23         (glibsubinclude_HEADERS): Add gkeyfile.h
24
25         * glib/gutils.c (_g_compute_locale_variants): Make this 
26         non-static and use it in gkeyfile.c
27
28 2004-10-22  Matthias Clasen  <mclasen@redhat.com>
29
30         * tests/uri-test.c (run_uri_list_tests): Add some
31         uri list tests.c.
32
33         * glib/gconvert.h:
34         * glib/gconvert.c (g_uri_list_extract_uris): New function to
35         split a text/uri-list data into individual uris and strip comments.
36
37 2004-10-20  Matthias Clasen  <mclasen@redhat.com>
38
39         * glib/goption.c (get_change): Don't return the wrong 
40         change.  (#155856, Lucas Rocha)
41
42 2004-10-17  Matthias Clasen  <mclasen@redhat.com>
43
44         * glib/gutils.h (G_IS_DIR_SEPARATOR): 
45         * glib/gutils.c: Make public.  (#155589, Tim-Philipp Müller) 
46
47 2004-10-08  Matthias Clasen  <mclasen@redhat.com>
48
49         * glib/gmain.c (g_child_watch_add_full): 
50         * glib/gmain.c (g_child_watch_add): Document that GLib supports only
51         a single callback per pid. (#154828, Gustavo Carneiro)
52
53 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
54
55         * glib/gfileutils.c: Fix some C99isms.  (#154676, Kjartan Maraas)
56
57 2004-10-05  Anders Carlsson  <andersca@gnome.org>
58
59         * glib/goption.c: (g_option_context_parse):
60         Add check for if argc is 0.
61         
62         * tests/option-test.c: (empty_test3), (main):
63         Add test case.
64         
65 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
66
67         * NEWS: Update
68
69 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
70
71         * glib/gmem.c (g_mem_set_vtable): Only set vtable_set if the
72         vtable is set.  (#154352, Philippe Blain)
73
74 2004-10-03  Anders Carlsson  <andersca@gnome.org>
75
76         * glib/goption.c: (parse_arg):
77         Set arg_data on filenames. (Discovered by Mats-Ola Persson).
78         
79         * tests/option-test.c: (arg_test3), (ignore_test3), (main):
80         Add test for filename args.
81         
82 2004-10-01  Tor Lillqvist  <tml@iki.fi>
83
84         * glib/goption.c (g_option_context_parse): Use
85         g_path_get_basename() instead of strrchr(), so that either slash
86         is accepted on Windows.
87
88 2004-09-30  Matthias Clasen  <mclasen@redhat.com>
89
90         * glib/gfileutils.c: Convert filenames to UTF-8 before 
91         putting them in GErrors.  (#154078, Morten Welinder)
92
93 2004-09-29  Matthias Clasen  <mclasen@redhat.com>
94
95         * glib/glib.symbols: Add g_assert_warning.
96
97         * glib/gmessages.h:
98         * glib/gmessages.c (g_assert_warning): Treat g_assert 
99         in the same way as g_return_if_fail and move the string 
100         constants into a helper function, which also takes 
101         care of removing the "IA__" prefix from internal aliases.
102
103         * glib/gmessages.h: Move the declaration of 
104         g_return_if_fail_warning() out of the ifdefs, so that
105         building with G_DISABLE_ASSERT works.
106
107 2004-09-27  Murray Cumming  <murrayc@murrayc.com>
108
109         * glib/goptions.[h|c], glib/glib.symbols: Rename 
110         g_context_option_error_quark() to g_option_error_quark(), because that 
111         is consistent with normal naming conventions, and what bindings expect.
112
113 .2004-09-26  Matthias Clasen  <mclasen@redhat.com>
114
115         Fix #153649, Hidetaka Iwai:
116         
117         * glib/goption.c (parse_long_option): Don't forget to set parsed
118         to TRUE when parsing a long ARG_NONE option. 
119         (free_changes_list): Fix the memory management for string
120         and filename arrays.
121
122 2004-09-22  Tor Lillqvist  <tml@iki.fi>
123
124         * glib/gmessages.c: [Win32] Don't ever open a console
125         window. (Which we used to do if standard output or standard error
126         are invalid, as they are for GUI applications.) These console
127         windows that open up unexpectedly have caused endless amounts of
128         confusion among end-users. (#141102, #151175)
129
130         Don't output the process id on Windows. Only output the program
131         name. If not set with g_set_prgname(), fetch the application
132         executable's name and use that.
133
134 Mon Sep 20 00:35:14 2004  Matthias Clasen  <maclas@gmx.de>
135
136         * glib/gutf8.c (g_utf16_to_utf8): Add a note explaining how to
137         convert UTF-16 byte stream of ambiguous endianness.  (#152954,
138         Linus Walleij)
139
140 Mon Sep 20 00:17:37 2004  Matthias Clasen  <maclas@gmx.de>
141
142         * tests/option-test.c (error_test3_post_parse): 
143         * tests/option-test.c (error_test2_post_parse): 
144         * tests/option-test.c (error_test1_post_parse): Don't call 
145         g_set_error () with a NULL format.  (#153103, Robert Ögren) 
146
147 Mon Sep 20 00:13:48 2004  Matthias Clasen  <maclas@gmx.de>
148
149         Make GOption remove long options completely. (#153113, Robert Ögren)
150
151         * glib/goption.c (parse_long_option): Fix a wrong index.
152
153         * tests/option-test.c (ignore_test3): Test handling of unknown
154         options some more.
155
156 Sun Sep 19 23:56:15 2004  Matthias Clasen  <maclas@gmx.de>
157
158         * glib/goption.c (g_option_context_parse): Call error_func
159         on error, not post_parse_func again.  (#153107, Robert Ögren)
160
161 Sun Sep 19 23:52:35 2004  Matthias Clasen  <maclas@gmx.de>
162
163         * glib/gmessages.c (mklevel_prefix): 
164         * glib/gmessages.c (g_logv): Fix the types of some variables
165         to be GLogLevelFlags instead of guint.  (#153042, Philippe Blain)
166
167 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
168
169         * Version bump
170
171         * === Released 2.5.3 ===
172
173 2004-09-17  Matthias Clasen  <mclasen@redhat.com>
174
175         * NEWS: More updates.
176
177 Thu Sep 16 18:42:46 2004  Manish Singh  <yosh@gimp.org>
178
179         * glib/abicheck.sh: don't hardcode lengths for cut, instead split on
180         the third field.
181
182 Thu Sep 16 18:15:32 2004  Manish Singh  <yosh@gimp.org>
183
184         * glib/gstrfuncs.c (g_strncasecmp): Make it take a guint for number
185         of characters, instead of a gsize. Technically this is incorrect,
186         but this makes it match the prototype, and this is a deprecated
187         function anyway.
188
189 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
190
191         * glib/Makefile.am (EXTRA_DIST): Add abicheck.sh
192
193 Thu Sep 16 02:03:15 2004  Matthias Clasen  <maclas@gmx.de>
194
195         Implement the same PLT reduction technique used in GTK+:
196         
197         * glib/glib.symbols: Master list of symbols
198
199         * glib/makegalias.pl: Perl script which creates galias.h
200
201         * glib/abicheck.sh: Compares actual exports against glib.symbols 
202
203         * glib/glib.def: Removed. This file is now generated from
204         glib.symbols
205         
206         * glib/Makefile.am: Add rules to generate galias.h and glib.def,
207         and add abicheck.sh to TESTS. Don't export _-prefixed symbols.
208         
209         * configure.in: Add --disable-visibility to suppress the 
210         use of ELF visibility attributes.
211
212         * glib/*.c: Include galias.h
213
214 2004-09-15  Tor Lillqvist  <tml@iki.fi>
215
216         * glib/gwin32.c (g_win32_error_message): Convert message to
217         UTF-8. Technically this breaks API, but the actual use cases in
218         gdk/win32 have assumed it is UTF-8 anyway. Fix
219         documentation. (#152618, Kazuki Iwamoto)
220
221         * glib/gwin32.h: Don't define ftruncate as a macro. Was never a
222         good idea, and it clashes with newest mingw headers, which have a
223         ftruncate implementation as an inline function. Thanks to Dominik R.
224
225         * glib/gwin32.c (g_win32_ftruncate): Simplify implementation, just
226         call _chsize() in the C library.
227
228 2004-09-15  Matthias Clasen  <mclasen@redhat.com>
229
230         * NEWS: Update.
231
232 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
233
234         * glib/gmessages.c (g_return_if_fail_warning): Strip the
235         prefix "IA__" from function names, since that is what
236         GTK+ uses for the PLT-reduction aliases. 
237
238 Thu Sep  9 13:52:26 2004  Owen Taylor  <otaylor@redhat.com>
239
240         * glib/gmessages.c (g_return_if_fail_warning): 
241         Include implementation of g_return_if_fail_internal().
242
243 Thu Sep  9 10:37:41 2004  Owen Taylor  <otaylor@redhat.com>
244
245         * glib/gmessages.h (g_return_[val_]if_fail): Use
246         a helper function to reduce code size; omit FILE/LINE
247         when we have __PRETTY_FUNCTION__.
248
249 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
250
251         * glib/gutils.c (g_get_home_dir): Remove a misleading comment.
252
253 Thu Sep  9 00:10:40 2004  Matthias Clasen  <maclas@gmx.de>
254
255         * glib/gstrfuncs.h: 
256         * glib/gstrfuncs.c (g_strv_length): Add a function to 
257         calculate the length of a NULL-terminated string 
258         array.  (#150455, Tim-Philipp Müller)
259
260         * tests/strfunc-test.c (main): Add a test for g_strv_length().
261
262 2004-09-08  Tor Lillqvist  <tml@iki.fi>
263
264         * glib/gutils.c (guess_category_value): On Win32, as last resort
265         call g_win32_getlocale() to get the current thread locale. There
266         usually aren't any POSIXish LANG or LC_* environment variables
267         present on Windows machines.
268
269         * glib/glib.def: Add g_get_language_names.
270
271 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
272
273         * glib/gutils.h: 
274         * glib/gutils.c (g_get_language_names): Add a function to
275         return a list of applicable locale names.  (#95587, 
276         Hidetoshi Tajima)
277         (guess_category_value, compute_locale_variants):
278         (explode_locale, unalias_lang, read_aliases): Helper 
279         functions for g_get_language_names()
280
281         * tests/testglib.c (main): Show the results of 
282         g_get_language_names()
283
284 Sun Sep  5 01:46:11 2004  Matthias Clasen  <maclas@gmx.de>
285
286         * glib/glib.def: 
287         * glib/gmessages.h: 
288         * glib/gmessages.c (g_log_set_default_handler): New
289         function to install an alternate default log 
290         handler.  (#66387, Darin Adler)
291
292 2004-09-03  Tor Lillqvist  <tml@iki.fi>
293
294         * glib/glib.def: Update.
295
296 Wed Sep  1 20:22:39 2004  Matthias Clasen  <maclas@gmx.de>
297
298         * glib/gdate.h:
299         * glib/gdate.c (g_date_get_iso8601_week_of_year): Add
300         a function to calculate the ISO 8601 week number of 
301         a date.  (#92579, Niklas Lundell)
302
303 2004-09-01  Anders Carlsson  <andersca@gnome.org>
304
305         * glib/goption.c: (g_option_context_parse):
306         Set program name before calling the pre-parse hooks.
307         
308 2004-09-01  Anders Carlsson  <andersca@gnome.org>
309
310         * glib/goption.c: (g_option_context_free), (print_help),
311         (g_option_context_parse):
312         Handle option contexts without a main group.
313         
314         * tests/option-test.c: (empty_test2), (main):
315         Add test case for that.
316         
317 2004-08-30  Anders Carlsson  <andersca@gnome.org>
318
319         * glib/goption.c: (g_option_context_parse):
320         Set prgname to <unknown> if argc and argv are NULL.
321         
322         * tests/option-test.c: (empty_test1), (main):
323         Add test case for that.
324         
325 Sun Aug 29 23:58:38 2004  Matthias Clasen  <maclas@gmx.de>
326
327         * glib/ghash.c (g_hash_table_lookup): Point to 
328         g_hash_table_lookup_extended() for differentiation between
329         not-found and value-is-NULL.  (#150960, Morten Welinder)
330
331 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
332
333         Fix #151193, Stepan Kasal:
334         
335         * glib/gfileutils.c (g_file_error_from_errno): 
336         * glib/gfileutils.h (enum GFileError): Add G_FILE_ERROR_NOSYS.
337
338 Fri Aug 27 00:45:41 2004  Matthias Clasen  <maclas@gmx.de>
339
340         * glib/goption.c (g_option_context_parse): Set the program name
341         from argv[0], noticed by Masatake YAMATO.
342
343 2004-08-26  Tor Lillqvist  <tml@iki.fi>
344
345         * tests/testglib.c (main): Test the new XDG basedir functions.
346
347 2004-08-25  Tor Lillqvist  <tml@iki.fi>
348
349         * glib/gwin32.c (g_win32_get_windows_version): New
350         function. Returns the Windows version code like GetVersion(),
351         except that one can pretend to be running on Win9x by setting the
352         G_WIN32_PRETEND_WIN9X environment variable. This is mainly for
353         debugging purposed.
354
355         * glib/gwin32.h: Declare it. Define macros G_WIN32_WINDOWS_IS_NT_BASED 
356         and G_WIN32_HAVE_WIDECHAR_API to test Windows features at run-time.
357
358 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
359
360         * configure.in: Post-release version bump.
361
362         * === Released 2.5.2 ===
363
364 Wed Aug 25 00:25:08 2004  Matthias Clasen  <maclas@gmx.de>
365
366         * NEWS: Update for 2.5.2
367
368 2004-08-25  Tor Lillqvist  <tml@iki.fi>
369
370         Win32 equivalences of the XDG folders
371         
372         * glib/gutils.c (get_special_folder): New function, calls
373         SHGetSpecialFolderLocation() to get path to places like the My
374         Documents folder.
375         (g_get_any_init): Use CSIDL_PROFILE as HOME if not
376         overridden by env vars.
377         (g_get_user_data_dir): Use CSIDL_PERSONAL.
378         (g_get_user_config_dir): Use CSIDL_APPDATA.
379         (g_get_user_cache_dir): Use CSIDL_INTERNET_CACHE. Debatable...
380         (g_get_system_data_dirs): Use CSIDL_COMMON_APPDATA and
381         CSIDL_COMMON_DOCUMENTS.
382         (g_get_system_config_dirs): Use CSIDL_COMMON_APPDATA.
383
384         * configure.in: Add -lole32 to G_LIBS_EXTRA for mingw.
385
386         * glib/glib.def: Add the new functions.
387
388 Mon Aug 23 16:16:35 2004  Manish Singh  <yosh@gimp.org>
389
390         * glib/goption.c (g_option_group_add_entries): remove unused
391         variable.
392
393 Mon Aug 23 01:35:18 2004  Matthias Clasen  <maclas@gmx.de>
394
395         * glib/gutils.c (g_get_user_cache_dir): 
396         * glib/gutils.c (g_get_user_config_dir): 
397         * glib/gutils.c (g_get_user_data_dir): Don't call g_get_home_dir()
398         while holding the g_utils_global lock, simply use g_home_dir. 
399         (#150695, Jody Goldberg)
400
401 2004-08-21  Tor Lillqvist  <tml@iki.fi>
402
403         * glib/giowin32.c (g_io_win32_finalize): Tell select_thread to
404         break out of its loop. Prevents a thread leak. (#147392, Peter
405         Zelezny)
406
407         * glib/gunicollate.c (g_utf8_collate_key): Guard against bogus
408         return value from strxfrm(). For instance Microsoft's strxfrm()
409         returns INT_MAX on errors. (#141124)
410
411 2004-08-19  Tor Lillqvist  <tml@iki.fi>
412
413         * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): Correct
414         source and destination charset parameter order in g_convert()
415         call. (#150394, possibly also #141124)
416
417 2004-08-20  Jon K Hellan  <hellan@acm.org>
418
419         * glib/goption.h: Remove trailing commas.
420
421 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
422
423         * configure.in: Check for all four values of the
424         visibility attribute; gcc 2.96 seems to miss 
425         "default".  (#150379, Vincent Noel)
426
427 2004-08-16  Christian Rose  <menthos@menthos.com>
428
429         * configure.in: Added "bs" to ALL_LINGUAS.
430
431 2004-08-11  Ray Strode  <rstrode@redhat.com>
432
433         * docs/reference/glib/glib-sections.txt: 
434         * glib/gutils.[ch] (g_get_user_data_dir),
435         (g_get_user_config_dir), (g_get_user_cache_dir),
436         (g_get_system_data_dirs), (g_get_system_config_dirs): 
437         Add new XDG basedir API (bug 139973).
438
439 2004-08-10  Matthias Clasen  <mclasen@redhat.com>
440
441         * glib/gmacros.h: Remove G_GNUC_INTERNAL from here.
442         * configure.in: Check whether the visibility attribute
443         works and define G_HAVE_GNUC_VISIBILITY and 
444         G_GNUC_INTERNAL in glibconfig.h correspondingly.
445
446 Mon Aug  9 17:37:56 2004  Matthias Clasen  <maclas@gmx.de>
447
448         * glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
449
450 2004-08-06  Hans Breuer  <hans@breuer.org>
451
452         * glib/makefile.msc.in glib/glib.def : updated
453
454         * glib/gutils.c : avoid 'inconsitent dll linkage' by not
455         defining extern char** environ with msvc
456
457 2004-08-06  Matthias Clasen  <mclasen@redhat.com>
458
459         * m4macros/glib-gettext.m4: Require ngettext.  (#123847,
460         Danilo Segan)
461
462 Thu Aug  5 20:53:00 2004  Ray Strode  <rstrode@redhat.com>
463
464         * glib/gutils.h (g_get_codeset): strdup result so caller
465         doesn't free internally managed memory.
466
467 2004-08-04  Tor Lillqvist  <tml@iki.fi>
468
469         * glib/glib.def: Add glib_check_version.
470
471         * config.h.win32.in: Update to match what configure produces. Add
472         the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
473         HAVE_INT64_AND_I64 to where the configure script puts it. Add
474         HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
475
476 Tue Aug  3 16:19:44 2004  Matthias Clasen  <maclas@gmx.de>
477
478         * glib/goption.c: Mark user visible strings for translation.
479
480 Tue Aug  3 15:50:55 2004  Matthias Clasen  <maclas@gmx.de>
481
482         * glib/goption.[hc]: Pedantically use g types throughout.
483
484 Tue Aug  3 14:58:20 2004  Matthias Clasen  <maclas@gmx.de>
485
486         * glib/gutils.h: 
487         * glib/gutils.c (glib_check_version): New function to
488         check the version of GLib at runtime.  (#149175, Michael Natterer)
489
490 2004-08-03  Anders Carlsson  <andersca@gnome.org>
491
492         * glib/goption.h:
493         * glib/gtypes.h:
494         Move GTranslateFunc to gtypes.h
495         
496 2004-08-02  Anders Carlsson  <andersca@gnome.org>
497
498         * glib/Makefile.am:
499         * glib/glib.h:
500         * glib/goption.c:
501         * glib/goption.h:
502         * tests/.cvsignore:
503         * tests/Makefile.am:
504         * tests/option-test.c: 
505         Add GOption.
506
507 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
508
509         * glib/gmacros.h: Add a G_GNUC_INTERNAL macro to mark function
510         declarations as internal and avoid PLT indirections for 
511         them.  (#145465, Arjan van de Ven)
512
513         * glib/gunicodeprivate.h: 
514         * glib/gthreadinit.h: 
515         * glib/gmessages.h: 
516         * glib/gdebug.h: 
517         * glib/gconvert.c: Use G_GNUC_INTERNAL for _g_charset_get_aliases(),
518         _g_debug_init(), _g_log_fallback_handler(), _g_mem_thread_init(),
519         _g_messages_thread_init(), _g_convert_thread_init(), 
520         _g_rand_thread_init(), _g_main_thread_init(), _g_atomic_thread_init(),
521         _g_mem_thread_private_init(), _g_messages_thread_private_init(),
522         _g_utf8_normalize_wc() and _g_unichar_combining_class().
523
524         * glib/gatomic.c: Include gthreadinit.h here to see the declaration
525         for _g_atomic_thread_init().
526
527 Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
528
529         * tests/uri-test.c: move newline printing from run_from_uri_tests()
530         to run_roundtrip_tests().
531
532 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
533
534         * Post-release version bump
535
536         * === Released 2.5.1 ===
537
538 Sat Jul 31 23:17:05 2004  Matthias Clasen  <maclas@gmx.de>
539
540         * NEWS: Updates.
541
542 Sat Jul 31 20:33:07 2004  Matthias Clasen  <maclas@gmx.de>
543
544         * tests/shell-test.c: Include a test involving consecutive
545         backslashes followed by a non-escaped doublequote.
546         
547         * glib/gshell.c (tokenize_command_line): Count consecutive
548         backslashes mod 2 to detect escaped doubleqotes.  (#127306)
549
550 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
551
552         * glib/gconvert.c (g_unescape_uri_string): Don't validate
553         for UTF-8 here.  (#148420, Robert Ögren)
554
555         * tests/uri-test.c (run_roundtrip_tests): Add tests for 
556         roundtrip compatibility. Going from filename to uri and 
557         back should always give you the same filename back. 
558
559 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
560
561         * tests/markups/valid-{9,10,11}.gmarkup: 
562         * tests/markups/fail-{37,38,39}.gmarkup: Tests for handling
563         of whitespace inside tags.
564
565         * glib/gmarkup.c (enum GMarkupParseState): Add 
566         STATE_AFTER_ATTRIBUTE_NAME and STATE_AFTER_CLOSE_TAG_NAME.
567         (g_markup_parse_context_parse): Accept whitespace between
568         attribute names, '=' and attribute values and between
569         close tag name and '>'. (#148646, Hiroyuki Ikezoe)
570
571 Tue Jul 27 02:01:31 2004  Matthias Clasen  <maclas@gmx.de>
572
573         * glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
574         as well.
575
576 Sat Jul 24 17:50:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
577
578         * glib/gstrfuncs.c (g_strsplit_set):
579         s/g_strtokenize/g_strsplit_set/ in docs.
580
581 Fri Jul 23 10:37:50 2004  Matthias Clasen  <maclas@gmx.de>
582
583         * tests/type-test.c (main): Actually test G_MAXSIZE with
584         a gsize variable.
585
586 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
587
588         Fix #132858, Sven Neumann, patch by James Henstridge:
589         
590         * glib-gettextize.in: modify so that mkinstalldirs will 
591         get installed into auxdir.
592
593         * Makefile.am (gettext_SCRIPTS): install mkinstalldirs.
594
595 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
596
597         Fix #147651, reported by Oliver Guntermann:
598
599         * glib/gprintfint.h (_g_vasprintf): Don't wrap vasprintf(),
600         _g_gnulib_vasprintf() in a macro, since they behave 
601         differently wrt. to memory allocation.
602
603         * glib/gprintf.c (g_vasprintf): Instead, differentiate 
604         here between the three cases: system vasprintf(), 
605         _g_gnulib_vasprintf(), no vasprintf().  
606
607 2004-07-20  Crispin Flowerday  <gnome@flowerday.cx>
608
609         * NEWS: Fix a typo in my name
610
611 Tue Jul 20 04:31:40 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
612
613         * configure.in: Bump version number
614
615 Sun Jul 18 19:40:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
616
617         * === Released 2.5.0 ===
618
619         * Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
620
621 Sun Jul 18 01:40:28 2004  Matthias Clasen  <maclas@gmx.de>
622
623         * NEWS: Updates for 2.5.0
624
625 Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
626
627         * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
628
629 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
630
631         * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
632         before using it in the error message.  (#146054, Federico
633         Mena Quintero)
634
635 Thu Jul  8 00:54:32 2004  Matthias Clasen  <maclas@gmx.de>
636
637         * glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
638         be built without anyway.  (#135899, Murray Cumming)
639
640 Mon Jul  5 18:50:27 2004  Matthias Clasen  <maclas@gmx.de>
641
642         * glib/gmessages.h (g_debug): Complete the g_log() 
643         family.  (#135730, Sven Herzberg)
644
645 Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
646
647         * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
648         make srcdir != . work.  (#145166, Kaz Sasayama)
649
650 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
651
652         * configure.in: Use a small test library instead of
653         libpthread.so for testing RTLD_GLOBAL brokenness.  (#139567,
654         Julio M. Merino Vidal)
655         
656 2004-07-02  Sebastian Wilhelmi  <seppi@seppi.de>
657
658         * glib/gatomic.c: Rename __asm to __asm__ and __volatile to
659         __volatile__ to make the file consistent. Spotted by Benoit
660         Carpentier <gtkool_2kx@yahoo.fr>.
661
662 2004-07-01  John Ehresman  <jpe@wingide.com>
663
664         * glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free)
665         Initialize reset_send & reset_recv fields and don't close
666         sockets unless they were created.  (#145153)
667
668 Fri Jun 11 22:56:46 2004  Matthias Clasen  <maclas@gmx.de>
669
670         * glib/gscanner.c (g_scanner_get_token_ll): Ignore a 
671         missing newline at EOF for single line comments.  
672         (#83674, Sven Neumann)
673
674 Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
675
676         * tests/printf-test.c (TEST): Actually set any_failed on 
677         failure.  (#143552, Philippe Blain)
678
679 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
680
681         * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
682         for URIs that *should* have been invalid, or viceversa.
683         (from_uri_tests): Likewise.
684
685 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
686
687         Fixes #140532.
688
689         * glib/gconvert.c (is_asciialphanum): Renamed from
690         is_escalphanum(); ensures that this is an ASCII character.
691         (is_asciiescalpha): Renamed from is_escalpha().
692         (hostname_validate): Use the two functions above.
693         (g_filename_to_uri): Don't convert the filename to UTF-8.
694         (g_filename_from_uri): Don't convert the filename from UTF-8.
695
696 Mon Jun  7 22:25:24 2004  Matthias Clasen  <maclas@gmx.de>
697
698         * tests/run-markup-tests.sh: Default to silence, but support
699         a -v argument to get the old output back. 
700
701 2004-06-06  Tor Lillqvist  <tml@iki.fi>
702
703         * glib/gutils.c (g_get_any_init): Check home for being
704         NULL. (#143812, Ivan Wong)
705
706 Sun Jun  6 15:23:00 2004  Pawan Chitrakr  <pawan@nplinu.org>
707
708         * configure.in: Added "ne" (Nepali) in ALL_LINGUAS
709
710 Fri Jun  4 19:26:47 2004  Manish Singh  <yosh@gimp.org>
711
712         * glib/galloca.h: cpp #directives should always have the "#" in the
713         first column of the the line. Do that for "#pragma alloca". Fixes
714         bug #143744.
715
716 Wed Jun  2 00:57:16 2004  Matthias Clasen  <maclas@gmx.de>
717
718         * glib/gtypes.h: Use higher precision for the mathematical
719         constants.  (#141941, Morten Welinder)
720
721 Tue Jun  1 22:01:40 2004  Matthias Clasen  <maclas@gmx.de>
722
723         * glib/gmarkup.c (advance_char): Fix an off-by-one error 
724         in g_markup_parse_context_parse().  (#142794, Morten Welinder)
725
726 Sun May 16 23:23:29 2004  Matthias Clasen  <maclas@gmx.de>
727
728         Merged from 2.4:
729         
730         * glib/gcompletion.c (g_completion_add_items):
731         (g_completion_remove_items): Remove unnecessary 
732         checks.  (#142559, Morten Welinder)
733
734 2004-05-15  Tor Lillqvist  <tml@iki.fi>
735
736         * glib/gutils.c (g_get_any_init): [Win32] Only believe HOME if it
737         is an absolute path and exists. (#138618)
738
739 2004-05-14  Tor Lillqvist  <tml@iki.fi>
740
741         * glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string
742         for precision correctly. (#142400)
743
744         For backward compatibility with the Trio implementation, make "ll"
745         format modifer work on Win32, too. Change into "I64" before
746         passing to the system printf. (#142433)
747
748         * tests/printf-test.c (main): Add tests for the above.
749
750 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
751
752         Merge from 2.4:
753         
754         * glib/gmain.c (block_source, unblock_source): Make these 
755         static.  (#142230, Morten Welinder)
756
757 2004-05-10  Tor Lillqvist  <tml@iki.fi>
758
759         * glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
760         lines. Thanks to Benoît Carpentier.
761
762 Sun May  9 02:04:14 2004  Matthias Clasen  <maclas@gmx.de>
763
764         Merge from 2.4:
765         
766         * glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
767         memleak.  (#141998, Nikolai Weibull)
768
769 Sat May  8 23:02:26 2004  Matthias Clasen  <maclas@gmx.de>
770
771         Merge from 2.4:
772         
773         * glib/gutils.h: Remove vestigial g_get_codeset().
774         * glib/gutils.c (g_get_codeset): Call g_get_charset().
775         (#137703, Owen Taylor)
776
777 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
778
779         * configure.in: Bump version number to 2.5.0.
780
781 Wed May  5 23:35:44 2004  Matthias Clasen  <maclas@gmx.de>
782
783         * glib/gconvert.c (g_filename_from_uri): Quote the file
784         scheme to mark it as untranslatable. String change.  
785         (#133144, Danilo Segan)
786
787 2004-05-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
788
789         * configure.in: Added Walloon (wa) to ALL_LINGUAS
790
791 Sun May  2 03:51:59 2004  Manish Singh  <yosh@gimp.org>
792
793         * glib/gtypes.h: check for __pentium4__ when deciding whether to
794         use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
795
796 2004-05-01  Hans Breuer  <hans@breuer.org>
797
798         * glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
799         fixes #141563, Steve Lhomme
800
801 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
802
803         * === Released 2.4.1 ===
804
805         * configure.in: Version 2.4.1, interface age 1. 
806
807         * NEWS: Updates
808         
809 2004-04-25  Tor Lillqvist  <tml@iki.fi>
810
811         * glib/gwin32.c (g_win32_get_package_installation_subdirectory):
812         Plug memory leak. (#140770, John Ehresman)
813
814 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
815
816         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases): 
817         Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some
818         point.  (#139134, Piotr Klaban)
819
820         * glib/gconvert.c (open_converter): Don't call g_strerror() here, 
821         since it can lead to infinite recursion.  (#139133, Piotr Klaban)
822
823 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
824
825         * tests/testglib.c (main): Trivial warning fix.  (#140345)
826
827         * tests/queue-test.c (main): Add some tests for off-by-one errors.
828
829         * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one 
830         error.  (#139703, Philippe Blain)
831
832         * tests/testglib.c (main): Add testcases for g_message() involving
833         non-printable and unsafe characters.
834
835         * glib/gmessages.c (escape_string): Don't assume that
836         string->str remains unchanged over g_string_insert() 
837         calls.  (#139030, Christophe Saout)
838
839         * glib/gstrfuncs.c (g_ascii_strtod): Fix problems when a 
840         locale-specific decimal separator directly follows a 
841         number.  (#138424, Nickolay V. Shmyrev)
842
843         * tests/strtod-test.c (main): Add some more testcases.
844
845         * glib/gmain.c (g_main_context_query): Only set time_is_current to 
846         FALSE if context->timeout is not zero.  (#137795, Christian Krause)
847
848 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
849
850         * tests/printf-test.c (main): Comment out a nonessential testcase
851         which fails on HP-UX.  (#136283, Jonas Jonsson)
852
853 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
854
855         * tests/patterntest.c (main): Add tests for the empty pattern.
856
857         * glib/gpattern.c (g_pattern_spec_new): Don't read and write out 
858         of bounds when the pattern is empty.  (#140032, Stanislav Brabec,
859         Stefan Fent)
860
861 2004-04-10  Tor Lillqvist  <tml@iki.fi>
862
863         * glib/gwin32.c (g_win32_getlocale): Add new language and
864         sublanguage codes, from GNU gettext. (#137958)
865         
866         * glib/giowin32.c
867         * glib/gmain.c
868         * glib/gstrfuncs.c
869         * glib/gthread.c: Decorating variable definitions with
870         __declspec(dllexport) causes problems on Cygwin build, and isn't
871         really needed for a native Win32 build with mingw or MSVC, so
872         remove. (#138402, Roger Leigh)
873
874         * glib/libcharset/localcharset.c: Use Win32-specific code also on
875         Cygwin.
876         * tests/uri-test.c: Don't assume that local filenames are in UTF-8
877         on Cygwin, either. (#138412, Roger Leigh)
878
879 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
880
881         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
882
883 2004-04-03  Tor Lillqvist  <tml@iki.fi>
884
885         * configure.in: Remove AC_CYGWIN, obsolete. Don't let pthreads be
886         found on Cygwin, they don't work. (#138401, Roger Leigh)
887
888 2004-03-31  Tor Lillqvist  <tml@iki.fi>
889
890         * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
891         Leigh)
892
893         * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
894         on Cygwin. (#138423, Roger Leigh)
895
896 2004-03-30  Adam Weinberger  <adamw@gnome.org>
897
898         * configure.in: Added en_CA to ALL_LINGUAS.
899
900 2004-03-21  Tor Lillqvist  <tml@iki.fi>
901
902         * glib/gutils.c (g_path_get_dirname): Fix Win32 behaviour in some
903         cases where a drive letter is present. For 'a:' or 'a:foo', return
904         'a:.'. This is mostly just for consistency with the behaviour
905         without a drive letter. But very important is to for 'a:\foo' or
906         'a:\', return 'a:\', and not 'a:'. (Ditto for forward slashes
907         instead of backslashes.) (#137316)
908
909         * tests/dirname-test.c (main): More complete testing on Win32. If
910         a test fails, include expected and actual result in error message.
911
912 Fri Mar 19 15:21:09 2004  Owen Taylor  <otaylor@redhat.com>
913
914         * glib/gmain.c: Fix the accidental revert of the
915         fixes from #112222 that happened when the GChildWatch
916         code was added. (Caught by Christian Persch)
917
918 Fri Mar 19 11:07:06 2004  Owen Taylor  <otaylor@redhat.com>
919
920         * tests/atomic-test.c (main): Make computation
921         of "biggest_pointer" vaguely more portable.
922         (#137498, Jonas Jonsson)
923
924 2004-03-16  Tor Lillqvist  <tml@iki.fi>
925
926         * configure.in: Define HAVE_INT64_AND_I64 also in the mingw (gcc
927         on Win32) case, where the 64-bit type is called long long, but the
928         system printf/scanf format modifier for 64-bit integers is still I64.
929
930 2004-03-16  Gareth Owen  <gowen72@yahoo.com>
931
932         * configure.in: Added en_GB to ALL_LINGUAS
933