
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| edwards | 14 (87.5%) | 93 (94.9%) | 103 (74.6%) | 6.64 |
| flemingg | 1 (6.2%) | 2 (2.0%) | 2 (1.4%) | 2.00 |
| detar | 1 (6.2%) | 3 (3.1%) | 33 (23.9%) | 3.00 |
| Date | Author | File/Message |
|---|---|---|
| 2/27/04 5:10 PM | edwards |
Changed semantics of XML_string_set.
(1 Files changed,
13 Lines changed)
lib/xml/XML_string.c 1.8
(+13
-4)
|
| 2/26/04 5:13 PM | edwards |
Added qio_config.h include.
(1 Files changed,
1 Lines changed)
lib/xml/XML_string.c 1.7
(+1
-0)
|
| 10/23/03 2:48 PM | detar |
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) lib/xml/XML_string.c 1.6
(+33
-30)
|
| 10/16/03 5:25 PM | flemingg |
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) lib/xml/XML_string.c 1.5
(+2
-0)
|
| 8/28/03 1:58 PM | edwards |
Added some consts.
(1 Files changed,
2 Lines changed)
lib/xml/XML_string.c 1.4
(+2
-2)
|
| 7/21/03 4:41 PM | edwards |
Moved a char *tmp to top of block.
(1 Files changed,
2 Lines changed)
lib/xml/XML_string.c 1.3
(+2
-1)
|
| 6/4/03 12:47 PM | edwards |
Small bug fix. Only free if length space is > 0.
(1 Files changed,
2 Lines changed)
lib/xml/XML_string.c 1.2
(+2
-1)
|
| 5/12/03 2:02 AM | edwards |
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) lib/xml/XML_string.c 1.1 added 81
lib/xml/XML_dummy.c 1.4 removed
|
| 5/8/03 2:55 PM | edwards |
Changed char* in string to const char*.
(1 Files changed,
1 Lines changed)
lib/xml/XML_dummy.c 1.3
(+1
-1)
|
| 4/17/03 12:47 PM | edwards |
Added include files and some prototypes.
(1 Files changed,
1 Lines changed)
lib/xml/XML_dummy.c 1.2
(+1
-0)
|
| 4/13/03 12:34 AM | edwards |
Moved makefile support into qio/lib/Makefile.am
(1 Files changed,
0 Lines changed)
lib/xml/Makefile.am 1.2 removed
|
| 4/12/03 11:45 AM | edwards |
Start of autotools support. Not working yet.
(2 Files changed,
0 Lines changed)
lib/xml/Makefile 1.2 removed
lib/xml/Makefile.am 1.1 added
|
| 4/1/03 3:01 PM | edwards |
Initial version.
(2 Files changed,
0 Lines changed)
lib/xml/Makefile 1.1 added
lib/xml/XML_dummy.c 1.1 added
|