2007-03-09 Chris Toshok <toshok@ximian.com>
[mono-project/dkf.git] / eglib / ChangeLog
blob786350347f7723b3ab0b9a03d11934789c1b5b12
1 2007-01-27  Robert Jordan  <robertj@gmx.net>
3         * test/Makefile.am: Add linker option to be able to
4         load symbols from the main program.
5         * test/module.c: Clean-ups.
7 2007-01-26  Robert Jordan  <robertj@gmx.net>
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.
20 2006-11-03  Miguel de Icaza  <miguel@novell.com>
22         * src/gpath.c (g_path_get_dirname): If the pathname starts with a
23         "/", return the "/".
25         * test/string-util.c (test_strlcpy): Add new test.
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. 
31 2006-10-30  Miguel de Icaza  <miguel@novell.com>
33         * test/utf8.c (test_utf8_seq): Add new failing test.
35 2006-10-30  Atsushi Enomoto  <atsushi@ximian.com>
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().
45 2006-10-21  Miguel de Icaza  <miguel@novell.com>
47         * src/gunicode.c (g_filename_from_utf8): Use g_strlcpy here. 
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.
53         * src/gdir.c (g_dir_read_name): Do not return . or ..
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. 
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).
62         (g_module_build_path): Do not prepend "lib" if the "lib" is part
63         of the call.
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
69         * src/gpath.c (g_path_get_dirname): Return "." as a dirname for
70         paths that do not contain a directory.
72 2006-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
74         * test/array.c: new test for insertion in the middle of other values.
75         * src/garray.c: fixed destination index.
77 2006-10-18  Miguel de Icaza  <miguel@novell.com>
79         * src/gpath.c (g_build_path): Do not append terminator if the next
80         string is empty.
82         * src/gutf8.c (g_utf8_to_utf16): Include trailing zero as
83         documented.
84         (g_utf16_to_utf8): Include trailing zero as documented.
86 2006-10-17  Miguel de Icaza  <miguel@novell.com>
88         * src/gstr.c (g_strdown): Actually move.
90         * src/gmarkup.c (g_markup_parse_context_parse): Accept dots in the
91         sequence, reset the state after a closing element.
93         * src/garray.c (g_array_insert_vals): Shift the elements the
94         correct amount.
96         (g_array_insert_vals): Should actually use the
97         number of elements to insert.
99         * test/array.c: Add new test case, this was happening in the JIT. 
101         * Add _GNU_SOURCE at configure time, remove from sources.
102         
103         * src/gstr.c (g_strsplit): Empty strings return a 0 value vector.
105         * src/glib.h (G_MAXINT64, G_MININT64): Add another set of macros
106         for the support stuff.
107         
108         Move private prototypes elsewhere
110         * src/glib.h (g_thread_init): Adding missing brace
111         (g_list_next): remove ; from the macro definition.
113 2006-10-17  Miguel de Icaza  <miguel@novell.com>
115         * src/gutf8.c: internal methods
117         * src/ghashtable.c: internal methods.
119 2006-10-16  Miguel de Icaza  <miguel@novell.com>
121         * src/gerror.c (g_propagate_error): Implement.
123         * src/gstr.c (g_strjoinv, g_ascii_strncasecmp): implement.
125         * test/string-util.c (test_ascii_strncasecmp): test
127 2006-10-15  Miguel de Icaza  <miguel@novell.com>
129         * configure.in: Fix detection of platforms the [3456] stuff does
130         not work inside autoconf.
132         * src/eglib-config.h.in: Make G_BREAKPOINT into a function-macro
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.
141         * src/sizes.c: Add test.
143         * src/gshell.c: Make it build
144         
145 2006-10-14  Miguel de Icaza  <miguel@novell.com>
147         * src/glib.h: add various _TO_LE and _FROM_LE macros.
149         * test/endian.c: tests for endian conversion macros.
151 2006-10-09  Miguel de Icaza  <miguel@novell.com>
153         * src/gmodule.h: Move definitions of gmodule to gmodule.h because
154         Mono expects it there.
156 Mon Oct 9 12:59:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
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.
163 2006-10-08  Miguel de Icaza  <miguel@novell.com>
165         * src/gstr.c (g_strdup): should allow NULL as an argument.
167 2006-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
169         * test/string-util.c:
170         * TODO:
171         * src/gstr.c:
172         * src/glib.h: implemented g_strescape.
174 2006-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
176         * test/string-util.c:
177         * configure.ac:
178         * TODO:
179         * src/gstr.c:
180         * src/glib.h: implemented g_strlcpy.
182 2006-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
184         * test/string-util.c:
185         * TODO:
186         * src/gstr.c:
187         * src/glib.h: implemented g_strdelimit.
189 2006-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
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.
195 2006-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
197         * test/string-util.c:
198         * src/glib.h: implement g_ascii_xdigit_value and tests.
200 2006-10-06  Miguel de Icaza  <miguel@novell.com>
202         * src/gstr.c (g_ascii_strdown): Implement.
204         * str/glib.c (g_log_set_handler): empty.
205         (g_printerr): empty.
206         (GMemVTable): define, empty, ignored.
207         (G_USEC_PER_SEC) :-)
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.
214         gstr.c: implement g_strdown. 
216 2006-10-05  Miguel de Icaza  <miguel@novell.com>
218         * src/gunicode.c: Some work in progress to implement g_convert
219         (which is needed by g_locale_to_utf8).    
221 2006-09-18  Miguel de Icaza  <miguel@novell.com>
223         * test/string-util.c (test_filename_from_uri): tests for new
224         methods.
226         * src/gstr.c (g_filename_to_uri, g_filename_from_uri): implement. 
228 2006-09-14  Atsushi Enomoto  <atsushi@ximian.com>
230         * src/gutf8.c, test/utf8.c : EOL fix.
232 2006-09-04  Miguel de Icaza  <miguel@novell.com>
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.
248         Only release one element of the list.
250         * test/markup.c: Incorporate the kind of code that is used in Mono
251         for domain loading;  Will test the rest later. 
253 2006-09-01  Miguel de Icaza  <miguel@novell.com>
255         * src/gmarkup.c (g_markup_parse_context_parse): Add text parsing
256         support, and end-element support; not tested yet.
258 2006-09-01 Atsushi Enomoto <atsushi@ximian.com>
260         * gutf8.c : bad allocation size. multiply sizeof gchar/gunichar2.
262 2006-09-01 Atsushi Enomoto <atsushi@ximian.com>
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().
268 2006-09-01  Miguel de Icaza  <miguel@novell.com>
270         * src/gmarkup.c: Builds and does minimal parsing.
272         * test/markup.c: Sample test cases I have been using
274 2006-08-31 Atsushi Enomoto <atsushi@ximian.com>
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.
288 2006-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
290         * src/gspawn.c: small touch-ups and make read/write EINTR-proof.
292 2006-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
294         * test/file.c: remove useless test.
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.
300 2006-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
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.
312 2006-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
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.
321         * test/ptrarray.c: fix the compare function to work with qsort.
323         * test/file.c:
324         * test/path.c:
325         * src/gspawn.c:
326         * src/gpath.c: made valgrind happy.
328 2006-08-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
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.
335 2006-08-26  Raja R Harinath  <rharinath@novell.com>
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.
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.
353 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
355         * TODO:
356         * test/file.c:
357         * src/glib.h:
358         * src/gfile.c: implement g_file_open_tmp.
360 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
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.
369         * test/tests.h:
370         * test/file.c: New file.
371         * test/Makefile.am: tests for the above.
373 2006-08-26  Raja R Harinath  <rharinath@novell.com>
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'.
381 2006-08-25  Raja R Harinath  <rharinath@novell.com>
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.
392 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
394         * src/gspawn.c: propagate errors from reads.
395         * src/gpath.c: an empty PATH is like a NULL one.
397 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
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.
407 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
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.
417 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
419         * src/garray.c: grow faster so that the 'big' test does not crawl.
421 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
423         * test/shell.c:
424         * src/gqueue.c: plugged leaks.
426 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
428         * test/path.c:
429         * src/gpath.c: when PATH is not defined, the current dir is used.
430         See execvp(3).
432 2006-08-25  Alp Toker  <alp@atoker.com>
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>
439         * src/gpath.c (g_get_home_dir, g_get_tmp_dir, g_get_user_name,
440         g_get_prgname, g_set_prgname): implemented.
442         * test/ Fix leaks.
443         
444         * src/gpath.c (g_get_current_dir): Implement.
446         (g_find_program_in_path, g_path_is_absolute): implement.
447         
448         Add g_path_get_dirname, g_path_get_basename
450         * src/gpath.c: Path routines
452 2006-08-23  Miguel de Icaza  <miguel@novell.com>
454         * src/gerror.c: Implement. 
456         * src/glist.c (g_list_sort): Remove routine instead of hoping that
457         it wont crash when we run it.
459 2006-08-23  Raja R Harinath  <rharinath@novell.com>
461         * src/glist.c (g_list_insert_before): Avoid non-head declaration.
463         * test/slist.c (test_slist_insert_before): Add.
464         * src/gslist.c (g_slist_insert_before): Append if 'sibling' is null.
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.
493 2006-08-21  Duncan Mak  <duncan@a-chinaman.com>
495         * src/gqueue.c: GQueue implementation.
496         * src/glib.h: Add prototypes.
497         * src/Makefile.am (libeglib_la_SOURCES): Include gqueue.c.
499         * test/queue.c:         
500         * test/Makefile.am (SOURCES):
501         * test/tests.h (DEFINE_TEST_GROUP_INIT_H): add tests for GQueue.
503 2006-08-21  Aaron Bockover  <abockover@novell.com>
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
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'
516         * test/string-util.c: Added more g_strsplit tests
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)
527 2006-08-21  Miguel de Icaza  <miguel@novell.com>
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
534         * src/ghashtable.c: Add rehashing. 
536         * test/hashtable.c: Add a bunch of extra tests.
538         * src/goutput.c: Fix g_log so it actually formats the data. 
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.
544         (g_hash_table_remove, g_hash_table_foreach_remove): Fixed bugs
545         uncovered. 
547 2006-08-20  Aaron Bockover  <abockover@novell.com>
549         * src/gmisc.c: added g_setenv, g_getenv, g_unsetenv
551         * src/gstr.c: added g_snprintf, g_sprintf, g_fprintf, g_printf
553         * src/glib.h: added macros for above va_args printf functions
555         * src/Makefile.am: added gmisc.c
557         * test/whats-implemented: script to see what needs to be implemented
559 2006-08-20  Chris Toshok  <toshok@ximian.com>
561         * test/array.c (test_array_big): add a test from the glib
562         documentation.
564 2006-08-20  Chris Toshok  <toshok@ximian.com>
566         * test/tests.h: add array tests to the mix.
568         * test/array.c: a few array tests.
570         * src/glib.h: add array prototypes.
572         * src/garray.c: initial array foo.
574         * test/Makefile.am (SOURCES): add array.c
576         * src/Makefile.am (libeglib_la_SOURCES): add garray.c
578 2006-08-19  Aaron Bockover  <abockover@novell.com>
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
585         * test/string.c: added speed-specific tests to beat on reallocation code
587         * test/test-both: run make if the test drivers don't exist
589 2006-08-19  Jonathan Chambers  <jonathan.chambers@gmail.com>
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>
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
600         * test/Makefile.am:
601         * test/tests.h:
602         * test/fake.c: Added fake test for valgrinding the driver
604         * test/ptrarray.c: update sort test
606 2006-08-19  Aaron Bockover  <abockover@novell.com>
608         * test/test-both: added --help
610 2006-08-19  Aaron Bockover  <abockover@novell.com>
612         * test/driver.c: added -n mode to show only raw global run times,
613         which is useful for scripts (test-both --speed-compare)
615         * test/test-both: added --speed-compare mode
617         * test/README: updated with information on --speed-compare
619 2006-08-19  Aaron Bockover  <abockover@novell.com>
621         * test/test.c: do not print times if -t is not passed
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>
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
633         * test/test.h: Removed run_test as it should only be called from 
634         run_group, added get_timestamp
636         * test/Makefile.am: Added -DDRIVER_NAME 
638         * test/test-both: simple script to run both drivers with the same options
640         * test/driver.c: Iterations are now run at the test level, show a global
641         status (OK/FAIL) indicator
643         * test/README: Updated
645         * configure.ac: Renamed from configure.in as configure.in naming 
646         convention is deprecated in favor of configure.ac
648         * autogen.sh: s/configure.in/configure.ac/
650 2006-08-19  Miguel de Icaza  <miguel@novell.com>
652         * Makefile.am: Removed MAINTAINERCLEANFILES that was too
653         aggresive, it failed make distcheck and the resulting tarball was
654         not buildable.
656         * src/glib.h: remove the various GPOINTER_TO_*, G*_TO_POINTER,
657         GSIZE_FORMAT macros, and move them into src/eglib-config.h
659         Moved also gssize and gsize to be arch specific.   This should fix
660         the 32/64 problems that Jon Chambers reported. 
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. 
666         Change package name to eglib
668         * test/slist.c, test/list.c, test/hashtable.c: Update tests to use
669         FAILURE macro.
671         * test/string-util.c: fix leak for valgrind tests.
673         * test/tests.h: New size test, for testing datatypes.
675         * test/sizes.c: New tests.
676         
677 2006-08-19  Aaron Bockover  <abockover@novell.com>
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
682 2006-08-18  Aaron Bockover  <abockover@novell.com>
684         * test/driver.c: Added getopt support and code timing, among other 
685         nice features to make testing/profiling easier
687         * test/test.c: Add support for suppressing output (quiet) and
688         define RESULT, FAILED, and OK
690         * src/glib.h:
691         * src/glist.c: Added g_list_nth_data implementation
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
700 2006-08-18  Miguel de Icaza  <miguel@novell.com>
702         * src/gstring.c (g_string_truncate): Implement truncate. 
703         (g_string_prepend): implement. 
705         Fix various bugs uncovered by new tests. 
707         * src/glib.h: introduce gssize type, the signed one.  Important. 
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.
712 2006-08-18  Aaron Bockover  <abockover@novell.com>
714         * test/test.[ch]:
715         * test/driver.c: Support pass/fail logging on tests to show group report
717 2006-08-18  Aaron Bockover  <abockover@novell.com>
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
724         * test/driver.c: Added license header to file
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
731 2006-08-18  Aaron Bockover  <abockover@novell.com>
733         * src/gptrarray.c: Implemented g_ptr_array_sort
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
746         * test/slist.h: Removed, not needed, tests/groups defined in tests.h
748 2006-08-18  Miguel de Icaza  <miguel@novell.com>
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.
756 2006-08-18  Duncan Mak  <duncan@a-chinaman.com>
758         * src/glist.c (g_list_remove, g_list_remove_link): Implemented. 
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>
765         * src/glist.c: Implemented. Missing remove,
766         remove_link and insert_before.
768         * test/list.c: Tests for GList.
770 2006-08-17  Aaron Bockover  <abockover@novell.com>
772         * src/gptrarray.c: Implemented g_ptr_array_remove and 
773         g_ptr_array_remove_index
775         * test/other: Removed, rewritten in Makefile.am
777         * test/Makefile.am: Build test-eglib against local eglib and 
778         test-glib against GLib 2.0 (replaces 'other')
780         * test/ptrarray.c: Added tests for g_ptr_array_remove and
781         g_ptr_array_remove_index
783 2006-08-17  Duncan Mak  <duncan@a-chinaman.com>
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.
789         * test/slist.c (test_slist_insert_sorted): Fix the test.        
791 2006-08-17  Aaron Bockover  <abockover@novell.com>
793         * src/gptrarray.c: Added g_ptr_array_set_size implementation
795         * test/ptrarray.c: Added test for g_ptr_array_set_size
797 2006-08-17  Miguel de Icaza  <miguel@novell.com>
799         * src/glib.h: A handful of extra macros
801         * configure.in, src/eglib-config.h.in: Set some system-specific
802         settings that are probed at configure time.
804 2006-08-17  Aaron Bockover  <abockover@novell.com>
806         * src/gptrarray.c: Added beginnings of GPtrArray (alloc, free, add, iterate)
808         * src/glib.h: Added GPtrArray signatures
810         * src/Makefile.am: Added gptrarray.c to build
812         * test/ptrarray.c:
813         * test/tests.h:
814         * test/driver.c:
815         * test/Makefile.am: Add ptrarray tests for available functionality
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
828         * test/slist.c:
829         * test/str.c: 
830         * test/hash.c: Added test definition table 
832         * test/Makefile.am: Added -Wall -Werror -D_FORTIFY_SOURCE=2
834         * src/gstr.c: Added implementation for g_str_has_prefix, g_str_has_suffix
836         * src/glib.h: Added missing function signatures
838         * src/Makefile.am: added -D_FORTIFY_SOURCE=2 
840 2006-08-17  Duncan Mak  <duncan@a-chinaman.com>
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.
848 2006-08-17  Duncan Mak  <duncan@a-chinaman.com>
850         * src/gslist.c (g_slist_find): 
851         (g_slist_length):
852         (g_slist_remove):
853         (g_slist_remove_link): Implemented.
855         * test/slist.c: Tests for GSList.
857 2006-08-17  Raja R Harinath  <harinath@gmail.com>
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.
868 2006-08-16  Duncan Mak  <duncan@a-chinaman.com>
870         * src/gslist.c:
872         * src/gslist.h: First attempt at implementing GSList, incomplete.
874         * src/Makefile.am (libeglib_la_SOURCES): add gslist.c
875         * src/glib.h: Add GFunc definition. #include the new gslist.h.
877 2006-08-16  Miguel de Icaza  <miguel@novell.com>
879         * src/Makefile.am: Added -Wall,-Werror, corrected lots of
880         mistakes.
882         * src/gstring.c: Gstring implementation.
884         * test/str.c (test_gstring): string tests.
886 2006-08-16  Aaron Bockover  <abockover@novell.com>
888         * src/gstr.c: Added g_strsplit implementation
890         * test/driver.c: Run the split test
892         * test/str.c: Added a test for g_strsplit
894         * Makefile.am:
895         * src/Makefile.am:
896         * test/Makefile.am: Added MAINTAINERCLEANFILES
898 2006-08-16  Miguel de Icaza  <miguel@novell.com>
900         * src/gouput.c: Implement some output routines, update missing
901         progress. 
903         * test: Add test driver, and initial tests. 
905 2006-08-15  Miguel de Icaza  <miguel@novell.com>
907         * src/ghashtable.c: Implement most of this, it is completely
908         untested at this point.