Some infrastructure work, and of course some debug:
[platform/upstream/libxslt.git] / ChangeLog
1 Wed Jan 17 14:25:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
2
3         * TODO: more stuff
4         * libxslt/transform.c: context position and size in for-each
5         * libxslt/xsltutils[ch] libxslt/makefile.am: added the util module
6           and put Error and Debug routines
7         * libxslt/xslt.c libxslt/transform.c libxslt/pattern.c: switched
8           to use the Debug calls, cleanup
9         * libxslt/xsltproc.c: added -v to enable debug printing
10
11 Tue Jan 16 17:17:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12
13         * TODO: started filling it :-(
14         * libxslt/pattern.c: should now at least compile the full
15           set of patterns authorized. Default priorities added.
16         * libxslt/transform.c: a bit more work and cleanup.
17
18 Mon Jan 15 15:34:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
19
20         * TODO: started adding in there :-(
21
22 Mon Jan 15 15:31:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
23
24         * transform.c, xslt.c, xsltproc.c: lots of fixes, added
25           support of xslt:if and xslt:attribute, need libxml2 interfaces
26           present only in CVS.
27
28 Sat Jan 13 23:26:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
29
30         * test/Makefile.am test/REC*/Makefile.am: added first test
31         * libxslt/pattern.c libxslt/transform.c libxslt/xslt.c:
32           cleanup of nodes at reading of stylesheet, added support
33           for xsl:for-each and fixed a few recursion bugs
34
35 Fri Jan 12 22:33:07 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
36
37         * pattern.c, xslt.c: removed debug
38         * transform.c: added value-of, seems to handle the first
39           REC example correctly
40
41 Fri Jan 12 18:34:01 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
42
43         * transform.c, xsltproc.c: small fight with spaces and formatting
44           may need a revisit later but looks pretty good right now.
45
46 Fri Jan 12 13:43:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
47
48         * transform.c: basic processing in place
49         * xsltInternals.h: exported one xslt.c function
50
51 Thu Jan 11 21:10:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
52
53         * libxslt/transform.[ch] Makefile.am: started adding the
54           transformation module
55         * pattern.[ch] xslt.c: more work...
56
57 Thu Jan 11 14:02:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
58
59         * libxslt/pattern.c: started adding xsltTestCompMatch()
60
61 Wed Jan 10 20:44:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
62
63         * libxslt/pattern.c: more work on parsing selectors
64
65 Wed Jan 10 16:29:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
66
67         * libxslt/xslt*: completeted the structures
68         * libxslt/pattern.[ch]: started adding code to precompile patterns
69           and do the lookup
70         * libxslt/makefile.am: added the new files
71
72 Mon Jan  8 19:55:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
73
74         * libxslt/xslt.c : small cleanup
75         * configure.in libxslt/xsltconfig.h.in: add memory debug and
76           mechanism for compile-time options
77
78 Sun Jan  7 22:53:12 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
79
80         * libxslt/xslt.[ch]: started parsing templates
81
82 Sun Jan  7 19:50:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
83
84         * libxslt/xslt.[ch]: started parsing stylesheet xsl:stylesheet
85
86 Sun Jan  7 16:11:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
87
88         * libxslt/xslt.[ch] libxslt/xsltInternals.h libxslt/xsltproc.c:
89           very early coding
90
91 Sun Jan  7 15:10:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
92
93         * configure.in Makefile.am AUTHORS NEWS autogen.sh config.h.in
94           libxslt/Makefile.am tests/Makefile.am:
95           Created the library framework, imported it into the GNOME CVS base
96         * INSTALL: added a small instruction file.
97
98 Sun Jan  7 13:51:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
99
100         * libxslt/xslt.[ch] libxslt/xsltInternals.h libxslt/xsltproc.c:
101           first steps toward building the framework
102
103 Sun Jan  7 12:22:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
104
105         * NOTES: added notes taken while reading the spec.
106
107 Fri Jan  5 11:34:12 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
108
109         * test/REC1 test/REC2: added examples from the XSLT REC
110
111 Fri Jan  5 11:14:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
112
113         * README: basic informations
114         * Changelog: created