summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-03-191-1/+1
|\
| * Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-1/+1
* | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev()jan.nijtmans2021-03-151-4/+12
|\ \
| * \ Merge 8.7jan.nijtmans2021-02-151-11/+25
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-12-041-3/+3
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-11-051-3/+0
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-10-141-8/+8
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7jan.nijtmans2020-05-221-0/+3
| |\ \ \ \ \
| * | | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-3/+14
| |/ / / / /
* | | | | | Merge 8.6jan.nijtmans2021-03-041-0/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-1/+5
| |\ \ \ \ \
| | * | | | | Add some more unused entries to the stub table, keeping up with the table siz...jan.nijtmans2021-03-041-1/+6
| | * | | | | Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate...jan.nijtmans2020-03-171-1/+4
* | | | | | | Merge 8.6jan.nijtmans2021-03-021-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-271-3/+3
| * | | | | | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-7/+7
* | | | | | | Fix "make checkstubs": A few more MODULE_SCOPE libtommath functionsjan.nijtmans2021-02-241-0/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Rebase to core-8-branchjan.nijtmans2021-01-221-0/+3
|\ \ \ \ \ \
| * | | | | | Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098]jan.nijtmans2013-06-281-0/+3
* | | | | | | TIP #481 implementation: Tcl_GetStringFromObj() with size_t length parameterjan.nijtmans2021-01-111-0/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-171-3/+3
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge 8.7jan.nijtmans2020-12-111-3/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Merge 8.7jan.nijtmans2020-11-251-40/+112
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Remove the Tcl_GetValue() functionality. This can always be developed separatelyjan.nijtmans2020-11-251-4/+0
| * | | | | | | Merge 8.7jan.nijtmans2018-10-111-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Re-base to 8.7jan.nijtmans2018-10-081-0/+15
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Merge 8.7. Also provide a new function for handling ByteArraysjan.nijtmans2018-08-141-87/+91
| | |\ \ \ \ \ \ \
| | * | | | | | | | First implementation of [http://core.tcl.tk/tips/doc/trunk/tip/481.md|TIP #48...jan.nijtmans2017-10-271-0/+12
* | | | | | | | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-8/+8
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | More ©-sign consolidationjan.nijtmans2020-11-231-3/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | 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() i...jan.nijtmans2020-03-151-3/+3
* | | | | | | Don't generate "deprecated" warning for Tcl_Close(), since only the stub entr...jan.nijtmans2020-03-021-1/+1
* | | | | | | Deprecate Tcl_Close() stub entry as welljan.nijtmans2020-02-021-7/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu...jan.nijtmans2020-02-021-6/+6
| |\ \ \ \ \ \ \
| | * | | | | | | Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the...jan.nijtmans2020-01-131-6/+6
* | | | | | | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-1/+1
* | | | | | | | | 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, si...jan.nijtmans2020-01-201-3/+3
* | | | | | | | 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
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |