Check-in [215571a61c]
Overview
Comment:tcc4tcl 0.30
Timelines: family | ancestors | descendants | both | trunk | 0.30
Files: files | file ages | folders
SHA1: 215571a61cad9c11d35092755e4eb5ac937f103d
User & Date: rkeene on 2017-10-13 20:37:05.191
Other Links: manifest | tags
Context
2017-10-17
03:07
When compiling with stubs enabled, also define Tcl_InitStubs() check-in: 765a81ec0f user: rkeene tags: trunk
03:06
Added start of better "parse_command_line" implementation Leaf check-in: ee8987ea9d user: rkeene tags: better-parse-args
2017-10-13
20:37
tcc4tcl 0.30 check-in: 215571a61c user: rkeene tags: trunk, 0.30
20:36
Disabled a test which now does not work check-in: 30810bb6d9 user: rkeene tags: trunk
Changes
13
14
15
16
17
18
19
20

21
22
23
24
25
26
27
13
14
15
16
17
18
19

20
21
22
23
24
25
26
27







-
+







# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
#   svn info -R    (or 0)
VERS="0.29"
VERS="0.30"

# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date