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