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