summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* It might be that iPtr->result points to an empty string but that iPtr->objRes...jan.nijtmans2012-11-201-1/+1
* ... make it more portablejan.nijtmans2012-11-201-2/+2
* Add checks for the assumtions made in tclStubLib.c, making sure that thosejan.nijtmans2012-11-201-0/+23
* Single stub library can now handle Tcl8 and Tcl9 with different MAGIC valuesjan.nijtmans2012-11-193-14/+72
* eliminate unused variablejan.nijtmans2012-11-191-2/+0
* Remove some undocumented - obsolete - function from the API with 'Old' in the...jan.nijtmans2012-11-196-106/+33
* Better solution for handling errors from Tcl 8.x compiled extensions. Works f...jan.nijtmans2012-11-192-4/+9
* change stub library to detect - and generate a nice error-message - jan.nijtmans2012-11-182-11/+20
|\
| * <i>on-hold at Don Porter's request</i> on_hold_trunkjan.nijtmans2012-11-181-7/+26
| |\
| | * <i>On hold at Don Porter's request</i> on_hold_85jan.nijtmans2012-11-181-7/+26
| | |\
| | | * <i>On-hold at Don Porter's request.</i> on_hold_84jan.nijtmans2012-11-181-6/+27
| | | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-1520-784/+27
| | | * Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-spe...jan.nijtmans2012-11-151-1/+1
| | | * add missing macosx sectionsjan.nijtmans2012-11-153-1/+198
| | | * Remove all the long dead mac entries in tcl*.decls filesjan.nijtmans2012-11-156-523/+67
| | | * 3587242 Missing Tcl_MutexUnlock() call made [testasync create] block.dgp2012-11-141-0/+1
* | | | Burn the bridge back to obsolete [puts] syntax. (Tcl 6?!)dgp2012-11-161-13/+0
* | | | Burn the octal bridges. We're not goin' back.dgp2012-11-164-150/+4
* | | | Tcl_Value is now a synonym for Tcl_Obj !dgp2012-11-161-0/+2
* | | | Remove pre-8.5 interface for custom expr functions.dgp2012-11-166-577/+26
* | | | merge trunkdgp2012-11-162-39/+49
|\ \ \ \ | |/ / /
| * | | 3587651 Fix [info functions] and Tcl_ListMathFuncs().dgp2012-11-162-39/+49
| |\ \ \ | | |/ /
| | * | 3587651 Fix Tcl_ListMathFuncs() by turning it into a call to [info functions]dgp2012-11-161-31/+18
| | * | 3587651 fix [info functions] (Re-implementation in Tcl)dgp2012-11-161-8/+31
| | * | Release branch for Tcl 8.5.13.dgp2012-11-051-2/+2
* | | | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-169-239/+183
|\ \ \ \ | |/ / /
| * | | A few unneeded internal CONST/CONST86'sjan.nijtmans2012-11-161-1/+1
* | | | Merge trunk jan.nijtmans2012-11-1611-153/+41
|\ \ \ \ | |/ / /
| * | | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-157-9/+9
* | | | Abandon support for pre-8.5 bytecode.dgp2012-11-151-133/+1
* | | | Goodbye to [case].dgp2012-11-153-143/+0
* | | | Kill Octal; bump to 9.0a0; make test suite work again.dgp2012-11-153-9/+9
|/ / /
* | | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazyjan.nijtmans2012-11-152-3/+36
|\ \ \
| * \ \ merge trunkjan.nijtmans2012-11-122-2/+2
| |\ \ \
| * \ \ \ merge trunkjan.nijtmans2012-11-091-2/+0
| |\ \ \ \
| * | | | | Finish the TIP #416 implementation as specified (#define's were still missing...jan.nijtmans2012-11-072-2/+10
| * | | | | merge trunkdkf2012-11-0617-426/+2756
| |\ \ \ \ \
| * | | | | | syntax improvement: expect options before the filenamejan.nijtmans2012-10-241-15/+14
| * | | | | | experimental implementation of FRQ-3579001jan.nijtmans2012-10-241-5/+31
* | | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-143-8/+22
| |_|_|/ / / |/| | | | |
* | | | | | re-enable bcc-tailcall, after fixing an infinite loop in the TCL_COMPILE_DEBU...mig2012-11-102-2/+2
| |_|/ / / |/| | | |
* | | | | Remove files and references for long outdated Wise Installer.dgp2012-11-071-2/+0
| |/ / / |/| | |
* | | | Disable bytecompile of [tailcall] until it gets some repair. As is, itdgp2012-11-051-1/+1
* | | | Added bytecode compilation of many Tcl commands, merged from development branch.dkf2012-11-0515-420/+2723
|\ \ \ \
| * | | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunkdkf2012-11-058-36/+451
| * | | | Added compilation of [string last] and improved the compilation of [string ra...dkf2012-11-039-214/+253
| * | | | Added compilation of [info object isa object] (i.e., object verification).dkf2012-11-037-4/+56
| * | | | Added more TclOO introspection bytecodes ([info object class], [info object n...dkf2012-11-027-54/+119
| * | | | Added compilation of [tailcall]. Not a particularly efficient compilation tho...dkf2012-11-017-16/+117
| * | | | Added compilation of [dict create] and [dict merge].dkf2012-11-017-41/+250