Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve ↵ | jan.nijtmans | 2021-03-19 | 1 | -1/+1 |
| | | | | documentation, describing better what this argument does. | ||||
* | Merge 8.5. Add unused stub table entries | jan.nijtmans | 2021-03-04 | 1 | -1/+5 |
|\ | |||||
| * | Add some more unused entries to the stub table, keeping up with the table ↵ | jan.nijtmans | 2021-03-04 | 1 | -1/+6 |
| | | | | | | | | size increase of higher Tcl versions | ||||
| * | Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so ↵ | jan.nijtmans | 2020-03-17 | 1 | -1/+4 |
| | | | | | | | | | | generate those in the tables too. Add one reserved stub entry (Backported from 8.6) | ||||
* | | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact". | jan.nijtmans | 2021-01-27 | 1 | -3/+3 |
| | | |||||
* | | TIP #581: Mainly documentation and some testcases | jan.nijtmans | 2020-09-04 | 1 | -7/+7 |
| | | |||||
* | | Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks. | jan.nijtmans | 2020-07-15 | 1 | -1/+1 |
| | | |||||
* | | Little typo | jan.nijtmans | 2020-03-25 | 1 | -1/+1 |
| | | |||||
* | | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() ↵ | jan.nijtmans | 2020-03-15 | 1 | -3/+3 |
| | | | | | | | | in Tcl 8.7. | ||||
* | | Fix documentation, comments, and argument names of Tcl_TransferResult(). | dgp | 2020-01-05 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2019-10-15 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Add more dummy stub-entries, filled with NULL. Stub table size corresponds ↵ | jan.nijtmans | 2019-10-15 | 1 | -1/+1 |
| | | | | | | | | with stub table size for 8.7, encountering NULL entries is better than accessing outside of array bounds. | ||||
* | | Remove some actually dead code | jan.nijtmans | 2018-07-31 | 1 | -0/+4 |
| | | |||||
* | | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be ↵ | jan.nijtmans | 2017-11-13 | 1 | -1/+0 |
|\ \ | |/ | | | | | supported in Tcl 9.0 | ||||
| * | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be ↵ | jan.nijtmans | 2017-11-13 | 1 | -1/+0 |
| | | | | | | | | supported in Tcl 9.0 | ||||
* | | Fix comments at the top of the *.decls files, which are not correct any more ↵ | jan.nijtmans | 2015-11-24 | 1 | -2/+2 |
|\ \ | |/ | | | | | for a long long time | ||||
| * | Fix comments at the top of the *.decls files, which are not correct any more ↵ | jan.nijtmans | 2015-11-24 | 1 | -2/+2 |
| | | | | | | | | for a long long time. | ||||
| * | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no ↵ | jan.nijtmans | 2013-03-28 | 1 | -5/+0 |
| | | | | | | | | longer necessary. | ||||
| * | Add dummy (undocumented) TclCanceled function in stub table (not exported as ↵ | jan.nijtmans | 2013-03-27 | 1 | -0/+5 |
| | | | | | | | | symbol or macro), which always returns TCL_OK. Needed for Tk 8.5.14 when running in Tcl 8.6 for properly clean-up when a (Tcl 8.6) thread is canceled. | ||||
| * | remove unneccessary duplication | jan.nijtmans | 2013-03-27 | 1 | -8/+0 |
| | | |||||
| * | Extend the public stub table with dummy NULL entries, up to the size of the ↵ | jan.nijtmans | 2013-01-07 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | Tcl 8.6 stub tables. This makes it easier to debug extensions which use Tcl 8.6 features but (erroneously) are attempted to be loaded in Tcl 8.5. | ||||
| | * | Extend the public and private stub tables with dummy NULL entries, up to the ↵ | jan.nijtmans | 2013-01-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | size of the Tcl 8.6 stub tables. This makes it easier to debug extensions which use Tcl 8.5/8.6 features but (erroneously) are attempted to be loaded in Tcl 8.4. | ||||
| | * | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 1 | -49/+0 |
| | | | | | | | | | | | | <p>backport genStubs::forAllStubs function, to generate dummy entries for some MAC_TCL entries <p>re-generate all tcl*Decls.h files. | ||||
| | * | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 1 | -3/+3 |
| | | | | | | | | | | | | variables | ||||
* | | | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as ↵ | jan.nijtmans | 2015-10-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | appropriate, as already done with Tcl_Panic() earlier. Fix minor msvc compiler warning in tclWinFile.c | ||||
* | | | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ↵ | jan.nijtmans | 2015-09-22 | 1 | -3/+3 |
| | | | | | | | | | | | | optimizations by the C-compiler. | ||||
* | | | merge trunk | dkf | 2012-05-31 | 1 | -0/+8 |
|\ \ \ | |||||
| * \ \ | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-24 | 1 | -0/+8 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | ||||
| | * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -0/+8 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | ||||
* | | | | merge trunk | dkf | 2012-05-17 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-15 | 1 | -2/+2 |
| |\ \ \ | | |/ / | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table | ||||
| | * | | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-15 | 1 | -2/+2 |
| | |\ \ | | | |/ | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table | ||||
| | | * | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-14 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table, instead let cygwin make use of the win32 stub table | ||||
| | * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -4/+4 |
| | | | | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows | ||||
* | | | | updated C API to be more focused on supporting just some operations | dkf | 2012-05-10 | 1 | -1/+3 |
| | | | | |||||
* | | | | merge trunk | dkf | 2012-04-10 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | cygwin should use SetEnvironmentVariable for windows env | jan.nijtmans | 2012-04-06 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
* | | | | merge trunk | dkf | 2012-04-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | remove some unused cygwin-related code some minor gcc warnings | ||||
| | * | | cleanup tcl.decls (unnecessary "generic" argument) | jan.nijtmans | 2012-04-03 | 1 | -842/+842 |
| | |\ \ | | | |/ | |||||
| | | * | clean-up tcl.decls the same way as tclInt.decls | jan.nijtmans | 2012-04-03 | 1 | -863/+867 |
| | | | | |||||
* | | | | Start of implementation of TIP 400: zlib improvements | dkf | 2012-03-31 | 1 | -0/+4 |
|/ / / | |||||
* | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwin | jan.nijtmans | 2012-03-19 | 1 | -2/+2 |
| | | | |||||
| | * | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 1 | -1/+1 |
| | | | |||||
* | | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -4/+4 |
|\ \ \ | |/ / | | | | Rewritten guts of machinery to produce string rep of lists. [Bug 3173086] | ||||
| * | | Completed patch with mucho comments. Merge 8.5. | dgp | 2011-05-10 | 1 | -4/+4 |
| | | | |||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). |