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