File: CHANGES

package info (click to toggle)
coccinella 0.96.20-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,180 kB
  • sloc: tcl: 124,744; xml: 206; makefile: 66; sh: 62
file content (26 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (4)
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
CHANGES
-------

(2002-02-15) by Mats Bengtsson  (matben@users.sourceforge.net)

Fixes mainly to make the -final 0 option work.
Only for *8.1* files.

 - Added the -statevariable to ::sgml::parseEvent call;
   initialization fix in parseEvent

 - Added the -statevariable to ::sgml::tokenise call to handle cases
   with chopped off xml at arbitrary places; added the 'leftover'
   array element to 'parse'

 - Now also takes the first four elements of tokenised for parsing in
   ::sgml::parseEvent, see comments there

 - Added error checking in xml::tclparser::configure

 - Added call to xml::tclparser::configure from xml::tclparser::parse

 - Added one-word error description to all -errorcommand calls, and
   fixed all list structures

 - Added return -code etc. to ElementClose similar to ElementOpen