| Commit message (Expand) | Author | Age | Files | Lines |
* | merge core-8-branch | jan.nijtmans | 2018-01-22 | 1 | -8/+17 |
|\ |
|
| * | TIP #485 implementation, Tcl 8.6 part: If Tcl is compiled with -DTCL_NO_DEPRE... | jan.nijtmans | 2018-01-17 | 1 | -8/+17 |
| |\ |
|
| | * | merge core-8-branch | jan.nijtmans | 2018-01-12 | 1 | -33/+55 |
| | |\
| | |/
| |/| |
|
| | * | merge core-8-branch. Deprecate support for "string bytelength" | jan.nijtmans | 2017-11-20 | 1 | -14/+48 |
| | |\ |
|
| | * \ | Merge core-8-branch. Backout the Tcl_EvalFile changes. | jan.nijtmans | 2017-11-09 | 1 | -2/+0 |
| | |\ \ |
|
| | * | | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ... | jan.nijtmans | 2017-11-09 | 1 | -2/+1 |
|
|
| | * | | | Put Tcl_EvalFile back, but then as a macro in terms of Tcl_FSEvalFileEx(). | jan.nijtmans | 2017-11-09 | 1 | -0/+2 |
|
|
| | * | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br... | jan.nijtmans | 2017-11-08 | 1 | -0/+8 |
| | |/ / |
|
* | | | | merge core-8-branch | jan.nijtmans | 2018-01-16 | 1 | -20/+37 |
|\ \ \ \
| |/ / / |
|
| * | | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ... | jan.nijtmans | 2018-01-10 | 1 | -28/+11 |
|
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-12-28 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p... | jan.nijtmans | 2017-12-28 | 1 | -0/+2 |
|
|
| * | | | | merge core-8-6-branch | jan.nijtmans | 2017-12-28 | 1 | -1/+33 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh... | jan.nijtmans | 2017-12-28 | 1 | -1/+33 |
|
|
* | | | | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -13/+18 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Mark TclPrecTraceProc() as deprecated, and remove it when compiling with -DTC... | jan.nijtmans | 2017-12-15 | 1 | -0/+1 |
|
|
| * | | | | Fix (harmless) compiler warning with Visual Studio | jan.nijtmans | 2017-12-14 | 1 | -1/+1 |
|
|
| * | | | | TIP #487: Stop support for Pre-XP Windows | jan.nijtmans | 2017-12-07 | 1 | -13/+17 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | If compiled with -DTCL_NO_DEPRECATED, remove stub entry for TclWinGetPlatform... | jan.nijtmans | 2017-11-23 | 1 | -1/+7 |
|
|
| | * | | | Remove more pre-XP stuff. | jan.nijtmans | 2017-11-23 | 1 | -7/+7 |
|
|
| | * | | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ... | jan.nijtmans | 2017-11-23 | 1 | -2/+0 |
| | |\ \ \
| |/ / / / |
|
| | * | | | Drop Windows CE support, since it doesn't appear to work anyway. | jan.nijtmans | 2017-11-21 | 1 | -2/+0 |
| | |/ / |
|
* | | | | merge core-8-branch | jan.nijtmans | 2017-12-06 | 1 | -14/+48 |
|\ \ \ \
| |/ / / |
|
| * | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ... | jan.nijtmans | 2017-11-20 | 1 | -19/+48 |
|
|
| * | | | TIP #422 implementation, Tcl 8.7 part. | jan.nijtmans | 2017-11-07 | 1 | -0/+5 |
| | |/
| |/| |
|
* | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a... | jan.nijtmans | 2017-10-30 | 1 | -1/+1 |
|/ / |
|
* | | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec... | jan.nijtmans | 2017-09-15 | 1 | -0/+2 |
|
|
* | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -0/+6 |
|
|
* | | Add some more functions from libtommath for availability within Tcl (mainly t... | jan.nijtmans | 2017-09-08 | 1 | -0/+2 |
|
|
* | | Make read and write operations on Tcl_Var handles available in tclInt API. | dkf | 2017-06-08 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Expose some of the core variable access APIs.
| dkf | 2017-06-06 | 1 | -0/+5 |
|
|
* | | Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compile... | jan.nijtmans | 2017-04-20 | 1 | -0/+2 |
|
|
* | | Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRE... | jan.nijtmans | 2017-04-06 | 1 | -2/+18 |
|
|
* | | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T... | jan.nijtmans | 2017-04-06 | 1 | -10/+12 |
|
|
* | | Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few... | jan.nijtmans | 2017-03-21 | 1 | -0/+8 |
|
|
* | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n... | jan.nijtmans | 2017-03-20 | 1 | -13/+31 |
|
|
* | | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac... | jan.nijtmans | 2017-03-17 | 1 | -0/+19 |
|
|
* | | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(... | jan.nijtmans | 2017-03-13 | 1 | -0/+2 |
|
|
* | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -2/+39 |
|
|
* | | Added stub entry for tip #456. Documentation and tests still missing. Doesn't... | jan.nijtmans | 2016-11-22 | 1 | -0/+1 |
|
|
* | | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes bet... | jan.nijtmans | 2016-11-16 | 1 | -0/+1 |
|/ |
|
* | make genstubs | dkf | 2015-10-28 | 1 | -0/+3 |
|
|
* | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of... | jan.nijtmans | 2015-06-24 | 1 | -1/+1 |
|
|
* | Fix compiler warnings in win32/cygwin build | jan.nijtmans | 2014-04-16 | 1 | -5/+13 |
|\ |
|
| * | Fix compiler warnings in win32/cygwin build. | jan.nijtmans | 2014-04-16 | 1 | -5/+13 |
|
|
* | | Fix execute permission bit (should not be set) for *Decls.h files | jan.nijtmans | 2014-02-11 | 1 | -0/+0 |
|
|
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -10/+10 |
|
|
* | | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ... | jan.nijtmans | 2013-12-19 | 1 | -0/+1 |
|
|
* | | Tcl_SetResult -> Tcl_SetObjResult in two places (for Cygwin64 only). | jan.nijtmans | 2013-10-14 | 1 | -6/+4 |
|
|
* | | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it... | jan.nijtmans | 2013-06-21 | 1 | -0/+1 |
|
|