diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-09-10 17:08:58 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-09-10 17:08:58 (GMT) |
commit | 4d5d85ec3b978a2fdd3c1beb1107725a3df66803 (patch) | |
tree | cdb8e1b3eb176922d7db94472986ccc2cc317e65 | |
parent | 06e3a349025007800b4377a5924df0a93677dd8e (diff) | |
download | tcl-4d5d85ec3b978a2fdd3c1beb1107725a3df66803.zip tcl-4d5d85ec3b978a2fdd3c1beb1107725a3df66803.tar.gz tcl-4d5d85ec3b978a2fdd3c1beb1107725a3df66803.tar.bz2 |
made [proc] bytecompile a no-op for procs defined with _args_ as
single argument and an empty body. [FQ 451441]
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-09-10 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclProc.c: + * tests/proc.test: made [proc] bytecompile a no-op for procs + defined with _args_ as single argument and an empty body. + [FQ 451441] + 2001-09-09 Mo DeJong <mdejong@users.sourceforge.net> * unix/Makefile.in: |