| Commit message (Expand) | Author | Age | Files | Lines |
* | merge trunk. | jan.nijtmans | 2013-05-13 | 1 | -1/+1 |
|\ |
|
* \ | merge trunk. | jan.nijtmans | 2013-05-07 | 1 | -3/+0 |
|\ \
| |/ |
|
* | | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ... | jan.nijtmans | 2013-05-06 | 1 | -22/+4 |
|
|
* | | merge trunk | jan.nijtmans | 2013-05-06 | 1 | -0/+85 |
|\ \
| |/ |
|
| * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+85 |
| |\ |
|
| | * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+85 |
| | |\ |
|
| | | * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+85 |
|
|
| | * | | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l... | jan.nijtmans | 2013-03-28 | 1 | -8/+1 |
|
|
| | * | | Add dummy (undocumented) TclCanceled function in stub table (not exported as ... | jan.nijtmans | 2013-03-27 | 1 | -1/+8 |
|
|
| | * | | Extend the public stub table with dummy NULL entries, up to the size of the T... | jan.nijtmans | 2013-01-07 | 1 | -0/+52 |
| | |\ \
| | | |/ |
|
| | | * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-01-07 | 1 | -0/+108 |
|
|
| | | * | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 1 | -11/+1 |
|
|
| | | * | add missing macosx sections | jan.nijtmans | 2012-11-15 | 1 | -0/+32 |
|
|
| | | * | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 1 | -53/+13 |
|
|
* | | | | Revert part of [bb4707eb077f0cd9], which removed Tcl_NewIntObj, Tcl_SetIntObj... | jan.nijtmans | 2013-04-21 | 1 | -5/+5 |
|
|
* | | | | merge trunk | jan.nijtmans | 2013-03-06 | 1 | -0/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+1 |
|
|
* | | | | merge trunk. | jan.nijtmans | 2013-02-27 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge trunk. | jan.nijtmans | 2013-02-22 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge trunk. | jan.nijtmans | 2013-02-20 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge trunk. | jan.nijtmans | 2013-02-19 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge trunk. | jan.nijtmans | 2013-02-08 | 1 | -9/+7 |
|\ \ \ \
| |/ / / |
|
* | | | | Convert Tcl_GetIndexFromObj implementation to macro | jan.nijtmans | 2013-01-24 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so exte... | jan.nijtmans | 2013-01-21 | 1 | -4/+29 |
|
|
| * | | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ... | jan.nijtmans | 2013-01-14 | 1 | -2/+2 |
|
|
* | | | | Convert Tcl_Eval and Tcl_GlobalEval to a macro | jan.nijtmans | 2013-01-17 | 1 | -2/+2 |
|
|
* | | | | merge trunk | jan.nijtmans | 2013-01-12 | 1 | -12/+12 |
|\ \ \ \
| |/ / / |
|
| * | | | Put back TclBackgroundException in internal stub table, so extensions using t... | jan.nijtmans | 2013-01-12 | 1 | -1/+2 |
|
|
* | | | | Remove TclWinNToHS, it is not used anywhere any more. | jan.nijtmans | 2013-01-10 | 1 | -9/+1 |
|
|
* | | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. | jan.nijtmans | 2013-01-10 | 1 | -2/+2 |
|
|
* | | | | remove deprecated functions Tcl_VarEval and Tcl_VarEvalVA | jan.nijtmans | 2012-12-17 | 1 | -2/+2 |
|
|
* | | | | Merge trunk. | jan.nijtmans | 2012-12-14 | 1 | -1/+25 |
|\ \ \ \
| |/ / / |
|
* | | | | merge trunk | jan.nijtmans | 2012-12-05 | 1 | -2/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTem... | jan.nijtmans | 2012-12-05 | 1 | -2/+6 |
|
|
* | | | | Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodin... | jan.nijtmans | 2012-12-03 | 1 | -2/+2 |
|
|
* | | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas... | jan.nijtmans | 2012-11-26 | 1 | -10/+10 |
|
|
* | | | | Remove some undocumented - obsolete - function from the API with 'Old' in the... | jan.nijtmans | 2012-11-19 | 1 | -16/+4 |
|
|
* | | | | Remove pre-8.5 interface for custom expr functions. | dgp | 2012-11-16 | 1 | -3/+3 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2012-11-16 | 1 | -8/+5 |
|/ / / |
|
* | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 1 | -2/+2 |
|
|
* | | | merge trunk | dkf | 2012-10-03 | 1 | -14/+9 |
|\ \ \ |
|
| * | | | removed leftover from failed attempt to unify stub tables. | jan.nijtmans | 2012-09-07 | 1 | -8/+0 |
|
|
| * | | | make sure that extensions which might still use TclWinNToHS, now use ntohs di... | jan.nijtmans | 2012-08-24 | 1 | -0/+1 |
| |\ \ \
| | |/ / |
|
| | * | | make sure that extensions which might still use TclWinNToHS, now use ntohs di... | jan.nijtmans | 2012-08-24 | 1 | -0/+1 |
|
|
| * | | | small wrapper for TclWinNToHs, for change in calling convention | jan.nijtmans | 2012-08-23 | 1 | -1/+7 |
| |\ \ \
| | |/ / |
|
| | * | | small wrapper for TclWinNToHs, for change in calling convention | jan.nijtmans | 2012-08-23 | 1 | -1/+6 |
|
|
| * | | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ... | jan.nijtmans | 2012-08-20 | 1 | -6/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ... | jan.nijtmans | 2012-08-20 | 1 | -6/+1 |
|
|
* | | | | merge trunk | dkf | 2012-07-04 | 1 | -1/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -1/+2 |
| |\ \ \
| | |/ / |
|