2008-10-17 Miguel de Icaza <miguel@novell.com>
[mono-debugger.git] / eglib / ChangeLog
blob82eb1b685fec721c7726ec11025d2c5bd926b8cb
1 2008-10-17  Miguel de Icaza  <miguel@novell.com>
3         * Allow types to be defined on the eglib-config.h file, that could
4         be a platform specific generated type file.
6         * gtimer.c: split functionality in platforms.
8 2008-10-13  Bill Holmes  <billholmes54@gmail.com>
10         * src/gdate-win32.c : Fix compiler errors for MSVC.
12         * src/gpath.c : Fix compiler errors for MSVC.
14         * src/gfile-posix.c : Adding declaration for mkstemp for the win 32
15           implementation in gfile-win32.c.
17         Contributed under MIT/X11 license.
19 2008-10-11  Miguel de Icaza  <miguel@novell.com>
21         * gtimer.c: Same process.
23         * src/glib.h: Move g_strdup here, to consolidate all allocations
24         in this header, will help for merging the allocation work later. 
26         * src/gpattern.c (compile_pattern): From Unity, use -1 in the enum
27         for MatchType.
29         * src/gpath.c: Split this one as well.
31         * src/gmodule-win32.c, src/gmisc-unix.c, src/gmisc-win32.c,
32         src/gmodule-unix.c: split functionality in platforms.
33         
34         * src/goutput.c (g_logv): On some platforms, before we abort we
35         want to flush the stdout/stderr.
37 2008-10-10  Miguel de Icaza  <miguel@novell.com>
39         * Split functionality that is operating system specific into
40         -win32.c, -unix.c and -posix.c 
42         * Use g_malloc everywhere, and g_free, so that these can be easily
43         overwritten consistently.
45 2008-09-16  Bill Holmes  <billholmes54@gmail.com>
47         * src/gunicode.c : Fix a warning.
49         Contributed under MIT/X11 license.
51 2008-08-28  Bill Holmes  <billholmes54@gmail.com>
53         * src/glib.h : Adding a c++ definition for G_BEGIN_DECLS.
55         Contributed under MIT/X11 license.
57 2008-08-27  Bill Holmes  <billholmes54@gmail.com>
59         * glib.h, gunicode.c : Fixing some compiler errors.
61         Contributed under MIT/X11 license.
63 2008-08-20  Mike Voorhees <vernish13@gmail.com>
65         * Patch from Mike Voorhees to fix various problems with
66         g_utf8_validate compared to the glib implementation and unit tests
67         to ensure that there are no regressions.
69         From a mailing list post to mono-devel-list on August 19th, 2008
71         [Mono-dev] utf8 related patches. Please review.
73 2008-08-20  Mike Voorhees  <vernish13@gmail.com>
75         * src/glib.h : Adding declarations for g_utf8_strlen, g_utf8_get_char,
76         and g_utf8_next_char.
78         * src/gunicode.c : Adding implementation for g_utf8_strlen, g_utf8_get_char,
79         and g_utf8_next_char.
81         * src/gunicode.c : Rewrote g_utf8_validate.
83         * test/utf8.c Adding tests for g_utf8_strlen, g_utf8_get_char,
84         g_utf8_next_char, and g_utf8_validate.
86         Contributed under MIT/X11 license.
87         
88 2008-08-05  Andreas Faerber  <andreas.faerber@web.de>
90         * autogen.sh: Suppress arguments warning for NOCONFIGURE.
91         
92         Contributed under MIT/X11 license.
94 2008-08-04  Bill Holmes  <billholmes54@gmail.com>
96         * test/tests.h, test/Makefile.am, test/memory.c : Adding memory tests to test
97           allocation routines return NULL when 0 size is passed in.
99         Contributed under MIT/X11 license.
101 2008-08-04  Bill Holmes  <billholmes54@gmail.com>
103         * src/glib.h : Changing the allocation routines to return null if 0 size is
104           passed in.
106         Contributed under MIT/X11 license.
108 2008-06-16  Zoltan Varga  <vargaz@gmail.com>
110         * src/vasprintf.c (vasprintf): Applied patch from Michail Ushakov 
111         <migelU@gmail.com>. Workaround broken vsnprintf on windows. Fixes
112         #400445.
114 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
116         * src/goutput.c (g_log): Remove unnecessary and incorrect call to 
117         g_strdup_printf (). Fixes #398918.
119 2008-05-01  Bill Holmes  <billholmes54@gmail.com>
121         * src/glib.h : Adding declarations for g_ucs4_to_utf16 and g_utf16_to_ucs4.
123         * src/gutf8.c : Adding implementation for g_ucs4_to_utf16 and g_utf16_to_ucs4.
125         * test/utf8.c Adding tests for g_ucs4_to_utf16 and g_utf16_to_ucs4.
127         Contributed under MIT/X11 license.
129 2008-04-20  Geoff Norton  <gnorton@novell.com>
131         * src/gspan.c: Fix the _NSGetEnviron define to prevent an impropoer
132         pointer dereference.
134 2008-03-19  Bill Holmes  <billholmes54@gmail.com>
136         * src/gpath.c (g_path_is_absolute) : Adding a case for '/'
137           on Windows.
138         
139         * src/gpath.c (g_get_user_name) : On Windows add a check for %USERNAME%
140           when %USER% fails.
142         * src/gstr.c (g_strsplit, g_strsplit_set):  Change to remove truncation
143           errors with MSVC build.
145         * src/gstr.c (g_filename_to_uri, g_filename_from_uri):  Fixes to handle
146           Windows paths.
148         * src/gstr.c (g_ascii_strncasecmp):  Convert each character to lower case
149           before comparing.
151         * src/gunicode.c (g_get_charset):  Implement for Windows.
153         Contributed under MIT/X11 license.
155 2008-03-12  Geoff Norton  <gnorton@novell.com>
157         * src/gutf8.c: Implement g_ucs4_to_utf16 and g_utf16_to_ucs4 as
158         asserts.  They're needed to build mono with eglib.
159         * src/gutil.h: Add a few missing function declarations to the header.
160         * src/gspawn.c: Some darwin implementations don't have crt_externs.h
161         So we'll just define _NSGetEnviron() ourselves.
162         * Makefile.am: Dont build test when cross compiling.
163         * configure.ac: Define CROSS_COMPILING when cross compiling.
164         Undefine _FORTIFY_SOURCE on arm-apple-darwin as the headers it 
165         requires are not available.
167 2008-01-15  Andreas Faerber  <andreas.faerber@web.de>
169         * configure.ac: Add default G_BREAKPOINT implementation.
170         Fix typo in breakpoint CPU output.
172 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
174         * src/glib.h: Include <limits.h>. Fixes #350482.
176 2007-11-21  Dick Porter  <dick@ximian.com>
178         * src/gslist.c (g_slist_find_custom): Implement
180         * src/glist.c (g_list_find_custom): Implement
182         * test/list.c: Test g_list_find_custom()
184         * test/slist.c: Test g_slist_find_custom()
186 2007-11-20  Dick Porter  <dick@ximian.com>
188         * src/gstr.c: Implement g_strsplit_set() and re-implement
189         g_strsplit() so it passes the additional tests. (g_strsplit()
190         should treat multi-char delimiters as just a single token, rather
191         than a set of delimiters.)
193         * src/gslist.c: Implement g_slist_index(), g_slist_nth() and
194         g_slist_nth_data().
196         * test/string-util.c: Test g_strsplit_set() and more tests for
197         g_strsplit().
199         * test/slist.c: Test g_slist_nth() and
200         g_slist_index().
202 2007-11-06  Geoff Norton  <gnorton@novell.com>
204         * configure.ac: Check for libiconv_open as the previous check was failing against 
205         some versions of libiconv.
207 2007-11-06  Andreas Faerber  <andreas.faerber@web.de>
209         * test/Makefile.am: Fix noinst_PROGRAMS for automake 1.6.3
210                             Add support for VPATH
212 2007-11-06  Geoff Norton  <gnorton@novell.com>
214         * configure.ac: Determing if glib-2.0 is installed and set HAVE_GLIB appropriately
215         * test/Makefile.am: Only build test-glib if glib-2.0 is available
217 2007-11-05  Geoff Norton  <gnorton@novell.com>
219         * configure.ac: Check for getpwent_r and wether libiconv is needed to be linked.
220         Also look to see if we can use export-dynamic in the test suite.
221         * test/Makefile.am: Get LDFLAGS from configure instead of setting them.
222         * src/gerror.c: Implement g_clear_error.
223         * src/glib.h: Only use the format, ... convention is HAVE_C99_SUPPORT is available.
224         * src/gpath.c: Only use the getpwent_r codepath if getpwent_r is available.
225         * src/gspawn.c: Define environ to call _NSGetEnviron() on Apple.
226         * src/Makefile.am: Remove -Werror so we dont fail on different function declarations.
227                 Portions of all of the above are from Andreas Faerber & Jonathan Chambers
228         
229 2007-10-31  Jonathan Chambers <joncham@gmail.com>
230         
231         * src/ghashtable.c: Add g_hash_table_foreach_steal.
232         * src/garray.c: Add g_array_remove_index_fast.
233         * src/gpath.c (g_path_is_absolute): Handle windows paths.
234         * src/glib.h: Add g_hash_table_foreach_steal and g_array_remove_index_fast
235         
236         Contribution is licensed as MIT/X11.
238 2007-06-13  Jonathan Chambers <joncham@gmail.com>
239         
240         * src/gunicode.c: Add g_unichar_isxdigit and g_unichar_xdigit_value.
241         * src/gmisc.c: Add g_win32_getlocale stub.
242         * src/glib.h: Add declarations of above functions,
243         GFreeFunc typedef, and CLAMP, GUINT_TO_LE, and threading
244         macros.
245         
246         * test/string-util.c: Fix warning.
247         * test/utf8.c: Add test for g_unichar_xdigit_value.
248         
249         Contribution is licensed as MIT/X11.
251 2007-05-05  Aaron Bockover  <abockover@novell.com>
253         * src/gstr.c:
254         * src/glib.h: Added g_ascii_tolower implementation; make g_ascii_strdown
255         use it to do the transformation
257         * test/string-util.c: Added a test for g_ascii_strdown
259 2007-04-27  Jonathan Chambers <joncham@gmail.com>
260         
261         * src/gstr.c: Fix off by one error in g_strdup allocation.
263 2007-04-27  Jonathan Chambers <joncham@gmail.com>
264         
265         * src/eglib-config.hw: Forgot to add for msvc build.
266         * src/vasprintf: Forgot to add for msvc build.
268 2007-04-27  Jonathan Chambers <joncham@gmail.com>
269         
270         * src/gstr.c: Fix off by one error for NULL terminator.
272 2007-04-27  Jonathan Chambers <joncham@gmail.com>
273         
274         Combined patch from Michael Jerris <mike@jerris.com> and me.
275         * winconfig.h: Config file for msvc builds.
276         * configure.ac: Add AC_CHECK_HEADERS for getopt.h,  sys/time.h,
277         sys/wait.h, and pwd.h.
278         
279         * src/gspawn.c: Include config.h and use HAVE_* macros.
280         * src/eglib-config.h.in: Add inclusion guards.
281         * src/ghashtable.c: Fix warnings.
282         * src/gmisc.c: Windows implementation of g_getenv, g_setenv,
283         and g_unsetenv.
284         * src/gpath.c: Include config.h and use HAVE_* macros.
285         * src/gmarkup.c: Fix warnings.
286         * src/gptrarray.c: Fix warnings.
287         * src/gstr.c: Fix warnings and use HAVE_* macros.
288         * src/glib.h: Move macros to eglib-config.h and include it.
289         * src/gdate.c: Implement g_get_current_time on windows.
290         * src/gpattern.c: Fix warnings.
291         * src/gdir.c: Implement g_dir on windows.
292         * src/gfile.c: Implement mkstemp and g_file_test on windows.
293         * src/gtimer.c: Implement g_timer on windows.
294         * src/gmodule.c: Fix warnings.
295         * src/gunicode.c: Fix warnings.
296         * src/gutf8.c: Fix warnings.
297         
298         * test/ptrarray.c: Fix warnings.
299         * test/string.c: Fix warnings.
300         * test/list.c: Fix warnings.
301         * test/pattern.c: Use HAVE_* macros.
302         * test/dir.c: Use HAVE_* macros.
303         * test/file.c: Use HAVE_* macros and use system specific files for tests.
304         * test/test.c: Fix warnings and use HAVE_* macros.
305         * test/timer.c: Use HAVE_* macros.
306         * test/string-util.c: Fix warnings.
307         * test/test.h: Supress warnings on msvc.
308         * test/module.c: Use HAVE_* macros.
309         * test/utf8.c: Fix warnings.
310         * test/spawn.c: Use HAVE_* macros.
311         * test/driver.c: Fix warnings and use HAVE_* macros.
312         * test/path.c: Use HAVE_* macros and use system specific files for tests.
313         * test/sizes.c: Fix warnings.
315 2007-04-24  Jonathan Chambers <joncham@gmail.com>
316         
317         Patch from Michael Jerris <mike@jerris.com>
318         * src/gspawn.c: Start msvc build.
319         * src/gpath.c: Start msvc build.
320         * src/gmarkup.c: Start msvc build.
321         * src/gshell.c: Start msvc build.
322         * src/gstr.c: Start msvc build.
323         * src/glist.c: Start msvc build.
324         * src/glib.h: Start msvc build.
325         * src/gdate.c: Start msvc build.
326         * src/gpattern.c: Start msvc build.
327         * src/gdir.c: Start msvc build.
328         * src/gfile.c: Start msvc build.
329         * src/gtimer.c: Start msvc build.
330         * src/gmodule.c: Start msvc build.
331         * src/gunicode.c: Start msvc build.
333 2007-01-27  Robert Jordan  <robertj@gmx.net>
335         * test/Makefile.am: Add linker option to be able to
336         load symbols from the main program.
337         * test/module.c: Clean-ups.
339 2007-01-26  Robert Jordan  <robertj@gmx.net>
341         * configure.ac: Add PLATFORM_WIN32 conditional.
342         * src/Makefile.ac: Use PLATFORM_WIN32 conditional for psapi, iconv
343         * test/module.c, test/tests.h, test/Makefile.am: New test for gmodule.
344         * src/gmodule.h: Add G_MODULE_{IMPORT|EXPORT} defines.
345         * src/gmodule.c (g_module_symbol): Implement in-proc symbol lookup
346         for Win32.
347         * src/gmodule.c: Add GModule.main_module, consider it in
348         g_module_close ().
349         * src/gpath.c (g_get_home_dir): Add dummy Win32 implementation to
350         fix the build.
352 2006-11-03  Miguel de Icaza  <miguel@novell.com>
354         * src/gpath.c (g_path_get_dirname): If the pathname starts with a
355         "/", return the "/".
357         * test/string-util.c (test_strlcpy): Add new test.
359         * src/gunicode.c (g_filename_from_utf8): g_strlcpy needs the full
360         size, with the extra zero at the end;  Fixes the stack trace
361         issue. 
363 2006-10-30  Miguel de Icaza  <miguel@novell.com>
365         * test/utf8.c (test_utf8_seq): Add new failing test.
367 2006-10-30  Atsushi Enomoto  <atsushi@ximian.com>
369         * src/gutf8.c : several fixes:
370           - fixed incorrect mb_size clear and mb_remain computation.
371           - initialize items_written to 0 for error case.
372           - in utf8_to_utf16_len differentiate error messages completely.
373           - in g_utf8_to_utf16 use guchar instead of gchar.
374         * test/utf8.c : added test case string in test_utf8_seq() to
375           both test_utf8_to_utf16() and test_utf16_to_utf8().
377 2006-10-21  Miguel de Icaza  <miguel@novell.com>
379         * src/gunicode.c (g_filename_from_utf8): Use g_strlcpy here. 
381         * src/gmarkup.c (g_markup_parse_context_parse): Do not dereference
382         null values here.   This gets things a little bit further in
383         corlib, but not too far.
385         * src/gdir.c (g_dir_read_name): Do not return . or ..
387         * src/gstr.c (g_ascii_xdigit_value): Make this into a function,
388         thanks to Paolo for pointing the problem with the double macro
389         expansion. 
391         * src/gmodule.c (g_module_open): Actually return NULL if we fail
392         to load the module (was hiding the real bug in the pinvoke tests).
394         (g_module_build_path): Do not prepend "lib" if the "lib" is part
395         of the call.
397         * src/gstr.c (g_strsplit): this routine has some non-expected
398         behavior, if the string begins with the delimiter, it will return
399         an empty first string, unlike strtok
401         * src/gpath.c (g_path_get_dirname): Return "." as a dirname for
402         paths that do not contain a directory.
404 2006-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
406         * test/array.c: new test for insertion in the middle of other values.
407         * src/garray.c: fixed destination index.
409 2006-10-18  Miguel de Icaza  <miguel@novell.com>
411         * src/gpath.c (g_build_path): Do not append terminator if the next
412         string is empty.
414         * src/gutf8.c (g_utf8_to_utf16): Include trailing zero as
415         documented.
416         (g_utf16_to_utf8): Include trailing zero as documented.
418 2006-10-17  Miguel de Icaza  <miguel@novell.com>
420         * src/gstr.c (g_strdown): Actually move.
422         * src/gmarkup.c (g_markup_parse_context_parse): Accept dots in the
423         sequence, reset the state after a closing element.
425         * src/garray.c (g_array_insert_vals): Shift the elements the
426         correct amount.
428         (g_array_insert_vals): Should actually use the
429         number of elements to insert.
431         * test/array.c: Add new test case, this was happening in the JIT. 
433         * Add _GNU_SOURCE at configure time, remove from sources.
434         
435         * src/gstr.c (g_strsplit): Empty strings return a 0 value vector.
437         * src/glib.h (G_MAXINT64, G_MININT64): Add another set of macros
438         for the support stuff.
439         
440         Move private prototypes elsewhere
442         * src/glib.h (g_thread_init): Adding missing brace
443         (g_list_next): remove ; from the macro definition.
445 2006-10-17  Miguel de Icaza  <miguel@novell.com>
447         * src/gutf8.c: internal methods
449         * src/ghashtable.c: internal methods.
451 2006-10-16  Miguel de Icaza  <miguel@novell.com>
453         * src/gerror.c (g_propagate_error): Implement.
455         * src/gstr.c (g_strjoinv, g_ascii_strncasecmp): implement.
457         * test/string-util.c (test_ascii_strncasecmp): test
459 2006-10-15  Miguel de Icaza  <miguel@novell.com>
461         * configure.in: Fix detection of platforms the [3456] stuff does
462         not work inside autoconf.
464         * src/eglib-config.h.in: Make G_BREAKPOINT into a function-macro
466         * src/glib.h (offsetof): Mono sources depend on this, bring this
467         from the standard definition.  Redefine G_STRUCT_OFFSET in terms
468         of this. 
469         
470         * src/glib.h (G_STRUCT_OFFSET): fix macro definition. 
471         fix typo.
473         * src/sizes.c: Add test.
475         * src/gshell.c: Make it build
476         
477 2006-10-14  Miguel de Icaza  <miguel@novell.com>
479         * src/glib.h: add various _TO_LE and _FROM_LE macros.
481         * test/endian.c: tests for endian conversion macros.
483 2006-10-09  Miguel de Icaza  <miguel@novell.com>
485         * src/gmodule.h: Move definitions of gmodule to gmodule.h because
486         Mono expects it there.
488 Mon Oct 9 12:59:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
490         * src/ghashtable.c: s/to_prime/g_spaced_primes_closest/g
491         and put the array in readonly memory.
492         * src/gstr.c: fixed the build and made array const.
493         * src/gmodule.c: fixed thinko.
495 2006-10-08  Miguel de Icaza  <miguel@novell.com>
497         * src/gstr.c (g_strdup): should allow NULL as an argument.
499 2006-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
501         * test/string-util.c:
502         * TODO:
503         * src/gstr.c:
504         * src/glib.h: implemented g_strescape.
506 2006-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
508         * test/string-util.c:
509         * configure.ac:
510         * TODO:
511         * src/gstr.c:
512         * src/glib.h: implemented g_strlcpy.
514 2006-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
516         * test/string-util.c:
517         * TODO:
518         * src/gstr.c:
519         * src/glib.h: implemented g_strdelimit.
521 2006-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
523         * test/spawn.c: add search path flag when running ls.
524         * src/gspawn.c: g_spawn_command_line_sync searches the program in the
525         PATH if it's not an absolute path.
527 2006-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
529         * test/string-util.c:
530         * src/glib.h: implement g_ascii_xdigit_value and tests.
532 2006-10-06  Miguel de Icaza  <miguel@novell.com>
534         * src/gstr.c (g_ascii_strdown): Implement.
536         * str/glib.c (g_log_set_handler): empty.
537         (g_printerr): empty.
538         (GMemVTable): define, empty, ignored.
539         (G_USEC_PER_SEC) :-)
541         * src/gunicode.c (g_convert): Add bytes_read, bytes_written
542         support;   Small fixes to avoid valgrind errors. 
543         
544         (g_utf8_validate): Add, based on the libxml code.
546         gstr.c: implement g_strdown. 
548 2006-10-05  Miguel de Icaza  <miguel@novell.com>
550         * src/gunicode.c: Some work in progress to implement g_convert
551         (which is needed by g_locale_to_utf8).    
553 2006-09-18  Miguel de Icaza  <miguel@novell.com>
555         * test/string-util.c (test_filename_from_uri): tests for new
556         methods.
558         * src/gstr.c (g_filename_to_uri, g_filename_from_uri): implement. 
560 2006-09-14  Atsushi Enomoto  <atsushi@ximian.com>
562         * src/gutf8.c, test/utf8.c : EOL fix.
564 2006-09-04  Miguel de Icaza  <miguel@novell.com>
566         * src/gmarkup.c: The leak fixing commit.
567         
568         * src/gmarkup.c (g_markup_parse_context_end_parse): Add missing
569         method. 
570         (g_markup_parse_context_free): Implement. 
571         (parse_attributes): Store the value, not the attribute name
572         twice. 
573         Properly check the /> section.
574         (g_markup_parse_context_parse): When checking for error, use the
575         "error!=NULL && *error != NULL" upon return from callbacks,
576         it is only then that its valid to check for *error for error
577         conditions. 
578         (g_markup_parse_context_parse): Add comment processing.
580         Only release one element of the list.
582         * test/markup.c: Incorporate the kind of code that is used in Mono
583         for domain loading;  Will test the rest later. 
585 2006-09-01  Miguel de Icaza  <miguel@novell.com>
587         * src/gmarkup.c (g_markup_parse_context_parse): Add text parsing
588         support, and end-element support; not tested yet.
590 2006-09-01 Atsushi Enomoto <atsushi@ximian.com>
592         * gutf8.c : bad allocation size. multiply sizeof gchar/gunichar2.
594 2006-09-01 Atsushi Enomoto <atsushi@ximian.com>
596         * gutf8.c : when error is null, utf8_to_utf16_len() and
597           utf16_to_utf8_len() could return -1, so return NULL for those
598           cases in g_utf8_to_utf16() and g_utf16_to_utf8().
600 2006-09-01  Miguel de Icaza  <miguel@novell.com>
602         * src/gmarkup.c: Builds and does minimal parsing.
604         * test/markup.c: Sample test cases I have been using
606 2006-08-31 Atsushi Enomoto <atsushi@ximian.com>
608         * src/gerror.h,
609           src/gerror.c : added g_set_error().
610         * src/gutf8.c :
611           g_utf8_to_utf16() and g_utf16_to_utf8() implementation.
612         * src/glib.h : added all above, and some dependent bits.
613         * src/Makefile.am : added gutf8.c.
614         * TODO: removed above.
615         * test/Makefile.am,
616           test/tests.h : added utf8 tests.
617         * test/utf8.c : test for g_utf8_to_utf16 and g_utf16_to_utf8.
618           It still needs more tests e.g. for multibytes.
620 2006-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
622         * src/gspawn.c: small touch-ups and make read/write EINTR-proof.
624 2006-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
626         * test/file.c: remove useless test.
628         * test/spawn.c: new g_spawn_async_with_pipes test.
629         * src/glib.h: Modified file.
630         * src/gspawn.c: implemented g_spawn_async_with_pipes. Needs fine tuning.
632 2006-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
634         * TODO: Modified file.
635         * test/tests.h:
636         * test/pattern.c:
637         * test/dir.c:
638         * test/Makefile.am:
639         * src/Makefile.am:
640         * src/glib.h:
641         * src/gdir.c:
642         * src/gfile.c: implemented g_dir_*, unix version.
644 2006-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
646         * src/glib.h:
647         * test/Makefile.am: Modified file.
648         * test/tests.h:
649         * src/Makefile.am: Modified file.
650         * test/pattern.c:
651         * src/gpattern.c: implemented the 3 pattern matching functions used.
653         * test/ptrarray.c: fix the compare function to work with qsort.
655         * test/file.c:
656         * test/path.c:
657         * src/gspawn.c:
658         * src/gpath.c: made valgrind happy.
660 2006-08-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
662         * test/file.c:
663         * src/glib.h:
664         * src/gfile.c:  implemented g_file_test. Changed the default mask to
665         .XXXXXX. Add tests.
667 2006-08-26  Raja R Harinath  <rharinath@novell.com>
669         * src/sort.frag.h (digit): Declare here based on externally
670         provided typedef 'list_node'.
671         (MAX_DIGITS): Use 'sizeof (list_node)'.
672         * src/gslist.c (list_node): Declare instead of 'digit'.
673         * src/glist.c: Likewise.
675         * test/slist.c (verify_sort): Verify the length of the list too.
676         (test_slist_sort): Free the correct list.
677         * test/list.c: Likewise.
678         * src/sort.frag.h (MAX_DIGITS): Rename from N_DIGITS.
679         (combine_sort): Change 'max_pos' argument to more natural
680         'n_digits'.
681         (increment): Likewise.  Use 'n_digits' to avoid reading at an
682         offset that hasn't been initialized.
683         (do_sort): Remove memset.
685 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
687         * TODO:
688         * test/file.c:
689         * src/glib.h:
690         * src/gfile.c: implement g_file_open_tmp.
692 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
694         * TODO:
695         * src/glib.h:
696         * src/gdate.c: New file.
697         * src/gfile.c: New file.
698         * src/Makefile.am: implemented g_file_get_contents and
699         g_get_current_time.
701         * test/tests.h:
702         * test/file.c: New file.
703         * test/Makefile.am: tests for the above.
705 2006-08-26  Raja R Harinath  <rharinath@novell.com>
707         * src/sort.frag.h: Add copyright notice and some explanation.
708         (increment): Remove null check.
709         (combine_digits): Add 'list' argument to seed the summation.
710         (do_sort): Use the empty or singleton tail as the seed, rather
711         than calling 'increment'.
713 2006-08-25  Raja R Harinath  <rharinath@novell.com>
715         * TODO: Remove 'List' entries.
716         * src/Makefile.am (libeglib_la_SOURCES): Add sort.frag.h.
717         * src/sort.frag.h: New.  Implements a "generic" bottom-up "counting"
718         mergesort that works both on singly- and doubly-linked lists.
719         * src/gslist.c (g_slist_sort): Use it.
720         * src/glist.c (g_list_sort): Likewise.
721         * src/glib.h (g_slist_sort, g_list_sort): Declare.
722         * test/slist.c, test/list.c: Add basic testcases.
724 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
726         * src/gspawn.c: propagate errors from reads.
727         * src/gpath.c: an empty PATH is like a NULL one.
729 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
731         * test/tests.h:
732         * test/timer.c:
733         * test/Makefile.am:
734         * TODO:
735         * src/glib.h:
736         * src/gtimer.c:
737         * src/Makefile.am: implemented GTimer.
739 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
741         * test/tests.h:
742         * test/Makefile.am:
743         * test/spawn.c:
744         * src/gspawn.c:
745         * src/glib.h:
746         * src/Makefile.am: initial implentation of g_spawn_command_line_sync.
747         Still need better error handling, but works for the most part.
749 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
751         * src/garray.c: grow faster so that the 'big' test does not crawl.
753 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
755         * test/shell.c:
756         * src/gqueue.c: plugged leaks.
758 2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
760         * test/path.c:
761         * src/gpath.c: when PATH is not defined, the current dir is used.
762         See execvp(3).
764 2006-08-25  Alp Toker  <alp@atoker.com>
766         * src/gstr.c: g_strv_length() should return guint, not gint
767         * src/glib.h: Add g_strv_length() prototype
768         
769 2006-08-24  Miguel de Icaza  <miguel@novell.com>
771         * src/gpath.c (g_get_home_dir, g_get_tmp_dir, g_get_user_name,
772         g_get_prgname, g_set_prgname): implemented.
774         * test/ Fix leaks.
775         
776         * src/gpath.c (g_get_current_dir): Implement.
778         (g_find_program_in_path, g_path_is_absolute): implement.
779         
780         Add g_path_get_dirname, g_path_get_basename
782         * src/gpath.c: Path routines
784 2006-08-23  Miguel de Icaza  <miguel@novell.com>
786         * src/gerror.c: Implement. 
788         * src/glist.c (g_list_sort): Remove routine instead of hoping that
789         it wont crash when we run it.
791 2006-08-23  Raja R Harinath  <rharinath@novell.com>
793         * src/glist.c (g_list_insert_before): Avoid non-head declaration.
795         * test/slist.c (test_slist_insert_before): Add.
796         * src/gslist.c (g_slist_insert_before): Append if 'sibling' is null.
798         * test/list.c (test_list_insert_before): Add test for return value
799         of g_list_insert_before.
800         * test/Makefile.am (test_eglib_LDADD): Refer to the .la file so as
801         to rebuild test if eglib changes.
802         * src/glist.c (new_node, disconnect_node): New helpers that
803         maintain doubly-linked list invariants.
804         (g_list_prepend, g_list_append): Express in terms of new_node.
805         (g_list_insert_before): Likewise.  Fix return value when inserting
806         in the middle of the list.
807         (g_list_concat): Reorganize to make more compact.
808         (g_list_nth): Likewise.
809         (g_list_nth_data): Don't segfault if 'n' is too large.
810         (g_list_remove): Rewrite using _find and disconnect_node.
811         (g_list_remove_link): Don't traverse list: use disconnect_node.
812         (g_list_insert_sorted): Rewrite to make more compact.  Use new_node.
813         (g_list_copy): Likewise.
814         (_prepend, _concat): Remove.
815         * src/gslist.c (insert_after, find_prev, find_prev_link):
816         New helpers.
817         (g_slist_copy): Simplify slightly, using insert_after.
818         (g_slist_concat): Reorganize to make more compact.
819         (g_slist_find): Likewise.
820         (g_slist_insert_sorted): Likewise.
821         (g_slist_remove): Rewrite using find_prev.
822         (g_slist_remove_link): Rewrite using find_prev_link.
823         (g_slist_remove_all, g_slist_insert_before): New.
825 2006-08-21  Duncan Mak  <duncan@a-chinaman.com>
827         * src/gqueue.c: GQueue implementation.
828         * src/glib.h: Add prototypes.
829         * src/Makefile.am (libeglib_la_SOURCES): Include gqueue.c.
831         * test/queue.c:         
832         * test/Makefile.am (SOURCES):
833         * test/tests.h (DEFINE_TEST_GROUP_INIT_H): add tests for GQueue.
835 2006-08-21  Aaron Bockover  <abockover@novell.com>
837         * src/gstr.c: fixed bug/invalid read/write on malloc-only case (no
838         realloc/delimiter token not found); use memcpy instead of strncpy for
839         better performance
841         * test/test.c (run_group): allow running specific tests under a group;
842         added copied g_strsplit/g_strfreev from EGlib source as eg_strsplit
843         and eg_strfreev to avoid performance skews in the driver
844         
845         * test/driver.c: allow user-specified group name to contain specific
846         test to run under the group as 'group_name:test1,test2,...testN'
848         * test/string-util.c: Added more g_strsplit tests
850         * test/slist.c:
851         * test/ptrarray.c:
852         * test/fake.c:
853         * test/string.c:
854         * test/list.c:
855         * test/array.c:
856         * test/hashtable.c: make test names shorter (no need to prefix with
857         the group since it runs under the group)
859 2006-08-21  Miguel de Icaza  <miguel@novell.com>
861         * src/glib.h (g_hash_table_new_full): Add missing prototype.
862         Replace g_free(x) with plain free, so it can be used as a function
863         argument. 
864         Add ABS
866         * src/ghashtable.c: Add rehashing. 
868         * test/hashtable.c: Add a bunch of extra tests.
870         * src/goutput.c: Fix g_log so it actually formats the data. 
872         * src/ghashtable.c (g_hash_table_new): The glib test suite
873         uncovered a bunch of bugs, the g_hash_table_new should actually
874         have parameters.
876         (g_hash_table_remove, g_hash_table_foreach_remove): Fixed bugs
877         uncovered. 
879 2006-08-20  Aaron Bockover  <abockover@novell.com>
881         * src/gmisc.c: added g_setenv, g_getenv, g_unsetenv
883         * src/gstr.c: added g_snprintf, g_sprintf, g_fprintf, g_printf
885         * src/glib.h: added macros for above va_args printf functions
887         * src/Makefile.am: added gmisc.c
889         * test/whats-implemented: script to see what needs to be implemented
891 2006-08-20  Chris Toshok  <toshok@ximian.com>
893         * test/array.c (test_array_big): add a test from the glib
894         documentation.
896 2006-08-20  Chris Toshok  <toshok@ximian.com>
898         * test/tests.h: add array tests to the mix.
900         * test/array.c: a few array tests.
902         * src/glib.h: add array prototypes.
904         * src/garray.c: initial array foo.
906         * test/Makefile.am (SOURCES): add array.c
908         * src/Makefile.am (libeglib_la_SOURCES): add garray.c
910 2006-08-19  Aaron Bockover  <abockover@novell.com>
912         * src/gstring.c: optimize and generalize reallocation by providing
913         a GROW_IF_NECESSARY macro, do not use strcpy/strcat as they are 
914         very, very slow; GString is now much closer to GLib's implementation
915         in terms of performance
917         * test/string.c: added speed-specific tests to beat on reallocation code
919         * test/test-both: run make if the test drivers don't exist
921 2006-08-19  Jonathan Chambers  <jonathan.chambers@gmail.com>
923         * src/gmodule.c: Add gmodule support for windows and fix
924         windows build. Contribution is licensed as MIT/X11.
925         
926 2006-08-19  Aaron Bockover  <abockover@novell.com>
928         * test/driver.c: Added --debug mode that allows for testing all paths
929         of the driver without actually running real tests; runs only the 'fake'
930         test, which does nothing; useful for running the driver through valgrind
932         * test/Makefile.am:
933         * test/tests.h:
934         * test/fake.c: Added fake test for valgrinding the driver
936         * test/ptrarray.c: update sort test
938 2006-08-19  Aaron Bockover  <abockover@novell.com>
940         * test/test-both: added --help
942 2006-08-19  Aaron Bockover  <abockover@novell.com>
944         * test/driver.c: added -n mode to show only raw global run times,
945         which is useful for scripts (test-both --speed-compare)
947         * test/test-both: added --speed-compare mode
949         * test/README: updated with information on --speed-compare
951 2006-08-19  Aaron Bockover  <abockover@novell.com>
953         * test/test.c: do not print times if -t is not passed
955         * test/driver.c: removed use of GList from the driver to avoid skews due
956         to performance differences between GLib and EGLib
957         
958 2006-08-19  Aaron Bockover  <abockover@novell.com>
960         * test/test.c: Perform iterations at the test level, only output one
961         report for all iterations of tests in a group to produce more usable
962         output; add timing for the tests and group; added get_timestamp for
963         easy code timing
965         * test/test.h: Removed run_test as it should only be called from 
966         run_group, added get_timestamp
968         * test/Makefile.am: Added -DDRIVER_NAME 
970         * test/test-both: simple script to run both drivers with the same options
972         * test/driver.c: Iterations are now run at the test level, show a global
973         status (OK/FAIL) indicator
975         * test/README: Updated
977         * configure.ac: Renamed from configure.in as configure.in naming 
978         convention is deprecated in favor of configure.ac
980         * autogen.sh: s/configure.in/configure.ac/
982 2006-08-19  Miguel de Icaza  <miguel@novell.com>
984         * Makefile.am: Removed MAINTAINERCLEANFILES that was too
985         aggresive, it failed make distcheck and the resulting tarball was
986         not buildable.
988         * src/glib.h: remove the various GPOINTER_TO_*, G*_TO_POINTER,
989         GSIZE_FORMAT macros, and move them into src/eglib-config.h
991         Moved also gssize and gsize to be arch specific.   This should fix
992         the 32/64 problems that Jon Chambers reported. 
994         * configure.in: test for pointer size, define the various values
995         depending on 32 vs 32/64 worlds, might need further porting in the
996         future. 
998         Change package name to eglib
1000         * test/slist.c, test/list.c, test/hashtable.c: Update tests to use
1001         FAILURE macro.
1003         * test/string-util.c: fix leak for valgrind tests.
1005         * test/tests.h: New size test, for testing datatypes.
1007         * test/sizes.c: New tests.
1008         
1009 2006-08-19  Aaron Bockover  <abockover@novell.com>
1011         * test/README: Added quick guide on adding new tests/groups to the 
1012         driver and some examples on how to perform various tests with the driver
1014 2006-08-18  Aaron Bockover  <abockover@novell.com>
1016         * test/driver.c: Added getopt support and code timing, among other 
1017         nice features to make testing/profiling easier
1019         * test/test.c: Add support for suppressing output (quiet) and
1020         define RESULT, FAILED, and OK
1022         * src/glib.h:
1023         * src/glist.c: Added g_list_nth_data implementation
1025         * test/slist.c:
1026         * test/string-util.c:
1027         * test/ptrarray.c:
1028         * test/string.c:
1029         * test/hashtable.c:
1030         * test/list.c: Use RESULT, FAILURE, and OK for tests
1032 2006-08-18  Miguel de Icaza  <miguel@novell.com>
1034         * src/gstring.c (g_string_truncate): Implement truncate. 
1035         (g_string_prepend): implement. 
1037         Fix various bugs uncovered by new tests. 
1039         * src/glib.h: introduce gssize type, the signed one.  Important. 
1041         * src/eglib-config.h (G_OS_): Add the G_OS_UNIX and G_OS_WIN32
1042         defines that we can use to check on the host OS.
1044 2006-08-18  Aaron Bockover  <abockover@novell.com>
1046         * test/test.[ch]:
1047         * test/driver.c: Support pass/fail logging on tests to show group report
1049 2006-08-18  Aaron Bockover  <abockover@novell.com>
1051         * test/test.c: 
1052         * test/test.h: Added result() to be used in place of g_strdup_printf(),
1053         it's shorter to write and allows the duped string to be freed safely;
1054         added license header to file
1056         * test/driver.c: Added license header to file
1058         * test/string-util.c:
1059         * test/ptrarray.c:
1060         * test/string.c:
1061         * test/list.c: Use result() in place of g_strdup_printf(), it's nicer
1063 2006-08-18  Aaron Bockover  <abockover@novell.com>
1065         * src/gptrarray.c: Implemented g_ptr_array_sort
1067         * test/ptrarray.c: Added sort test
1068         
1069         * test/driver.c: Added --help; support running N iterations and allow
1070         selecting which test groups to run; uses the test group table in tests.h
1071         
1072         * test/tests.h: Added group table
1073         
1074         * test/test.h:
1075         * test/test.c: Using a Group structure and table, removed run_groups
1076         as we only need run_group now
1078         * test/slist.h: Removed, not needed, tests/groups defined in tests.h
1080 2006-08-18  Miguel de Icaza  <miguel@novell.com>
1082         * src/unicode.c: New file, to host unicode code, it will throw as
1083         this code is no longer used in the Mono runtime anyways.
1084         
1085         * src/glib.h: Use stdint.h types, a lot of the good stuff is
1086         replicated by glib.
1088 2006-08-18  Duncan Mak  <duncan@a-chinaman.com>
1090         * src/glist.c (g_list_remove, g_list_remove_link): Implemented. 
1092         * src/gslist.c (g_slist_remove): Remember to set the next pointer
1093         to NULL when the item to remove is the first item in the list.
1094         
1095 2006-08-18  Duncan Mak  <duncan@a-chinaman.com>
1097         * src/glist.c: Implemented. Missing remove,
1098         remove_link and insert_before.
1100         * test/list.c: Tests for GList.
1102 2006-08-17  Aaron Bockover  <abockover@novell.com>
1104         * src/gptrarray.c: Implemented g_ptr_array_remove and 
1105         g_ptr_array_remove_index
1107         * test/other: Removed, rewritten in Makefile.am
1109         * test/Makefile.am: Build test-eglib against local eglib and 
1110         test-glib against GLib 2.0 (replaces 'other')
1112         * test/ptrarray.c: Added tests for g_ptr_array_remove and
1113         g_ptr_array_remove_index
1115 2006-08-17  Duncan Mak  <duncan@a-chinaman.com>
1117         * src/gslist.c: Added MIT license.
1118         (g_slist_insert_sorted): Forgot the case where the data is
1119         appended to the end of the list.
1121         * test/slist.c (test_slist_insert_sorted): Fix the test.        
1123 2006-08-17  Aaron Bockover  <abockover@novell.com>
1125         * src/gptrarray.c: Added g_ptr_array_set_size implementation
1127         * test/ptrarray.c: Added test for g_ptr_array_set_size
1129 2006-08-17  Miguel de Icaza  <miguel@novell.com>
1131         * src/glib.h: A handful of extra macros
1133         * configure.in, src/eglib-config.h.in: Set some system-specific
1134         settings that are probed at configure time.
1136 2006-08-17  Aaron Bockover  <abockover@novell.com>
1138         * src/gptrarray.c: Added beginnings of GPtrArray (alloc, free, add, iterate)
1140         * src/glib.h: Added GPtrArray signatures
1142         * src/Makefile.am: Added gptrarray.c to build
1144         * test/ptrarray.c:
1145         * test/tests.h:
1146         * test/driver.c:
1147         * test/Makefile.am: Add ptrarray tests for available functionality
1149 2006-08-17  Aaron Bockover  <abockover@novell.com>
1150         
1151         * test/test.h: 
1152         * test/test.c: Added group iterator/test driver functionality
1153         
1154         * test/driver.c: Added groups to run using new test functionality
1155         
1156         * test/slist.h:
1157         * test/hashtable.h:
1158         * test/string-util.h: Test group definitions for string util/hashtable
1160         * test/slist.c:
1161         * test/str.c: 
1162         * test/hash.c: Added test definition table 
1164         * test/Makefile.am: Added -Wall -Werror -D_FORTIFY_SOURCE=2
1166         * src/gstr.c: Added implementation for g_str_has_prefix, g_str_has_suffix
1168         * src/glib.h: Added missing function signatures
1170         * src/Makefile.am: added -D_FORTIFY_SOURCE=2 
1172 2006-08-17  Duncan Mak  <duncan@a-chinaman.com>
1174         * src/gslist.c (g_slist_remove_link): I misread the function
1175         signature. Re-implemented.
1176         (g_slist_delete_link): Implemented.
1177         (g_slist_reverse): Implemented.
1178         (g_slist_insert_sorted): Implemented.
1180 2006-08-17  Duncan Mak  <duncan@a-chinaman.com>
1182         * src/gslist.c (g_slist_find): 
1183         (g_slist_length):
1184         (g_slist_remove):
1185         (g_slist_remove_link): Implemented.
1187         * test/slist.c: Tests for GSList.
1189 2006-08-17  Raja R Harinath  <harinath@gmail.com>
1191         * src/gslist.c (g_slist_free_1): New.  Free a single list node.
1192         (g_slist_free): Use it to free the list nodes.  Don't free the
1193         data, since the list doesn't own it.
1194         (g_slist_append): Convert into a one-liner.
1195         (g_slist_foreach): Remove redundant null check.
1196         (g_slist_last): Actually return the last node.
1197         (g_slist_copy): Simplify.
1198         * src/gslist.h (g_slist_free_1): Add.
1200 2006-08-16  Duncan Mak  <duncan@a-chinaman.com>
1202         * src/gslist.c:
1204         * src/gslist.h: First attempt at implementing GSList, incomplete.
1206         * src/Makefile.am (libeglib_la_SOURCES): add gslist.c
1207         * src/glib.h: Add GFunc definition. #include the new gslist.h.
1209 2006-08-16  Miguel de Icaza  <miguel@novell.com>
1211         * src/Makefile.am: Added -Wall,-Werror, corrected lots of
1212         mistakes.
1214         * src/gstring.c: Gstring implementation.
1216         * test/str.c (test_gstring): string tests.
1218 2006-08-16  Aaron Bockover  <abockover@novell.com>
1220         * src/gstr.c: Added g_strsplit implementation
1222         * test/driver.c: Run the split test
1224         * test/str.c: Added a test for g_strsplit
1226         * Makefile.am:
1227         * src/Makefile.am:
1228         * test/Makefile.am: Added MAINTAINERCLEANFILES
1230 2006-08-16  Miguel de Icaza  <miguel@novell.com>
1232         * src/gouput.c: Implement some output routines, update missing
1233         progress. 
1235         * test: Add test driver, and initial tests. 
1237 2006-08-15  Miguel de Icaza  <miguel@novell.com>
1239         * src/ghashtable.c: Implement most of this, it is completely
1240         untested at this point.