summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Make less dependent on UNICODE definitionjan.nijtmans2019-09-181-2/+1
* Merge 8.7jan.nijtmans2019-09-171-0/+80
|\
| * Move testgetencpath/testsetencpath test commands from UNIX-specific to genera...jan.nijtmans2019-09-171-0/+76
* | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-52/+231
|\ \ | |/
* | Merge tip-548jan.nijtmans2019-08-291-0/+21
|\ \ | |/
| * merge 8.6sebres2019-08-271-0/+21
| |\
| | * added tests covering bug [fa6bf38d07]sebres2019-08-271-0/+21
* | | Merge tip-548jan.nijtmans2019-08-151-6/+6
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-08-141-11/+6
| |\ \
| | * | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-021-5/+0
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-6/+6
* | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-5/+0
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-08-011-6/+6
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-5/+0
| | |/ / | |/| |
* | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-6/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2019-07-311-6/+6
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge 8.5jan.nijtmans2019-07-301-6/+6
| | |\
| | | * Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job...jan.nijtmans2019-07-261-6/+6
| | * | end-of-line spacingjan.nijtmans2019-05-241-1/+1
| | |\ \ | | | |/
* | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-33/+32
|/ / /
* | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* | | merge 8.6 (fixed optimization for create/search hash entries with the same keys)sebres2019-05-211-1/+1
|\ \ \ | |/ /
| * | fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysPro...sebres2019-05-211-1/+1
| |\ \ | | |/
| | * comment typodgp2019-05-171-1/+1
| | * Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-3/+3
* | | testlinkarray: fixed cast to pointer from integer (and eliminate warning)sebres2019-05-101-6/+3
* | | merge 8.6dgp2019-05-031-2/+4
|\ \ \ | |/ /
| * | Minor code style cleanup.dkf2019-04-231-2/+4
* | | Style corrections and warning eliminationdkf2019-04-181-3/+7
* | | Import of TIP 312 implementationdkf2019-04-031-0/+120
* | | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-6/+15
* | | Various tommath/numeric related optimizations:jan.nijtmans2019-03-021-3/+1
* | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-2/+2
* | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entr...jan.nijtmans2019-02-091-2/+2
* | | Merge 8.6jan.nijtmans2019-01-131-3/+58
|\ \ \ | |/ /
| * | Slightly simpler test for empty string, still covering all cases. Also prepar...jan.nijtmans2019-01-131-2/+3
| * | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ne...sebres2019-01-111-0/+54
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-13/+13
* | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-231/+226
* | | Implement TIP #512: No stub for Tcl_SetExitProc()jan.nijtmans2018-11-151-0/+4
|\ \ \
| * | | Merge 8.7jan.nijtmans2018-11-021-0/+4
* | | | merge 8.7dgp2018-10-241-2/+2
|\ \ \ \ | |/ / /
| * | | Change PTR2INT and PTR2UINT macros's so they can handle long's and Tcl_WideIn...jan.nijtmans2018-10-211-2/+2
* | | | merge 8.7dgp2018-10-181-2/+24
|\ \ \ \ | |/ / /
| * | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W...jan.nijtmans2018-09-131-2/+2
| * | | Eliminate use of wideBiggerThanInt test constraint, since it's the same as {l...jan.nijtmans2018-09-031-0/+22
| * | | merge 8.6dgp2018-06-261-16/+0
| |\ \ \ | | |/ /
| | * | Use a thread exit handler, and not a custom exit proc for package cleanup.dgp2018-06-261-16/+0
| * | | merge 8.6jan.nijtmans2018-06-251-0/+16
| |\ \ \ | | |/ /
| | * | Add custom exit procedure for tcltests executable.pooryorick2018-06-211-0/+16