summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* TIP 383: [coroinject] and [coroprobe]dkf2019-05-251-13/+272
|\
| * Add to error info when passing an error out of [coroprobe]dkf2019-05-251-0/+4
| * Documenting, both internally and in manpagedkf2019-04-281-35/+74
| * Remove unused variablesdkf2019-04-271-2/+0
| * Implement 383 as two commands for two scenarios: injection and probingdkf2019-04-271-4/+223
* | merge core-8-branchdkf2019-05-171-46/+141
|\ \
| * \ merge 8.6dgp2019-05-031-46/+141
| |\ \ | | |/ | |/|
| | * Added primitive to allow working coroutine deep introspectiondkf2019-04-231-0/+73
| | * Minor code style cleanup.dkf2019-04-231-46/+73
| | * Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-251-1/+1
* | | Testsdkf2019-05-011-0/+1
|/ /
* | Style corrections and warning eliminationdkf2019-04-181-2/+2
* | Implementation of [lremove].dkf2019-03-301-0/+1
* | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-4/+4
* | part of [db95e7a61e] reverted for consistency reasons: unsupported namespace ...sebres2019-03-061-0/+7
* | timerate is supported in 8.7sebres2019-03-051-13/+0
* | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-7/+21
|\ \ | |/
| * merge updated 8.5-timerate branchsebres2019-03-051-7/+20
| |\
| | * regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` i...sebres2019-03-051-7/+20
| | * merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-121-62/+104
| | |\
| | * \ back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-0/+1
| | |\ \
| * | \ \ merge 8.6(.9), conflicts resolvedsergey.brester2019-02-071-120/+187
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-0/+1
| |\ \ \ \
* | | | | | Various tommath/numeric related optimizations:jan.nijtmans2019-03-021-1/+1
* | | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | | | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field.dgp2019-02-251-1/+1
* | | | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-8/+8
* | | | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-1/+1
* | | | | | Better use of Tcl_WideInt in stead of long, sometimesjan.nijtmans2018-12-111-11/+11
* | | | | | Implement TIP 523dkf2018-11-061-0/+1
|\ \ \ \ \ \
| * | | | | | Implement TIP 523, New lpop commandpspjuth2018-10-221-0/+1
* | | | | | | merge 8.7dgp2018-10-181-86/+272
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. I...dkf2018-10-121-1/+0
| * | | | | | TIP #514 implementation: Platform differences in handling int/widejan.nijtmans2018-10-081-25/+5
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2018-09-271-1/+98
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge tip-515 branchjan.nijtmans2018-09-221-2/+2
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge tip-515 (which is pre-requisite for this TIP now)jan.nijtmans2018-09-221-0/+3
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | TCL_NUMBER_WIDE -> TCL_NUMBER_INT. Two test-cases still failingjan.nijtmans2018-09-081-2/+2
| | * | | | | | | | | Merge TIP-515 branch, so part of the corrections in the TIP-514 implementatio...jan.nijtmans2018-09-081-2/+2
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2018-09-051-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Now, restore wide(), but make int() the same as entier(). Add new utility fun...jan.nijtmans2018-08-281-40/+20
| | * | | | | | | | | | | improved reange checking (also for the Tcl 9.0 proposal). Make platform test ...jan.nijtmans2018-08-211-1/+1
| | * | | | | | | | | | | Re-base branch "all-wideint" to core-8-branch. Still WIPjan.nijtmans2018-08-191-44/+3
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Experiment, resolving platform differences at script level. Don't look ...jan.nijtmans2018-08-161-44/+3
| * | | | | | | | | | | | | Centralise the de-fanging of standard ensembles in safe interpreters. Doing i...dkf2018-10-071-2/+156
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Restricted the information made available to safe interpreters a bit.dkf2018-09-271-0/+1
| * | | | | | | | | | | | merge core-8-branchdkf2018-09-271-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Change ULLONG_MAX -> UWIDE_MAX, LLONG_MAX -> WIDE_MAX and LLONG_MIN -> WIDE_M...jan.nijtmans2018-09-221-2/+2
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | merge core-8-branchdkf2018-09-211-50/+12
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | TIP #430 implementationjan.nijtmans2018-09-121-0/+3
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |