Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | rivetcgi 0.5.1.7 |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | 0.5.1.7 |
Files: | files | file ages | folders |
SHA1: |
e81ec0430dbdc60fb14de5aa5bb25dd8 |
User & Date: | rkeene 2014-11-05 19:09:42.958 |
Context
2015-05-23
| ||
01:48 | Updated so that logging works with threads correctly check-in: d1dc76a920 user: rkeene tags: trunk | |
2015-04-06
| ||
17:35 | Added proc-wrappers so global variables aren't passed through Leaf check-in: 8e3b0a8451 user: rkeene tags: proc-wrapper | |
2014-11-05
| ||
19:09 | rivetcgi 0.5.1.7 check-in: e81ec0430d user: rkeene tags: 0.5.1.7, trunk | |
19:03 | Updated to terminate without flushing in flat mode check-in: 83adf92eb7 user: rkeene tags: trunk | |
Changes
Changes to build/makearch.info.
︙ | ︙ | |||
8 9 10 11 12 13 14 | # This lists the name of files that are required to exist REQS="init.tcl" # Version of utility, if empty it will be guessed. # 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. | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # This lists the name of files that are required to exist REQS="init.tcl" # Version of utility, if empty it will be guessed. # 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. VERS="0.5.1.7" # 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 |
︙ | ︙ |