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