When WSAEnumNetworkEvents() signals FD_CONNECT that means that the
[platform/upstream/glib.git] / ChangeLog
1 2007-07-06  Tor Lillqvist  <tml@novell.com>
2
3         * glib/giowin32.c (g_io_win32_check): When WSAEnumNetworkEvents()
4         signals FD_CONNECT that means that the connection attempt
5         finished, either successfully or failed. Test explicitly whether
6         the connnection succeeded and set either G_IO_OUT if it did,
7         G_IO_ERR|G_IO_HUP if it failed.
8
9         Make sure we never set both G_IO_OUT and G_IO_HUP simultaneously
10         because in Unix poll(2) POLLOUT and POLLHUP are mutually
11         exclusive.
12
13         Ignore whether the caller wants to watch G_IO_HUP or not. Always
14         select for FD_CLOSE because Unix poll(2) also ignores whether
15         POLLHUP in set the requested events bitmask or not.
16
17 Fri Jun 29 2007  Matthias Clasen  <mclasen@redhat.com>
18
19         * configure.in: Bump version
20
21         * === Released 2.13.6 ===
22
23         * NEWS: Updates
24
25 Mon Jun 25 16:43:13 2007  Tim Janik  <timj@gtk.org>
26
27         * glib/ghash.c: g_hash_table_find(), g_hash_table_foreach():
28         document performance caveats for linear order searches.
29
30 2007-06-22  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
31
32         * glib/gstring.c: Use memcpy in g_string_append_vprintf (#57693).
33
34 2007-06-18  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
35
36         * glib/gstring.c: Restore old behaviour of 
37         g_string_append_vprintf: g_vasprintf seems to be faster
38         than g_printf_string_upper_bound (#57693).
39
40 2007-06-18  Matthias Clasen  <mclasen@redhat.com>
41
42         * glib/gutils.c (g_get_home_dir): Add some motivation.
43
44 2007-06-18  Matthias Clasen  <mclasen@redhat.com>
45
46         * configure.in: Bump version
47
48         * === Released 2.13.5 ===
49
50         * NEWS: Updates
51
52 2007-06-18  Emmanuele Bassi  <ebassi@gnome.org>
53
54         * glib/gmain.h:
55         * glib/gmain.c:
56         * glib/glib.symbols: Add g_timeout_add_seconds_full() variant
57         to g_timeout_add_seconds(), accepting a destroy notification
58         function and a priority. (#448819)
59
60 2007-06-17  Matthias Clasen  <mclasen@redhat.com>
61
62         * glib/gutils (g_get_current_dir): Prevent segfaults on
63         long paths.  (#447935, Robby Griffin)
64
65 2007-06-17  Behdad Esfahbod  <behdad@gnome.org>
66
67         * glib/gdataset.c (g_quark_from_string),
68         (g_quark_from_static_string): Accept NULL and return GQuark
69         value of zero. (#446859)
70
71 2007-06-16  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
72
73         * glib/gstring.c: Correctly use g_printf_string_upper_bound
74         in g_string_append_vprintf. Fixes #447933.
75
76 2007-06-15  Sebastian Wilhelmi  <wilhelmi@google.com>
77
78         * docs/reference/glib/tmpl/threads.sgml: Extended the comments on
79         those functions, that are NOOPs, before g_thread_init() has been
80         called. (#447583)
81
82         * glib/gthread.c (g_static_mutex_free): Clarified comment to
83         remind myself, that calling g_static_mutex_free() before
84         g_thread_init() is safe.
85
86 2007-06-15  Cody Russell  <bratsche@gnome.org>
87
88         * docs/reference/gobject/tmpl/gboxed.sgml:
89         * docs/reference/gobject/gobject-sections.txt:
90         * glib/gregex.c:
91         * gobject/gboxed.[ch]:
92         * gobject/gobject.symbols: Added GRegex boxed type.
93         (#445065, Carlos Garnacho)
94
95 2007-06-15  Sebastian Wilhelmi  <wilhelmi@google.com>
96
97         * glib/gregex.c: Replaced & by &amp; in <programlisting> to make
98         gtk-doc happy.
99
100 2007-06-14  Ryan Lortie  <desrt@desrt.ca>
101
102         * docs/reference/glib/glib-sections.txt:
103         * glib/glib/symbols:
104         * glib/gstring.[ch] (g_string_printf_internal): Improve
105         performance by removing the use of an intermediate g_malloc'd
106         buffer.  Rename to g_string_append_vprintf, document, and expose
107         along with g_string_vprintf as new public API (#57693).
108
109 2007-06-15  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
110
111         * build, tests/string-test.c, glib/glib.symbols, 
112         glib/gstring.c, glib/gstring.h: Introduce g_string_overwrite(_len)?
113         for overwriting parts of strings (#368686, Samuel Cormier-Iijima)
114
115 2007-06-14  Cody Russell  <bratsche@gnome.org>
116
117         * gobject/gtype.c (g_type_class_add_private): Check for 0-sized
118         private data. (#443869)
119
120 2007-06-14  Matthias Clasen  <mclasen@redhat.com>
121         
122         * glib/gmain.c (g_timeout_add_seconds): Fix doc typos.  (#447534,
123         Vincent Untz)
124
125 2007-06-13  Behdad Esfahbod  <behdad@gnome.org>
126
127         * glib/pltcheck.sh: Whitelist g_atomic_{int,pointer}_[gs]et() as
128         we don't alias them intentionally. (#354522)
129
130 2007-06-13  Sven Neumann  <sven@gimp.org>
131
132         * glib/gslice.[ch] added g_slice_copy() and g_slice_dup() (#442029).
133
134         * glib/glib.symbols: updated.
135
136 2007-06-12  Behdad Esfahbod  <behdad@gnome.org>
137
138         * glib/gunicode.h: Add more G_GNUC_CONST and G_GNUC_PURE.
139
140 2007-06-11  Emmanuele Bassi  <ebassi@gnome.org>
141
142         * glib/gutils.c (maybe_expire_user_special_dirs),
143         (g_get_user_special_dir): Remove the cache expiration logic: it
144         makes g_get_user_special_dir() not thread-safe. Document the fact
145         that on some platform the value might be changed by the user and
146         that GLib won't be able to reflect the change.
147
148 2007-06-11  Tor Lillqvist  <tml@novell.com>
149
150         * glib/gwin32.c (g_win32_get_package_installation_directory)
151         (g_win32_get_package_installation_subdirectory): Update doc
152         comments. Mention that it is not recommeded to use the Registry
153         features.
154
155 2007-06-06  Tor Lillqvist  <tml@novell.com>
156
157         * glib/gutils.c: Add definitions for more CSIDL_* constants in
158         case missing from headers. Use CSIDL_PERSONAL instead of
159         CSIDL_MYDOCUMENTS as CSIDL_MYDOCUMENTS seems to be a new thing
160         that doesn't work in XP SP2 even.
161
162 2007-06-06  Matthias Clasen  <mclasen@redhat.com>
163
164         * glib/gutils.c (g_get_user_special_dir): Fall back to
165         $HOME/Desktop for the DESKTOP directory, like 
166         xdg_user_dir_lookup() does.
167
168 2007-06-05  Matthias Clasen  <mclasen@redhat.com>
169
170         * configure.in: Bump version
171
172         * === Released 2.13.4 ===
173
174         * NEWS: Updates
175
176 2007-06-05  Matthias Clasen  <mclasen@redhat.com>
177
178         * glib/gkeyfile.c (g_key_file_is_key_name):
179         (g_key_file_is_group_name): Don't assume the string is
180         valid UTF-8, since it may be user data.  (#444161, Ben Combee)
181
182 2007-06-05  Behdad Esfahbod  <behdad@gnome.org>
183
184         * glib/gutf8.c: Add not to g_utf8_get_char_validated() about
185         nul-terminated strings.
186
187 2007-06-05  Matthias Clasen  <mclasen@redhat.com>
188
189         * glib/gutils.c (g_get_user_special_dir): Don't deadlock
190         when running with threads.  (#444121, Christian Persch)
191
192 2007-06-05  Vincent Untz  <vuntz@gnome.org>
193
194         * glib/goption.c: (g_option_context_get_help): don't replace the usage
195         line with the description for optional parameters, but append the
196         description. (#444130)
197
198 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
199
200         * configure.in: Bump version
201         
202         * === Released 2.13.3 ===
203
204         * NEWS: Updates
205
206 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
207         
208         Add support for a number of special directories, as 
209         defined by the xdg-user-dirs specification.  (#432651,
210         Bastien Nocera, Emmanuele Bassi, Michael Natterer)
211
212         * glib/glib.symbols:
213         * glib/gutils.[hc]: Add the GUserDirectory enum and
214         g_get_user_special_dir(), with implementations based
215         on the xdg-user-dirs spec and on native interfaces
216         for Win32 and Carbon.
217         
218         * configure.in: Add Carbon checks.
219
220         * tests/tetsglib.c: Test g_get_user_special_dir().
221         
222 2007-06-03  Yevgen Muntyan  <muntyan@tamu.edu>
223
224         * glib/gregex.c: fixed g_regex_fetch_named* for cases when (?J)
225         is used inside a pattern (#442265, comment #12).
226         * tests/regex-test.c: Test it.
227
228 2007-06-03  Matthias Clasen <mclasen@redhat.com>
229
230         * NEWS: Updates
231
232 2007-06-03  Yevgen Muntyan  <muntyan@tamu.edu>
233
234         Some API additions and changes (#442265).
235
236         * glib/gregex.c:
237         * glib/gregex.h: new functions: g_regex_ref(), g_regex_unref() which
238         replaces g_regex_free(); g_match_info_get_regex(), g_match_info_get_string();
239         g_regex_check_replacement().
240         Made g_match_info_expand_references() accept NULL; changed GRegexEvalCallback
241         to take only arguments which are likely to be actualy used.
242
243         * docs/reference/glib/glib-sections.txt:
244         * glib/glib.symbols: Added new functions.
245
246         * tests/regex-test.c: Test them.
247
248         * docs/reference/glib/tmpl/gregex.sgml: Updated GRegexEvalCallback docs.
249
250 2007-05-31  Matthias Clasen <mclasen@redhat.com>
251
252         * README.win32: Fix a typo.  (#423708, Olivier Delhomme)
253
254 2007-05-30  Dan Winship  <danw@novell.com>
255
256         * glib/gkeyfile.h: add defines for desktop file handling. #339225,
257         original patch from Vincent Untz.
258
259 2007-05-29  Cody Russell  <bratsche@gnome.org>
260
261         * configure.in: Fix a sed script that doesn't correctly detect
262         i586-mingw32-gcc-3.4 compiler, and was causing -Wno-pointer-sign
263         errors when building with that compiler. (#440896, Yevgen Muntyan)
264
265 2007-05-29  Marco Barisione <marco@barisione.org>
266
267         * glib/gregex.c: Fix g_regex_fetch_named() and
268         g_regex_fetch_named_pos() when G_REGEX_DUPNAMES is used  (#434358,
269         Yevgen Muntyan and #419376, Marco Barisione, patch by Yevgen Muntyan)
270
271 2007-05-25  Behdad Esfahbod  <behdad@gnome.org>
272
273         * glib/guniprop.c (g_unichar_iswide), (g_unichar_iswide_cjk):
274         Update to Markus Kuhn's updated wcwidth for Unicode 5.0.
275
276 2007-05-22  Matthias Clasen  <mclasen@redhat.com>
277
278         * configure.in: Bump version
279
280         * === Released 2.13.2 ===
281
282         * README.in:
283         * NEWS: Updates
284
285 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
286
287         * configure.in: Try again to move the compiler-dependency
288         of G_GNUC_INTERNAL to runtime.
289
290 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
291
292         * configure.in: Don't let PERL_PATH be ''.  (#356769, Joseph Sacco)
293
294 2007-05-17  Michael Natterer  <mitch@imendio.com>
295
296         * configure.in: hotfix: revert last change to fix the build on OS X.
297
298 2007-05-17  Matthias Clasen  <mclasen@redhat.com>
299
300         * glib/goption.c (g_option_context_set_translate_func): Fix
301         a doc typo.  (#439232, Vincent Untz)
302
303 2007-05-17  Matthias Clasen  <mclasen@redhat.com>
304
305         * configure.in: Move the compiler-dependency in the G_GNUC_INTERNAL
306         definition from configure-time to runtime (of the compiler).
307         (#438869, Damien Carbery)
308
309         * glib/gdebug.h:
310         * glib/gmessages.h:
311         * glib/gunicodeprivate.h:
312         * glib/gthreadprivate.h: Move G_GNUC_INTERNAL before function
313         declarations to fix compilation with sun studio.  (#438873,
314         Damien Carbery)
315
316 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
317
318         * glib/gslice.h:
319         * glib/gslice.c:
320         * glib/glib.symbols: Make g_slice_debug_tree_statistics() 
321         debug-only functionality again.
322
323 2007-05-14  Christian Persch  <chpe@gnome.org>
324
325         * docs/reference/glib/tmpl/string_utils.sgml: Improve g_strerror and
326         g_strsignal docs. Bug #438293.
327
328 2007-05-13  Tor Lillqvist  <tml@novell.com>
329
330         * glib/gwin32.h: Drop the pipe() macro. Defining macros outside of
331         its namespace that look like POSIX functions is not GLib's
332         business in my opinion. This means pipe()-using code that has
333         relied on this definition will need changing to call _pipe() on
334         Windows, and make the decision itself on what size pipe buffer to
335         use, and whether to use text or binary mode, and whether the pipe
336         handles should be inheritable or not.
337
338         * glib/gspawn-win32.c (make_pipe): Use _pipe() instead of pipe().
339
340 2007-05-11  Matthias Clasen  <mclasen@redhat.com>
341
342         * glib/goption.c: Allow G_OPTION_ARG_CALLBACK for 
343         G_OPTION_REMAINING.  (#437297, Dave Benson)
344
345         * tests/option-test.c: Add a test for this.
346
347 2007-05-04  Dan Winship  <danw@novell.com>
348
349         * glib/gkeyfile.c (g_key_file_get_boolean)
350         (g_key_file_get_boolean_list, g_key_file_get_integer)
351         (g_key_file_get_integer_list, g_key_file_get_double)
352         (g_key_file_get_double_list): Document the error return values
353         rather than calling them undefined. #435885.
354
355 2007-05-03  Behdad Esfahbod  <behdad@gnome.org>
356
357         * glib/glib.symbols:
358         * glib/gunicode.h:
359         * glib/guniprop.c (g_unichar_ismark):
360         Add g_unichar_ismark(). Patch from Yevgen Muntyan. Fixes #339991.
361
362 2007-05-03  Matthias Clasen <mclasen@redhat.com>
363
364         * configure.in: Bump version
365
366         * === Released 2.13.1 ===
367
368 2007-05-02  Matthias Clasen <mclasen@redhat.com>
369
370         * tests/threadpool-test.c:  Stop unused threads before
371         the last test, to make the test terminate reliably.
372
373         * NEWS: Updates
374
375 2007-05-02  Marco Barisione <marco@barisione.org>
376
377         * glib/gregex.c: Made more clear that the string passed to the match
378         functions cannot be freed before using g_match_info_fetch() and
379         similar functions, and fixed a typo.
380
381 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
382
383         * glib/glib.symbols:
384         * glib/gregex.[hc]: Add g_regex_get_max_backref() and
385         g_regex_get_capture_count().  (#419371, Marco Barisione)
386         
387 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
388
389         * glib/glib.symbols:
390         * glib/gregex.[hc]: Split GRegex into GRegex and GMatchInfo.
391         (#419368, Marco Barisione)
392
393         * tests/regex-test.c: Adapt.
394
395 2007-04-30  Chris Wilson  <chris@chris-wilson.co.uk>
396
397         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info):
398         Include the gshell.h header file (to define g_shell_[un]quote)
399         and correct the order of the arguments to g_propagate_error(), as
400         spotted by gcc.
401
402 2007-04-29  Emmanuele Bassi  <ebassi@gnome.org>
403
404         * glib/gbookmarkfile.c:
405         (g_bookmark_file_set_app_info): Quote the passed command line...
406         
407         (g_bookmark_file_get_app_info): ... and unquote it when giving it
408         back. (#432274)
409
410 2007-04-27  Matthias Clasen <mclasen@redhat.com>
411
412         * glib/gstrfuncs.c: small coding style cleanups.
413
414 2007-04-27  Chris Wilson  <chris@chris-wilson.co.uk>
415
416         * glib/gregex.h: Remove trailing comma at end of enumerator list.
417
418 2007-04-27  Tor Lillqvist  <tml@novell.com>
419
420         * glib/gstdio.c (g_mkdir): Document that the mode argument is
421         ignored on Windows
422         (g_stat): Document that st_mode is mostly useless on Windows.
423
424 2007-04-25  Paolo Borelli  <pborelli@katamail.com>
425
426         * glib/gstrfuncs.c (g_strsplit): small cleanup. (#433387)
427
428 2007-04-24  Matthias Clasen  <mclasen@redhat.com>
429
430         * glib/glib.symbols:
431         * glib/goption.h:
432         * glib/goption.c (g_option_context_get_help): New function to
433         get the formatted help string.  (#336089, Dom Lachowicz)
434
435 2007-04-24  Michael Natterer  <mitch@imendio.com>
436
437         * tests/gobject/paramspec-test.c: test all GParamSpecString
438         validations with static and allocated strings.
439
440 2007-04-19  William Jon McCann  <mccann@jhu.edu>
441
442         * glib/gkeyfile.[ch]: (find_file_in_data_dirs),
443         (g_key_file_load_from_dirs), (g_key_file_load_from_data_dirs):
444         Add g_key_file_load_from_dirs for looking through a search
445         path for a key-file. (#355334)
446
447 2007-04-15  Tor Lillqvist  <tml@novell.com>
448
449         * build: Include the build module using the svn:externals
450         mechanism.
451
452         * Makefile.am
453         * configure: Add the references to build back.
454
455 2007-04-11  Matthias Clasen  <mclasen@redhat.com>
456
457         * glib/gspawn.c (g_spawn_async): Fix a doc typo.  (#427285, 
458         Jochen Baier)
459
460 2007-04-11  Emmanuele Bassi  <ebassi@gnome.org>
461
462         * glib/ghash.[ch]: Add g_hash_table_get_keys() and
463         g_hash_table_get_values(), API to retrieve the keys
464         and values inside an hash table in list form. (#413133)
465
466         * glib/glib.symbols: Update symbols.
467
468         * tests/hash-test.c: Exercise newly added functions.
469
470 2007-04-11  Matthias Clasen  <mclasen@redhat.com>
471
472         * configure.in: Use CFLAGS/LDFLAGS in addition to 
473         PCRE_CFLAGS/PCRE_LIBS when checking system PCRE.  (#421607, 
474         Paul Jarc)
475
476 2007-03-27  Emmanuele Bassi  <ebassi@gnome.org>
477
478         * glib/gdate.h: Remove old comment and forward declaration of
479         struct tm: gdate.h includes time.h now.
480
481 2007-03-23  Matthias Clasen  <mclasen@redhat.com> 
482
483         * tests/gobject/Makefile.am: Handle $RANDOM missing.  (#356843,
484         Paul Jarc)
485
486 2007-03-22  Matthias Clasen  <mclasen@redhat.com> 
487
488         * glib/guniprop.c: Fix corner-cases of upper/lowercase conversion.
489         (#418217, Denis Jacquerye)
490
491 2007-03-22  Chris Wilson  <chris@chris-wilson.co.uk>
492
493         * glib/gkeyfile.c: Track whether the last key=value pair in a group
494         is a blank line and during to_data() only insert a new blank line
495         betweens group in its absence. This allows the beautification of the
496         GKeyFile and prevents newlines being inserted indefinitely. (#420686)
497
498         * tests/keyfile-test.c (test_reload_idempotency): Test that after a 
499         single beautification pass, g_key_file_to_data() does not alter its
500         input data.
501
502 2007-03-21  Matthias Clasen  <mclasen@redhat.com>
503
504         * glib/pcre/Makefile.am: Make builddir != srcdir work.  (#419900)
505
506 2007-03-19  Paolo Borelli  <pborelli@katamail.com>
507
508         * glib/gutf8.c (fast_validate_len): remove unneeded checks.
509
510 2007-03-18  Matthias Clasen  <mclasen@redhat.com>
511
512         * glib/gregex.c: Cosmetic fixes
513
514 2007-03-17  Marco Barisione <marco@barisione.org>
515
516         * glib/update-pcre/table-reduction.patch:
517         * glib/update-pcre/make_utt.py:
518         * glib/update-pcre/utt.patch: Add forgotten files
519
520         * glib/update-pcre/update.sh: Call python directly instead of relying
521         on shebang. Also copy the changes from glib/pcre/makefile.msc to this
522         file
523
524 2007-03-17  Hans Breuer  <hans@breuer.org>
525
526         * glib/makefile.msc.in glib/pcre/makefile.msc 
527           glib/update-pcre/update.sh : define PCRE_STATIC to reflect the 
528         inclusion of pcre as LIB, not stand-alone DLL. Also set NEWLINE=-1
529         to match any newline by default, use of ../../build/win32/make.msc
530
531         * glib/gregex.h : minimal includes of <glib/*.H> instead of <glib.h>
532
533         * glib/gnulib/makefile.msc : make use of ../../build/win32/make.msc
534
535         * tests/regex-test.c(verbose): don't pass a string containing '%' 
536         as first parameter to g_print ()
537         (test_match) : for the unexpected case output pattern and string
538         escaped
539
540         * tests/child-test.c tests/slice-color.c : fix c99ism
541         * tests/slice-test.c : fix c99ism and gccism
542         * tests/mapping-test.c tests/base-64-tests.c : don't 
543         #include <unistd.h> unconditionally
544         * tests/option-test.c : use G_GINT64_CONSTANT() instead of direct LL
545
546         * tests/makefile.msc.in : more tests build
547
548 2007-03-17  Matthias Clasen  <mclasen@redhat.com>
549
550         * glib/gsequence.[hc]:
551         * glib/glib.symbols:
552         * tests/sequence-test.c: Move the consistency
553         checks to the test.
554
555 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
556
557         * configure.in: Bump version
558
559         * === Released 2.13.0 ===
560
561         * NEWS: Updates
562
563 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
564         
565         * glib/glib.symbols:
566         * glib/gsequence.h: Add the test function to the header,
567         since it is exported.
568
569         * glib/gbase64.c (g_base64_decode): Warn if the input
570         is too short.  (#418862, Halton Huo)
571
572 Fri Mar 16 11:24:51 2007  Tim Janik  <timj@imendio.com>
573
574         * glib/gscanner.[hc]: reverted premature commit which broke
575         GScanner ABI and API, #415323.
576
577 2007-03-16  Chris Wilson  <chris@chris-wilson.co.uk>
578
579         * glib/gkeyfile.c: Convert to GSlice and check for redundant
580         clears. (#418637)
581
582 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
583
584         * glib/gscanner.[hc]: Revert recent changes that break
585         existing users of GScanner.
586
587 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
588
589         * glib/gscanner.c (g_scanner_get_token_ll): Fix a typo
590         in the last commit.  (#415323, Richard Hult)
591
592 2007-03-15  Tor Lillqvist  <tml@novell.com>
593
594         * glib/gnulib/Makefile.am (INCLUDES): Add -I$(top_srcdir)/glib so
595         that gregex.h finds <glib.h>.
596
597         * glib/update-pcre/Makefille.am-1: Add -DGLIB_COMPILATION so that
598         we don't think g_ascii_table is dllimport.
599
600         * glib/pcre/Makefile.am: Corresponding change.
601
602         * glib/update-pcre/notdll.patch: New file. Drop
603         dllimport/dllexport magic for the pcre symbols.
604
605         * glib/update-pcre/Makefile.am: Dist it.
606
607         * glib/update-pcre/update.sh: Apply notdll.patch.
608
609         * glib/pcre/pcre.h: Corresponding change.
610
611 2007-03-15  Tor Lillqvist  <tml@novell.com>
612
613         * glib/gtypes.h: Add comment to avoid misleading people with the
614         large number of digits in G_PI etc. (#404338)
615
616 2007-03-15  Tor Lillqvist  <tml@novell.com>
617
618         * config.h.win32.in: Update to match what configure produces.
619
620 2007-03-15  Marco Barisione <marco@barisione.org>
621
622         Add GRegex for regular expression matching.  (#50075)
623
624         * configure.in: Handle GRegex compilation.
625
626         * glib/gregex.c:
627         * glib/gregex.h: Code for GRegex.
628
629         * glib/Makefile.am:
630         * glib/makefile.msc.in: Updated makefiles.
631
632         * glib/pcre/*: Internal copy of PCRE.
633
634         * glib/update-pcre/*: Stuff to automatically update the internal PCRE
635         to a newer version.
636
637         * tests/regex-test.c:
638         * tests/Makefile.am:
639         * tests/makefile.msc.in: Add tests for GRegex.
640
641 2007-03-15  Chris Wilson  <chris@chris-wilson.co.uk>
642
643         * glib/gmain.c (g_main_dispatch): Replace a
644         g_slist_prepend/g_slist_remove pair with an on-stack link
645         and open coding. (#416094)
646
647 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
648
649         Fix two glitches in the Unicode case conversion
650         functions (#418217,  Denis Jacquerye)
651
652         * glib/guniprop.c (g_unichar_toupper): Handle zero entries
653         in special_case_table correctly.
654         (g_unichar_totitle): Fall back to g_unichar_toupper.
655
656 2007-03-15  Matthias Clasen  <mclasen@redhat.com>
657
658         * glib/gscanner.[hc]: Some optimizations, use a lookup
659         table for character classes, pre-allocate GStrings with
660         reasonable sizes.  (#415323, Charlie Brej)
661
662 2007-03-14  Matthias Clasen  <mclasen@redhat.com>
663
664         * glib/gkeyfile.c (g_key_file_get_double): Fix a 
665         small typo.  (#417847, Bobby Jack)
666
667 2007-03-08  Matthias Clasen  <mclasen@redhat.com>
668
669         * glib/gstrfuncs.c (g_strtoll): Return negative values.
670         (#416062)
671
672         * tests/strtoll-test.c: Add more testcases.
673
674 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
675
676         * glib/gstring.c (g_str_equal): Clarify docs.  (#364026, 
677         Bastian Nocera)
678
679 2007-03-06  Matthew Barnes  <mbarnes@redhat.com>
680
681         * glib/gqueue.h:
682         * glib/gqueue.c: Add G_QUEUE_INIT, g_queue_init(), and
683         g_queue_clear() to better support statically allocated
684         queues.  (#413244)
685
686 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
687
688         * glib/gkeyfile.c (g_key_file_parse_value_as_boolean):
689         Remove a NULL check that didn't do any good.  (#360904,
690         Paolo Borelli)
691
692 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
693
694         * glib/gmarkup.c (g_markup_parse_context_parse): Report
695         more accurate position for invalid UTF-8.  (#350802,
696         Simon Budig)
697
698 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
699
700         * glib/gbase64.c: Add NULL checks to the base64 
701         functions that take pointers.  (#399611, Martyn Russell)
702
703 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
704
705         Work with Solaris gettext (#341988, Laszlo Peter)
706
707         * m4macros/glib-gettext.m4: Make GLIB_WITH_NLS define
708         MSGFMT_OPTS if msgfmt supports -c.
709
710         * po/Makefile.in.in: Use MSGFMT_OPTS when calling
711         msgfmt.
712
713 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
714
715         * tests/Makefile.am: Apply a patch by Loïc Minier
716         to fix building with -Wl,-z,defs.  (#149144)
717
718 2007-03-03  Thierry Randrianiriana  <randrianiriana@gmail.com>
719
720         * po/mg.po: Added Malagasy translation.
721         * configure.in: Added Malagasy 'mg' to ALL_LINGUAS
722
723 2007-03-01  Ihar Hrachyshka <iharh@gnome.org>
724         * configure.in: Added be@latin to ALL_LINGUAS.
725
726 2007-02-17  Tor Lillqvist  <tml@novell.com>
727
728         * glib/gdate.c (win32_strftime_helper): New Win32-only
729         function. Use the wide character Win32 API to do the work of
730         strftime(): GetThreadLocale(), GetLocaleInfoW(), GetDateFormatW()
731         and GetTimeFormatW().
732         (g_date_strftime): On Windows use win32_strftime_helper()
733         instead of strftime() to avoid codepage issues with strftime().
734         Unfortunately using wcsftime() would not help either. (#404832)
735
736 2007-02-16  Soren Sandmann <sandmann@redhat.com>
737
738         * tests/sequence-test.c: For move, test moving between two
739         sequences. Add test for swap.
740
741         * glib/gsequence.c: Replace splay tree with a treap.
742         (check_node): Add checks for the treap invariants.
743
744 2007-02-10  Hans Breuer  <hans@breuer.org>
745
746         * glib/makefile.msc.in : added gsequence.obj
747
748 Fri Feb  9 17:46:18 2007  Søren Sandmann  <sandmann@redhat.com>
749
750         * glib/gsequence.c (g_sequence_get_end_iter): Remove assertion.
751         * glib/gsequence.c (is_end): Return TRUE if the iter doesn't have
752         a parent.
753         * glib/gsequence.c: Fix grammar of comment.
754         * glib/gsequence.c (node_update_fields): Use a temporary variable
755         for the n_nodes.
756
757 2007-02-07  Soren Sandmann <sandmann@daimi.au.dk>
758
759         * tests/sequence-test.c (compare_items): Force an arbitrary order
760         on otherwise identical items.
761
762         * glib/gsequence.c: Add comment discussing splay trees vs. other trees.
763         * glib/gsequence.c (is_end): Add fast path for the common case
764         when the node is not actually the end node.
765
766 2007-02-05  Soren Sandmann <sandmann@daimi.au.dk>
767
768         * glib/gsequence.c (g_sequence_sort_iter): Don't prohibit access
769         until after the g_sequence_move_range() call.  Bug 404759,
770         Christian Persch.
771
772        * tests/sequence-test.c: Formatting fix.
773
774 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
775
776         * glib/gsequence.c (struct _GSequence): Add a new 'real_sequence'
777         field.
778         (g_sequence_new): Initialize real_sequence to the sequence
779         (g_sequence_sort_iter): Set real_sequence of the temporary
780         sequence to the real sequence.
781         (g_sequence_sort_changed_iter): Same
782         (g_sequence_insert_sorted_iter): Same
783         (g_sequence_search_iter): Same
784         (g_sequence_iter_get_sequence): Return real_sequence
785
786         * tests/sequence-test.c (compare_iters): Insert assertions that
787         the iters point to the sequence being manipulated.
788
789 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
790
791         * glib/gsequence.[ch]: New files implementing GSequence, a list
792         implemented using a binary tree.
793         * glib/glib.h, glib/glib.symbols: Update for GSequence.
794         * docs/reference: Add documentation for GSequence
795         * tests: Add sequence-test.c, a thorough test of all of
796         the GSequence API.
797
798 2007-01-30  Matthias Clasen <mclasen@redhat.com>
799
800         * glib/glib.symbols:
801         * glib/gslice.h:
802         * glib/gslice.c: Don't make ABI depend on G_ENABLE_DEBUG,
803         just add an empty g_slice_debug_tree_statistics () implementation
804         in the !G_ENABLE_DEBUG case.
805
806 2007-01-26  Matthias Clasen <mclasen@redhat.com>
807
808         * configure.in: Define G_GNUC_INTERNAL for Sun Studio
809         as __hidden.  (#342981, Brian Cameron)
810
811         * glib/gconvert.c:
812         * glib/gutf8.c: Move G_GNUC_INTERNAL uses to the right
813         spot.
814
815 2007-01-26  Matthias Clasen <mclasen@redhat.com>
816
817         * gmem.c:
818         * gslice.c:
819         * gmessages.c:
820         * gutils.c: Make some structs which are used only once
821         non-static.
822
823 2007-01-24  Benjamin Otte <otte@gnome.org>
824
825         * glib/gprintf.c (g_sprintf): Clarify the documentation
826         regarding overflows (wording by Jan Schmidt)
827
828 2007-01-23  Roozbeh Pournader  <roozbeh@farsiweb.info>
829
830         * README: Remove mention of no-longer-existing PATCH
831         keyword in bugzilla. (#396899)
832
833 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
834
835         * glib/gutf8.c (g_utf8_get_char_validated): Clarify
836         the behaviour is max_len is zero.  (#400044,
837         Benjamin Dauvergne)
838
839 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
840
841         * glib/goption.c (print_help): Use bitwise &
842         when operating on flags.  (#399971, Jon Oberheide)
843
844 2007-01-19  Matthias Clasen  <mclasen@redhat.com>
845
846         Some file list updates (#398069, Owen Taylor)
847
848         * docs/Changes-2.0.txt
849         * docs/reference/README.cvs-commits
850         * glib.spec.in: Remove obsolete files
851
852         * tests/Makefile.am:
853         * glib/libcharset/Makefile.am:
854         * gobject/Makefile.am:
855         * Makefile.am: Add some missing files to EXTRA_DIST
856
857         * tests/timeloop-basic.c: Make it build
858         * HACKING: Small updates
859
860 2007-01-18  Matthias Clasen  <mclasen@redhat.com>
861
862         * glib/gdate.c (g_date_set_time): Fix a typo.  (#398203,
863         Owen Taylor)
864
865 2007-01-17  Tor Lillqvist  <tml@novell.com>
866
867         * config.h.win32.in
868         * glib/galloca.h
869         * glib/gbacktrace.h
870         * glib/gwin32.c
871         * glibconfig.h.win32.in
872         * README.win32: More minor tweaks for Digital Mars
873         compiler. (#346808, Serhat Sevki Dincer)
874
875 2007-01-17  Tor Lillqvist  <tml@novell.com>
876
877         * glib-zip.in: DLLs are always installed in "bin" with current
878         libtool, drop unnecessary logic to check where they are. Include
879         also the COPYING file.
880
881 2007-01-17  Tor Lillqvist  <tml@novell.com>
882
883         * glib/galloca.h: Use <malloc.h> also with Digital Mars compiler
884         on Win32. (#346808, Serhat Sevki Dincer)
885
886 2007-01-16  Matthias Clasen  <mclasen@redhat.com>
887
888         * glib/gthread.h:
889         * glib/gthread.c:
890         * glib/glib.symbols: Revert an accidental ABI break by
891         moving gettime out of the GThreadFunctions struct and making
892         it a separate variable.  (#397139, Joe Marcus Clarke)
893
894         * gthread/*.c: Adapt.
895
896 2007-01-16  Tor Lillqvist  <tml@novell.com>
897
898         * glib/gthread.c (gettime): GetSystemTimeAsFileTime() returns 100s
899         of nanoseconds since 1601, so offset to Unix epoch (1970) and
900         multiply by 100 to get nanoseconds which is what we want.
901
902 2007-01-15  Tor Lillqvist  <tml@novell.com>
903
904         * glib/gmain.h (struct _GPollFD): Fix mistake in my last commit.
905
906 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
907
908         * glib/giochannel.c:
909         * glib/gbookmarkfile.c: Remove redundant NULL-checks.
910         (#369668, Morten Welinder)
911
912 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
913
914         * glib/gthread.c:
915         * gthread/gthread-posix.c: Correct the gettime calculations
916         once more.  (#395203, Chris Wilson)
917
918 2007-01-15  Tor Lillqvist  <tml@novell.com>
919
920         * glib/gmain.h (struct _GPollFD): Prepare for potential Win64
921         build: Use gint64 for the fd field on Win64, as we want to be able
922         to store a HANDLE in it. (#395422) (Other changes will surely also
923         be necessary when building on Win64, at least in giowin32.c.)
924
925 2007-01-15  Tor Lillqvist  <tml@novell.com>
926
927         * glib/gwin32.c (g_win32_getlocale): Simplify greatly. Instead of
928         hardcoding a large switch statement, just ask Windows for the
929         ISO639 and ISO3166 codes. Tack on @Latn or @Cyrl for those
930         languages which can alternatively be written in Latin or
931         Cyrillic. Fixes #395419.
932
933 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
934
935         * glib/gkeyfile.c: Rework the handling of invalid
936         keys/groups again. We are back to being liberal about
937         what we accept, and only reject things that would lead
938         to non-rereadable keyfiles.
939
940         * tests/keyfile-test.c: Adapt tests.
941
942 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
943
944         * glib/gutils.c (g_get_home_dir): Clarify docs.  (#394687,
945         Marc Brockschmidt)
946
947 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
948
949         * glib/gthread.c: Include windows.h and fix
950         include order. (#394258, Kazuki Iwamoto)
951
952 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
953
954         * configure.in: Make G_GNUC_INTERNAL a no-op for
955         gcc 2.95.    (#329031, David Schleef, Marc Brockschmidt)
956
957 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
958
959         * gthread/gthread-posix.c:
960         * glib/gtimer.c:
961         * glib/gthread.c: Fix errors in the recently moved
962         time calculations.  (#395203, Chris Wilson)
963
964 2007-01-10  Matthias Clasen  <mclasen@redhat.com>
965
966         * configure.in: Actually link gthread against librt.
967         (#394641, Marco Pesenti Gritti)
968
969 2007-01-10  Matthias Clasen  <mclasen@redhat.com>
970
971         * glib/gkeyfile.c (g_key_file_is_key_name): Grr, allow '*' in keys,
972         too.  (#394262)
973
974 2007-01-09  Behdad Esfahbod  <behdad@gnome.org>
975
976         * glib/gutils.h: Use a more optimized g_bit_storage() when gcc is
977         available.  (#371670, Daniel Elstner)
978
979 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
980
981         * gthread/gthread-posix.c (g_thread_impl_init): Don't
982         use _SC_MONOTONIC_CLOCK unless USE_CLOCK_GETTIME is
983         defined.  (#394150)
984
985 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
986
987         Don't link glib against libpthread.  (#393812)
988
989         * configure.in: Link gthread against librt, not glib itself.
990
991         * glib/gthread.h:
992         * glib/gthread.c: Add a new thread function, gettime.
993
994         * glib/gtimer.c: Use gettime instead of directly working with
995         the various system interfaces.
996
997         * gthread/gthread-impl.c:
998         * gthread/gthread-posix.c:
999         * gthread/gthread-win32.c: Implement gettime.
1000
1001 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
1002
1003         * m4macros/glib-2.0.m4: Use PKG_PROG_PKG_CONFIG.  (#392636,
1004         Yevgen Muntyan)
1005
1006 2007-01-07  Tor Lillqvist  <tml@novell.com>
1007
1008         * glib/giowin32.c: Handle GIOChannels for file descriptors
1009         connected to the console separately. This would typically be the
1010         fd 0, 1, or 2 (if not redirected) in a console application. For
1011         such fds we don't need a separate thread, as console HANDLEs are
1012         waitable objects. (#359202, Michiel de Hoon)
1013
1014 2007-01-04  Behdad Esfahbod  <behdad@gnome.org>
1015
1016         * tests/bit-test.c (builtin_bit_nth_lsf1), (builtin_bit_nth_lsf2),
1017         (builtin_bit_nth_msf): Fix tests on x86_64.
1018
1019 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
1020
1021         * glib/goption.c (_g_unichar_get_width), (_g_utf8_strwidth),
1022         (calculate_max_length), (print_entry), (print_help): Take zerowidth
1023         and double-width chars into consideration when computing width of a
1024         string.  Also fix another bug in width computation. (#346955)
1025
1026         * glib/guniprop.c (g_unichar_iszerowidth): Fix typo.  It was not
1027         working correctly.
1028
1029 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
1030
1031         * glib/glib.symbols:
1032         * glib/gunicode.h:
1033         * glib/guniprop.c: Add g_unichar_iszerowidth(). (#347645)
1034
1035 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
1036
1037         * glib/gutils.h: Fix bug in g_bit_nth_lsf (#371631) and use
1038         __builtin_clzl for g_bit_storage if available (#371670).
1039
1040         * tests/Makefile.am:
1041         * tests/bit-test.c: New test, to test g_bit_* operations against
1042         naive and builtin implementations.
1043
1044 2007-01-02  Behdad Esfahbod  <behdad@gnome.org>
1045
1046         * configure.in: Avoid more warnings from running libtool --config.
1047         (#391364)
1048
1049 2007-01-03  Michael Natterer  <mitch@imendio.com>
1050
1051         * removed all .cvsignore files. SVN doesn't need them.
1052
1053 2007-01-02  Emmanuele Bassi  <ebassi@gnome.org>
1054
1055         * glib/gbookmarkfile.c (expand_exec_line): Add support for
1056         expanding the desktop entry spec variables %U (list of URIs)
1057         and %F (list of filenames), so that using the command line
1058         from the Exec and TryExec key of a desktop entry file works
1059         as intended.
1060
1061 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
1062
1063         * configure.in: Avoid warnings from running libtool --config.
1064         (#391364, Loïc Minier)
1065
1066 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
1067
1068         * glib/gbookmarkfile.c (g_bookmark_file_get_app_info):
1069         Return an error if the uri is bad. (#391370, Maciej Piechotka)
1070
1071 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
1072
1073         * glib/glib.symbols: Guard g_slice_debug_tree_statistics
1074         by G_ENABLE_DEBUG.  (#390940, Kazuki Iwamoto)
1075
1076 2007-01-02  Michael Natterer  <mitch@imendio.com>
1077
1078         * configure.in
1079         * Makefile.am: remove references to build/ until a proper decision
1080         has been made what to do with it.
1081
1082 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
1083
1084         * glib-gettextize.in: Silence autoconf warnings about
1085         datarootdir.  (#391367, Loïc Minier)
1086
1087 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
1088
1089         * glib/gslice.c: Fix some C99isms.  (#390913, Kazuki Iwamoto)
1090
1091 Fri Dec 29 13:28:07 2006  Tim Janik  <timj@imendio.com>
1092
1093         * glib/gslice.c: turned detection of too late g_thread_init() calls
1094         into a warning. this is a temporary work-around for some head-room
1095         to fix affected programs, memory corruption still occours regardless.
1096
1097 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
1098
1099         * tests/gobject/Makefile.am:
1100         * tests/gobject/dynamictype.c: New test for dynamic type
1101         registration macros.
1102
1103 Thu Dec 28 21:14:45 2006  Tim Janik  <timj@imendio.com>
1104
1105         * glib/gslice.c: removed pthread-dependant debugging bits, the code
1106         was already converted to GMutex. this obsoletes Tor's recent fixups.
1107
1108 2006-12-28  Tor Lillqvist  <tml@novell.com>
1109
1110         * glib/gutils.h (G_WIN32_DLLMAIN_FOR_DLL_NAME)
1111         * glib/gutils.c (get_windows_directory_root): : Use only the wide
1112         character API here, too.
1113
1114         * glib/gslice.c: Make it compile on Win32 without pthreads: Use a
1115         Win32 critical section instead.
1116
1117         * glib/gmessages.c (g_logv): On Win32, if we get a fatal error
1118         message while being debugged we break into the debugger with
1119         G_BREAKPOINT(). Don't call abort() if the user is foolhardy enough
1120         to continue after the breakpoint. The user presumably knows what
1121         he is doing and deserves what he gets. (#376645, Andreas Köhler)
1122
1123 Thu Dec 28 12:50:31 2006  Tim Janik  <timj@imendio.com>
1124
1125         * glib/gslice.h, glib/gslice.c: implemented static debugging
1126         hash-tree to validate slice adresses and sizes with G_SLICE=debug-blocks.
1127         use abort() to exit in mem_error() to allow catching of these in gdb.
1128         abort programs with a descriptive error message if g_thread_init() is
1129         called after GSlice was in use. previously this just silently corrupted
1130         the magazines.
1131
1132         * glib/ghash.c (struct _GHashNode): reordered fields to keep 8-byte
1133         pointer alignment on 64bit systems and request smaller slice sizes
1134         on 32bit systems.
1135
1136         * tests/slice-test.c: support '~' option flag to introduce slice
1137         allocation/release corruption with a significant probability. this
1138         allowes testing of G_SLICE=debug-blocks.
1139
1140 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1141
1142         * glib/gconvert.[hc]:
1143         * glib/gfileutils.c:
1144         * glib/giochannel.c:
1145         * glib/goption.c:
1146         * glib/gspawn.c:
1147         * glib/gunicollate.c:
1148         * glib/gutils.c:
1149         * tests/timeloop-basic.c:
1150         Consistently use gsize rather than size_t.  (#333310,
1151         Morten Welinder)
1152
1153 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1154
1155         * configure.in: Use AC_CACHE_CHECK for the nl_langinfo
1156         check.  (#304517, Lőrinczy Zsigmond)
1157
1158 2006-12-27  Tor Lillqvist  <tml@novell.com>
1159
1160         * glib/gwin32.h
1161         * glib/gwin32.c (get_package_directory_from_module)
1162         (g_win32_get_package_installation_directory)
1163         (g_win32_get_package_installation_subdirectory): Add const to
1164         gchar* arguments. (#384523, Yevgen Muntyan)
1165
1166 2006-12-27  Ryan Lortie  <desrt@desrt.ca>
1167
1168         * glib/ghash.c: cache the value of the hash function
1169         in the GHashNode.  this speeds up resizing the hash
1170         table and it also allows a slight optimisation on
1171         lookups.  (#388332)
1172
1173 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1174
1175         * glib/gunicollate.c (g_utf8_collate_key): Don't modify
1176         the current locale.  (#389300)
1177
1178 2006-12-26  Matthias Clasen  <mclasen@redhat.com>
1179
1180         * glib/gutf8.c: Add hints for locale-dependent interfaces.
1181         * glib/gconvert.c: Add hints for locale-dependent interfaces.
1182
1183         * glib/gconvert.c (g_get_filename_charsets): Improve
1184         formatting of docs.
1185
1186 2006-12-26  Behdad Esfahbod  <behdad@gnome.org>
1187
1188         * configure.in: Use libtool to determine shared library suffix.
1189         (#357245)
1190
1191 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
1192
1193         * tests/run-collate-tests.sh:
1194         * tests/unicode-collate.c: Silently skip tests if
1195         we can't set LC_COLLATE to en_US.  (#336438)
1196
1197 2006-12-19  Matthias Clasen  <mclasen@redhat.com>
1198
1199         * glib/gkeyfile.c (g_key_file_is_key_name): Accept
1200         '/', '+' and '.' in key names, since gnome-vfs uses
1201         mime types as keys in some cache.
1202
1203         * tests/keyfile-test.c: Tests for the above.
1204
1205 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
1206
1207         * configure.in: Fix the broken poll test.  (#387260,
1208         Christian Persch)
1209
1210         * glib/gmain.c (child_watch_helper_thread): Readd a
1211         return which was removed as dead code a while ago.
1212         icc may consider it dead, but gcc doesn't like non-void
1213         functions without a return...  (#354707)
1214
1215         * tests/Makefile.am: Try a different fix for bug 346373.
1216
1217 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
1218
1219         Fix bug 161288:
1220
1221         * configure.in: Check for wcslen.
1222
1223         * glib/gnulib/vasnprintf.c: Handle wcslen missing.
1224
1225 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
1226
1227         * glib/gkeyfile.c: Accept '@' in locale names.
1228
1229         * glib/gkeyfile.c: Tighten up the check for allowed
1230         key and group names.  (#343191, Tommi Komulainen)
1231
1232         * tests/keyfile-test.c: Test handling of key and group names.
1233
1234         * tests/Makefile.am: Don't use $RANDOM if the shell doesn't
1235         have it.  (#346373, Thomas Klausner)
1236
1237 2006-12-17  Behdad Esfahbod  <behdad@gnome.org>
1238
1239         * glib/gstring.c: Improve docs about string functions taking a
1240         length.  (#378727)
1241
1242 2006-12-17  Matthias Clasen  <mclasen@redhat.com>
1243
1244         * glib/gconvert.c:
1245         * glib/gutf8.c (_g_charset_get_aliases): Put the G_GNUC_INTERNAL
1246         where gcc doesn't complain about it.
1247
1248         * glib/ghash.c: Make ref_count an int to avoid compiler
1249         warnings.
1250
1251         * configure.in: Use AC_LANG_SOURCE for the clock test.
1252
1253         * glib/gthreadpool.h:
1254         * glib/gthreadpool.c (g_thread_pool_free): Don't use "wait"
1255         as parameter name.  (#379207, Christian Biere)
1256
1257         * glib/gspawn.c: Refer to g_child_watch_add() in addition
1258         to waitpid().
1259
1260         * glib/gstrfuncs.c (g_strndup, g_strnfill): Move docs
1261         inline, and improve wording.  (#372598, Behdad Esfahbod)
1262
1263         * glib/gspawn.c: Add some pointers to the gdk_spawn_
1264         variants.  (#338134, Federico Mena Quintero)
1265
1266         * configure.in: Make montonic clock test work again. Does
1267         AC_COMPILE_IFELSE not get confdefs ? Also, move the clock
1268         tests below the thread checks to fix #364663.
1269
1270         * tests/run-markup-tests.sh: Don't use diff -u  (#380801,
1271         Marek Rouchal)
1272
1273         * glib/gspawn.c: Fix the recent fdwalk()-related changes
1274         to not break mapping-test.  (#286838, Marco Barisione)
1275
1276         * glib/gstring.c (g_string_chunk_new): Don't shadow size.
1277         (#386760, Kazuki IWAMOTO)
1278
1279 2006-12-16  Matthias Clasen  <mclasen@redhat.com>
1280
1281         * glib/gstring.c: Move more documentation inline.
1282
1283         * configure.in: Use AC_COMPILE_IFELSE for the monotonic
1284         clock test.  (#362918, Han-Wen Nienhuys, Jeremy Lainé)
1285
1286         * glib/gstring.c: Move documentation inline.
1287
1288 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
1289
1290         * glib/giochannel.h: Make ref_count a gint to avoid
1291         compiler warnings.  (#321977, Andrew Paprocki)
1292
1293         * configure.in: On Solaris, set CFLAGS and LDFLAGS that
1294         work both with Sun cc and gcc.  (#315061, Lazlo Peter)
1295
1296         * glib/gspawn.c: Undefine READ_OK to fix the build on
1297         old versions of Darwin.  (#327800)
1298
1299         * glib/glib.symbols:
1300         * glib/gstring.[hc] (g_string_chunk_clear): Add a function
1301         for clearing a GStringChunk. (#364608, Matt Barnes)
1302
1303         * glib/guniprop.c (interval_compare): Avoid a compiler
1304         warning.
1305
1306         * glib/gspawn.c (do_exec): Call set_cloexec() with
1307         the right parameters.  (#386252, Guillaume Desmottes)
1308
1309 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
1310
1311         Fix #357585, Padraig O'Briain.
1312
1313         * configure.in: Check for fdwalk.
1314
1315         * glib/gspawn.c (do_exec): Use fdwalk() to close all
1316         file descriptors.
1317
1318         * glib/gspawn.c (fdwalk): Fallback implementation of
1319         fdwalk.
1320
1321 2006-12-14  Matthias Clasen  <mclasen@redhat.com>
1322
1323         * glib/gconvert.c (open_converter): Don't use alloca
1324         and avoid allocating memory for small keys that are
1325         already cached.  (#172406, Morten Welinder)
1326
1327         * glib/gmain.c (g_child_watch_add_full): Improve the docs.
1328         (#345569, Tim-Philipp Müller)
1329
1330         * glib/gkeyfile.c (g_key_file_add_group): If the group
1331         is already there, make it current.  (#385910, Joe Halliwell)
1332
1333         * tests/keyfile-test.c: Add a test for duplicate groups/keys.
1334
1335 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
1336
1337         * m4macros/glib-gettext.m4: Require AC_CANONICAL_HOST in
1338         GLIB_WITH_NLS.  (#385132, Laszlo Peter)
1339
1340 2006-12-12  Matthias Clasen  <mclasen@redhat.com>
1341
1342         * configure.in: Add a check for broken poll on Mac OS X.
1343
1344         * glib/gmain.c: Use poll emulation on OS X.  (#302672, Toby Peterson,
1345         patch by Dave Vasilevsky)
1346
1347 2006-12-11  Matthias Clasen  <mclasen@redhat.com>
1348
1349         * glib/gatomic.c: Don't use local numeric labels in
1350         inline assembler on AIX.  (#316434, Hans Rosenfeld)
1351
1352         * glib/gunicode.h (g_utf8_next_char): Cast to const char *,
1353         not char *.  (#138153, Nikolai Weibull)
1354
1355 Wed Nov 22 16:09:13 2006  Tim Janik  <timj@gtk.org>
1356
1357         * glib/gmacros.h: added G_GNUC_MAY_ALIAS, suggested by Mathias
1358         Hasselmann in bug #335341, fixes bug #335853.
1359
1360 2006-11-15  Matthias Clasen  <mclasen@redhat.com>
1361
1362         * m4macros/glib-gettext.m4: Apply a patch from James
1363         Henstridge for compatibility with automake 2.60 (#343825)
1364
1365 2006-11-14  Behdad Esfahbod  <behdad@gnome.org>
1366
1367         * sanity_check: Replace bash-specific == with sh-understood =.
1368         Fixes bug #373864.
1369
1370 2006-11-05  Hans Breuer  <hans@breuer.org>
1371
1372         * glib/makefile.msc.in : glib/ version not the gobject/
1373         one I accidentially commited. Fixes bug #371074.
1374
1375 2006-11-05  Tor Lillqvist  <tml@novell.com>
1376
1377         * makefile.mingw
1378         * gmodule/makefile.mingw.in
1379         * glib/makefile.mingw.in
1380         * gobject/makefile.mingw.in
1381         * gthread/makefile.mingw.in
1382         * tests/makefile.mingw.in: Remove from CVS. Haven't been
1383         maintained or distributed for long.
1384
1385 2006-10-26  Pascal Terjan  <pterjan@linuxfr.org>
1386
1387         * glib/libcharset/localcharset.c: Fix small leak on failed
1388         realloc in _g_locale_get_charset_aliases (#338582)
1389
1390 2006-10-16  Behdad Esfahbod  <behdad@gnome.org>
1391
1392         * glib/gnulib/Makefile.am: Add $(GLIB_DEBUG_FLAGS).  (#362543,
1393         Peter Kjellerstedt)
1394
1395 2006-10-15  Sebastian Wilhelmi  <seppi@seppi.de>
1396
1397         * tests/Makefile.am: Compile errorcheck-mutex-test with thread
1398         libraries explicitly. (#74748, Javier Villavicencio)
1399
1400 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
1401
1402         Add a way to obtain Unicode script information.  (#348348,
1403         Marco Barisione)
1404
1405         * glib/glib.symbols:
1406         * glib/gunicode.h: Add GUnicodeScript enumeration and
1407         g_unichar_get_script.
1408
1409         * glib/guniprop.c: Implement g_unichar_get_script.
1410
1411         * glib/gscripttable.h: Generated private header containing
1412         script tables.
1413
1414         * glib/gen-script-table.pl: Script to generate gscripttable.h.
1415
1416         * glib/Makefile.am: Update
1417
1418 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
1419
1420         * tests/run-markup-tests.sh: Small portability fix.  (#347944,
1421         Dan McMahill)
1422
1423 2006-10-07  Tor Lillqvist  <tml@novell.com>
1424
1425         * glib/gwin32.c (get_package_directory_from_module)
1426         (g_win32_get_package_installation_directory): g_strdup the keys
1427         that we are passed before adding them to the hash tables, to guard
1428         against the caller freeing them. (#355955, Andreas Köhler)
1429
1430 2006-10-06  Matthias Clasen  <mclasen@redhat.com>
1431
1432         * glib/gtimer.c: Fix a typo.  (#359190)
1433
1434 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
1435
1436         * glib/Makefile.am:
1437         * gobject/Makefile.am:
1438         Include pltcheck.sh in EXTRA_DIST, and remove redefinition of TESTS.
1439         (#358966)
1440
1441 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
1442
1443         * glib/gtimer.c (g_usleep): Use nsleep to implement
1444         g_usleep on AIX.  (#321974, Andrew Paprocki)
1445
1446         * configure.in: Check for nsleep
1447
1448         * glib/gmain.c: Fix typos in doc comments.
1449         (#358421, Tom Tromey)
1450
1451 2006-09-30  Matthias Clasen  <mclasen@redhat.com>
1452
1453         * glib/pltcheck.sh: A script to check PLT entries.
1454         * glib/Makefile.am (TESTS): Run pltcheck.sh
1455
1456         * glib/*: Fix includes to correct some issues with
1457         PLT entries.  (#354522, Behdad Esfahbod)
1458
1459 2006-09-17  Hans Breuer  <hans@breuer.org>
1460
1461         * glib/makefile.msc.in gobject/makefile.msc.in : better filtering
1462         of G_GNUC_* stuff when generating .def files. Now also works with
1463         newer (less tolerant) linkers, e.g. from vc2500e
1464
1465 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
1466
1467         * glib/gbacktrace.c: Assume string.h is available.
1468         (#354523, Behdad Esfahbod)
1469
1470         * configure.in: Bump version to 2.13.0
1471
1472         * glib/glib.symbols:
1473         * glib/gmain.[hc]: Add functions to create approximate
1474         timeouts.  (#353942, Arjan van de Ven)
1475
1476         * glib/gstdio.c (g_rename): Initialize save_errno.
1477         (#355206, Mike Edenfield)
1478
1479 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
1480
1481         * glib/gerror.c: Allocate GErrors using the slice allocator.
1482         (#354054, Matt Barnes)
1483
1484 2006-09-02  Matthias Clasen  <mclasen@redhat.com>
1485
1486         * glib/gtimer.c: Forgotten HAVE_CLOCK_GETTIME.
1487
1488 2006-09-02  Tor Lillqvist  <tml@novell.com>
1489
1490         * glib/gutils.c (g_get_any_init_do): Correct C99ism (mixed
1491         declarations and code) in Win32 ifdef branch. (#353903, Mike
1492         Edenfield)
1493
1494 2006-09-01  Abel Cheung  <abel@oaka.org>
1495
1496         * configure.in: Added 'dz' 'hy' to ALL_LINGUAS.
1497
1498 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
1499
1500         * configure.in: Check for CLOCK_MONOTONIC.
1501
1502         * glib/gtimer.c: Only use clock_gettime if we
1503         have a monotonic clock.
1504
1505 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
1506
1507         * configure.in: Add missing includes to a few test
1508         programs.  (#353580, Chris Wilson)
1509
1510 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
1511
1512         * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
1513         va_end on caller-provided va_args.  (#353584, Chris Wilson)
1514
1515 2006-08-29  Tor Lillqvist  <tml@novell.com>
1516
1517         Remove support for Windows 9x/ME, as will be done also in Pango
1518         and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
1519         it's pretty pointless to keep the Win9x code in here either. If
1520         somebody is interested, the code can always be found in older GLib
1521         versions, and in CVS.
1522
1523         * glib/gdir.c
1524         * glib/gfileutils.c
1525         * glib/gspawn-win32-helper.c
1526         * glib/gspawn-win32.c
1527         * glib/gstdio.c
1528         * glib/gutils.c
1529         * glib/gwin32.c
1530         * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
1531         G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
1532         branches, and any variables or static functions used only by the
1533         Win9x branches.
1534
1535         * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
1536         run on Win9x.
1537
1538 2006-08-27  Matthias Clasen  <mclasen@redhat.com>
1539
1540         * configure.in: Fix pthread compiler flag detection.
1541
1542         * glib/gtimer.c: Use Posix monotonic clocks instead of
1543         gettimeofday when available.  (#336114, William Jon McCann)
1544
1545 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
1546
1547         * glib/gutils.h:
1548         * glib/gscanner.c: Fix some typos.  (#351741, Kjartan Maraas)
1549
1550 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
1551
1552         * configure.in: Fix the pthread compiler flag detection.
1553
1554         * glib/gunicode.h:
1555         * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
1556         from gconvert.c, move it to gutf8.c, and export it privately.
1557
1558         * glib/gconvert.c (g_filename_display_name): Adjust callers.
1559
1560         * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
1561         places to ensure error messages are valid UTF-8.  (#351853,
1562         Simon Budig)
1563
1564 2006-08-22  Matthias Clasen <mclasen@redhat.com>
1565
1566         * Branch for 2.12