summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev()jan.nijtmans2021-03-151-6/+32
|\
| * Merge 8.7jan.nijtmans2021-02-151-5/+14
| |\
| * \ Merge 8.7jan.nijtmans2020-12-161-1/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-12-131-1/+1
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2020-12-041-6/+6
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-11-111-0/+22
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7jan.nijtmans2020-11-051-1/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-141-6/+6
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge 8.7jan.nijtmans2020-05-221-0/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add function Tcl_UniCharFold(). It's the same as Tcl_UniCharToLower() for now, but that will change.
| * \ \ \ \ \ \ Merge 8.7. Further progress with TIP implementation.jan.nijtmans2020-05-131-4/+5
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-3/+31
| |/ / / / / /
* | | | | | | Merge 8.6jan.nijtmans2021-03-041-0/+3
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-041-1/+9
| |\ \ \ \ \ \ \
| | * | | | | | | Add some more unused entries to the stub table, keeping up with the table ↵jan.nijtmans2021-03-041-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | size increase of higher Tcl versions
| | * | | | | | | Clean-up some unnecessary spacing.jan.nijtmans2020-04-171-1/+1
| | | | | | | | |
* | | | | | | | | Fix "make checkstubs": A few more MODULE_SCOPE libtommath functionsjan.nijtmans2021-02-241-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> ↵jan.nijtmans2021-01-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_MacOSXNotifierAddRunLoopMode
* | | | | | | | Rebase to core-8-branchjan.nijtmans2021-01-221-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ rebasejan.nijtmans2013-07-091-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098]jan.nijtmans2013-06-281-0/+2
| |/ / / / / / / /
* | | | | | | | | Add mp_unpack() to the libtommath stub table, so this function is available ↵jan.nijtmans2021-01-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to extensions (and to Tcl itself, but not used yet)
* | | | | | | | | Merge 8.7jan.nijtmans2020-12-171-3/+5
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge 8.7jan.nijtmans2020-12-161-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.6jan.nijtmans2020-12-141-1/+1
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Fix C:\test\tcl8.6.11_rc0\win\..\generic\tclStubInit.c(107) : warning C4761:jan.nijtmans2020-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integral size mismatch in argument; Only happening on 32-bit Windows
| | * | | | | | Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fix some more warnings, discovered in c20/c++20 mode
* | | | | | | | Merge 8.7jan.nijtmans2020-12-111-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-1/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | | | | | Merge 8.7jan.nijtmans2020-11-251-78/+390
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages ↵jan.nijtmans2020-11-061-0/+22
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | | functions, since they turn out to be useless. The can be removed in 9.0
| * | | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵jan.nijtmans2020-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj)
| * | | | | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-3/+3
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.6jan.nijtmans2020-08-111-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵jan.nijtmans2020-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | size_t or int
| | * | | | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup.jan.nijtmans2020-04-161-2/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ↵jan.nijtmans2020-04-161-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used in any test-cases yet, but could be used in extensions for testing. Backported from 8.6. New test commands "testbytestring" and "teststringbytes". Also backported from 8.6. Not used in any test-cases yet.
| | | * | | Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so ↵jan.nijtmans2020-03-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generate those in the tables too. Add one reserved stub entry (Backported from 8.6)
| * | | | | Rename (internal) TclSetSlaveCancelFlags() to TclSetChildCancelFlags(). ↵jan.nijtmans2020-07-171-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | Follow-up for [e5ea53f27a391285].
| * | | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internaldgp2020-04-011-1/+2
| | | | | | | | | | | | | | | stubs to make that work.
| * | | | Merge 8.6jan.nijtmans2020-03-311-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix (harmess) gcc warning, noted on Ubuntujan.nijtmans2020-03-311-1/+1
| | | | |
| * | | | Merge 8.6jan.nijtmans2020-03-251-17/+12
| |\ \ \ \ | | |/ / /
| | * | | Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ↵jan.nijtmans2020-03-251-19/+14
| | | | | | | | | | | | | | | | | | | | same entry from win32. Can be simplified further in 8.7/9.0.
| * | | | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove ↵jan.nijtmans2020-03-241-7/+18
| |\ \ \ \ | | |/ / / | | | | | | | | | | Tcl_MacOSXOpenBundleResources() completely
| | * | | Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same ↵jan.nijtmans2020-03-241-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | functions as for win32. Not used in 8.6 yet. This is a step on the way, making the TclIntPlatDecls stub table the same for all platforms in 9.0
| | * | | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() ↵jan.nijtmans2020-03-151-1/+2
| | | | | | | | | | | | | | | | | | | | in Tcl 8.7.
| * | | | More TCL_UNUSEDdgp2020-03-091-2/+2
| | | | |
| * | | | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-0/+3
| |\ \ \ \
| | * \ \ \ Deprecate Tcl_Close() stub entry as welljan.nijtmans2020-02-021-0/+1
| | |\ \ \ \
| | * | | | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and ↵jan.nijtmans2020-01-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | wideSeekProc for all internal channel types.