Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 ↵ | jan.nijtmans | 2016-12-20 | 1 | -1/+1 |
| | | | | (or 9.0) features are needed. (Differences between 8.x and 9.0 are handled by a different stub magic value) | ||||
* | -I${BUILD_DIR}/.. doesn't work when BUILD_DIR != "unix". | jan.nijtmans | 2013-10-15 | 1 | -1/+3 |
| | | | Reported by Matthias Kraft | ||||
* | Fix comment in tclOO.decls: tclOOStubLib.c is not generated by "make genstubs". | jan.nijtmans | 2013-10-14 | 1 | -32/+16 |
| | | | In pkgooa.c, check whether the internal TclOO stub table is initialized correctly as well, some internal simplifications and improved comments. | ||||
* | Allow loading of pkgooa.so in Tcl 8.5 for (regression) test purposes. | jan.nijtmans | 2013-10-13 | 1 | -1/+18 |
| | | | Better error messages in stead of crashes in some (hypothetical) error situations. | ||||
* | Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new ↵ | jan.nijtmans | 2013-10-10 | 1 | -0/+138 |
test-case which makes the problem visible on UNIX as well. |