summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ...sebres2019-07-121-1/+1
|\
| * integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-121-1/+1
| |\
| | * win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur...sebres2019-07-101-1/+1
| | * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-081-1/+1
* | | TIP #544 implementation: Export TclGetIntForIndex()jan.nijtmans2019-05-311-0/+1
* | | Import of TIP 312 implementationdkf2019-04-031-0/+2
* | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-1/+1
|\ \ \ | |/ /
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-1/+1
* | | Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stu...jan.nijtmans2018-11-271-0/+26
* | | merge 8.6dgp2018-11-151-4/+0
|\ \ \ | |/ /
| * | Bump version numbers for 8.6.9 release.dgp2018-10-051-6/+2
* | | Implement TIP #512: No stub for Tcl_SetExitProc()jan.nijtmans2018-11-151-1/+1
|\ \ \
| * | | Merge 8.7jan.nijtmans2018-11-021-1/+1
* | | | merge 8.7dgp2018-11-061-21/+24
|\ \ \ \
| * \ \ \ merge 8.7dgp2018-10-181-2/+12
| |\ \ \ \ | | |/ / /
| * | | | merge 8.7dgp2018-05-241-27/+5
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-05-111-4/+9
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-04-251-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2018-03-301-2/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7dgp2018-03-061-22/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7dgp2018-02-151-23/+19
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-02-061-6/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-01-181-47/+29
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2017-11-091-7/+20
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-09-111-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-09-011-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-211-6/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-111-8/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-291-7/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-131-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-091-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-02-161-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-121-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-12-231-4/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-12-021-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-141-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-121-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-06-281-10/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a type Tcl_ObjIntRep so we can pass intreps as arguments.dgp2016-03-251-20/+24
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Draft implementation of TIP 506 - rebased to Tcl 8.7dgp2018-10-271-27/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return...jan.nijtmans2018-10-061-1/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ...jan.nijtmans2018-09-261-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | merge 8.6jan.nijtmans2018-06-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-27/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | Demonstrate how Tcl can build without TCL_THREADS defined at all (assuming TC...jan.nijtmans2018-05-211-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | merge 8.7dgp2018-04-161-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | merge 8.7dgp2018-03-151-98/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Initial implementation of TIP #491. Not tested yet.jan.nijtmans2017-12-111-0/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |