Overview
Comment: | configure.in tclreadlineSetup.tcl.in |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
067d5184013745c8a1f207623fc4c602 |
User & Date: | johannes@zellner.org on 1999-09-06 09:30:22 |
Other Links: | manifest | tags |
Context
1999-09-06
| ||
12:08 | tclreadlineSetup.tcl.in check-in: c4f34cdde5 user: johannes@zellner.org tags: trunk | |
09:30 | configure.in tclreadlineSetup.tcl.in check-in: 067d518401 user: johannes@zellner.org tags: trunk | |
06:58 | TODO tclreadlineSetup.tcl.in check-in: c7a9a1576d user: johannes@zellner.org tags: trunk, CVS | |
Changes
Modified configure.in from [a0c47e134a] to [b31af07b35].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | # -*- autoconf -*- # FILE: "/diska/home/joze/src/tclreadline/configure.in" |
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + | AC_REVISION($Revision$) AC_INIT(tclreadline.c) TCLREADLINE_MAJOR_VERSION=0 TCLREADLINE_MINOR_VERSION=9 |
︙ |
Modified tclreadlineSetup.tcl.in from [8724f1bf99] to [eb1ce940bb].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | #!/usr/locanl/bin/tclsh # FILE: "/diska/home/joze/src/tclreadline/tclreadlineSetup.tcl.in" |
︙ | |||
1019 1020 1021 1022 1023 1024 1025 | 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 | - | proc InitTclCmds {} { variable known_cmds foreach line { "after option ?arg arg ...?" "append varName ?value value ...?" "array option arrayName ?arg ...?" "bgerror" |
︙ | |||
1133 1134 1135 1136 1137 1138 1139 | 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 | - - + + + - | # # ------------------------------------- # TCL # ------------------------------------- proc complete(append) {text start end line pos mod} { |
︙ | |||
1225 1226 1227 1228 1229 1230 1231 | 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 | - - - + + + + - - - - - - - + + + + + + + + + + - - - - + + + + + + + + + | } } } return "" } proc complete(binary) {text start end line pos mod} { |
︙ |