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