summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* TIPs 330 & 336 changes to Tcl 9 Implementationdgp2017-11-0310-657/+77
|\
| * Simplify implementation of Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult...jan.nijtmans2017-10-313-13/+11
| * tidy?dgp2017-10-301-9/+9
| * tidydgp2017-10-302-10/+13
| * tidyingdgp2017-10-306-23/+20
| * Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336.dgp2017-10-309-638/+60
* | TIP 278 Implementationdgp2017-11-031-6/+6
|\ \
| * | Rebase tip-278 branch to workaround CVS conversion woes.dgp2017-10-301-6/+6
| |/
* | TIP 114 Implementationdgp2017-11-035-146/+4
|\ \
| * \ merge trunkdgp2017-10-305-26/+43
| |\ \ | | |/
| * | merge trunkdgp2017-10-273-2/+2
| |\ \
| * | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-235-146/+4
* | | | Bump to 9.0a0dgp2017-11-031-5/+5
* | | | TIP 345 Implementation.dgp2017-11-032-22/+67
|\ \ \ \
| * \ \ \ merge trunkdgp2017-10-305-26/+43
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | merge trunkdgp2017-10-273-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Create new testing command [teststringbytes] to probe the things thatdgp2017-10-261-0/+38
| * | | | Repair Tcl_CreateEncoding(); Modernize [testencoding];dgp2017-10-252-5/+8
| * | | | Extend Tcl_CreateEncoding() to be able to create an encoding withoutdgp2017-10-241-17/+21
| * | | | backout initial commit; need more care.dgp2017-10-231-0/+77
| * | | | Implementation branch for TIP 345: Kill the "identity" encoding.dgp2017-10-231-77/+0
| | |_|/ | |/| |
* | | | merge core-8-6-branchjan.nijtmans2017-11-031-0/+1
|\ \ \ \
| * | | | Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robus...jan.nijtmans2017-11-031-0/+1
* | | | | merge core-8-6-branchjan.nijtmans2017-11-031-5/+13
|\ \ \ \ \ | |/ / / /
| * | | | Better versions of TclGetIntFromObj and TclGetIntForIndexM macro's, which giv...jan.nijtmans2017-11-031-5/+13
| * | | | Cherrypick: [fc1409fc91] Method cloning needs to be careful with body represe...dkf2017-10-241-0/+1
* | | | | Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents()pooryorick2017-11-011-2/+13
| |_|_|/ |/| | |
* | | | merge bug-fc1409fc91.pooryorick2017-10-305-26/+43
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2017-10-305-26/+43
* | | | Change (internal) refCount field from TclRegexp to type size_t: this allows m...jan.nijtmans2017-10-242-2/+1
|/ / /
* | | [fc1409fc91]: TclOO method with non-literal value for body argument causes se...pooryorick2017-10-241-0/+1
| |/ |/|
* | merge core-8-6-branchjan.nijtmans2017-10-231-1/+1
|\ \ | |/
| * Fix [b58e6897034fc5292c9d36ba8099d9a835c98172|b58e689703]: Return value of 'T...jan.nijtmans2017-10-231-1/+1
* | [1a56550e96] Ensure that method list introspection finds methods from mixins ...dkf2017-10-191-19/+56
|\ \ | |/
| * Oops; put the code in the wrong place. Mixins have priority when deciding met...dkf2017-10-191-12/+12
| * Ensure that method list introspection finds methods from mixins in all cases....dkf2017-10-191-19/+56
* | Plug some memleaks.dgp2017-10-132-0/+4
* | Merge latest 'const'ification changes from libtommath (develop branch, will b...jan.nijtmans2017-10-031-5/+5
* | Finish libtommath's constification work. All done (hopefully). And make sure ...jan.nijtmans2017-09-181-4/+4
* | Another round of libtommath const'ification. To be submitted to the libtommat...jan.nijtmans2017-09-181-28/+28
* | Merge libtommath upstream changes (astyle formatting only). No functional cha...jan.nijtmans2017-09-181-78/+78
* | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec...jan.nijtmans2017-09-154-29/+44
* | Move new declarations to more conventional place for tidier merging.dgp2017-09-141-4/+3
* | Remove some unnecessary #if 0 sections. Fix comments and panic messages. No f...jan.nijtmans2017-09-143-92/+4
* | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-1311-101/+86
* | Many 'const' addtions in libtommath where it makes sense. To be submitted bac...jan.nijtmans2017-09-113-100/+113
* | Add some more functions from libtommath for availability within Tcl (mainly t...jan.nijtmans2017-09-084-8/+30
* | Bump to 8.7a2 to distinguish trunk from 8.7a1 release.dgp2017-09-081-2/+2
* | merge trunk; rc1dgp2017-09-071-8/+14
|\ \
| * | Fix use of "long long" (manually) in MSVCjan.nijtmans2017-09-061-8/+14