Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge changes from trunknovem_no_startcmd | dkf | 2013-01-30 | 1 | -8/+37 |
|\ | |||||
| * | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so ↵ | jan.nijtmans | 2013-01-21 | 1 | -4/+29 |
| | | | | | | | | | | extensions using this (like Tk 8.4) will continue to work in all Tcl 8.x versions. Extensions using this still cannot be compiled against Tcl 8.6 headers. | ||||
| * | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ↵ | jan.nijtmans | 2013-01-14 | 1 | -2/+2 |
| | | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.6. | ||||
| * | Put back TclBackgroundException in internal stub table, so extensions using ↵ | jan.nijtmans | 2013-01-12 | 1 | -1/+2 |
| | | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.6. | ||||
| * | Fix gcc warning in cygwin build: implicitely declared function ↵ | jan.nijtmans | 2012-12-05 | 1 | -2/+6 |
| | | | | | | | | | | TclUnixOpenTemporaryFile. Move the function to slot 30, and define it (as 0) for win32 as well. | ||||
* | | Remove obsolete functions Tcl_GetDefaultEncodingDir and ↵ | jan.nijtmans | 2012-12-03 | 1 | -2/+2 |
| | | | | | | | | Tcl_SetDefaultEncodingDir | ||||
* | | Removed functions marked deprecated or obsolete for a long time: ↵ | jan.nijtmans | 2012-11-26 | 1 | -10/+10 |
| | | | | | | | | | | | | | | Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError. | ||||
* | | Remove some undocumented - obsolete - function from the API with 'Old' in ↵ | jan.nijtmans | 2012-11-19 | 1 | -16/+4 |
| | | | | | | | | the name. | ||||
* | | 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 |
|/ | | | | | <p>Fix Windows build <p>Now usable with Thread's "novem" branch (3.0a1) <p>Remove some more deprecated stuff | ||||
* | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 1 | -2/+2 |
| | | | | | | | out all the code to do temporary file creation so that it is possible to make it correct in one place. Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). | ||||
* | 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 ↵ | jan.nijtmans | 2012-08-24 | 1 | -0/+1 |
| |\ | | | | | | | | | | directly. | ||||
| | * | make sure that extensions which might still use TclWinNToHS, now use ntohs ↵ | jan.nijtmans | 2012-08-24 | 1 | -0/+1 |
| | | | | | | | | | | | | directly. | ||||
| * | | 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 |
| |\ \ | | |/ | | | | | | | initialized winsock_2 library | ||||
| | * | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ↵ | jan.nijtmans | 2012-08-20 | 1 | -6/+1 |
| | | | | | | | | | | | | initialized winsock_2 library | ||||
* | | | merge trunk | dkf | 2012-07-04 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -1/+2 |
| | | | |||||
* | | | merge trunk | dkf | 2012-05-31 | 1 | -116/+75 |
|\ \ \ | |/ / | |||||
| * | | fix genStubs.tcl for OSX | jan.nijtmans | 2012-05-25 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 1 | -4/+4 |
| | |\ | |||||
| * | \ | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -1/+9 |
| |\ \ \ | | |/ / | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | ||||
| | * | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -8/+16 |
| | |\ \ | | | |/ | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | ||||
| | | * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | ||||
| * | | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-24 | 1 | -119/+70 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | ||||
| | * | | fix merge problem on Linux | jan.nijtmans | 2012-05-23 | 1 | -126/+71 |
| | |\ \ | |||||
| | | * | | MAC_OSX_TK -> MAC_OSX_TCL | jan.nijtmans | 2012-05-22 | 1 | -4/+4 |
| | | | | | |||||
| | | * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -126/+71 |
| | | |\ \ | | |/ / / | | | | _ | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | ||||
| | | * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -109/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | ||||
* | | | | merge trunk | dkf | 2012-05-17 | 1 | -9/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-15 | 1 | -9/+1 |
| |\ \ \ | | |/ / | | | | | | | | | 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 | -9/+1 |
| | |\ \ | | | |/ | | | | | | | | | 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 | -9/+5 |
| | | | | | | | | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table, instead let cygwin make use of the win32 stub table | ||||
* | | | | updated C API to be more focused on supporting just some operations | dkf | 2012-05-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge trunk | dkf | 2012-05-04 | 1 | -6/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -6/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -14/+0 |
| | |\ \ | | | |/ | |||||
| | | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -63/+18 |
| | | | | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows | ||||
* | | | | merge trunk | dkf | 2012-04-29 | 1 | -16/+16 |
|\ \ \ \ | |/ / / | |||||
| * | | | get rid of _ANSI_ARGS_ and CONST | jan.nijtmans | 2012-04-26 | 1 | -16/+16 |
| |\ \ \ | | |/ / | |||||
| | * | | get rid of _ANSI_ARGS_ | jan.nijtmans | 2012-04-26 | 1 | -17/+17 |
| | |\ \ | | | |/ | |||||
| | | * | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge trunk | dkf | 2012-04-26 | 1 | -14/+54 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix Linux build ;-( | jan.nijtmans | 2012-04-26 | 1 | -0/+3 |
| |\ \ \ | | |/ / |