Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Allow -stride 1. | pspjuth | 2018-01-25 | 1 | -1/+2 | |
| | ||||||
* | merge 8.7 | dgp | 2018-01-25 | 2 | -3/+3 | |
|\ | ||||||
| * | merge core-8-6-branch | jan.nijtmans | 2018-01-24 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Documentation fix: there is no "O" conversion, just "o" for octal. Also, "b" ↵ | jan.nijtmans | 2018-01-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | conversions normally don't produce a sign. | |||||
| * | | merge core-8-branch | jan.nijtmans | 2018-01-12 | 1 | -4/+0 | |
| |\ \ | ||||||
| * \ \ | merge core-8-branch | jan.nijtmans | 2017-11-30 | 3 | -7/+4 | |
| |\ \ \ | ||||||
| * \ \ \ | merge core-8-branch. | jan.nijtmans | 2017-11-23 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | now really remove the math-related functions when compiling with -DTCL_NO_DEPRECATED. Also no longer supply Tcl_Value, Tcl_ValueType and TCL_RESULT_SPACE. | |||||
| * | | | | | Revert [d874801c57]: putting back "string bytelength". It turns out to be ↵ | jan.nijtmans | 2017-11-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | too complicated to take along with the other deprecations in TIP #485 | |||||
| * | | | | | merge core-8-branch. Deprecate support for "string bytelength" | jan.nijtmans | 2017-11-20 | 3 | -5/+5 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
* | | | | | | Doc for lsearch -stride | pspjuth | 2018-01-02 | 1 | -0/+19 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | merge core-8-6-branch | jan.nijtmans | 2017-12-28 | 1 | -4/+0 | |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly ↵ | jan.nijtmans | 2017-12-28 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | when sizeof(Tcl_UniChar) != 2. | |||||
* | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL ↵ | jan.nijtmans | 2017-11-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | chars strangely. Also fix various initializations, which only make a difference when TCL_UTF_MAX == 4. Add new test-cases which demonstrate the fix. For TCL_UTF_MAX == 4, surrogates will now be handled as expected as well when sorting. | |||||
* | | | | merge core-8-6-branch | jan.nijtmans | 2017-11-29 | 3 | -6/+3 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | ||||||
| * | | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ↵ | jan.nijtmans | 2017-11-29 | 3 | -6/+3 | |
| | | | | | | | | | | | | | | | == 4. Also update documentation to distinguish better between "Tcl_UniChar" and "Unicode character": Those are not necessary the same when TCL_UTF_MAX == 4. No change when TCL_UTF_MAX == 4 or TCL_UTF_MAX == 6. | |||||
* | | | merge core-8-6-branch | jan.nijtmans | 2017-11-16 | 2 | -3/+3 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | No longer document (even though it's only in an example) that ↵ | jan.nijtmans | 2017-11-16 | 2 | -3/+3 | |
| |\ | | | | | | | | | | Tcl_SavedResult is a struct, and that the internal representation of an int is stored in the object's internalRep.longValue member. That might no longer be true in the future. | |||||
| | * | No longer document (even though it's only in an example) that ↵ | jan.nijtmans | 2017-11-16 | 2 | -9/+8 | |
| | | | | | | | | | | | | Tcl_SavedResult is a struct, and that the internal representation of an int is stored in the object's internalRep.longValue member. That might no longer be true in the future. | |||||
| | * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Correct longstanding typo in continue man page | andy | 2017-08-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Rewrite the documentation of [regsub -command] so it's not quite such a mess. | dgp | 2017-06-23 | 1 | -10/+12 | |
| | | | ||||||
* | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals | jan.nijtmans | 2017-06-23 | 4 | -6/+12 | |
|\ \ \ | ||||||
| * \ \ | Merge core-8-6-branch. | jan.nijtmans | 2017-06-15 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | | | | | | Fix gcc warning: tclStrToD.c:1180:2: warning: enumeration value ‘ZERO_D’ not handled in switch [-Wswitch] switch (acceptState) { | |||||
| * \ \ \ | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 3 | -4/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | Add support of 0d in the format %# conversion flag. Add tests for same. | griffin | 2017-06-12 | 1 | -7/+9 | |
| | | | | | | ||||||
| | * | | | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 2 | -3/+6 | |
| | | | | | | ||||||
* | | | | | | Implement TIP #473: Allow a Defined Target Namespace in oo::copy | dkf | 2017-06-22 | 1 | -6/+16 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Documentation correction; issue pointed out by DGP. | dkf | 2017-06-22 | 1 | -2/+3 | |
| | | | | | | ||||||
| * | | | | | Rebase for final implementation work | dkf | 2017-06-22 | 1 | -6/+15 | |
| | | | | | | ||||||
| * | | | | | Add test-cases, testing the legacy behavior of "format %#d" | jan.nijtmans | 2017-06-22 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | merge trunk | dkf | 2017-06-22 | 2 | -1/+73 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | merge trunk | dgp | 2017-06-22 | 5 | -8/+6 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. | dkf | 2017-06-14 | 1 | -1/+1 | |
| | |\ \ \ \ \ | | | |/ / / / | ||||||
| | | * | | | | [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. | dkf | 2017-06-14 | 1 | -1/+1 | |
| | | |/ / / | ||||||
| | * | | | | Merge core-8-6-branch. This removes the work currently being done in ↵ | jan.nijtmans | 2017-06-02 | 2 | -151/+2 | |
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | "sebres-8-6-clock-speedup-cr1" branch, but that will be merged again as soon as the work is done. All other changes in "trunk" since then (e.g. the INST_STR_CONCAT1 performance improvement, and the removal of SunOS-4) are retained. | |||||
| | * | | | | merge core-8-6-branch (except: the "timerate" command and the clock ↵ | jan.nijtmans | 2017-05-31 | 1 | -3/+3 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | performance-tests are kept) | |||||
| | | \ \ \ \ | ||||||
| | | \ \ \ \ | ||||||
| | *-. \ \ \ \ | reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk ↵ | sebres | 2017-05-11 | 6 | -9/+156 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | | clock-speedup, 3-way merge) | |||||
| | | | * | | | | reintergrate (merge back) "sebres-8-6-timerate" into "sebres-trunk-timerate" | sebres | 2017-05-11 | 1 | -0/+114 | |
| | | | |\ \ \ \ | | | | | |_|/ / | | | | |/| | | | ||||||
| | | * | | | | | update documentation doc/clock.n: small enhancements and relevant changes of ↵ | sebres | 2017-05-11 | 1 | -2/+37 | |
| | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | new engine. | |||||
| | | * | | | | man for timerate (doc/timerate.n) | sebres | 2017-05-11 | 1 | -0/+114 | |
| | | | |/ / | | | |/| | | ||||||
| * | | | | | Add documentation of [regsub -command]. | dkf | 2017-02-18 | 1 | -0/+72 | |
| |/ / / / | ||||||
* | | | | | Add tests and docs. | dkf | 2017-06-13 | 1 | -0/+15 | |
| |_|/ / |/| | | | ||||||
* | | | | In comments and documentation, distinguish between __int64 (a Microsoft ↵ | jan.nijtmans | 2017-03-29 | 1 | -1/+1 | |
|\ \ \ \ | | |/ / | |/| | | | | | | 64-bit integer type) and int64_t (C99 equivalent) | |||||
| * | | | In comments and documentation, distinguish between __int64 (a Microsoft ↵ | jan.nijtmans | 2017-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | 64-bit integer type) and int64_t (C99 equivalent) | |||||
| * | | | Remove "makefile.bc". Not updated for many-many years, most likely it ↵ | jan.nijtmans | 2017-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-) | |||||
| * | | | s/then/than/ in Eval.3 manpage | bch | 2017-02-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that ↵ | jan.nijtmans | 2017-03-17 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | iPtr->(resultSpace|appendResult|appendAvl|appendUsed) are not used any more. | |||||
* | | | | Fixes to docs made possible by recent HTML rendering fixes for Tk. | dkf | 2017-03-16 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Add back missing significant character | dkf | 2017-03-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix error in formatting in info.n | fvogel | 2017-03-12 | 1 | -1/+1 | |
| |/ / |/| | |