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