summaryrefslogtreecommitdiffstats
path: root/unix/dltest/pkgooa.c
Commit message (Collapse)AuthorAgeFilesLines
* Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 ↵jan.nijtmans2016-12-201-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.nijtmans2013-10-151-1/+3
| | | Reported by Matthias Kraft
* Fix comment in tclOO.decls: tclOOStubLib.c is not generated by "make genstubs". jan.nijtmans2013-10-141-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.nijtmans2013-10-131-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.nijtmans2013-10-101-0/+138
test-case which makes the problem visible on UNIX as well.