2006-08-17 Aaron Bockover <abockover@novell.com>
authorAaron Bockover <abockover@novell.com>
Thu, 17 Aug 2006 19:32:01 +0000 (19:32 -0000)
committerAaron Bockover <abockover@novell.com>
Thu, 17 Aug 2006 19:32:01 +0000 (19:32 -0000)
commit000f6579f2d952fbbe68697b331bfefeff04ee61
treef1c410ef5a83fe540ced644b735bcfe92f65c587
parent3e885303fdd76411f0c254a54d93d66129d3d994
2006-08-17  Aaron Bockover  <abockover@novell.com>

    * test/test.h:
    * test/test.c: Added group iterator/test driver functionality

    * test/driver.c: Added groups to run using new test functionality

    * test/slist.h:
    * test/hashtable.h:
    * test/string-util.h: Test group definitions for string util/hashtable

    * test/slist.c:
    * test/str.c:
    * test/hash.c: Added test definition table

    * test/Makefile.am: Added -Wall -Werror -D_FORTIFY_SOURCE=2

    * src/gstr.c: Added implementation for g_str_has_prefix, g_str_has_suffix

    * src/glib.h: Added missing function signatures

    * src/Makefile.am: added -D_FORTIFY_SOURCE=2

svn path=/trunk/mono/; revision=63937
14 files changed:
eglib/ChangeLog
eglib/src/Makefile.am
eglib/src/glib.h
eglib/src/gstr.c
eglib/test/Makefile.am
eglib/test/driver.c
eglib/test/hash.c
eglib/test/hashtable.h [new file with mode: 0644]
eglib/test/slist.c
eglib/test/slist.h [new file with mode: 0644]
eglib/test/str.c
eglib/test/string-util.h [new file with mode: 0644]
eglib/test/test.c [new file with mode: 0644]
eglib/test/test.h