2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 26 Aug 2006 00:08:03 +0000 (00:08 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 26 Aug 2006 00:08:03 +0000 (00:08 -0000)
commit651ec067d77863c7daecafce2f48f53c2d17bbb0
tree3c00429bd99976c49e57d14ceda9ef69dd161911
parent48f2815b6c96f35a749c898b55c9d83fda1d673c
2006-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TODO:
* src/glib.h:
* src/gdate.c: New file.
* src/gfile.c: New file.
* src/Makefile.am: implemented g_file_get_contents and
g_get_current_time.

* test/tests.h:
* test/file.c: New file.
* test/Makefile.am: tests for the above.

svn path=/trunk/mono/; revision=64393
eglib/ChangeLog
eglib/TODO
eglib/src/Makefile.am
eglib/src/gdate.c [new file with mode: 0644]
eglib/src/gfile.c [new file with mode: 0644]
eglib/src/glib.h
eglib/test/Makefile.am
eglib/test/file.c [new file with mode: 0644]
eglib/test/tests.h