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