Check-in [df44ccaed5]
Overview
Comment:tcc4tcl version 0.3
Timelines: family | ancestors | descendants | both | trunk | 0.3
Files: files | file ages | folders
SHA1: df44ccaed5effb53a6b357145d3fb4c6f0ee37f5
User & Date: rkeene on 2014-05-04 07:04:08.602
Other Links: manifest | tags
Context
2014-05-04
07:17
Added missing call to free() check-in: 48a9cde717 user: rkeene tags: trunk
07:04
tcc4tcl version 0.3 check-in: df44ccaed5 user: rkeene tags: trunk, 0.3
07:03
Updated to search loaded libraries for symbols on Win32 as we do on UNIX check-in: adeb3bb79b 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.2"
VERS="0.3"

# 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