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