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