History for test.tcl
2017-10-17
| ||
03:06 | Added start of better "parse_command_line" implementation file: [0ace8ff7f3] check-in: [ee8987ea9d] user: rkeene, branch: better-parse-args, size: 5857 [annotate] [blame] [check-ins using] [diff] | |
2017-10-13
| ||
20:36 | Disabled a test which now does not work file: [27bd9c9018] check-in: [30810bb6d9] user: rkeene, branch: trunk, size: 5453 [annotate] [blame] [check-ins using] [diff] | |
20:34 | Added enough critcl to be handle tcllib file: [63a2456439] check-in: [f6d387c96c] user: rkeene, branch: trunk, size: 5444 [annotate] [blame] [check-ins using] [diff] | |
19:59 | Fixed typo and added test for process_command_line file: [3226475418] check-in: [6641266e0b] user: rkeene, branch: trunk, size: 5278 [annotate] [blame] [check-ins using] [diff] | |
2017-01-08
| ||
06:13 | Added a "tcc4tcl::ccommand" command similar to Critcl file: [bf545477a0] check-in: [d02f5fd83e] user: rkeene, branch: trunk, size: 5091 [annotate] [blame] [check-ins using] [diff] | |
2016-01-25
| ||
18:18 | Added support for a ClientData type file: [da5a97590a] check-in: [633a01c5d6] user: rkeene, branch: trunk, size: 4853 [annotate] [blame] [check-ins using] [diff] | |
2015-02-02
| ||
16:26 | Added more search paths for libcurl file: [8b959926b0] check-in: [ecb174b881] user: rkeene, branch: trunk, size: 4257 [annotate] [blame] [check-ins using] [diff] | |
2014-07-16
| ||
16:26 | Cleaned up some return code handling, and added test for binary blobs file: [6b2efca164] check-in: [1c563bb769] user: rkeene, branch: trunk, size: 4101 [annotate] [blame] [check-ins using] [diff] | |
16:15 | Corrected issue with checking for variables file: [635afa0e0c] check-in: [37f218e272] user: rkeene, branch: trunk, size: 3937 [annotate] [blame] [check-ins using] [diff] | |
14:32 | Updated to include Tcl runtime in lib search path file: [907e91664c] check-in: [9d947ddc1d] user: rkeene, branch: trunk, size: 3825 [annotate] [blame] [check-ins using] [diff] | |
13:41 | Updated to link against stubs library for current version of Tcl file: [7be1937b09] check-in: [15ac59fd14] user: rkeene, branch: trunk, size: 3621 [annotate] [blame] [check-ins using] [diff] | |
04:13 | More work on wrapping Tcl for consumption by C file: [20cd200abf] check-in: [a88c66196a] user: rkeene, branch: trunk, size: 3608 [annotate] [blame] [check-ins using] [diff] | |
04:05 | Updated to support a Tcl_Interp* argument in any position for "proc" file: [98300662c0] check-in: [af858c331d] user: rkeene, branch: trunk, size: 3489 [annotate] [blame] [check-ins using] [diff] | |
03:37 | Added a "proc" sub-command to generate C stubs to call Tcl code file: [6f71a6b9f8] check-in: [e9115a162e] user: rkeene, branch: trunk, size: 3418 [annotate] [blame] [check-ins using] [diff] | |
2014-06-23
| ||
20:31 | Updated to not do curl tests if cross-compiling file: [c0aa27fcc2] check-in: [a6c35050af] user: rkeene, branch: trunk, size: 3197 [annotate] [blame] [check-ins using] [diff] | |
20:02 | Updated to define more things file: [e367198f71] check-in: [b8eb9903c6] user: rkeene, branch: trunk, size: 3123 [annotate] [blame] [check-ins using] [diff] | |
19:46 | Updated to include more detailed CURL test file: [49b187426d] check-in: [aa5e861dc0] user: rkeene, branch: trunk, size: 3101 [annotate] [blame] [check-ins using] [diff] | |
19:37 | Updated to include memory-linking tests on Darwin file: [09314c428a] check-in: [7dafc6aec5] user: rkeene, branch: trunk, size: 2467 [annotate] [blame] [check-ins using] [diff] | |
02:56 | Added "cwrap" subcommand to handle wrapping and creating prototype file: [48b0848394] check-in: [2bc3ec252a] user: rkeene, branch: trunk, size: 2564 [annotate] [blame] [check-ins using] [diff] | |
02:49 | Updated to not perform some tests on Darwin file: [6030390766] check-in: [6d4569b9da] user: rkeene, branch: trunk, size: 2613 [annotate] [blame] [check-ins using] [diff] | |
02:44 | Updated to perform some tests only if we are not cross-compiling file: [9a896e1896] check-in: [0e86072bec] user: rkeene, branch: trunk, size: 2465 [annotate] [blame] [check-ins using] [diff] | |
02:31 | Added test for external files file: [589ff7a7d3] check-in: [628ec5502b] user: rkeene, branch: trunk, size: 2338 [annotate] [blame] [check-ins using] [diff] | |
01:47 | Used more appropriate return value file: [a8f8d47ec7] check-in: [08ca5c9084] user: rkeene, branch: trunk, size: 1949 [annotate] [blame] [check-ins using] [diff] | |
01:40 | Added more tests file: [533a781ff7] check-in: [035bcc0134] user: rkeene, branch: trunk, size: 1947 [annotate] [blame] [check-ins using] [diff] | |
2014-06-22
| ||
23:40 | Added a test using "curl" as a baseline for linking in external functions and libraries file: [cd217a385a] check-in: [2bc3e54e9e] user: rkeene, branch: trunk, size: 1723 [annotate] [blame] [check-ins using] [diff] | |
23:23 | Fixed issues with several subcommands file: [271d570bc1] check-in: [05cac27666] user: rkeene, branch: trunk, size: 1471 [annotate] [blame] [check-ins using] [diff] | |
2014-06-21
| ||
15:43 | Renamed test → test.tcl. Updated to name Test TCL script something other than "test" so it does not conflict with the "test" target in Make file: [790f1d50be] check-in: [ecb01f7ca0] user: rkeene, branch: trunk, size: 1444 [annotate] [blame] [check-ins using] [diff] | |