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