summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 19 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 56b863a..3332bd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,26 @@
+2008-10-03 Donal K. Fellows <dkf@users.sf.net>
+
+ TIP #265 IMPLEMENTATION
+
+ * generic/tclIndexObj.c (Tcl_ParseArgsObjv, PrintUsage):
+ * generic/tcl.h (Tcl_ArgvInfo): Added function for simple parsing of
+ * doc/ParseArgs.3 (new file): optional arguments to commands. Still
+ needs tests and the like. [FRQ 1446696] Note that some of the type
+ signatures are changed a bit from the proposed implementation so that
+ they better reflect codified good practice for argument order.
+
2008-10-02 Andreas Kupries <andreask@activestate.com>
- * tests/info.test (info-23.3): See [SF Bug 2017632]. Updated
- output of the test to handle the NRE-enabled eval and the proper
- propagation of location information through it.
+ * tests/info.test (info-23.3): Updated output of the test to handle
+ the NRE-enabled eval and the proper propagation of location
+ information through it. [Bug 2017632]
- * doc/info.n: Fixed [SF Bug 2134049]. Rephrased the documentation
- of 'info frame' for positive numbers as level argument.
+ * doc/info.n: Rephrased the documentation of 'info frame' for positive
+ numbers as level argument. [Bug 2134049]
- * tests/info.test (info-22.8): Fixed [SF Bug 2129828]. Made
- pattern for file containing tcltest less specific to accept both
- .tcl and .tm variants of the file during matching.
+ * tests/info.test (info-22.8): Made pattern for file containing
+ tcltest less specific to accept both .tcl and .tm variants of the file
+ during matching. [Bug 2129828]
2008-10-02 Don Porter <dgp@users.sourceforge.net>