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