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