W3C CVS

CVS log for XML/configure.in

[BACK] Up to [Public] / XML

Request diff between arbitrary revisions


Default branch: 1

Revision 1.50 / (download) - annotate - [select for diffs] , Wed Jan 10 14:43:57 2001 UTC (7 years, 4 months ago) by veillard
CVS Tags: HEAD
Changes since 1.49: +1 -1 lines
Diff to previous 1.49 (colored)
nanohttp.c: applied Harry Blundell suggested change for xmlNanoHTTPMethod
            closing stdin on connection error
Daniel

Revision 1.49 / (download) - annotate - [select for diffs] , Mon Nov 13 19:07:36 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_8
Changes since 1.48: +1 -1 lines
Diff to previous 1.48 (colored)
Released 2.2.8, Daniel

Revision 1.48 / (download) - annotate - [select for diffs] , Fri Nov 3 13:45:26 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.47: +16 -0 lines
Diff to previous 1.47 (colored)
Sync'ing couple of fixes and XInclude preliminary work, Daniel

Revision 1.47 / (download) - annotate - [select for diffs] , Tue Oct 31 18:06:57 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.46: +1 -1 lines
Diff to previous 1.46 (colored)
attempt at fixing --with-buffer option, Daniel.

Revision 1.46 / (download) - annotate - [select for diffs] , Wed Oct 25 13:35:51 2000 UTC (7 years, 6 months ago) by veillard
CVS Tags: LIBXML_2_2_6
Changes since 1.45: +1 -1 lines
Diff to previous 1.45 (colored)
- configure.in: release 2.2.6
- xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
  exporting the inner functions of xpath for extension modules
Daniel

Revision 1.45 / (download) - annotate - [select for diffs] , Sat Oct 21 08:11:28 2000 UTC (7 years, 6 months ago) by veillard
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored)
- Export more xpath functions
- fix problem with large buffers
- force body and html close tags emission
Daniel

Revision 1.44 / (download) - annotate - [select for diffs] , Thu Oct 12 12:26:34 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.43: +19 -0 lines
Diff to previous 1.43 (colored)
Fixed xpath variable and functions allocation bug, working on Xpointer, Daniel

Revision 1.43 / (download) - annotate - [select for diffs] , Wed Oct 11 22:08:32 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.42: +2 -0 lines
Diff to previous 1.42 (colored)
No shared libs here, thanks, Daniel

Revision 1.42 / (download) - annotate - [select for diffs] , Wed Oct 11 17:36:46 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.41: +220 -62 lines
Diff to previous 1.41 (colored)
Added Albert Chin-A-Young <china@thewrittenword.com> patch for socklen_t
detection, switched W3C CVS base environement to Gnome's automake one, Daniel.

Revision 1.41 / (download) - annotate - [select for diffs] , Wed Oct 11 08:52:01 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.40: +6 -10 lines
Diff to previous 1.40 (colored)
Updated HTML results, daniel.

Revision 1.40 / (download) - annotate - [select for diffs] , Tue Oct 3 17:53:26 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.39: +19 -0 lines
Diff to previous 1.39 (colored)
Started adding XPointer, won't link !!! Daniel.

Revision 1.39 / (download) - annotate - [select for diffs] , Sun Oct 1 20:29:37 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.38: +1 -1 lines
Diff to previous 1.38 (colored)
- configure.in: releasing 2.2.4
- parser.[ch]: added xmlStrEqual()
- HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
  tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
  use xmlStrEqual instead
- TODO: updated
Daniel

Revision 1.38 / (download) - annotate - [select for diffs] , Sun Sep 17 23:17:12 2000 UTC (7 years, 7 months ago) by veillard
Changes since 1.37: +1 -1 lines
Diff to previous 1.37 (colored)
Got 2 patches for 2.2.3:
Applied Denis Barbier <barbier@imacs.polytechnique.fr> patches on memset
Applied Wayne Davison <wayned@blorf.net> patch for UTF8 characters in HTML
tag-attribute values.
Daniel

Revision 1.37 / (download) - annotate - [select for diffs] , Tue Aug 29 23:37:07 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.36: +15 -0 lines
Diff to previous 1.36 (colored)
Played with docbook, this may never end-up in a libxml release, Daniel

Revision 1.36 / (download) - annotate - [select for diffs] , Sun Aug 20 14:34:47 2000 UTC (7 years, 8 months ago) by veillard
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 (colored)
2 small cleanup FTP/HTTP, added man pages, Daniel.

Revision 1.35 / (download) - annotate - [select for diffs] , Wed Jul 26 01:52:03 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.34: +1 -1 lines
Diff to previous 1.34 (colored)
Fixed external entities URI computation, cleanup, added examples, Daniel.

Revision 1.34 / (download) - annotate - [select for diffs] , Fri Jul 21 23:26:05 2000 UTC (7 years, 9 months ago) by veillard
CVS Tags: LIBXML_2_2_1
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 (colored)
Releasing 2.2.1, Daniel.

Revision 1.33 / (download) - annotate - [select for diffs] , Fri Jul 21 19:12:07 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.32: +1 -1 lines
Diff to previous 1.32 (colored)
Fixed the problem of encoding support and xmlParseMemory(), daniel

Revision 1.32 / (download) - annotate - [select for diffs] , Wed Jul 19 21:23:56 2000 UTC (7 years, 9 months ago) by veillard
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored)
Fixed a stupid bug in the routine to override memory functions, Daniel.

Revision 1.31 / (download) - annotate - [select for diffs] , Fri Jun 30 17:56:07 2000 UTC (7 years, 10 months ago) by daniel
CVS Tags: LIBXML_2_1_1
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 (colored)
Attempt at better SAXification of HTML parser

Revision 1.30 / (download) - annotate - [select for diffs] , Wed May 3 13:45:42 2000 UTC (8 years ago) by daniel
CVS Tags: LIBXML_2_1_0
Changes since 1.29: +6 -7 lines
Diff to previous 1.29 (colored)
Added japanes section to regression tests, bumped version to 2.1, Daniel.

Revision 1.29 / (download) - annotate - [select for diffs] , Sun Apr 30 09:10:18 2000 UTC (8 years ago) by daniel
Changes since 1.28: +16 -0 lines
Diff to previous 1.28 (colored)
Worked on iconv() encoding conversion, some cleanup too, Daniel

Revision 1.28 / (download) - annotate - [select for diffs] , Mon Apr 3 18:45:48 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.27: +89 -11 lines
Diff to previous 1.27 (colored)
Work done on flignt ot Boston and w.e. ready for 2.0.0, Daniel

Revision 1.27 / (download) - annotate - [select for diffs] , Sat Mar 18 15:26:35 2000 UTC (8 years, 1 month ago) by daniel
Changes since 1.26: +5 -0 lines
Diff to previous 1.26 (colored)
Allowing overloading of all the memory allocation functions, Daniel

Revision 1.26 / (download) - annotate - [select for diffs] , Sat Mar 4 16:54:07 2000 UTC (8 years, 2 months ago) by daniel
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)
added an URL field for documents, started to look at URI/bases,
couple of minor signature changes, Daniel

Revision 1.25 / (download) - annotate - [select for diffs] , Mon Jan 31 18:01:04 2000 UTC (8 years, 3 months ago) by daniel
CVS Tags: COMPAT_1_0
Changes since 1.24: +1 -1 lines
Diff to previous 1.24 (colored)
Version 6 for MIRCO, Daniel

Revision 1.24 / (download) - annotate - [select for diffs] , Tue Jan 25 19:40:33 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)
Added minimal FTP implementation, Daniel.

Revision 1.23 / (download) - annotate - [select for diffs] , Fri Jan 21 12:32:19 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 (colored)
Release 1.8.5, Daniel

Revision 1.22 / (download) - annotate - [select for diffs] , Mon Jan 17 16:03:17 2000 UTC (8 years, 3 months ago) by daniel
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (colored)
Patch from Rune.Djurhuus@fast.no on xmlGetProp(), Daniel

Revision 1.21 / (download) - annotate - [select for diffs] , Sun Jan 9 22:41:08 2000 UTC (8 years, 4 months ago) by daniel
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 (colored)
Added a fragment creation function, Daniel

Revision 1.20 / (download) - annotate - [select for diffs] , Tue Dec 28 15:31:14 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.19: +5 -0 lines
Diff to previous 1.19 (colored)
Work done during hollidays:
  - push parsing
  - XML shell
  - XPath debug
Lots of bug fixes and cleanup too,
Daniel

Revision 1.19 / (download) - annotate - [select for diffs] , Tue Dec 21 17:53:00 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 (colored)
Tried to integrate WIN32 patches from pj@walter-graphtek.com, Daniel.

Revision 1.18 / (download) - annotate - [select for diffs] , Tue Dec 21 16:19:16 1999 UTC (8 years, 4 months ago) by daniel
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)
- result/HTML/*.htm*: Updated the HTML examples regression tests output
- SAX.c tree.c: fixed bug on defaulting namespaces on attributes
- debugXML.c: fixed a bug on printing default namespaces.
- HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
- parser.c: fixed a stupid = vs. == bug
Daniel

Revision 1.17 / (download) - annotate - [select for diffs] , Tue Nov 30 19:53:56 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.16: +9 -0 lines
Diff to previous 1.16 (colored)
Changed for  optionnal use of buffer for node content, Daniel.

Revision 1.16 / (download) - annotate - [select for diffs] , Wed Nov 24 17:57:48 1999 UTC (8 years, 5 months ago) by daniel
Changes since 1.15: +7 -0 lines
Diff to previous 1.15 (colored)
Added cleanup routines, cleanup with -pedantic on linux, patch for 3788, Daniel

Revision 1.15 / (download) - annotate - [select for diffs] , Wed Nov 17 17:16:44 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.14: +13 -0 lines
Diff to previous 1.14 (colored)
Added attribute normalization and examples, Daniel.

Revision 1.14 / (download) - annotate - [select for diffs] , Tue Oct 26 08:18:05 1999 UTC (8 years, 6 months ago) by daniel
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 (colored)
Version 1.7.4, Daniel.

Revision 1.13 / (download) - annotate - [select for diffs] , Thu Sep 30 15:43:35 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)
Commited 1.7.3 from GnomeCVS, Daniel.

Revision 1.12 / (download) - annotate - [select for diffs] , Mon Sep 20 12:23:02 1999 UTC (8 years, 7 months ago) by daniel
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored)
Cleanup, added some WebDAV testing, errno on parser, extended nanohttp API, Daniel.

Revision 1.11 / (download) - annotate - [select for diffs] , Fri Sep 17 12:15:29 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.10: +5 -0 lines
Diff to previous 1.10 (colored)
Added net libs checks, Daniel

Revision 1.10 / (download) - annotate - [select for diffs] , Fri Sep 17 12:08:23 1999 UTC (8 years, 8 months ago) by daniel
Changes since 1.9: +2 -0 lines
Diff to previous 1.9 (colored)
Cleanup on includes, defines, etc ... Daniel

Revision 1.9 / (download) - annotate - [select for diffs] , Tue Aug 10 15:36:58 1999 UTC (8 years, 9 months ago) by daniel
CVS Tags: LIBXML_1_5_0
Changes since 1.8: +4 -0 lines
Diff to previous 1.8 (colored)
Added libunicode detection, xpath patches, a bit of i18n, Daniel

Revision 1.8 / (download) - annotate - [select for diffs] , Thu Aug 5 09:42:03 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)
Big progresses on the validating front, DIA doc validates, Daniel

Revision 1.7 / (download) - annotate - [select for diffs] , Wed Aug 4 10:11:42 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)
Removed a bug in attributes data generation, attribute decl printing,
more progress on DtD validation, isnan and isinf workarounds, Daniel.

Revision 1.6 / (download) - annotate - [select for diffs] , Mon Aug 2 16:45:50 1999 UTC (8 years, 9 months ago) by daniel
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)
First steps toward adding the validation code, Daniel

Revision 1.5 / (download) - annotate - [select for diffs] , Mon Jul 12 23:49:42 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)
Trying to lower the number ot TODOs in xpath, Daniel.

Revision 1.4 / (download) - annotate - [select for diffs] , Wed Jul 7 09:16:19 1999 UTC (8 years, 10 months ago) by daniel
Changes since 1.3: +14 -0 lines
Diff to previous 1.3 (colored)
Adding HTML support, testcases, and updates from bugs.gnome.org, Daniel

Revision 1.3 / (download) - annotate - [select for diffs] , Tue Jul 14 00:23:49 1998 UTC (9 years, 10 months ago) by daniel
CVS Tags: RPM_1_0, LIB_XML_1_1
Changes since 1.2: +7 -1 lines
Diff to previous 1.2 (colored)
Added automatic support for compressed files, updated the tests for
the new XML and namespace syntax, Daniel.

Revision 1.2 / (download) - annotate - [select for diffs] , Fri Jun 12 00:15:56 1998 UTC (9 years, 11 months ago) by veillard
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)
Started cleaning the Makefile/autoconf mess, Daniel.

Revision 1.1 / (download) - annotate - [select for diffs] , Fri Jun 5 05:29:25 1998 UTC (9 years, 11 months ago) by veillard
Diff
Set-up an independant configuration process, Daniel.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster