summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Move ArithSeries code to its own files. More bug fixes.griffin2022-08-287-1023/+1061
* sync up with core-8-branchgriffin2022-08-2518-37/+499
|\
| * TIP #627 implementationjan.nijtmans2022-08-237-7/+263
| |\
| | * Fix build error in tclTest.c (conflict with TIP #630). Handled deleteProc cor...jan.nijtmans2022-08-222-21/+18
| | * Merge 8.7jan.nijtmans2022-08-2131-722/+1083
| | |\
| | * \ Merge 8.7jan.nijtmans2022-07-0423-164/+249
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2022-06-2310-334/+312
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2022-06-201-1/+1
| | |\ \ \ \
| | * | | | | indentingjan.nijtmans2022-06-201-5/+5
| | * | | | | Implement Tcl_NRCallObjProc2jan.nijtmans2022-06-194-0/+43
| | * | | | | Merge 8.7jan.nijtmans2022-06-152-1/+11
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-142-4/+16
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-143-143/+147
| | |\ \ \ \ \ \ \
| | * | | | | | | | Doc tweakjan.nijtmans2022-06-091-1/+1
| | * | | | | | | | Merge 8.7jan.nijtmans2022-06-0914-43/+218
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-0613-87/+67
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | TIP #627 implementationjan.nijtmans2022-06-018-182/+447
| * | | | | | | | | | | Merge 8.6jan.nijtmans2022-08-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | Patch (8) from [37108037b9]: Code cleanups to support CHERIjan.nijtmans2022-08-231-1/+1
| | * | | | | | | | | | Add (dummy) stub entries to TclOO (matching TIP #630)jan.nijtmans2022-08-214-44/+56
| | * | | | | | | | | | More type-casts in tclOOMethod.c (backported from 8.7)jan.nijtmans2022-08-211-64/+67
| | * | | | | | | | | | ClientData -> 'void *" in TclOO headersjan.nijtmans2022-08-212-39/+39
| * | | | | | | | | | | TIP #630 implementation: TclOO commands > 2^31jan.nijtmans2022-08-2110-29/+235
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-07-012-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | TclOO version -> 1.3.0jan.nijtmans2022-07-012-4/+4
| | * | | | | | | | | | | | Merge 8.7jan.nijtmans2022-07-015-21/+95
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-2524-407/+390
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | (experimental) TclOO > 2**31 argsjan.nijtmans2022-06-157-3/+135
| | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | Implement support for float (double) values. Add more test coverage.griffin2022-08-244-229/+548
* | | | | | | | | | | | | | | Bug fixesgriffin2022-08-172-28/+10
* | | | | | | | | | | | | | | Implement lrange for arithseries. Code cleanup.griffin2022-08-164-35/+71
* | | | | | | | | | | | | | | sync with core-8-branchgriffin2022-08-143-7/+103
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fix a case of lf not being flushed in certain cases when the crlf sequence ge...max2022-08-041-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix a case of lf not being flushed in certain cases when the crlf sequence ge...max2022-08-041-2/+2
| * | | | | | | | | | | | | | amend for [4eb3a155ac] SF-fix: 8.7 specific implementation and warnings silen...sebres2022-07-292-8/+8
| * | | | | | | | | | | | | | merge 8.6 (apply SF fix)sebres2022-07-292-3/+98
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | fixes [4eb3a155ac] and similar segfaults: reset corresponding bodyPtr->procPt...sebres2022-07-271-2/+15
| | * | | | | | | | | | | | | cherry-pick branch apn-apply-bug (only test without the fix) to 8.6sebres2022-07-271-1/+83
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Fix and test crash using apply when the passed argumentapnadkarni2022-07-221-0/+8
| | | * | | | | | | | | | | | | Added testapplylambda to illustrate bug in apply when the passed argumentapnadkarni2022-07-221-1/+83
| * | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2022-07-281-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | restore FF-char (fossil seems to loss form feed if commits with convertion fr...sebres2022-07-221-258/+129
| | * | | | | | | | | | | | | | EOF seemed to reset INPUT_SAW_CR previously, so do it now explicitely (satisf...sebres2022-07-221-1/+1
| | * | | | | | | | | | | | | | fixes [b3977d199b] - don't reset INPUT_SAW_CR unless the buffer get really tr...sebres2022-07-221-130/+260
* | | | | | | | | | | | | | | | Rename command from "range" to "lseq".griffin2022-08-149-480/+598
* | | | | | | | | | | | | | | | Fix windows build (invalid '&'). Eliminate end-of-line spacingjan.nijtmans2022-07-245-28/+28
* | | | | | | | | | | | | | | | sync up with core-8-brnach.griffin2022-07-2317-636/+717
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2022-07-221-22/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | | | / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | amend to [f3db59139e] (fix [713653b951]) - i386 only, resolve mixed declarati...sebres2022-07-221-21/+24
| * | | | | | | | | | | | | | More TclGetStringFromObj() usagejan.nijtmans2022-07-215-226/+219