summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-04-081-6/+6
|\
| * TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-6/+6
* | Merge 8.7jan.nijtmans2021-04-061-5/+5
|\ \ | |/
| * Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo...jan.nijtmans2021-04-041-5/+5
* | Merge 8.7jan.nijtmans2021-03-281-2/+2
|\ \ | |/
| * Merge 8.6jan.nijtmans2021-03-191-2/+2
| |\
| | * Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-2/+2
* | | Merge 8.7jan.nijtmans2021-03-171-24/+36
|\ \ \ | |/ /
| * | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev()jan.nijtmans2021-03-151-25/+35
| |\ \
| | * \ Merge 8.7jan.nijtmans2021-02-151-27/+80
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2020-11-051-5/+0
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2020-10-141-27/+29
| | |\ \ \ \ | | | |/ / /
| | * | | | Merge 8.7jan.nijtmans2020-05-221-0/+5
| | |\ \ \ \
| | * | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-15/+36
| | |/ / / /
* | | | | | TIP #597 implementation: "string is unicode" and new wtf-8 encodingjan.nijtmans2021-03-101-5/+8
|/ / / / /
* | | | | Merge 8.6jan.nijtmans2021-03-041-0/+12
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-3/+24
| |\ \ \
| | * | | Add some more unused entries to the stub table, keeping up with the table siz...jan.nijtmans2021-03-041-3/+24
| | * | | Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate...jan.nijtmans2020-03-171-3/+6
| * | | | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-18/+17
* | | | | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same as...jan.nijtmans2021-01-251-0/+3
* | | | | Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is definedjan.nijtmans2021-01-251-5/+9
* | | | | TIP #481 implementation: Tcl_GetStringFromObj() with size_t length parameterjan.nijtmans2021-01-111-2/+48
|\ \ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-12-171-9/+15
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge 8.7jan.nijtmans2020-12-111-18/+18
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7jan.nijtmans2020-11-251-98/+243
| |\ \ \ \ \ | | |/ / / /
| * | | | | Remove the Tcl_GetValue() functionality. This can always be developed separatelyjan.nijtmans2020-11-251-28/+3
| * | | | | Merge 8.7jan.nijtmans2018-10-111-2/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2018-10-091-0/+2
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Re-base to 8.7jan.nijtmans2018-10-081-2/+58
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge 8.7. Also provide a new function for handling ByteArraysjan.nijtmans2018-08-141-185/+230
| | |\ \ \ \ \
| | * | | | | | First implementation of [http://core.tcl.tk/tips/doc/trunk/tip/481.md|TIP #48...jan.nijtmans2017-10-271-0/+52
* | | | | | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-16/+16
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge 8.6jan.nijtmans2020-09-011-12/+11
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
* | | | | | | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-18/+21
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | New TIP #581 implementationjan.nijtmans2020-07-171-0/+3
* | | | | | | Merge 8.6jan.nijtmans2020-07-151-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks.jan.nijtmans2020-07-151-2/+2
* | | | | | Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX ...jan.nijtmans2020-05-011-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() i...jan.nijtmans2020-03-151-3/+6
* | | | | | Fix corner-case in TIP #542 implementation: For extensions compiled with TCL_...jan.nijtmans2020-04-211-0/+6
* | | | | | Don't generate "deprecated" warning for Tcl_Close(), since only the stub entr...jan.nijtmans2020-03-021-3/+2
* | | | | | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-6/+14
|\ \ \ \ \ \
| * | | | | | Oopseejan.nijtmans2020-02-021-1/+1
| * | | | | | Deprecate Tcl_Close() stub entry as welljan.nijtmans2020-02-021-14/+20
| |\ \ \ \ \ \
| * | | | | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-2/+3
| * | | | | | | Merge 8.7jan.nijtmans2020-01-301-5/+0
| |\ \ \ \ \ \ \
| * | | | | | | | Deprecate channel types 1-4jan.nijtmans2020-01-291-2/+8
| |/ / / / / / /
* | | | | | | | Merge 8.7jan.nijtmans2020-02-131-25/+46
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu...jan.nijtmans2020-02-021-12/+12
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |