Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-22 | Overhaul unit test framework | Steve Bennett | 1 | -8/+4 | |
Much closer to tcltest now, including constraints. Try to get all appropriate tests running under both Jim and Tcl. Signed-off-by: Steve Bennett <steveb@workware.net.au> | |||||
2010-11-17 | Bug fix: [regexp] single braced count was rejected | Steve Bennett | 1 | -0/+4 | |
The form {n} should be considered the same as {n,n} Signed-off-by: Steve Bennett <steveb@workware.net.au> | |||||
2010-11-17 | Add UTF-8 support to regexp | Steve Bennett | 1 | -0/+909 | |
Plus various ARE enhancements and bug fixes Signed-off-by: Steve Bennett <steveb@workware.net.au> |