| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporary fix for [29871ea55c], by not building pkgπ.c by default: Older gcc... | jan.nijtmans | 2021-06-07 | 1 | -2/+2 |
|
|
* | Make pkgua package thread-safe | jan.nijtmans | 2021-05-18 | 1 | -20/+33 |
|
|
* | Merge 8.7 | jan.nijtmans | 2021-05-17 | 1 | -2/+5 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2021-05-17 | 1 | -2/+5 |
| |\ |
|
| | * | Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly. | jan.nijtmans | 2021-05-17 | 7 | -64/+56 |
|
|
* | | | Merge 9.0 | jan.nijtmans | 2021-04-13 | 2 | -16/+120 |
|\ \ \ |
|
| * \ \ | Merge 9.0 | jan.nijtmans | 2021-02-17 | 2 | -4/+4 |
| |\ \ \
| | |/ / |
|
| * | | | Merge 9.0 | jan.nijtmans | 2021-01-15 | 1 | -34/+34 |
| |\ \ \ |
|
| * | | | | © | jan.nijtmans | 2020-12-07 | 8 | -9/+9 |
|
|
| * | | | | Use \u???? syntax in identifiers, to make it work with gcc too | jan.nijtmans | 2020-12-07 | 1 | -4/+4 |
|
|
| * | | | | Add -finput-charset=UTF-8 to CFLAGS | jan.nijtmans | 2020-12-06 | 1 | -1/+1 |
|
|
| * | | | | Add -fextended-identifiers option to unix/dltest makefile | jan.nijtmans | 2020-12-05 | 1 | -1/+1 |
|
|
| * | | | | Merge 9.0 | jan.nijtmans | 2020-12-04 | 8 | -11/+115 |
| |\ \ \ \ |
|
* | \ \ \ \ | Merge 9.0 | jan.nijtmans | 2021-02-17 | 7 | -19/+19 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Lowercase package names are recommended now | jan.nijtmans | 2021-01-28 | 2 | -4/+4 |
| | |_|/ /
| |/| | | |
|
| * | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 7 | -8/+8 |
| | |/ /
| |/| | |
|
| * | | | Vary dltest package names for test purposes | jan.nijtmans | 2020-11-04 | 2 | -6/+6 |
|
|
| * | | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 6 | -9/+9 |
| |/ / |
|
* | | | Finish correct implementation of stubbed TclZipfs_AppHook. Looks like complet... | jan.nijtmans | 2020-10-21 | 2 | -6/+31 |
|
|
* | | | Merge trunk. More simplifications, still WIP | jan.nijtmans | 2020-10-21 | 2 | -16/+33 |
|/ / |
|
* | | Fix (possible) gcc warnings in unix/dltest/*.c | jan.nijtmans | 2020-10-06 | 6 | -1/+31 |
|
|
* | | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. Th... | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
* | | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or... | jan.nijtmans | 2016-12-20 | 6 | -8/+8 |
|
|
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -3/+2 |
|
|
* | | Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anyway | jan.nijtmans | 2016-06-29 | 5 | -51/+10 |
|
|
* | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ... | jan.nijtmans | 2016-06-29 | 1 | -3/+3 |
|/ |
|
* | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate... | jan.nijtmans | 2016-01-18 | 1 | -1/+1 |
|
|
* | -I${BUILD_DIR}/.. doesn't work when BUILD_DIR != "unix". | jan.nijtmans | 2013-10-15 | 2 | -2/+4 |
|
|
* | Fix comment in tclOO.decls: tclOOStubLib.c is not generated by "make genstubs". | jan.nijtmans | 2013-10-14 | 1 | -32/+16 |
|
|
* | Allow loading of pkgooa.so in Tcl 8.5 for (regression) test purposes.
| jan.nijtmans | 2013-10-13 | 1 | -1/+18 |
|
|
* | Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new tes... | jan.nijtmans | 2013-10-10 | 2 | -2/+149 |
|
|
* | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
|\ |
|
| * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
| |\ |
|
| | * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
|
|
* | | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -0/+7 |
| |\ \
| | |/ |
|
| | * | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well | jan.nijtmans | 2013-01-02 | 1 | -0/+7 |
|
|
* | | | Inline compat Tcl_GetDefaultEncodingDir. | jan.nijtmans | 2012-12-21 | 1 | -28/+13 |
|\ \ \
| |/ / |
|
| * | | Make pkgb.so loadable in Tcl 8.4 as well. | jan.nijtmans | 2012-12-21 | 1 | -6/+12 |
| |\ \
| | |/ |
|
| | * | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l... | jan.nijtmans | 2012-12-21 | 1 | -35/+41 |
|
|
* | | | Source compat, rather than stubs compat demo. | dgp | 2012-12-07 | 1 | -6/+13 |
|
|
* | | | add proper runtime-detection to pkgb.so | jan.nijtmans | 2012-12-07 | 1 | -1/+10 |
|
|
* | | | Extended test of [load]ing Tcl 8 compiled extension into Tcl 9 interp. | dgp | 2012-12-07 | 1 | -2/+15 |
|
|
* | | | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 1 | -6/+5 |
|\ \ \
| |/ / |
|
| * | | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 1 | -6/+5 |
| |\ \ |
|
| | * | | do some Tcl_EvalEx, for test-purposes, demonstrating a crash | jan.nijtmans | 2012-12-05 | 1 | -2/+1 |
|
|
| | * | | use Tcl_PkgProvideEx everywhere (again, for testing purposes) | jan.nijtmans | 2012-12-05 | 5 | -8/+8 |
|
|
| | * | | merge trunk | jan.nijtmans | 2012-12-05 | 6 | -8/+8 |
| |/ /
|/| | |
|
* | | | Now that we are no longer on CVS, the .cvsignore files serve no purpose | jan.nijtmans | 2011-03-07 | 1 | -5/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we are no longer on CVS, the .cvsignore files serve no purpose | jan.nijtmans | 2011-03-07 | 1 | -5/+0 |
| |\ \
| | |/ |
|