Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebase to 8.7 | jan.nijtmans | 2023-08-30 | 1 | -2/+2 |
|\ | |||||
| * | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -2/+2 |
| |\ | |||||
| | * | Rebase to latest 8.7 | jan.nijtmans | 2023-05-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj() | jan.nijtmans | 2023-08-25 | 1 | -44/+44 |
|\ \ \ | |/ / |/| | | |||||
| * | | Thanks for cherrypicking this change for 8.7. | griffin | 2023-08-22 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | 'Someone versed in the ArithSeries work' has fixed the regressions. The ArithSeries in 8.7 is a precursor one-off of Abstact Lists. | ||||
| * | | The experiment deployment of TclDuplicatePureObj() has been reverted from | dgp | 2023-08-21 | 1 | -6/+4 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the trunk. This branch attempts to prepare a reversion for the core-8-branch also, via a cherrypick and resolution of conflicts. Starting an experiment in one new release to reject it in the next is at best odd. Also, valgrind test runs of core-8-branch show memory leaks with TclDuplicatePureObj() on the stack trace. This checkin shows a clean valgrind run. There are three test failures on this checkin, which I hope someone versed in the ArithSeries work can resolve. They are the tests: lseq-3.14 lseq-4.19 lseq-bug-54329e39c7 merge bug-bc7ddc7944 (revert use of TclDuplicatePureObj) | ||||
* | | Code cleanup for arithSeries, all backported from 9.0 | jan.nijtmans | 2023-07-10 | 1 | -1/+0 |
| | | |||||
* | | Fix ticket [63530267aa] by implementing ticket [e5f06285de] and making ↵ | griffin | 2023-06-28 | 1 | -1/+1 |
| | | | | | | | | additional corrections. | ||||
* | | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 1 | -1/+1 |
| | | |||||
* | | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. ↵ | jan.nijtmans | 2023-05-31 | 1 | -19/+29 |
| | | | | | | | | Backported from 9.0 | ||||
* | | merge core-8-branch | dkf | 2023-05-24 | 1 | -232/+350 |
|\ \ | |/ | |||||
| * | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. ↵ | apnadkarni | 2023-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | See below. For whatever reason, these macros were renamed and moved to tclIO.h post-660. This is inappropriate as those macros deal with *encoding* flags, not *channel* flags and have relevance outside of I/O making their renaming inappropriate. Further putting them in tclIO.h forces inclusion of that header in modules that do not otherwise need that header. | ||||
| * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -3/+3 |
| | | |||||
| * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those ↵ | jan.nijtmans | 2023-03-22 | 1 | -3/+2 |
| | | | | | | | | are not public. Some formatting. | ||||
| * | Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), ↵ | jan.nijtmans | 2023-03-22 | 1 | -4/+0 |
| | | | | | | | | we can simplify. | ||||
| * | Use TclNewIndexObj() in stead of Tcl_NewWideIntObj(), which - actually - ↵ | jan.nijtmans | 2023-03-20 | 1 | -7/+9 |
| | | | | | | | | does the same but better for debugging. | ||||
| * | Move setting of profile in flags parameter to lower level functions in case ↵ | apnadkarni | 2023-02-28 | 1 | -8/+3 |
| | | | | | | | | they are called directly | ||||
| * | Bug [40c61a5d10]. Fix syntax error message. | apnadkarni | 2023-02-24 | 1 | -5/+6 |
| | | |||||
| * | Had forgotten to remove disabled code | apnadkarni | 2023-02-23 | 1 | -52/+0 |
| | | |||||
| * | New signature for Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx ↵ | apnadkarni | 2023-02-23 | 1 | -10/+89 |
| | | | | | | | | as per TIP 656 | ||||
| * | Fix gcc warnings and encoding error message (bug [40c61a5d10]) | apnadkarni | 2023-02-23 | 1 | -1/+1 |
| | | |||||
| * | Fix replace profile handling of truncated surrogates | apnadkarni | 2023-02-20 | 1 | -4/+5 |
| | | |||||
| * | Minor fixes and tests | apnadkarni | 2023-02-12 | 1 | -0/+30 |
| | | |||||
| * | Phase out (almost) STRICT and NOCOMPLAIN flags. | apnadkarni | 2023-02-10 | 1 | -16/+22 |
| | | |||||
| * | Modify encoding C API to use profiles (in progress) | apnadkarni | 2023-02-09 | 1 | -12/+4 |
| | | |||||
| * | Do not have -failindex imply -strict | apnadkarni | 2023-02-09 | 1 | -12/+2 |
| | | |||||
| * | Fix call to EncodingConvertParseOption for decoding | apnadkarni | 2023-02-07 | 1 | -1/+1 |
| | | |||||
| * | Change encoding error options to fconfigure to encoding profiles | apnadkarni | 2023-02-02 | 1 | -1/+1 |
| | | |||||
| * | Use common option parsing for ConvertfromObjCmd. Fix test error messages. | apnadkarni | 2023-02-02 | 1 | -71/+5 |
| | | |||||
| * | Replace encoding -strict etc. with -profile | apnadkarni | 2023-02-02 | 1 | -135/+190 |
| | | |||||
| * | Fix off-by-one error in tclCmdAH.c, with testcases showing that it works now. | jan.nijtmans | 2023-01-27 | 1 | -1/+1 |
| |\ | |||||
| | * | Better error-message for previous commit. Some more code-cleanup, backported ↵ | jan.nijtmans | 2023-01-23 | 1 | -55/+29 |
| | | | | | | | | | | | | from 8.7 | ||||
| * | | Better error-message | jan.nijtmans | 2023-01-20 | 1 | -2/+7 |
| | | | |||||
| * | | New proposal: Allow "-strict" immediately before or after "-failindex var". | jan.nijtmans | 2023-01-19 | 1 | -5/+38 |
| | | | |||||
| * | | Same change for "encoding convertto" | jan.nijtmans | 2023-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | Proposed fix for [a31caff057]: encoding command does not allow -strict to be ↵ | jan.nijtmans | 2023-01-14 | 1 | -3/+3 |
| | | | | | | | | | | | | used with -failindex | ||||
| * | | Add 'interp' argument to some arith functions, for better error-handling | jan.nijtmans | 2022-12-21 | 1 | -1/+2 |
| | | | |||||
| * | | Reduce shimmering: If a conclusion can be drawn about the number of list ↵ | jan.nijtmans | 2022-11-28 | 1 | -2/+4 |
| | | | | | | | | | | | | elements, don't get the elements before the list length is checked | ||||
| * | | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵ | jan.nijtmans | 2022-11-20 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | NO votes expected) | ||||
| * | | TIP #346: Error on Failed String Encodings | jan.nijtmans | 2022-10-08 | 1 | -65/+75 |
| |\ \ | |||||
| | * \ | Merge 8.7 | jan.nijtmans | 2022-10-07 | 1 | -5/+5 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Fix some bugs in lseq | griffin | 2022-10-04 | 1 | -12/+5 |
| | | | | |||||
| * | | | Fix various issues with refCounts. | griffin | 2022-09-30 | 1 | -0/+7 |
| | | | | |||||
| | * | | Merge 8.7 | jan.nijtmans | 2022-09-26 | 1 | -8/+47 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | TIP #594: Modernize "file stat" interface | jan.nijtmans | 2022-09-25 | 1 | -8/+47 |
| |\ \ \ | |||||
| | * | | | TIP #594 implementation: Modernize "file stat" interface | jan.nijtmans | 2022-09-07 | 1 | -8/+47 |
| | | | | | |||||
| | | * | | Rebase to latest 8.7 | jan.nijtmans | 2022-09-22 | 1 | -6/+16 |
| | | |\ \ | | |/ / / | |/| | | | |||||
| | | * | | Merge 8.7 | jan.nijtmans | 2022-09-16 | 1 | -0/+2 |
| | | |\ \ | |||||
| | | * | | | Start TIP #346 implementation: For now only \xC0\x80 | jan.nijtmans | 2022-09-12 | 1 | -6/+16 |
| | |/ / / | |||||
* | | | | | rebase to latest 8.7 | jan.nijtmans | 2022-09-22 | 1 | -1/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | |