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