Removed everything GLib (except for the commandline options stuff)
commitdd62177997e9e59c1a8fa6bd7e7b81e47b214f13
authorStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Fri, 31 Oct 2008 05:23:08 +0000 (31 06:23 +0100)
committerStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Fri, 31 Oct 2008 05:23:08 +0000 (31 06:23 +0100)
tree98c2057ef1c8994f27af476e1d20cb39e90b26f7
parent61bfabe43cda19904925bbf84f18ed31d2fad4c1
Removed everything GLib (except for the commandline options stuff)
Replaced every GString reference to an MString, which comes from
mystring.h.
Also added mystring and myarray files to the tree.

modified:   Makefile
new file:   myarray.c
new file:   myarray.h
new file:   mystring.c
new file:   mystring.h
modified:   xmlparser.c
modified:   xmlparser.h
Makefile
myarray.c [new file with mode: 0644]
myarray.h [new file with mode: 0644]
mystring.c [new file with mode: 0644]
mystring.h [new file with mode: 0644]
xmlparser.c
xmlparser.h