summaryrefslogtreecommitdiffstats
path: root/Lib/json
stat options
Period:
Authors:

Commits per author per week (path 'Lib/json')

AuthorW09 2026W10 2026W11 2026W12 2026Total
Total00000
7ce7 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat
-rw-r--r--ChangeLog13
-rw-r--r--README4
-rw-r--r--generic/tcl.h6
-rw-r--r--library/init.tcl4
-rw-r--r--tools/tcl.wse.in2
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tcl.spec4
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in4
10 files changed, 29 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ed5822..fc39f58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-10-02 Don Porter <dgp@users.sourceforge.net>
+
+ * README: Bump version number to 8.5b2.
+ * generic/tcl.h:
+ * library/init.tcl:
+ * tools/tcl.wse.in:
+ * unix/configure.in:
+ * unix/tcl.spec:
+ * win/configure.in:
+
+ * unix/configure: autoconf (2.59)
+ * win/configure:
+
2007-10-26 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* tools/man2help2.tcl, tools/man2tcl.c: Made some of the tooling code
diff --git a/README b/README