summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-9/+11
| | * | | end-of-line spacingjan.nijtmans2019-05-241-1/+1
| | |\ \ \
| | | * | | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, res...sebres2019-05-211-4/+3
| | * | | | Merge 8.5jan.nijtmans2019-05-141-5/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-141-5/+5
* | | | | | Make Tcl_WinUtfToTChar/Tcl_WinTCharToUtf really deprecate in 9.0 (now that no...jan.nijtmans2019-09-251-129/+0
* | | | | | Merge 8.7jan.nijtmans2019-08-151-74/+74
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-91/+91
| | |_|_|/ | |/| | |
* | | | | merge 8.7dkf2019-04-191-20/+9
|\ \ \ \ \ | |/ / / /
| * | | | More efficient version (after feedback from KBK). Better test too.dkf2019-04-051-20/+9
| | |_|/ | |/| |
* | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-60/+49
|\ \ \ \ | |/ / /
| * | | Various tommath/numeric related optimizations:jan.nijtmans2019-03-021-60/+49
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-1/+1
* | | | Merge 8.7jan.nijtmans2019-01-281-7/+1
|\ \ \ \ | |/ / /
| * | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-7/+1
* | | | Merge 8.7jan.nijtmans2019-01-261-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-3/+3
| |\ \ \ | | |/ /
| | * | Rewrite documentation in comments for brevity and clarity.pooryorick2018-02-141-14/+17
| | * | Different solution to silencing the non-useful valgrind alerts.dgp2017-03-131-1/+18
| | * | Silence valgrind complaints from [representation].dgp2017-03-101-0/+1
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-3/+3
* | | | Merge 8.7jan.nijtmans2018-12-121-4/+8
|\ \ \ \ | |/ / /
| * | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-5/+11
* | | | Merge 8.7jan.nijtmans2018-12-111-3/+3
|\ \ \ \ | |/ / /
| * | | If compiled with -DTCL_NO_DEPRECATED, remove the Tcl_SetIntObj/Tcl_SetLongObj...jan.nijtmans2018-12-021-1/+4
* | | | Remove some dead codejan.nijtmans2018-12-021-45/+0
* | | | Merge 8.7 jan.nijtmans2018-11-271-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2018-11-251-0/+3
|\ \ \ \ | |/ / /
| * | | Fix [df6a91b5c616c3dc126cee700e159b997467465]: build failure (ticket fails to...jan.nijtmans2018-11-251-0/+3
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod...jan.nijtmans2018-11-181-6/+6
* | | | Merge 8.7jan.nijtmans2018-11-151-10/+6
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2018-11-061-32/+233
| |\ \ \
| * | | | Draft implementation of TIP 506 - rebased to Tcl 8.7dgp2018-10-271-0/+62
* | | | | Implement TIP 445dgp2018-11-131-24/+396
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | merge 8.7dgp2018-10-181-39/+133
| |\ \ \ \ | | |/ / /
| * | | | merge 8.7dgp2018-05-241-11/+11
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-02-231-4/+8
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-02-091-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2018-02-061-189/+60
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7dgp2018-01-291-0/+8
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7dgp2017-12-191-3/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2017-09-141-3/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-04-061-10/+11
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-03-131-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-02-161-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-02-031-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-02-021-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-271-8/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \