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