File: ChangeLog

package info (click to toggle)
xmlindent 0.2.17-4.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 192 kB
  • ctags: 154
  • sloc: ansic: 939; makefile: 96; yacc: 63; xml: 18
file content (257 lines) | stat: -rw-r--r-- 6,757 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
2004-09-17  Pekka Enberg <penberg@iki.fi>

	* Release 0.2.17.

2004-09-07  Pekka Enberg <penberg@iki.fi>

	* New README file.
	* Better usage printout.
	* Support for multiple files in the command line.

2004-03-29  Heikki Orsila <shd@modeemi.cs.tut.fi>

	* Fixed Makefile dependencies.

2004-03-28  Pekka Enberg <penberg@iki.fi>

	* Update BUGS, bump up version, and release 0.2.16.

2004-03-28  Alexander Dupuy <dupuy@sysd.com>

	* Fixed a bug in line wrapping code that caused corrupted output.

2004-02-16  Pekka Enberg <penberg@iki.fi>

	* Released 0.2.15.
	* Updated BUGS. 

2004-02-16  Aubin Paul <debian@outlyer.org>

	* Debian packaging.

2004-02-15  Pekka Enberg <penberg@iki.fi>

	* Released 0.2.14.
	* Added a LICENSE file and standard GPL banner to source files.
	* Added processing instruction parsing (see Section 2.6 of XML 1.0
	  specification). Thanks to Rob Austein <sra@hactrn.net> for the bug
	  report.

2004-02-05  Pekka Enberg <penberg@iki.fi>

	* Bump up version number and re-release 0.2.13.
	* Fix for the doctype section parsing fix. Thanks David for testing. 
	* Release 0.2.13
	* Fix DOCTYPE parsing error that caused corruption in output file.
	  Bug reported by <david@dyn-ns.net>.

2003-09-28  Pekka Enberg <penberg@iki.fi>

	* Release 0.2.12
	* Fix empty element indentation. Thanks to Gabriel C Millerd and Mika
	  Viljanen for the bug reports.

2003-09-26  Pekka Enberg <penberg@iki.fi>

	* Release 0.2.11
	* Fix error in empty element tag indentation that caused corruption
	  in files (spotted by Mika Viljanen).
	* Avoid zero-length files. Thanks to Mika Viljanen for spotting this
	  one!

2003-09-18  Pekka Enberg <penberg@iki.fi>

	* Release 0.2.10
	* Code cleanups
	* Follow indent options for empty element tags too. Thanks to Todd
	  Hammer for pointing out the limitation.

2003-08-09  Pekka Enberg <penberg@iki.fi>

	* Release 0.2.9

2003-08-09  Nicola S. Vitale <nivit@libero.it>

	* Parse attributes with character references properly.

2003-07-08  Pekka Enberg <penberg@iki.fi>

	* Release 0.2.8
	* Minor cleanups to Basile's patch

2003-07-08  Basile Starynkevitch <basile.starynkevitch@cea.fr>

	* Fix compile with Flex 2.5.31

2003-07-02  Pekka Enberg <penberg@iki.fi>

	* Release 0.2.7

2003-06-11  Nicola S. Vitale <nivit@libero.it>

	* Fix incorrect EOF handling.

2003-06-08  Pekka Enberg <penberg@iki.fi>

	* Release 0.2.6
	* Add new command line option '-f' (force newline for elements without
	  children) to fix a bug reported by Paul Campbell.

2003-06-04  Pekka Enberg <penberg@iki.fi>

	* Release 0.2.5
	* Fix bug in parsing attributes scattered across multiple
	  lines.
	* Fix start-tag attribute parsing bug.

2003-05-14  Pekka Enberg <penberg@iki.fi>

	* Fix compile warnings when compiled with '-Wstrict-prototypes'

2003-05-14  Graham Barr <gbarr@pobox.com>

	* Fix too greedy CDATA section parsing

2003-03-10  Pekka Enberg <penberg@iki.fi>

	* Release version 0.2.4
	* Cleanups for automatic newline suppressing code.

2003-03-07  Pekka Enberg <penberg@iki.fi>

	* Reverse meaning of '-n<xx' command line options.
	* Never force newline for elements that do not have child
	  elements.

2003-03-02  Pekka Enberg <penberg@iki.fi>

	* Release version 0.2.3
	* Fix DOCTYPE parsing error that caused problems with DocBook
	  XMLs.

2003-02-26  Pekka Enberg <penberg@iki.fi>
	
	* Fix EOF check on PPC and probably some other non IA-32 platforms
	  as well

2003-02-25  Pekka Enberg <penberg@iki.fi>

	* Makefile fix for Solaris

2003-02-12  Pekka Enberg <penberg@iki.fi>

	* Fix bug in line wrapping that ate whitespace from next line.
	* Add '-nbs' and '-nbe' options.
	* Release version 0.2.2
	* Fix comment parsing bug found by Nicolas Girard.

2003-02-11  Pekka Enberg <penberg@iki.fi>

	* Make it compile with non-ANSI C99 compiliant compiler (thanks
	  to Nicolas Girard for spotting this one)

2003-02-08  Pekka Enberg <penberg@iki.fi>

	* Release version 0.2.1
	* Remove support for forcing newline before tags because it
	  produces too funky results
	* Support line wrapping command line option '-l'

2003-02-06  Pekka Enberg <penberg@iki.fi>

	* Avoid duplicate newlines
	* Eat whitespace after newline

2003-02-03  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.2.0
	* Support forcing newline after and before start and end-tags.
	* Use flex for generating the XML parser. Regressions -c not
	  supported anymore.

2002-10-26  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.9

2002-10-25  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Emit last line even if there was no newline before end of file.

2002-10-04  Peter Bray <pdb_ml@yahoo.com.au>

	* Avoid reallocations for long lines.

2002-10-04  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.8
	* Fix segfault for lines longer than 1024 characters. Thanks to
	  Peter Bray for spotting this one.

2002-10-01  Brett Pemberton <brett@bad-sports.com>

	* RPM spec and Makefile fixes

2002-10-01  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Recognize two character end of line markers.
	* Added overwrite original file command line option -w.

2002-09-29  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.7

2002-09-28  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Add RPM spec file.  
	* Add version printing command line option -v.  
	* Add output filename command line option -o.  
	* Fix eats empty lines.  
	* Release version 0.1.6

2002-09-25  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Use <unistd.h> instead of <getopt.h>.  
	* Add compile, install, and uninstall targets to Makefile.  

2002-09-24  Thomas Fischer <th.fischer@gmx.net>

	* Add man page.  

2002-09-24  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.5
	* Leave CDATA sections alone.  

2002-09-23  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.4
	* Add use tabs command line option.

2002-09-23  Brett Pemberton <brett@bad-sports.com>

	* Break up xmlindent to xmlindent.c and main.c.
	* Parse command line arguments with getopts.

2002-09-21  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.3
	* Better end of line recognizition.  
	* Add leave comments alone command line option -c.  
	* Recognize start-tags beginning with underscore or colon.

2002-09-21  Markus Hjort <Markus.Hjort@hut.fi>

	* Add indent level command line option -i.

2002-09-19  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1.2
	* Fix closed XML tag after XML begin tag caused indent errors.  
	* Release version 0.1.1
	* Recognize XML comments.  
	* Eat leading whitespace.  
	* Remove fixed-size buffer. Recognize begin tags better.

2002-09-18  Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>

	* Release version 0.1