2008-11-05 Bill Holmes <billholmes54@gmail.com>
[mono.git] / eglib / ChangeLog
1 2008-11-05  Bill Holmes  <billholmes54@gmail.com>
2
3         * src/gutf8.c, src/unicode-data.h, src/gunicode.c :
4           Fixing the MSVC builds.
5
6         Contributed under MIT/X11 license.
7
8 2008-11-04  Atsushi Enomoto  <atsushi@ximian.com>
9
10         * src/gutf8.c, src/gunicode.c, src/glib.h:
11           implemented g_unichar_type(), g_unichar_toupper(),
12           g_unichar_tolower(), g_unichar_totitle(), g_utf8_strup()
13           and g_utf8_strdown(). Fixed some surrogate pair bugs.
14         * TODO : removed implemented things.
15         * test/unicode.c, test/tests.h, test/utf8.c, test/Makefile.am:
16           added new tests.
17
18 2008-11-04  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * src/unicode-data.h : new header for some new unicode manipulation
21           functions.
22
23 2008-10-17  Miguel de Icaza  <miguel@novell.com>
24
25         * Allow types to be defined on the eglib-config.h file, that could
26         be a platform specific generated type file.
27
28         * gtimer.c: split functionality in platforms.
29
30 2008-10-13  Bill Holmes  <billholmes54@gmail.com>
31
32         * src/gdate-win32.c : Fix compiler errors for MSVC.
33
34         * src/gpath.c : Fix compiler errors for MSVC.
35
36         * src/gfile-posix.c : Adding declaration for mkstemp for the win 32
37           implementation in gfile-win32.c.
38
39         Contributed under MIT/X11 license.
40
41 2008-10-11  Miguel de Icaza  <miguel@novell.com>
42
43         * gtimer.c: Same process.
44
45         * src/glib.h: Move g_strdup here, to consolidate all allocations
46         in this header, will help for merging the allocation work later. 
47
48         * src/gpattern.c (compile_pattern): From Unity, use -1 in the enum
49         for MatchType.
50
51         * src/gpath.c: Split this one as well.
52
53         * src/gmodule-win32.c, src/gmisc-unix.c, src/gmisc-win32.c,
54         src/gmodule-unix.c: split functionality in platforms.
55         
56         * src/goutput.c (g_logv): On some platforms, before we abort we
57         want to flush the stdout/stderr.
58
59 2008-10-10  Miguel de Icaza  <miguel@novell.com>
60
61         * Split functionality that is operating system specific into
62         -win32.c, -unix.c and -posix.c 
63
64         * Use g_malloc everywhere, and g_free, so that these can be easily
65         overwritten consistently.
66
67 2008-09-16  Bill Holmes  <billholmes54@gmail.com>
68
69         * src/gunicode.c : Fix a warning.
70
71         Contributed under MIT/X11 license.
72
73 2008-08-28  Bill Holmes  <billholmes54@gmail.com>
74
75         * src/glib.h : Adding a c++ definition for G_BEGIN_DECLS.
76
77         Contributed under MIT/X11 license.
78
79 2008-08-27  Bill Holmes  <billholmes54@gmail.com>
80
81         * glib.h, gunicode.c : Fixing some compiler errors.
82
83         Contributed under MIT/X11 license.
84
85 2008-08-20  Mike Voorhees <vernish13@gmail.com>
86
87         * Patch from Mike Voorhees to fix various problems with
88         g_utf8_validate compared to the glib implementation and unit tests
89         to ensure that there are no regressions.
90
91         From a mailing list post to mono-devel-list on August 19th, 2008
92
93         [Mono-dev] utf8 related patches. Please review.
94
95 2008-08-20  Mike Voorhees  <vernish13@gmail.com>
96
97         * src/glib.h : Adding declarations for g_utf8_strlen, g_utf8_get_char,
98         and g_utf8_next_char.
99
100         * src/gunicode.c : Adding implementation for g_utf8_strlen, g_utf8_get_char,
101         and g_utf8_next_char.
102
103         * src/gunicode.c : Rewrote g_utf8_validate.
104
105         * test/utf8.c Adding tests for g_utf8_strlen, g_utf8_get_char,
106         g_utf8_next_char, and g_utf8_validate.
107
108         Contributed under MIT/X11 license.
109         
110 2008-08-05  Andreas Faerber  <andreas.faerber@web.de>
111
112         * autogen.sh: Suppress arguments warning for NOCONFIGURE.
113         
114         Contributed under MIT/X11 license.
115
116 2008-08-04  Bill Holmes  <billholmes54@gmail.com>
117
118         * test/tests.h, test/Makefile.am, test/memory.c : Adding memory tests to test
119           allocation routines return NULL when 0 size is passed in.
120
121         Contributed under MIT/X11 license.
122
123 2008-08-04  Bill Holmes  <billholmes54@gmail.com>
124
125         * src/glib.h : Changing the allocation routines to return null if 0 size is
126           passed in.
127
128         Contributed under MIT/X11 license.
129
130 2008-06-16  Zoltan Varga  <vargaz@gmail.com>
131
132         * src/vasprintf.c (vasprintf): Applied patch from Michail Ushakov 
133         <migelU@gmail.com>. Workaround broken vsnprintf on windows. Fixes
134         #400445.
135
136 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
137
138         * src/goutput.c (g_log): Remove unnecessary and incorrect call to 
139         g_strdup_printf (). Fixes #398918.
140
141 2008-05-01  Bill Holmes  <billholmes54@gmail.com>
142
143         * src/glib.h : Adding declarations for g_ucs4_to_utf16 and g_utf16_to_ucs4.
144
145         * src/gutf8.c : Adding implementation for g_ucs4_to_utf16 and g_utf16_to_ucs4.
146
147         * test/utf8.c Adding tests for g_ucs4_to_utf16 and g_utf16_to_ucs4.
148
149         Contributed under MIT/X11 license.
150
151 2008-04-20  Geoff Norton  <gnorton@novell.com>
152
153         * src/gspan.c: Fix the _NSGetEnviron define to prevent an impropoer
154         pointer dereference.
155
156 2008-03-19  Bill Holmes  <billholmes54@gmail.com>
157
158         * src/gpath.c (g_path_is_absolute) : Adding a case for '/'
159           on Windows.
160         
161         * src/gpath.c (g_get_user_name) : On Windows add a check for %USERNAME%
162           when %USER% fails.
163
164         * src/gstr.c (g_strsplit, g_strsplit_set):  Change to remove truncation
165           errors with MSVC build.
166
167         * src/gstr.c (g_filename_to_uri, g_filename_from_uri):  Fixes to handle
168           Windows paths.
169
170         * src/gstr.c (g_ascii_strncasecmp):  Convert each character to lower case
171           before comparing.
172
173         * src/gunicode.c (g_get_charset):  Implement for Windows.
174
175         Contributed under MIT/X11 license.
176
177 2008-03-12  Geoff Norton  <gnorton@novell.com>
178
179         * src/gutf8.c: Implement g_ucs4_to_utf16 and g_utf16_to_ucs4 as
180         asserts.  They're needed to build mono with eglib.
181         * src/gutil.h: Add a few missing function declarations to the header.
182         * src/gspawn.c: Some darwin implementations don't have crt_externs.h
183         So we'll just define _NSGetEnviron() ourselves.
184         * Makefile.am: Dont build test when cross compiling.
185         * configure.ac: Define CROSS_COMPILING when cross compiling.
186         Undefine _FORTIFY_SOURCE on arm-apple-darwin as the headers it 
187         requires are not available.
188
189 2008-01-15  Andreas Faerber  <andreas.faerber@web.de>
190
191         * configure.ac: Add default G_BREAKPOINT implementation.
192         Fix typo in breakpoint CPU output.
193
194 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
195
196         * src/glib.h: Include <limits.h>. Fixes #350482.
197
198 2007-11-21  Dick Porter  <dick@ximian.com>
199
200         * src/gslist.c (g_slist_find_custom): Implement
201
202         * src/glist.c (g_list_find_custom): Implement
203
204         * test/list.c: Test g_list_find_custom()
205
206         * test/slist.c: Test g_slist_find_custom()
207
208 2007-11-20  Dick Porter  <dick@ximian.com>
209
210         * src/gstr.c: Implement g_strsplit_set() and re-implement
211         g_strsplit() so it passes the additional tests. (g_strsplit()
212         should treat multi-char delimiters as just a single token, rather
213         than a set of delimiters.)
214
215         * src/gslist.c: Implement g_slist_index(), g_slist_nth() and
216         g_slist_nth_data().
217
218         * test/string-util.c: Test g_strsplit_set() and more tests for
219         g_strsplit().
220
221         * test/slist.c: Test g_slist_nth() and
222         g_slist_index().
223
224 2007-11-06  Geoff Norton  <gnorton@novell.com>
225
226         * configure.ac: Check for libiconv_open as the previous check was failing against 
227         some versions of libiconv.
228
229 2007-11-06  Andreas Faerber  <andreas.faerber@web.de>
230
231         * test/Makefile.am: Fix noinst_PROGRAMS for automake 1.6.3
232                             Add support for VPATH
233
234 2007-11-06  Geoff Norton  <gnorton@novell.com>
235
236         * configure.ac: Determing if glib-2.0 is installed and set HAVE_GLIB appropriately
237         * test/Makefile.am: Only build test-glib if glib-2.0 is available
238
239 2007-11-05  Geoff Norton  <gnorton@novell.com>
240
241         * configure.ac: Check for getpwent_r and wether libiconv is needed to be linked.
242         Also look to see if we can use export-dynamic in the test suite.
243         * test/Makefile.am: Get LDFLAGS from configure instead of setting them.
244         * src/gerror.c: Implement g_clear_error.
245         * src/glib.h: Only use the format, ... convention is HAVE_C99_SUPPORT is available.
246         * src/gpath.c: Only use the getpwent_r codepath if getpwent_r is available.
247         * src/gspawn.c: Define environ to call _NSGetEnviron() on Apple.
248         * src/Makefile.am: Remove -Werror so we dont fail on different function declarations.
249                 Portions of all of the above are from Andreas Faerber & Jonathan Chambers
250         
251 2007-10-31  Jonathan Chambers <joncham@gmail.com>
252         
253         * src/ghashtable.c: Add g_hash_table_foreach_steal.
254         * src/garray.c: Add g_array_remove_index_fast.
255         * src/gpath.c (g_path_is_absolute): Handle windows paths.
256         * src/glib.h: Add g_hash_table_foreach_steal and g_array_remove_index_fast
257         
258         Contribution is licensed as MIT/X11.
259
260 2007-06-13  Jonathan Chambers <joncham@gmail.com>
261         
262         * src/gunicode.c: Add g_unichar_isxdigit and g_unichar_xdigit_value.
263         * src/gmisc.c: Add g_win32_getlocale stub.
264         * src/glib.h: Add declarations of above functions,
265         GFreeFunc typedef, and CLAMP, GUINT_TO_LE, and threading
266         macros.
267         
268         * test/string-util.c: Fix warning.
269         * test/utf8.c: Add test for g_unichar_xdigit_value.
270         
271         Contribution is licensed as MIT/X11.
272
273 2007-05-05  Aaron Bockover  <abockover@novell.com>
274
275         * src/gstr.c:
276         * src/glib.h: Added g_ascii_tolower implementation; make g_ascii_strdown
277         use it to do the transformation
278
279         * test/string-util.c: Added a test for g_ascii_strdown
280
281 2007-04-27  Jonathan Chambers <joncham@gmail.com>
282         
283         * src/gstr.c: Fix off by one error in g_strdup allocation.
284
285 2007-04-27  Jonathan Chambers <joncham@gmail.com>
286         
287         * src/eglib-config.hw: Forgot to add for msvc build.
288         * src/vasprintf: Forgot to add for msvc build.
289
290 2007-04-27  Jonathan Chambers <joncham@gmail.com>
291         
292         * src/gstr.c: Fix off by one error for NULL terminator.
293
294 2007-04-27  Jonathan Chambers <joncham@gmail.com>
295         
296         Combined patch from Michael Jerris <mike@jerris.com> and me.
297         * winconfig.h: Config file for msvc builds.
298         * configure.ac: Add AC_CHECK_HEADERS for getopt.h,  sys/time.h,
299         sys/wait.h, and pwd.h.
300         
301         * src/gspawn.c: Include config.h and use HAVE_* macros.
302         * src/eglib-config.h.in: Add inclusion guards.
303         * src/ghashtable.c: Fix warnings.
304         * src/gmisc.c: Windows implementation of g_getenv, g_setenv,
305         and g_unsetenv.
306         * src/gpath.c: Include config.h and use HAVE_* macros.
307         * src/gmarkup.c: Fix warnings.
308         * src/gptrarray.c: Fix warnings.
309         * src/gstr.c: Fix warnings and use HAVE_* macros.
310         * src/glib.h: Move macros to eglib-config.h and include it.
311         * src/gdate.c: Implement g_get_current_time on windows.
312         * src/gpattern.c: Fix warnings.
313         * src/gdir.c: Implement g_dir on windows.
314         * src/gfile.c: Implement mkstemp and g_file_test on windows.
315         * src/gtimer.c: Implement g_timer on windows.
316         * src/gmodule.c: Fix warnings.
317         * src/gunicode.c: Fix warnings.
318         * src/gutf8.c: Fix warnings.
319         
320         * test/ptrarray.c: Fix warnings.
321         * test/string.c: Fix warnings.
322         * test/list.c: Fix warnings.
323         * test/pattern.c: Use HAVE_* macros.
324         * test/dir.c: Use HAVE_* macros.
325         * test/file.c: Use HAVE_* macros and use system specific files for tests.
326         * test/test.c: Fix warnings and use HAVE_* macros.
327         * test/timer.c: Use HAVE_* macros.
328         * test/string-util.c: Fix warnings.
329         * test/test.h: Supress warnings on msvc.
330         * test/module.c: Use HAVE_* macros.
331         * test/utf8.c: Fix warnings.
332         * test/spawn.c: Use HAVE_* macros.
333         * test/driver.c: Fix warnings and use HAVE_* macros.
334         * test/path.c: Use HAVE_* macros and use system specific files for tests.
335         * test/sizes.c: Fix warnings.
336
337 2007-04-24  Jonathan Chambers <joncham@gmail.com>
338         
339         Patch from Michael Jerris <mike@jerris.com>
340         * src/gspawn.c: Start msvc build.
341         * src/gpath.c: Start msvc build.
342         * src/gmarkup.c: Start msvc build.
343         * src/gshell.c: Start msvc build.
344         * src/gstr.c: Start msvc build.
345         * src/glist.c: Start msvc build.
346         * src/glib.h: Start msvc build.
347         * src/gdate.c: Start msvc build.
348         * src/gpattern.c: Start msvc build.
349         * src/gdir.c: Start msvc build.
350         * src/gfile.c: Start msvc build.
351         * src/gtimer.c: Start msvc build.
352         * src/gmodule.c: Start msvc build.
353         * src/gunicode.c: Start msvc build.
354
355 2007-01-27  Robert Jordan  <robertj@gmx.net>
356
357         * test/Makefile.am: Add linker option to be able to
358         load symbols from the main program.
359         * test/module.c: Clean-ups.
360
361 2007-01-26  Robert Jordan  <robertj@gmx.net>
362
363         * configure.ac: Add PLATFORM_WIN32 conditional.
364         * src/Makefile.ac: Use PLATFORM_WIN32 conditional for psapi, iconv
365         * test/module.c, test/tests.h, test/Makefile.am: New test for gmodule.
366         * src/gmodule.h: Add G_MODULE_{IMPORT|EXPORT} defines.
367         * src/gmodule.c (g_module_symbol): Implement in-proc symbol lookup
368         for Win32.
369         * src/gmodule.c: Add GModule.main_module, consider it in
370         g_module_close ().
371         * src/gpath.c (g_get_home_dir): Add dummy Win32 implementation to
372         fix the build.
373
374 2006-11-03  Miguel de Icaza  <miguel@novell.com>
375
376         * src/gpath.c (g_path_get_dirname): If the pathname starts with a
377         "/", return the "/".
378
379         * test/string-util.c (test_strlcpy): Add new test.
380
381         * src/gunicode.c (g_filename_from_utf8): g_strlcpy needs the full
382         size, with the extra zero at the end;  Fixes the stack trace
383         issue. 
384
385 2006-10-30  Miguel de Icaza  <miguel@novell.com>
386
387         * test/utf8.c (test_utf8_seq): Add new failing test.
388
389 2006-10-30  Atsushi Enomoto  <atsushi@ximian.com>
390
391         * src/gutf8.c : several fixes:
392           - fixed incorrect mb_size clear and mb_remain computation.
393           - initialize items_written to 0 for error case.
394           - in utf8_to_utf16_len differentiate error messages completely.
395           - in g_utf8_to_utf16 use guchar instead of gchar.
396         * test/utf8.c : added test case string in test_utf8_seq() to
397           both test_utf8_to_utf16() and test_utf16_to_utf8().
398
399 2006-10-21  Miguel de Icaza  <miguel@novell.com>
400
401         * src/gunicode.c (g_filename_from_utf8): Use g_strlcpy here. 
402
403         * src/gmarkup.c (g_markup_parse_context_parse): Do not dereference
404         null values here.   This gets things a little bit further in
405         corlib, but not too far.
406
407         * src/gdir.c (g_dir_read_name): Do not return . or ..
408
409         * src/gstr.c (g_ascii_xdigit_value): Make this into a function,
410         thanks to Paolo for pointing the problem with the double macro
411         expansion. 
412
413         * src/gmodule.c (g_module_open): Actually return NULL if we fail
414         to load the module (was hiding the real bug in the pinvoke tests).
415
416         (g_module_build_path): Do not prepend "lib" if the "lib" is part
417         of the call.
418
419         * src/gstr.c (g_strsplit): this routine has some non-expected
420         behavior, if the string begins with the delimiter, it will return
421         an empty first string, unlike strtok
422
423         * src/gpath.c (g_path_get_dirname): Return "." as a dirname for
424         paths that do not contain a directory.
425
426 2006-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
427
428         * test/array.c: new test for insertion in the middle of other values.
429         * src/garray.c: fixed destination index.
430
431 2006-10-18  Miguel de Icaza  <miguel@novell.com>
432
433         * src/gpath.c (g_build_path): Do not append terminator if the next
434         string is empty.
435
436         * src/gutf8.c (g_utf8_to_utf16): Include trailing zero as
437         documented.
438         (g_utf16_to_utf8): Include trailing zero as documented.
439
440 2006-10-17  Miguel de Icaza  <miguel@novell.com>
441
442         * src/gstr.c (g_strdown): Actually move.
443
444         * src/gmarkup.c (g_markup_parse_context_parse): Accept dots in the
445         sequence, reset the state after a closing element.
446
447         * src/garray.c (g_array_insert_vals): Shift the elements the
448         correct amount.
449
450         (g_array_insert_vals): Should actually use the
451         number of elements to insert.
452
453         * test/array.c: Add new test case, this was happening in the JIT. 
454
455         * Add _GNU_SOURCE at configure time, remove from sources.
456         
457         * src/gstr.c (g_strsplit): Empty strings return a 0 value vector.
458
459         * src/glib.h (G_MAXINT64, G_MININT64): Add another set of macros
460         for the support stuff.
461         
462         Move private prototypes elsewhere
463
464         * src/glib.h (g_thread_init): Adding missing brace
465         (g_list_next): remove ; from the macro definition.
466
467 2006-10-17  Miguel de Icaza  <miguel@novell.com>
468
469         * src/gutf8.c: internal methods
470
471         * src/ghashtable.c: internal methods.
472
473 2006-10-16  Miguel de Icaza  <miguel@novell.com>
474
475         * src/gerror.c (g_propagate_error): Implement.
476
477         * src/gstr.c (g_strjoinv, g_ascii_strncasecmp): implement.
478
479         * test/string-util.c (test_ascii_strncasecmp): test
480
481 2006-10-15  Miguel de Icaza  <miguel@novell.com>
482
483         * configure.in: Fix detection of platforms the [3456] stuff does
484         not work inside autoconf.
485
486         * src/eglib-config.h.in: Make G_BREAKPOINT into a function-macro
487
488         * src/glib.h (offsetof): Mono sources depend on this, bring this
489         from the standard definition.  Redefine G_STRUCT_OFFSET in terms
490         of this. 
491         
492         * src/glib.h (G_STRUCT_OFFSET): fix macro definition. 
493         fix typo.
494
495         * src/sizes.c: Add test.
496
497         * src/gshell.c: Make it build
498         
499 2006-10-14  Miguel de Icaza  <miguel@novell.com>
500
501         * src/glib.h: add various _TO_LE and _FROM_LE macros.
502
503         * test/endian.c: tests for endian conversion macros.
504
505 2006-10-09  Miguel de Icaza  <miguel@novell.com>
506
507         * src/gmodule.h: Move definitions of gmodule to gmodule.h because
508         Mono expects it there.
509
510 Mon Oct 9 12:59:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
511
512         * src/ghashtable.c: s/to_prime/g_spaced_primes_closest/g
513         and put the array in readonly memory.
514         * src/gstr.c: fixed the build and made array const.
515         * src/gmodule.c: fixed thinko.
516
517 2006-10-08  Miguel de Icaza  <miguel@novell.com>
518
519         * src/gstr.c (g_strdup): should allow NULL as an argument.
520
521 2006-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
522
523         * test/string-util.c:
524         * TODO:
525         * src/gstr.c:
526         * src/glib.h: implemented g_strescape.
527
528 2006-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
529
530         * test/string-util.c:
531         * configure.ac:
532         * TODO:
533         * src/gstr.c:
534         * src/glib.h: implemented g_strlcpy.
535
536 2006-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
537
538         * test/string-util.c:
539         * TODO:
540         * src/gstr.c:
541         * src/glib.h: implemented g_strdelimit.
542
543 2006-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
544
545         * test/spawn.c: add search path flag when running ls.
546         * src/gspawn.c: g_spawn_command_line_sync searches the program in the
547         PATH if it's not an absolute path.
548
549 2006-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
550
551         * test/string-util.c:
552         * src/glib.h: implement g_ascii_xdigit_value and tests.
553
554 2006-10-06  Miguel de Icaza  <miguel@novell.com>
555
556         * src/gstr.c (g_ascii_strdown): Implement.
557
558         * str/glib.c (g_log_set_handler): empty.
559         (g_printerr): empty.
560         (GMemVTable): define, empty, ignored.
561         (G_USEC_PER_SEC) :-)
562
563         * src/gunicode.c (g_convert): Add bytes_read, bytes_written
564         support;   Small fixes to avoid valgrind errors. 
565         
566         (g_utf8_validate): Add, based on the libxml code.
567
568         gstr.c: implement g_strdown. 
569
570 2006-10-05  Miguel de Icaza  <miguel@novell.com>
571
572         * src/gunicode.c: Some work in progress to implement g_convert
573         (which is needed by g_locale_to_utf8).    
574
575 2006-09-18  Miguel de Icaza  <miguel@novell.com>
576
577         * test/string-util.c (test_filename_from_uri): tests for new
578         methods.
579
580         * src/gstr.c (g_filename_to_uri, g_filename_from_uri): implement. 
581
582 2006-09-14  Atsushi Enomoto  <atsushi@ximian.com>
583
584         * src/gutf8.c, test/utf8.c : EOL fix.
585
586 2006-09-04  Miguel de Icaza  <miguel@novell.com>
587
588         * src/gmarkup.c: The leak fixing commit.
589         
590         * src/gmarkup.c (g_markup_parse_context_end_parse): Add missing
591         method. 
592         (g_markup_parse_context_free): Implement. 
593         (parse_attributes): Store the value, not the attribute name
594         twice. 
595         Properly check the /> section.
596         (g_markup_parse_context_parse): When checking for error, use the
597         "error!=NULL && *error != NULL" upon return from callbacks,
598         it is only then that its valid to check for *error for error
599         conditions. 
600         (g_markup_parse_context_parse): Add comment processing.
601
602         Only release one element of the list.
603
604         * test/markup.c: Incorporate the kind of code that is used in Mono
605         for domain loading;  Will test the rest later. 
606
607 2006-09-01  Miguel de Icaza  <miguel@novell.com>
608
609         * src/gmarkup.c (g_markup_parse_context_parse): Add text parsing
610         support, and end-element support; not tested yet.
611
612 2006-09-01 Atsushi Enomoto <atsushi@ximian.com>
613
614         * gutf8.c : bad allocation size. multiply sizeof gchar/gunichar2.
615
616 2006-09-01 Atsushi Enomoto <atsushi@ximian.com>
617
618         * gutf8.c : when error is null, utf8_to_utf16_len() and
619           utf16_to_utf8_len() could return -1, so return NULL for those
620           cases in g_utf8_to_utf16() and g_utf16_to_utf8().
621
622 2006-09-01  Miguel de Icaza  <miguel@novell.com>
623
624         * src/gmarkup.c: Builds and does minimal parsing.
625
626         * test/markup.c: Sample test cases I have been using
627
628 2006-08-31 Atsushi Enomoto <atsushi@ximian.com>
629
630         * src/gerror.h,
631           src/gerror.c : added g_set_error().
632         * src/gutf8.c :
633           g_utf8_to_utf16() and g_utf16_to_utf8() implementation.
634         * src/glib.h : added all above, and some dependent bits.
635         * src/Makefile.am : added gutf8.c.
636         * TODO: removed above.
637         * test/Makefile.am,
638           test/tests.h : added utf8 tests.
639         * test/utf8.c : test for g_utf8_to_utf16 and g_utf16_to_utf8.
640           It still needs more tests e.g. for multibytes.
641
642 2006-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
643
644         * src/gspawn.c: small touch-ups and make read/write EINTR-proof.
645
646 2006-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
647
648         * test/file.c: remove useless test.
649
650         * test/spawn.c: new g_spawn_async_with_pipes test.
651         * src/glib.h: Modified file.
652         * src/gspawn.c: implemented g_spawn_async_with_pipes. Needs fine tuning.
653
654 2006-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
655
656         * TODO: Modified file.
657         * test/tests.h:
658         * test/pattern.c:
659         * test/dir.c:
660         * test/Makefile.am:
661         * src/Makefile.am:
662         * src/glib.h:
663         * src/gdir.c:
664         * src/gfile.c: implemented g_dir_*, unix version.
665
666 2006-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
667
668         * src/glib.h:
669         * test/Makefile.am: Modified file.
670         * test/tests.h:
671         * src/Makefile.am: Modified file.
672         * test/pattern.c:
673         * src/gpattern.c: implemented the 3 pattern matching functions used.
674
675         * test/ptrarray.c: fix the compare function to work with qsort.
676
677         * test/file.c:
678         * test/path.c:
679         * src/gspawn.c:
680         * src/gpath.c: made valgrind happy.
681
682 2006-08-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
683
684         * test/file.c:
685         * src/glib.h:
686         * src/gfile.c:  implemented g_file_test. Changed the default mask to
687         .XXXXXX. Add tests.
688
689 2006-08-26  Raja R Harinath  <rharinath@novell.com>
690
691         * src/sort.frag.h (digit): Declare here based on externally
692         provided typedef 'list_node'.
693         (MAX_DIGITS): Use 'sizeof (list_node)'.
694         * src/gslist.c (list_node): Declare instead of 'digit'.
695         * src/glist.c: Likewise.
696
697         * test/slist.c (verify_sort): Verify the length of the list too.
698         (test_slist_sort): Free the correct list.
699         * test/list.c: Likewise.
700         * src/sort.frag.h (MAX_DIGITS): Rename from N_DIGITS.
701         (combine_sort): Change 'max_pos' argument to more natural
702         'n_digits'.
703         (increment): Likewise.  Use 'n_digits' to avoid reading at an
704         offset that hasn't been initialized.
705         (do_sort): Remove memset.
706
707 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
708
709         * TODO:
710         * test/file.c:
711         * src/glib.h:
712         * src/gfile.c: implement g_file_open_tmp.
713
714 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
715
716         * TODO:
717         * src/glib.h:
718         * src/gdate.c: New file.
719         * src/gfile.c: New file.
720         * src/Makefile.am: implemented g_file_get_contents and
721         g_get_current_time.
722
723         * test/tests.h:
724         * test/file.c: New file.
725         * test/Makefile.am: tests for the above.
726
727 2006-08-26  Raja R Harinath  <rharinath@novell.com>
728
729         * src/sort.frag.h: Add copyright notice and some explanation.
730         (increment): Remove null check.
731         (combine_digits): Add 'list' argument to seed the summation.
732         (do_sort): Use the empty or singleton tail as the seed, rather
733         than calling 'increment'.
734
735 2006-08-25  Raja R Harinath  <rharinath@novell.com>
736
737         * TODO: Remove 'List' entries.
738         * src/Makefile.am (libeglib_la_SOURCES): Add sort.frag.h.
739         * src/sort.frag.h: New.  Implements a "generic" bottom-up "counting"
740         mergesort that works both on singly- and doubly-linked lists.
741         * src/gslist.c (g_slist_sort): Use it.
742         * src/glist.c (g_list_sort): Likewise.
743         * src/glib.h (g_slist_sort, g_list_sort): Declare.
744         * test/slist.c, test/list.c: Add basic testcases.
745
746 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
747
748         * src/gspawn.c: propagate errors from reads.
749         * src/gpath.c: an empty PATH is like a NULL one.
750
751 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
752
753         * test/tests.h:
754         * test/timer.c:
755         * test/Makefile.am:
756         * TODO:
757         * src/glib.h:
758         * src/gtimer.c:
759         * src/Makefile.am: implemented GTimer.
760
761 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
762
763         * test/tests.h:
764         * test/Makefile.am:
765         * test/spawn.c:
766         * src/gspawn.c:
767         * src/glib.h:
768         * src/Makefile.am: initial implentation of g_spawn_command_line_sync.
769         Still need better error handling, but works for the most part.
770
771 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
772
773         * src/garray.c: grow faster so that the 'big' test does not crawl.
774
775 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
776
777         * test/shell.c:
778         * src/gqueue.c: plugged leaks.
779
780 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
781
782         * test/path.c:
783         * src/gpath.c: when PATH is not defined, the current dir is used.
784         See execvp(3).
785
786 2006-08-25  Alp Toker  <alp@atoker.com>
787
788         * src/gstr.c: g_strv_length() should return guint, not gint
789         * src/glib.h: Add g_strv_length() prototype
790         
791 2006-08-24  Miguel de Icaza  <miguel@novell.com>
792
793         * src/gpath.c (g_get_home_dir, g_get_tmp_dir, g_get_user_name,
794         g_get_prgname, g_set_prgname): implemented.
795
796         * test/ Fix leaks.
797         
798         * src/gpath.c (g_get_current_dir): Implement.
799
800         (g_find_program_in_path, g_path_is_absolute): implement.
801         
802         Add g_path_get_dirname, g_path_get_basename
803
804         * src/gpath.c: Path routines
805
806 2006-08-23  Miguel de Icaza  <miguel@novell.com>
807
808         * src/gerror.c: Implement. 
809
810         * src/glist.c (g_list_sort): Remove routine instead of hoping that
811         it wont crash when we run it.
812
813 2006-08-23  Raja R Harinath  <rharinath@novell.com>
814
815         * src/glist.c (g_list_insert_before): Avoid non-head declaration.
816
817         * test/slist.c (test_slist_insert_before): Add.
818         * src/gslist.c (g_slist_insert_before): Append if 'sibling' is null.
819
820         * test/list.c (test_list_insert_before): Add test for return value
821         of g_list_insert_before.
822         * test/Makefile.am (test_eglib_LDADD): Refer to the .la file so as
823         to rebuild test if eglib changes.
824         * src/glist.c (new_node, disconnect_node): New helpers that
825         maintain doubly-linked list invariants.
826         (g_list_prepend, g_list_append): Express in terms of new_node.
827         (g_list_insert_before): Likewise.  Fix return value when inserting
828         in the middle of the list.
829         (g_list_concat): Reorganize to make more compact.
830         (g_list_nth): Likewise.
831         (g_list_nth_data): Don't segfault if 'n' is too large.
832         (g_list_remove): Rewrite using _find and disconnect_node.
833         (g_list_remove_link): Don't traverse list: use disconnect_node.
834         (g_list_insert_sorted): Rewrite to make more compact.  Use new_node.
835         (g_list_copy): Likewise.
836         (_prepend, _concat): Remove.
837         * src/gslist.c (insert_after, find_prev, find_prev_link):
838         New helpers.
839         (g_slist_copy): Simplify slightly, using insert_after.
840         (g_slist_concat): Reorganize to make more compact.
841         (g_slist_find): Likewise.
842         (g_slist_insert_sorted): Likewise.
843         (g_slist_remove): Rewrite using find_prev.
844         (g_slist_remove_link): Rewrite using find_prev_link.
845         (g_slist_remove_all, g_slist_insert_before): New.
846
847 2006-08-21  Duncan Mak  <duncan@a-chinaman.com>
848
849         * src/gqueue.c: GQueue implementation.
850         * src/glib.h: Add prototypes.
851         * src/Makefile.am (libeglib_la_SOURCES): Include gqueue.c.
852
853         * test/queue.c:         
854         * test/Makefile.am (SOURCES):
855         * test/tests.h (DEFINE_TEST_GROUP_INIT_H): add tests for GQueue.
856
857 2006-08-21  Aaron Bockover  <abockover@novell.com>
858
859         * src/gstr.c: fixed bug/invalid read/write on malloc-only case (no
860         realloc/delimiter token not found); use memcpy instead of strncpy for
861         better performance
862
863         * test/test.c (run_group): allow running specific tests under a group;
864         added copied g_strsplit/g_strfreev from EGlib source as eg_strsplit
865         and eg_strfreev to avoid performance skews in the driver
866         
867         * test/driver.c: allow user-specified group name to contain specific
868         test to run under the group as 'group_name:test1,test2,...testN'
869
870         * test/string-util.c: Added more g_strsplit tests
871
872         * test/slist.c:
873         * test/ptrarray.c:
874         * test/fake.c:
875         * test/string.c:
876         * test/list.c:
877         * test/array.c:
878         * test/hashtable.c: make test names shorter (no need to prefix with
879         the group since it runs under the group)
880
881 2006-08-21  Miguel de Icaza  <miguel@novell.com>
882
883         * src/glib.h (g_hash_table_new_full): Add missing prototype.
884         Replace g_free(x) with plain free, so it can be used as a function
885         argument. 
886         Add ABS
887
888         * src/ghashtable.c: Add rehashing. 
889
890         * test/hashtable.c: Add a bunch of extra tests.
891
892         * src/goutput.c: Fix g_log so it actually formats the data. 
893
894         * src/ghashtable.c (g_hash_table_new): The glib test suite
895         uncovered a bunch of bugs, the g_hash_table_new should actually
896         have parameters.
897
898         (g_hash_table_remove, g_hash_table_foreach_remove): Fixed bugs
899         uncovered. 
900
901 2006-08-20  Aaron Bockover  <abockover@novell.com>
902
903         * src/gmisc.c: added g_setenv, g_getenv, g_unsetenv
904
905         * src/gstr.c: added g_snprintf, g_sprintf, g_fprintf, g_printf
906
907         * src/glib.h: added macros for above va_args printf functions
908
909         * src/Makefile.am: added gmisc.c
910
911         * test/whats-implemented: script to see what needs to be implemented
912
913 2006-08-20  Chris Toshok  <toshok@ximian.com>
914
915         * test/array.c (test_array_big): add a test from the glib
916         documentation.
917
918 2006-08-20  Chris Toshok  <toshok@ximian.com>
919
920         * test/tests.h: add array tests to the mix.
921
922         * test/array.c: a few array tests.
923
924         * src/glib.h: add array prototypes.
925
926         * src/garray.c: initial array foo.
927
928         * test/Makefile.am (SOURCES): add array.c
929
930         * src/Makefile.am (libeglib_la_SOURCES): add garray.c
931
932 2006-08-19  Aaron Bockover  <abockover@novell.com>
933
934         * src/gstring.c: optimize and generalize reallocation by providing
935         a GROW_IF_NECESSARY macro, do not use strcpy/strcat as they are 
936         very, very slow; GString is now much closer to GLib's implementation
937         in terms of performance
938
939         * test/string.c: added speed-specific tests to beat on reallocation code
940
941         * test/test-both: run make if the test drivers don't exist
942
943 2006-08-19  Jonathan Chambers  <jonathan.chambers@gmail.com>
944
945         * src/gmodule.c: Add gmodule support for windows and fix
946         windows build. Contribution is licensed as MIT/X11.
947         
948 2006-08-19  Aaron Bockover  <abockover@novell.com>
949
950         * test/driver.c: Added --debug mode that allows for testing all paths
951         of the driver without actually running real tests; runs only the 'fake'
952         test, which does nothing; useful for running the driver through valgrind
953
954         * test/Makefile.am:
955         * test/tests.h:
956         * test/fake.c: Added fake test for valgrinding the driver
957
958         * test/ptrarray.c: update sort test
959
960 2006-08-19  Aaron Bockover  <abockover@novell.com>
961
962         * test/test-both: added --help
963
964 2006-08-19  Aaron Bockover  <abockover@novell.com>
965
966         * test/driver.c: added -n mode to show only raw global run times,
967         which is useful for scripts (test-both --speed-compare)
968
969         * test/test-both: added --speed-compare mode
970
971         * test/README: updated with information on --speed-compare
972
973 2006-08-19  Aaron Bockover  <abockover@novell.com>
974
975         * test/test.c: do not print times if -t is not passed
976
977         * test/driver.c: removed use of GList from the driver to avoid skews due
978         to performance differences between GLib and EGLib
979         
980 2006-08-19  Aaron Bockover  <abockover@novell.com>
981
982         * test/test.c: Perform iterations at the test level, only output one
983         report for all iterations of tests in a group to produce more usable
984         output; add timing for the tests and group; added get_timestamp for
985         easy code timing
986
987         * test/test.h: Removed run_test as it should only be called from 
988         run_group, added get_timestamp
989
990         * test/Makefile.am: Added -DDRIVER_NAME 
991
992         * test/test-both: simple script to run both drivers with the same options
993
994         * test/driver.c: Iterations are now run at the test level, show a global
995         status (OK/FAIL) indicator
996
997         * test/README: Updated
998
999         * configure.ac: Renamed from configure.in as configure.in naming 
1000         convention is deprecated in favor of configure.ac
1001
1002         * autogen.sh: s/configure.in/configure.ac/
1003
1004 2006-08-19  Miguel de Icaza  <miguel@novell.com>
1005
1006         * Makefile.am: Removed MAINTAINERCLEANFILES that was too
1007         aggresive, it failed make distcheck and the resulting tarball was
1008         not buildable.
1009
1010         * src/glib.h: remove the various GPOINTER_TO_*, G*_TO_POINTER,
1011         GSIZE_FORMAT macros, and move them into src/eglib-config.h
1012
1013         Moved also gssize and gsize to be arch specific.   This should fix
1014         the 32/64 problems that Jon Chambers reported. 
1015
1016         * configure.in: test for pointer size, define the various values
1017         depending on 32 vs 32/64 worlds, might need further porting in the
1018         future. 
1019
1020         Change package name to eglib
1021
1022         * test/slist.c, test/list.c, test/hashtable.c: Update tests to use
1023         FAILURE macro.
1024
1025         * test/string-util.c: fix leak for valgrind tests.
1026
1027         * test/tests.h: New size test, for testing datatypes.
1028
1029         * test/sizes.c: New tests.
1030         
1031 2006-08-19  Aaron Bockover  <abockover@novell.com>
1032
1033         * test/README: Added quick guide on adding new tests/groups to the 
1034         driver and some examples on how to perform various tests with the driver
1035
1036 2006-08-18  Aaron Bockover  <abockover@novell.com>
1037
1038         * test/driver.c: Added getopt support and code timing, among other 
1039         nice features to make testing/profiling easier
1040
1041         * test/test.c: Add support for suppressing output (quiet) and
1042         define RESULT, FAILED, and OK
1043
1044         * src/glib.h:
1045         * src/glist.c: Added g_list_nth_data implementation
1046
1047         * test/slist.c:
1048         * test/string-util.c:
1049         * test/ptrarray.c:
1050         * test/string.c:
1051         * test/hashtable.c:
1052         * test/list.c: Use RESULT, FAILURE, and OK for tests
1053
1054 2006-08-18  Miguel de Icaza  <miguel@novell.com>
1055
1056         * src/gstring.c (g_string_truncate): Implement truncate. 
1057         (g_string_prepend): implement. 
1058
1059         Fix various bugs uncovered by new tests. 
1060
1061         * src/glib.h: introduce gssize type, the signed one.  Important. 
1062
1063         * src/eglib-config.h (G_OS_): Add the G_OS_UNIX and G_OS_WIN32
1064         defines that we can use to check on the host OS.
1065
1066 2006-08-18  Aaron Bockover  <abockover@novell.com>
1067
1068         * test/test.[ch]:
1069         * test/driver.c: Support pass/fail logging on tests to show group report
1070
1071 2006-08-18  Aaron Bockover  <abockover@novell.com>
1072
1073         * test/test.c: 
1074         * test/test.h: Added result() to be used in place of g_strdup_printf(),
1075         it's shorter to write and allows the duped string to be freed safely;
1076         added license header to file
1077
1078         * test/driver.c: Added license header to file
1079
1080         * test/string-util.c:
1081         * test/ptrarray.c:
1082         * test/string.c:
1083         * test/list.c: Use result() in place of g_strdup_printf(), it's nicer
1084
1085 2006-08-18  Aaron Bockover  <abockover@novell.com>
1086
1087         * src/gptrarray.c: Implemented g_ptr_array_sort
1088
1089         * test/ptrarray.c: Added sort test
1090         
1091         * test/driver.c: Added --help; support running N iterations and allow
1092         selecting which test groups to run; uses the test group table in tests.h
1093         
1094         * test/tests.h: Added group table
1095         
1096         * test/test.h:
1097         * test/test.c: Using a Group structure and table, removed run_groups
1098         as we only need run_group now
1099
1100         * test/slist.h: Removed, not needed, tests/groups defined in tests.h
1101
1102 2006-08-18  Miguel de Icaza  <miguel@novell.com>
1103
1104         * src/unicode.c: New file, to host unicode code, it will throw as
1105         this code is no longer used in the Mono runtime anyways.
1106         
1107         * src/glib.h: Use stdint.h types, a lot of the good stuff is
1108         replicated by glib.
1109
1110 2006-08-18  Duncan Mak  <duncan@a-chinaman.com>
1111
1112         * src/glist.c (g_list_remove, g_list_remove_link): Implemented. 
1113
1114         * src/gslist.c (g_slist_remove): Remember to set the next pointer
1115         to NULL when the item to remove is the first item in the list.
1116         
1117 2006-08-18  Duncan Mak  <duncan@a-chinaman.com>
1118
1119         * src/glist.c: Implemented. Missing remove,
1120         remove_link and insert_before.
1121
1122         * test/list.c: Tests for GList.
1123
1124 2006-08-17  Aaron Bockover  <abockover@novell.com>
1125
1126         * src/gptrarray.c: Implemented g_ptr_array_remove and 
1127         g_ptr_array_remove_index
1128
1129         * test/other: Removed, rewritten in Makefile.am
1130
1131         * test/Makefile.am: Build test-eglib against local eglib and 
1132         test-glib against GLib 2.0 (replaces 'other')
1133
1134         * test/ptrarray.c: Added tests for g_ptr_array_remove and
1135         g_ptr_array_remove_index
1136
1137 2006-08-17  Duncan Mak  <duncan@a-chinaman.com>
1138
1139         * src/gslist.c: Added MIT license.
1140         (g_slist_insert_sorted): Forgot the case where the data is
1141         appended to the end of the list.
1142
1143         * test/slist.c (test_slist_insert_sorted): Fix the test.        
1144
1145 2006-08-17  Aaron Bockover  <abockover@novell.com>
1146
1147         * src/gptrarray.c: Added g_ptr_array_set_size implementation
1148
1149         * test/ptrarray.c: Added test for g_ptr_array_set_size
1150
1151 2006-08-17  Miguel de Icaza  <miguel@novell.com>
1152
1153         * src/glib.h: A handful of extra macros
1154
1155         * configure.in, src/eglib-config.h.in: Set some system-specific
1156         settings that are probed at configure time.
1157
1158 2006-08-17  Aaron Bockover  <abockover@novell.com>
1159
1160         * src/gptrarray.c: Added beginnings of GPtrArray (alloc, free, add, iterate)
1161
1162         * src/glib.h: Added GPtrArray signatures
1163
1164         * src/Makefile.am: Added gptrarray.c to build
1165
1166         * test/ptrarray.c:
1167         * test/tests.h:
1168         * test/driver.c:
1169         * test/Makefile.am: Add ptrarray tests for available functionality
1170
1171 2006-08-17  Aaron Bockover  <abockover@novell.com>
1172         
1173         * test/test.h: 
1174         * test/test.c: Added group iterator/test driver functionality
1175         
1176         * test/driver.c: Added groups to run using new test functionality
1177         
1178         * test/slist.h:
1179         * test/hashtable.h:
1180         * test/string-util.h: Test group definitions for string util/hashtable
1181
1182         * test/slist.c:
1183         * test/str.c: 
1184         * test/hash.c: Added test definition table 
1185
1186         * test/Makefile.am: Added -Wall -Werror -D_FORTIFY_SOURCE=2
1187
1188         * src/gstr.c: Added implementation for g_str_has_prefix, g_str_has_suffix
1189
1190         * src/glib.h: Added missing function signatures
1191
1192         * src/Makefile.am: added -D_FORTIFY_SOURCE=2 
1193
1194 2006-08-17  Duncan Mak  <duncan@a-chinaman.com>
1195
1196         * src/gslist.c (g_slist_remove_link): I misread the function
1197         signature. Re-implemented.
1198         (g_slist_delete_link): Implemented.
1199         (g_slist_reverse): Implemented.
1200         (g_slist_insert_sorted): Implemented.
1201
1202 2006-08-17  Duncan Mak  <duncan@a-chinaman.com>
1203
1204         * src/gslist.c (g_slist_find): 
1205         (g_slist_length):
1206         (g_slist_remove):
1207         (g_slist_remove_link): Implemented.
1208
1209         * test/slist.c: Tests for GSList.
1210
1211 2006-08-17  Raja R Harinath  <harinath@gmail.com>
1212
1213         * src/gslist.c (g_slist_free_1): New.  Free a single list node.
1214         (g_slist_free): Use it to free the list nodes.  Don't free the
1215         data, since the list doesn't own it.
1216         (g_slist_append): Convert into a one-liner.
1217         (g_slist_foreach): Remove redundant null check.
1218         (g_slist_last): Actually return the last node.
1219         (g_slist_copy): Simplify.
1220         * src/gslist.h (g_slist_free_1): Add.
1221
1222 2006-08-16  Duncan Mak  <duncan@a-chinaman.com>
1223
1224         * src/gslist.c:
1225
1226         * src/gslist.h: First attempt at implementing GSList, incomplete.
1227
1228         * src/Makefile.am (libeglib_la_SOURCES): add gslist.c
1229         * src/glib.h: Add GFunc definition. #include the new gslist.h.
1230
1231 2006-08-16  Miguel de Icaza  <miguel@novell.com>
1232
1233         * src/Makefile.am: Added -Wall,-Werror, corrected lots of
1234         mistakes.
1235
1236         * src/gstring.c: Gstring implementation.
1237
1238         * test/str.c (test_gstring): string tests.
1239
1240 2006-08-16  Aaron Bockover  <abockover@novell.com>
1241
1242         * src/gstr.c: Added g_strsplit implementation
1243
1244         * test/driver.c: Run the split test
1245
1246         * test/str.c: Added a test for g_strsplit
1247
1248         * Makefile.am:
1249         * src/Makefile.am:
1250         * test/Makefile.am: Added MAINTAINERCLEANFILES
1251
1252 2006-08-16  Miguel de Icaza  <miguel@novell.com>
1253
1254         * src/gouput.c: Implement some output routines, update missing
1255         progress. 
1256
1257         * test: Add test driver, and initial tests. 
1258
1259 2006-08-15  Miguel de Icaza  <miguel@novell.com>
1260
1261         * src/ghashtable.c: Implement most of this, it is completely
1262         untested at this point.
1263
1264
1265