| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | | | | Convert Tcl_Eval and Tcl_GlobalEval to a macro | jan.nijtmans | 2013-01-17 | 1 | -1/+1 |
|
|
| | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ | |
| | *-. \ \ \ \ \ \ \ \ | merge trunk | dgp | 2013-01-17 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2013-01-12 | 1 | -44/+56 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / |
|
| | * | | | | | | | | | | | Remove TclWinNToHS, it is not used anywhere any more. | jan.nijtmans | 2013-01-10 | 1 | -3/+4 |
|
|
| * | | | | | | | | | | | | More memory API changes, mainly char* -> void* and unsigned -> size_t | jan.nijtmans | 2012-12-12 | 1 | -3/+3 |
| |/ / / / / / / / / / / |
|
| * | | | | | | | | | | | merge trunk | jan.nijtmans | 2012-12-05 | 1 | -10/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas... | jan.nijtmans | 2012-11-26 | 1 | -14/+16 |
|
|
| * | | | | | | | | | | | | Remove some undocumented - obsolete - function from the API with 'Old' in the... | jan.nijtmans | 2012-11-19 | 1 | -7/+9 |
|
|
| * | | | | | | | | | | | | eliminate CONST/CONST84/CONST86 | jan.nijtmans | 2012-11-16 | 1 | -7/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Merge trunk | jan.nijtmans | 2012-11-16 | 1 | -12/+11 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Fogot to remove the TclWinSetInterfaces() implementation. | jan.nijtmans | 2017-11-09 | 1 | -24/+24 |
|
|
* | | | | | | | | | | | | | Forgot TclpGetTime() | jan.nijtmans | 2017-11-08 | 1 | -26/+26 |
|
|
* | | | | | | | | | | | | | Tcl-9 huge cleanup: Remove many unused internal functions which do nothing mo... | jan.nijtmans | 2017-11-08 | 1 | -128/+151 |
| |_|_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | Make read and write operations on Tcl_Var handles available in tclInt API. | dkf | 2017-06-08 | 1 | -0/+26 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | / /
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | |
|
| * | | | | | | | | | | Expose some of the core variable access APIs.
| dkf | 2017-06-06 | 1 | -0/+26 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,... | jan.nijtmans | 2016-11-11 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ /
|/| | | | | | | | |
|
* | | | | | | | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -1/+1 |
|/ / / / / / / / |
|
* | | | | | | | | Fix comments at the top of the *.decls files, which are not correct any more ... | jan.nijtmans | 2015-11-24 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | /
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | Fix comments at the top of the *.decls files, which are not correct any more ... | jan.nijtmans | 2015-11-24 | 1 | -3/+2 |
|
|
* | | | | | | | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ... | jan.nijtmans | 2013-12-19 | 1 | -0/+6 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so exte... | jan.nijtmans | 2013-01-21 | 1 | -16/+16 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ... | jan.nijtmans | 2013-01-14 | 1 | -7/+7 |
| |_|_|/
|/| | | |
|
* | | | | Put back TclBackgroundException in internal stub table, so extensions using t... | jan.nijtmans | 2013-01-12 | 1 | -3/+3 |
| |_|/
|/| | |
|
* | | | Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTem... | jan.nijtmans | 2012-12-05 | 1 | -10/+9 |
| |/
|/| |
|
* | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 1 | -0/+6 |
|
|
* | | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -0/+5 |
|
|
* | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -0/+4 |
| |\ |
|
| | * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -0/+4 |
|
|
* | | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-24 | 1 | -92/+49 |
|\ \ \
| |/ / |
|
| * | | fix merge problem on Linux | jan.nijtmans | 2012-05-23 | 1 | -92/+49 |
| |\ \ |
|
| | * \ | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -94/+51 |
| | |\ \
| |/ / /
| | | _ |
|
| | * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 1 | -100/+32 |
|
|
| * | | 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/+7 |
|
|
| | | | |
| \ \ | |
*-. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -7/+35 |
|\ \ \ \
| | |/ / |
|
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -7/+35 |
| | |\ \
| |/ / /
| | | _ |
|
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -7/+35 |
| | |\ |
|
| | | * | implement TclWinGetSockOpt and TclWinGetServByName for cygwi | jan.nijtmans | 2012-04-24 | 1 | -17/+21 |
|
|
| | | * | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 1 | -2/+2 |
|
|
| | | * | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 1 | -2/+26 |
| | |/ |
|
* | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName | jan.nijtmans | 2012-04-12 | 1 | -6/+8 |
|\ \ \ |
|
| * | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName | jan.nijtmans | 2012-04-03 | 1 | -9/+12 |
|
|
* | | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -2/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -3/+3 |
| |\ \ \
| | | |/
| | |/| |
|
* | | | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -1/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -1/+4 |
| |\ \ \
| | |/ / |
|
| | * | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -1/+4 |
| | |\ \ |
|
* | | \ \ | Remove the TclpGetTZName implementation for Cygwin | jan.nijtmans | 2012-04-03 | 1 | -15/+2 |
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
|