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