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