Directory Statistics for other_libs/qio/lib/xml/

Back to Index Page

Lines Of Code for other_libs/qio/lib/xml/

Commits for other_libs/qio/lib/xml/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
edwards14 (87.5%) 93 (94.9%) 103 (74.6%) 6.64
flemingg1 (6.2%) 2 (2.0%) 2 (1.4%) 2.00
detar1 (6.2%) 3 (3.1%) 33 (23.9%) 3.00

Commit Log

DateAuthorFile/Message
2/27/04 5:10 PMedwards
Changed semantics of XML_string_set. (1 Files changed, 13 Lines changed)
other_libs/qio/lib/xml/XML_string.c 1.8 (+13 -4)
2/26/04 5:13 PMedwards
Added qio_config.h include. (1 Files changed, 1 Lines changed)
other_libs/qio/lib/xml/XML_string.c 1.7 (+1 -0)
10/23/03 2:48 PMdetar
Major update by CD

File formatting is now complete and includes private file and record
XML and checksums.

Multifile capability has been added.
Parallel read and write capability has been added, but not debugged.

A TODOLIST file has been added for notes on what remains to be done.
(1 Files changed, 33 Lines changed)
other_libs/qio/lib/xml/XML_string.c 1.6 (+33 -30)
10/16/03 5:25 PMflemingg
The committed .c files #include <malloc.h>.
Added AC_CHECK_HEADERS([malloc.h]) to configure.ac.
Wrapped #include <malloc.h> in #ifdef HAVE_MALLOC_H ... #endif
reran 'aclocal && automake && autoconf'
(1 Files changed, 2 Lines changed)
other_libs/qio/lib/xml/XML_string.c 1.5 (+2 -0)
8/28/03 1:58 PMedwards
Added some consts. (1 Files changed, 2 Lines changed)
other_libs/qio/lib/xml/XML_string.c 1.4 (+2 -2)
7/21/03 4:41 PMedwards
Moved a char *tmp to top of block. (1 Files changed, 2 Lines changed)
other_libs/qio/lib/xml/XML_string.c 1.3 (+2 -1)
6/4/03 12:47 PMedwards
Small bug fix. Only free if length space is > 0. (1 Files changed, 2 Lines changed)
other_libs/qio/lib/xml/XML_string.c 1.2 (+2 -1)
5/12/03 2:02 AMedwards
Changed interface. Now, strings allocated and returned by
QIO. XML is now just a string interface. BinX now passed in/out.
(2 Files changed, 81 Lines changed)
other_libs/qio/lib/xml/XML_string.c 1.1 added 81
other_libs/qio/lib/xml/XML_dummy.c 1.4 removed
5/8/03 2:55 PMedwards
Changed char* in string to const char*. (1 Files changed, 1 Lines changed)
other_libs/qio/lib/xml/XML_dummy.c 1.3 (+1 -1)
4/17/03 12:47 PMedwards
Added include files and some prototypes. (1 Files changed, 1 Lines changed)
other_libs/qio/lib/xml/XML_dummy.c 1.2 (+1 -0)
4/13/03 12:34 AMedwards
Moved makefile support into qio/lib/Makefile.am (1 Files changed, 0 Lines changed)
other_libs/qio/lib/xml/Makefile.am 1.2 removed
4/12/03 11:45 AMedwards
Start of autotools support. Not working yet. (2 Files changed, 0 Lines changed)
other_libs/qio/lib/xml/Makefile.am 1.1 added
other_libs/qio/lib/xml/Makefile 1.2 removed
4/1/03 3:01 PMedwards
Initial version. (2 Files changed, 0 Lines changed)
other_libs/qio/lib/xml/Makefile 1.1 added
other_libs/qio/lib/xml/XML_dummy.c 1.1 added