1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
Commit Graph

49 Commits

Author SHA1 Message Date
Miguel de Icaza
442321cef2 Use g_snprintf insteda of snprintf.
1998-11-04  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* entities.c: Use g_snprintf insteda of snprintf.
1998-11-04 18:13:38 +00:00
Daniel Veillard
0ba4d5377c CharRef handling, comments, formatting, pre UTF-8 handling, Daniel. 1998-11-01 19:34:31 +00:00
Daniel Veillard
27271682f7 Fixed? a trange bug related to compression, Daniel. 1998-10-30 06:39:40 +00:00
Daniel Veillard
25940b7c1b Cleanup, bug fixing, entities improvement, more documentation, Daniel. 1998-10-29 05:51:30 +00:00
Daniel Veillard
1625364f6d Cleanup of the API, more work done on the tree generation, Daniel. 1998-10-28 22:58:05 +00:00
Arturo Espinosa
52a735b386 Small Makefile fix -mig 1998-10-28 05:20:29 +00:00
Daniel Veillard
10c6a8fdde A small patch and more doc, Daniel. 1998-10-28 01:00:12 +00:00
Daniel Veillard
baf4cd58df Added debugging code, a bit of parser cleanup, Daniel 1998-10-27 22:56:57 +00:00
Daniel Veillard
ccb096379a Changed the internals a lot for DOM, entity support, slight changes of API,
more (if not all) formating of function comments, started documentation, Daniel.
1998-10-27 06:21:04 +00:00
Daniel Veillard
11e0058a11 Function blocks of parser.c, attribute handling through SAX, Daniel. 1998-10-24 18:27:49 +00:00
Daniel Veillard
97b587771b Set up the fonctions comment block, boring but useful, Daniel. 1998-10-20 06:14:16 +00:00
Daniel Veillard
891e404a09 Added the UTF-8, UTF-16 and ISO Lat 1 conversion routines, not yet used, Daniel. 1998-10-19 00:43:02 +00:00
Daniel Veillard
33942846fc Make sure that new object carry the proper type value, Daniel. 1998-10-18 19:12:41 +00:00
Daniel Veillard
27fb07571f Corbaization of the document structures, Daniel. 1998-10-17 06:47:46 +00:00
Daniel Veillard
0bef131b72 Added prev and doc pointers to Node, confomity with DOM, Daniel 1998-10-14 02:36:47 +00:00
Christopher Blizzard
9e8ce7b875 cvs shall be silent 1998-10-13 00:15:23 +00:00
Daniel Veillard
278647065b Added hooks for servants, Daniel. 1998-10-08 03:47:24 +00:00
Daniel Veillard
8631b78f5b Oops, added changelog for previous change, Daniel. 1998-10-04 14:50:58 +00:00
Daniel Veillard
213c17875e Added xml-config to the file list, Daniel 1998-10-04 14:48:06 +00:00
Daniel Veillard
a6e1d12ac2 Added xml-config.in and the related changes, Daniel. 1998-10-04 14:41:05 +00:00
Seth Alves
e7f12e6577 replaced malloc.h with stdlib.h to quiet compiler 1998-10-01 20:51:15 +00:00
Daniel Veillard
7066a79c63 Patched autogen.sh to to autoupdate libtool and automake config files, Daniel. 1998-10-01 20:28:28 +00:00
Miguel de Icaza
60681bd36c 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.
1998-09-30 19:28:59 +00:00
Michael Fulbright
62e8e80c02 Spec file added
Dr Mike <msf@redhat.com>
1998-09-25 16:58:38 +00:00
Daniel Veillard
dc3dd9d04d Corrected an error, Daniel. 1998-09-24 19:25:54 +00:00
Daniel Veillard
15a8df4b82 Added a per-document compression interface, Daniel. 1998-09-24 19:15:06 +00:00
Arturo Espinosa
52965fa2bc include error.h 1998-09-23 22:52:20 +00:00
Arturo Espinosa
8e0137ced4 Prepare for initial release of Gnumeric 1998-09-23 00:58:59 +00:00
Daniel Veillard
151b1b0c2d Added compression on saving, Daniel. 1998-09-23 00:49:46 +00:00
Daniel Veillard
70120ffb43 Corrected a loop if the file size is 0, Daniel. 1998-09-22 00:24:21 +00:00
Arturo Espinosa
1c34729c67 Add missing file 1998-09-08 03:37:43 +00:00
Arturo Espinosa
15fe6e7273 Added gnome-config support to gnome-xml module 1998-09-07 17:27:57 +00:00
Raja R Harinath
d2e3abde2b New file. Contains prototyes from `error.c'.
* error.h: New file.  Contains prototyes from `error.c'.
1998-08-20 21:52:38 +00:00
Carsten Schaar
28b4e6c672 New file. 1998-08-20 08:58:45 +00:00
Tom Tromey
c19653dcd0 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.
1998-08-14 01:22:43 +00:00
Daniel Veillard
b326db9d6b Removed config.h introduced inadvertandly, Daniel. 1998-08-13 04:45:11 +00:00
Daniel Veillard
845664df7c Applied a small patch on numeric entities parsing from Christopher Blizzard, Daniel 1998-08-13 04:43:19 +00:00
Daniel Veillard
260a68fd34 Release 0.2, 80% rewrite, nothing left intact ... Daniel 1998-08-13 03:39:55 +00:00
Sebastian Wilhelmi
a65771c1ca .cvsignore update 1998-08-07 08:45:44 +00:00
Sebastian Wilhelmi
a44c8a43ee cpp is now searched for with AC_PROG_CPP. 1998-08-07 08:38:58 +00:00
Christopher Blizzard
a36749e073 Add .deps dir
1998-07-30  Christopher Blizzard  <blizzard@appliedtheory.com>

        * .cvsignore: Add .deps dir
1998-07-30 21:47:18 +00:00
Daniel Veillard
f8015fac7a changed the memory allocation scheme for name in xmlNewNode, Daniel. 1998-07-26 21:31:38 +00:00
Daniel Veillard
fe9260038a Corrected errors in infos, patched the Makefile.am, Daniel. 1998-07-26 04:28:20 +00:00
Daniel Veillard
f335be0361 Removed a warning message by lack of $CPP, Daniel. 1998-07-26 04:15:56 +00:00
Daniel Veillard
0dc897e928 *** empty log message *** 1998-07-26 04:12:22 +00:00
Christopher Blizzard
b7e2badf8e )
* We're compiling gnome-xml, not GLIB. :)
1998-07-24 20:09:58 +00:00
Daniel Veillard
36169f8ba2 Added autoconf/automake files, Daniel. 1998-07-24 19:30:47 +00:00
Daniel Veillard
10d91d13f1 Ooops forgot the .cvs ignore, Daniel. 1998-07-24 19:24:40 +00:00
Daniel Veillard
01791d57d6 Added the XML code developped at W3C, Daniel. 1998-07-24 19:24:09 +00:00