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