2006-08-20 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Sun, 20 Aug 2006 15:30:31 +0000 (15:30 -0000)
committerChris Toshok <toshok@novell.com>
Sun, 20 Aug 2006 15:30:31 +0000 (15:30 -0000)
commitba24bbec85c7db4862af2ef2a879a4ca172adbc1
tree535eb5ce3b7a715e2b09bf81942109b1d7f86008
parentabd8d302a574a04cbeb547c1931034f0b67aba91
2006-08-20  Chris Toshok  <toshok@ximian.com>

* test/tests.h: add array tests to the mix.

* test/array.c: a few array tests.

* src/glib.h: add array prototypes.

* src/garray.c: initial array foo.

* test/Makefile.am (SOURCES): add array.c

* src/Makefile.am (libeglib_la_SOURCES): add garray.c

svn path=/trunk/mono/; revision=64106
eglib/ChangeLog
eglib/src/Makefile.am
eglib/src/garray.c [new file with mode: 0644]
eglib/src/glib.h
eglib/test/Makefile.am
eglib/test/array.c [new file with mode: 0644]
eglib/test/tests.h