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