kc3-lang/libxml2

Branch :


Log

Author Commit Date CI Message
8f8b4c80 1998-12-23 00:37:26 allow srcdir != builddir, or somesuch. allow srcdir != builddir, or somesuch.
29fb727e 1998-12-07 06:04:53 GNOME-standard autogen.sh scripts automatically run 'automake -a'. -a installs any necessary files that are required in a GNU-standard install, such as COPYING, INSTALL, mkinstalldirs, etc. So begone, automake-installed files.
7c92c0aa 1998-12-06 18:08:28 Changed the behaviour of xmlGetProp on NULL values, Daniel.
44b3a061 1998-12-05 17:27:22 Patched a bug in the generation of empty attributes, Daniel.
be36afe1 1998-11-27 06:39:50 Added copy operations for node/tree/documents, Daniel.
aa873f7b 1998-11-20 05:12:04 allow setting $OBJ_DIR to specify building in a subdir
8cc0d1f8 1998-11-16 01:04:26 Better entities and char ref encoding, error msg formatting, Daniel.
242590ee 1998-11-13 18:04:35 simple bug hunting done during rpm2html and rpmfind integration.
42dc9b30 1998-11-09 01:17:21 Added interfaces with SAX callback block, and upgraded libtool, Daniel
e3bffb99 1998-11-08 14:40:56 Redirect all errors reporting through the SAX error function, Daniel.
da4d3c42 1998-11-04 20:07:05 Update of libtool files, use of HAVE_SNPRINTF, Daniel.
442321ce 1998-11-04 18:13:38 Use g_snprintf insteda of snprintf. 1998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx> * entities.c: Use g_snprintf insteda of snprintf.
0ba4d537 1998-11-01 19:34:31 CharRef handling, comments, formatting, pre UTF-8 handling, Daniel.
27271682 1998-10-30 06:39:40 Fixed? a trange bug related to compression, Daniel.
25940b7c 1998-10-29 05:51:30 Cleanup, bug fixing, entities improvement, more documentation, Daniel.
1625364f 1998-10-28 22:58:05 Cleanup of the API, more work done on the tree generation, Daniel.
52a735b3 1998-10-28 05:20:29 Small Makefile fix -mig
10c6a8fd 1998-10-28 01:00:12 A small patch and more doc, Daniel.
baf4cd58 1998-10-27 22:56:57 Added debugging code, a bit of parser cleanup, Daniel
ccb09637 1998-10-27 06:21:04 Changed the internals a lot for DOM, entity support, slight changes of API, more (if not all) formating of function comments, started documentation, Daniel.
11e0058a 1998-10-24 18:27:49 Function blocks of parser.c, attribute handling through SAX, Daniel.
97b58777 1998-10-20 06:14:16 Set up the fonctions comment block, boring but useful, Daniel.
891e404a 1998-10-19 00:43:02 Added the UTF-8, UTF-16 and ISO Lat 1 conversion routines, not yet used, Daniel.
33942846 1998-10-18 19:12:41 Make sure that new object carry the proper type value, Daniel.
27fb0757 1998-10-17 06:47:46 Corbaization of the document structures, Daniel.
0bef131b 1998-10-14 02:36:47 Added prev and doc pointers to Node, confomity with DOM, Daniel
9e8ce7b8 1998-10-13 00:15:23 cvs shall be silent
27864706 1998-10-08 03:47:24 Added hooks for servants, Daniel.
8631b78f 1998-10-04 14:50:58 Oops, added changelog for previous change, Daniel.
213c1787 1998-10-04 14:48:06 Added xml-config to the file list, Daniel
a6e1d12a 1998-10-04 14:41:05 Added xml-config.in and the related changes, Daniel.
e7f12e65 1998-10-01 20:51:15 replaced malloc.h with stdlib.h to quiet compiler
7066a79c 1998-10-01 20:28:28 Patched autogen.sh to to autoupdate libtool and automake config files, Daniel.
60681bd3 1998-09-30 19:28:59 Use '?' to separate the sed commands as ',' is used when people pass 1998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx> * Makefile.am: Use '?' to separate the sed commands as ',' is used when people pass -Wl,something.
62e8e80c 1998-09-25 16:58:38 Spec file added Dr Mike <msf@redhat.com>
dc3dd9d0 1998-09-24 19:25:54 Corrected an error, Daniel.
15a8df4b 1998-09-24 19:15:06 Added a per-document compression interface, Daniel.
52965fa2 1998-09-23 22:52:20 include error.h
8e0137ce 1998-09-23 00:58:59 Prepare for initial release of Gnumeric
151b1b0c 1998-09-23 00:49:46 Added compression on saving, Daniel.
70120ffb 1998-09-22 00:24:21 Corrected a loop if the file size is 0, Daniel.
1c34729c 1998-09-08 03:37:43 Add missing file
15fe6e72 1998-09-07 17:27:57 Added gnome-config support to gnome-xml module
d2e3abde 1998-08-20 21:52:38 New file. Contains prototyes from `error.c'. * error.h: New file. Contains prototyes from `error.c'.
28b4e6c6 1998-08-20 08:58:45 New file.
c19653dc 1998-08-14 01:22:43 New macro. (xmlinc_HEADERS): Renamed from include_HEADERS. Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (xmlincdir): New macro. (xmlinc_HEADERS): Renamed from include_HEADERS.
b326db9d 1998-08-13 04:45:11 Removed config.h introduced inadvertandly, Daniel.
845664df 1998-08-13 04:43:19 Applied a small patch on numeric entities parsing from Christopher Blizzard, Daniel
260a68fd 1998-08-13 03:39:55 Release 0.2, 80% rewrite, nothing left intact ... Daniel
a65771c1 1998-08-07 08:45:44 .cvsignore update
a44c8a43 1998-08-07 08:38:58 cpp is now searched for with AC_PROG_CPP.
a36749e0 1998-07-30 21:47:18 Add .deps dir 1998-07-30 Christopher Blizzard <blizzard@appliedtheory.com> * .cvsignore: Add .deps dir
f8015fac 1998-07-26 21:31:38 changed the memory allocation scheme for name in xmlNewNode, Daniel.
fe926003 1998-07-26 04:28:20 Corrected errors in infos, patched the Makefile.am, Daniel.
f335be03 1998-07-26 04:15:56 Removed a warning message by lack of $CPP, Daniel.
0dc897e9 1998-07-26 04:12:22 *** empty log message ***
b7e2badf 1998-07-24 20:09:58 ) * We're compiling gnome-xml, not GLIB. :)
36169f8b 1998-07-24 19:30:47 Added autoconf/automake files, Daniel.
10d91d13 1998-07-24 19:24:40 Ooops forgot the .cvs ignore, Daniel.
01791d57 1998-07-24 19:24:09 Added the XML code developped at W3C, Daniel.