summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-011-5/+5
|\
* \ Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-5/+5
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-07-151-1/+1
|\ \ | |/
| * Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks.jan.nijtmans2020-07-151-1/+1
| |
* | Merge 8.6jan.nijtmans2020-03-251-1/+1
|\ \ | |/
| * Little typojan.nijtmans2020-03-251-1/+1
| |
| * Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() ↵jan.nijtmans2020-03-151-3/+3
| | | | | | | | in Tcl 8.7.
* | Don't generate "deprecated" warning for Tcl_Close(), since only the stub ↵jan.nijtmans2020-03-021-1/+1
| | | | | | | | entry is deprecated. Will be replaced by macro.
* | Deprecate Tcl_Close() stub entry as welljan.nijtmans2020-02-021-7/+7
|\ \
| * \ Fix conflict between (unpatched) tommath.h and tcl.h. See also ↵jan.nijtmans2020-02-021-6/+6
| |\ \ | | | | | | | | | | | | [https://github.com/libtom/libtommath/pull/473]
| | * | Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in ↵jan.nijtmans2020-01-131-6/+6
| | | | | | | | | | | | | | | | the definition of mp_int. See: [https://github.com/libtom/libtommath/pull/473]
* | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and ↵jan.nijtmans2020-01-311-1/+1
| | | | | | | | | | | | | | | | wideSeekProc for all internal channel types.
* | | | Deprecate channel types 1-4jan.nijtmans2020-01-291-1/+1
|/ / /
* | | Implement TIP 559dgp2020-01-241-1/+1
|\ \ \
| * | | Implement TIP 559 (deprecation part).dgp2020-01-131-1/+1
| |/ /
* | | Don't deprecate Tcl_NewUnicodeObj/Tcl_SetUnicodeObj/Tcl_GetUnicodeFromObj, ↵jan.nijtmans2020-01-201-3/+3
| | | | | | | | | | | | since that's not according to TIP #542. (Those are only deprecated when using TCL_UTF_MAX=4, not in the general case)
* | | Merge 8.7jan.nijtmans2020-01-071-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-01-061-1/+1
| |\ \ | | |/
| | * Fix documentation, comments, and argument names of Tcl_TransferResult().dgp2020-01-051-1/+1
| | |
| | * Merge 8.5jan.nijtmans2019-10-151-0/+4
| | |\
| | | * Add more dummy stub-entries, filled with NULL. Stub table size corresponds ↵jan.nijtmans2019-10-151-1/+1
| | | | | | | | | | | | | | | | with stub table size for 8.7, encountering NULL entries is better than accessing outside of array bounds.
* | | | Merge 8.7jan.nijtmans2019-11-151-2/+1
|\ \ \ \ | |/ / /
| * | | Backout [b5c1404365f53fe0], removing TclFreeObj() is a step too far for 8.7jan.nijtmans2019-11-151-2/+1
| | | |
* | | | Merge 8.7jan.nijtmans2019-09-251-0/+3
|\ \ \ \ | |/ / /
| * | | TIP #548 implementation: Support `wchar_t` conversion functions and ↵jan.nijtmans2019-09-141-3/+16
| |\ \ \ | | | | | | | | | | | | | | | deprecate `Tcl_WinUtfToTChar()` and `Tcl_WinTCharToUtf()`
| * \ \ \ Merge 8.7jan.nijtmans2019-08-141-0/+5
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-05-101-3/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2018-12-081-3/+52
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Bring back Tcl_InitSubsystems to what Tcl_InitSubsystems was: without additional parameters or additional functionality
| * \ \ \ \ \ \ Rebase TIP-414 to TIP-512: If Tcl_SetPanicProc doesn't have a stub entry, it ↵jan.nijtmans2018-10-181-4/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | can take over the function of Tcl_InitSubsystems, just by changing its return value. TIP-512 description still to be adapted accordingly.
* | \ \ \ \ \ \ \ Merge branch tip-548. No longer define addtional stub-entries for functions ↵jan.nijtmans2019-08-121-25/+13
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | that will be removed (because of deprecation) anyway
* | | | | | | | | Merge tip-548jan.nijtmans2019-08-011-3/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Rename UTF-related functions to "WChar" and "Char16" variants, more ↵jan.nijtmans2019-07-111-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | intuitive because they represent wchar_t and char16_t (since C++11) types in modern compilers.
| * | | | | | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-6/+9
| | | | | | | | |
| * | | | | | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide ↵jan.nijtmans2019-06-031-2/+12
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | more flexible replacement functions
* | | | | | | | Merge tip-547jan.nijtmans2019-05-311-1/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Add documentation, don't overwrite earlier stub entry!jan.nijtmans2019-05-151-1/+1
| | | | | | | |
| * | | | | | | TIP #544 implementation. Documentation still missing.jan.nijtmans2019-05-151-0/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | More simplifications, taking deprecations into accountjan.nijtmans2019-05-221-20/+7
| | | | | | |
* | | | | | | More WIP: eliminate all usage of (platform-specific) ↵jan.nijtmans2019-05-221-27/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() to its proposed portable replacements: Tcl_Utf16ToUtfDString()/Tcl_UtfToUtf16DString() This allows for Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() to be declared deprecated.
* | | | | | | Merge 8.7jan.nijtmans2019-05-171-11/+11
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | merge 8.7jan.nijtmans2019-05-101-12/+18
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Docsdkf2019-04-031-1/+1
| | | | | | |
| * | | | | | Import of TIP 312 implementationdkf2019-04-031-0/+6
| | | | | | |
* | | | | | | Merge 8.7jan.nijtmans2019-03-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch()jan.nijtmans2019-03-271-1/+1
| | | | | | |
* | | | | | | Add 4 new encodings, and add documentation.jan.nijtmans2019-03-181-17/+17
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | More WIP. Seems to be *almost* working.jan.nijtmans2019-03-171-29/+45
| | | | | | |
* | | | | | | Merge 8.7jan.nijtmans2019-03-161-18/+38
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | Move up some stub entries related to Tcl_UniChar Use TCL_UTF_MAX=4 for full Unicode in stead of TCL_UTF_MAX=6 (TCL_UTF_MAX: 3 is default)
* | | | | | | Even better support for -DTCL_UTF_MAX=6. Ongoing improvements (TIP being ↵jan.nijtmans2019-03-121-3/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | planned)
* | | | | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub ↵jan.nijtmans2019-02-091-1/+1
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | entry for it. Add -Wpointer-arith warning to CFLAGS