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