diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-02-13 22:03:33 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-02-13 22:03:33 (GMT) |
commit | 5b22ab3651ec3142fdb0850737ffe806327489b8 (patch) | |
tree | fae3485bd1470f17d9954eb2fafad8d7cbf4a0d0 /ChangeLog | |
parent | a7beeb8e861f0a22b48f42d0725bd6d1c9dc6f73 (diff) | |
download | tcl-5b22ab3651ec3142fdb0850737ffe806327489b8.zip tcl-5b22ab3651ec3142fdb0850737ffe806327489b8.tar.gz tcl-5b22ab3651ec3142fdb0850737ffe806327489b8.tar.bz2 |
Added language to describe the handling of the end-of-file character
\u001a embedded in a script file. [Bug 685485]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-02-13 Kevin Kenny <kennykb@users.sourceforge.net> + + * doc/tclsh.1: Added language to describe the handling of the + end-of-file character \u001a embedded in a script file. + [Bug 685485] + 2003-02-10 Vince Darley <vincentdarley@users.sourceforge.net> * tests/fileName.test: |