summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Collapse)AuthorAgeFilesLines
* merge novem. Some more fixes.novem_unversioned_stubjan.nijtmans2013-01-251-19/+19
|\
| * Convert Tcl_GetIndexFromObj implementation to macrojan.nijtmans2013-01-241-19/+19
| |\
* | \ merge trunk. jan.nijtmans2013-01-211-9/+9
|\ \ \ | |/ / | | | rename TclInitStubs to Tcl_InitStubs, so tclStubLibCompat.c is no longer necessary
| * | merge trunkjan.nijtmans2013-01-191-1/+0
| |\ \ | | |/
| * | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-9/+9
| | |
| | |
| | \
| *-. \ merge trunkdgp2013-01-171-0/+1
| |\ \ \ | | | |/
| | | * revert [8abba84224], and make sure that every source file that uses ↵jan.nijtmans2013-01-171-0/+1
| | | |\ | | |/ / | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
| | | * revert [8abba84224], and make sure that every source file that uses ↵jan.nijtmans2013-01-171-0/+1
| | | | | | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h
* | | | merge novemjan.nijtmans2013-01-101-1/+1
|\ \ \ \ | |/ / /
| * | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. jan.nijtmans2013-01-101-1/+1
| | | | | | | | | | | | | | | | Make sure that extensions which are compiled using Tcl version 9.0 alpha/beta headers only run with the exact same Tcl version (9.0a0), so they cannot accidently be used in production. Idea 'stolen' from iTcl 4.0, which did that during alpha/beta Dde/Registry: eliminate usage of some older API, which might be removed/deprecated in the future.
* | | | merge novemjan.nijtmans2012-12-221-3/+3
|\ \ \ \ | |/ / / | | | | remove version number from reg.dll and dde.dll
| * | | remove unnecessary struct names, which only pollute the "struct" namespace ↵jan.nijtmans2012-12-211-3/+3
| |\ \ \ | | | | | | | | | | | | | | | for the compiler.
| | * | | remove unnecessary struct names, which only pollute the "struct" namespace ↵jan.nijtmans2012-08-201-3/+3
| | | | | | | | | | | | | | | | | | | | for te compiler.
* | | | | re-add some things lost in [d70f8a19e4]jan.nijtmans2012-12-141-2/+2
|/ / / /
* | | | Remove all maintenance of a string result in the Interp.dgp2012-11-301-17/+4
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge (selected bits of) novemdgp2012-11-261-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ WIP removing the maintenance of a string result in the Interp.dgp2012-11-171-17/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Still some head-scratching on what to do with tclStubLib.c.
| | * | | | | merge trunkdgp2012-11-161-55/+11
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | merge trunkdgp2012-07-191-1/+66
| | |\ \ \ \ \
| | * \ \ \ \ \ merge trunkdgp2012-04-251-1/+1
| | |\ \ \ \ \ \
| | * | | | | | | Clean version of changes; ifdef-freedkf2012-04-191-28/+2
| | | | | | | | |
| | * | | | | | | Experimental branch where the interp->result field and related are removeddgp2012-04-181-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and all simplifications that makes possible are done. Seems this can at best be a Tcl 9 reform.
* | | | | | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense.dgp2012-11-291-10/+2
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Removed functions marked deprecated or obsolete for a long time: ↵jan.nijtmans2012-11-261-4/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError.
* | | | | | | Remove pre-8.5 interface for custom expr functions.dgp2012-11-161-152/+1
| | | | | | |
* | | | | | | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | A few unneeded internal CONST/CONST86'sjan.nijtmans2012-11-161-1/+1
| | | | | | |
* | | | | | | Kill Octal; bump to 9.0a0; make test suite work again.dgp2012-11-151-2/+2
|/ / / / / /
* | | | | | make tclTest.c compilable against version 2 filesystemsjan.nijtmans2012-10-241-2/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, ↵jan.nijtmans2012-10-241-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | for upwards compatibility with version 2 filesystems
| | * | | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, ↵jan.nijtmans2012-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | for upwards compatibility with version 2 filesystems
* | | | | | fix two minor blunders, introduced by [1fb35ca910]jan.nijtmans2012-08-061-5/+0
| | | | | | | | | | | | | | | | | | Only define _USE_32BIT_TIME_T for Tcl build, and only once.
* | | | | | Reference to correct Bug #number. jan.nijtmans2012-08-061-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | Fix warning in winDde.c, and more test-cases using Unicode characters
| * | | | | Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| | | | | |
| | * | | | backport [e393e41a8d]: Fix several more missing mutex-locks in TestasyncCmdjan.nijtmans2012-07-201-5/+28
| | | | | |
* | | | | | eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT ↵jan.nijtmans2012-07-301-57/+0
| | | | | | | | | | | | | | | | | | | | | | | | environment variable now, which makes "exit" do the same thing.
* | | | | | Fix various test when run outside of the build environment [3549770]jan.nijtmans2012-07-301-2/+14
| | | | | |
* | | | | | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-201-0/+5
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-201-0/+5
| | | | |
| * | | | [Bug 3544685]: Missing mutex-lock in TestasyncCmd since 2011-08-19. ↵ferrieux2012-07-191-0/+3
| | | | | | | | | | | | | | | | | | | | Unbounded gratitude to Stuart Cassoff for spotting it.
* | | | | don't try to run the cpuid test when cpuid is not availablejan.nijtmans2012-05-031-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | don't try to run the cpuid test when cpuid is not availablejan.nijtmans2012-05-031-0/+6
| |\ \ \ \ | | |/ / /
| | * | | don't try to run the cpuid test if cpuid is not availablejan.nijtmans2012-05-031-4/+6
| | | | |
* | | | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+59
|\ \ \ \ \ | |/ / / /
| * | | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+59
| |\ \ \ \ | | |/ / /
| | * | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-2/+68
| | | | | | | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows
* | | | | get rid of _ANSI_ARGS_ and CONSTjan.nijtmans2012-04-261-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
* | | | make some more internal tables constjan.nijtmans2012-04-231-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | make some more internal tables constjan.nijtmans2012-04-231-1/+1
| |\ \ | | |/