Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2019-08-26 | 1 | -1/+1 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2019-08-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Correct NUL encoding in documentation | andy | 2019-08-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bug | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ↵ | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | functions could be used in Win32 extensions. | ||||
| * | | Document that the *Backslash parsing functions output maximum 4 bytes, ↵ | jan.nijtmans | 2019-08-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | irrespectable of the TCL_UTF_MAX setting: It could be 4 for the "\Uxxxxxx" construct, but never more. Move <stddef.h> and <locale.h> to tclInt.h, so the can be removed from various other places. | ||||
* | | | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 2 | -9/+25 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2019-08-01 | 2 | -22/+12 |
|\ \ \ | |/ / | |||||
| * | | Simplify documentation, since we have threaded notifier by default now. | jan.nijtmans | 2019-07-31 | 2 | -22/+12 |
| | | | |||||
* | | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not ↵ | jan.nijtmans | 2019-07-07 | 1 | -2/+16 |
|\ \ \ | |/ / | | | | | | | on 9.0 any more | ||||
| * | | Merge 8.6 | jan.nijtmans | 2019-07-05 | 1 | -2/+16 |
| |\ \ | | |/ | |||||
| | * | Tcl_ObjectDeleted was only partially documented. Oops. | dkf | 2019-07-03 | 1 | -2/+16 |
| | | | |||||
* | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 2 | -5/+5 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2019-07-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | unicode -> utf16/ucs2 in documentation | jan.nijtmans | 2019-07-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge tip-547 | jan.nijtmans | 2019-06-26 | 6 | -122/+549 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2019-06-26 | 2 | -88/+88 |
| |\ \ | | |/ | |||||
| * | | TIP 521: Float classification functions | dkf | 2019-06-16 | 3 | -12/+158 |
| |\ \ | |||||
| | * \ | merge 8.7 | dgp | 2019-06-10 | 1 | -6/+32 |
| | |\ \ | |||||
| | * | | | Added docs | dkf | 2019-06-02 | 3 | -12/+158 |
| | | | | | |||||
| * | | | | TIP 461: text comparison operators for [expr] | dkf | 2019-06-15 | 2 | -11/+77 |
| |\ \ \ \ | |||||
| | * \ \ \ | merge core-8-branch | dkf | 2019-06-10 | 1 | -3/+10 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge 8.7 | dgp | 2019-06-10 | 1 | -3/+3 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Tests and docs | dkf | 2019-06-06 | 2 | -17/+109 |
| | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Corrections to definitions of [binary scan] and [binary format]. | dkf | 2019-06-15 | 1 | -160/+342 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | merge more expr doc tweaks | dkf | 2019-06-10 | 1 | -3/+10 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| | | |||||
| | * | | | General improvements to the expr manpage | dkf | 2019-06-10 | 1 | -5/+23 |
| | |\ \ \ | |||||
| | | * | | | General improvements to the expr manpage | dkf | 2019-06-10 | 1 | -15/+65 |
| | | | | | | |||||
| * | | | | | more formatting | dgp | 2019-06-10 | 1 | -0/+2 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Doc formatting and advice about double substitution in expressions. | dgp | 2019-06-10 | 1 | -3/+23 |
| | | | | | |||||
| * | | | | merge 8.6 | dgp | 2019-06-10 | 1 | -3/+7 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | More localized documentation of lazy operators. | dgp | 2019-06-10 | 1 | -2/+7 |
| | | | | |||||
* | | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide ↵ | jan.nijtmans | 2019-06-03 | 2 | -17/+30 |
|/ / / | | | | | | | | | | more flexible replacement functions | ||||
* | | | TIP #544 implementation: Export TclGetIntForIndex() | jan.nijtmans | 2019-05-31 | 1 | -1/+16 |
|\ \ \ | |||||
| * | | | Add documentation, don't overwrite earlier stub entry! | jan.nijtmans | 2019-05-15 | 1 | -1/+16 |
| | | | | |||||
* | | | | TIP 383: [coroinject] and [coroprobe] | dkf | 2019-05-25 | 1 | -9/+97 |
|\ \ \ \ | |||||
| * | | | | Documenting, both internally and in manpage | dkf | 2019-04-28 | 1 | -9/+97 |
| | | | | | |||||
* | | | | | Implement TIP 431: [file tempdir] | dkf | 2019-05-25 | 1 | -0/+30 |
|\ \ \ \ \ | |||||
| * | | | | | Remove misleading comment in nroff source | dkf | 2019-05-17 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Add test for what happens when the directory in the template doesn't exist; ↵ | dkf | 2019-05-17 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | doc it too. | ||||
| * | | | | | merge core-8-branch | dkf | 2019-05-17 | 1 | -4/+4 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | Document it | dkf | 2019-04-30 | 1 | -0/+30 |
| | |/ / / | |/| | | | |||||
* | | | | | merge 8.6 | sebres | 2019-05-24 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||||
| * | | | merge 8.5 | sebres | 2019-05-24 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | fixes typo ("net" instead of outdated term "nett") | sebres | 2019-05-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 8.6 | dgp | 2019-05-11 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | merge 8.5 | dgp | 2019-05-11 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Revised documented advice that made obsolete reference to interp->result. | dgp | 2019-05-11 | 1 | -4/+4 |
| | | |