Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 16 | -183/+687 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/source.n: TIPs 137/151. Adds * doc/tclsh.1: a -encoding option to * generic/tcl.decls: the [source] command * generic/tclCmdMZ.c (Tcl_SourceObjCmd): and a new C routine, * generic/tclIOUtil.c (Tcl_FSEvalFileEx): Tcl_FSEvalFileEx(), * generic/tclMain.c (Tcl_Main): that provides C access * mac/tclMacResource.c (Tcl_MacSourceObjCmd): to the same function. * tests/cmdMZ.test: Also adds command line * tests/main.test: option handling in Tcl_Main() so that tclsh * tests/source.test: and other apps built on Tcl_Main() respect a -encoding command line option before a script filename. Docs and tests updated as well. [Patch 742683] This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs that embed Tcl, build on Tcl_Main(), and make use of Tcl_Main's former ability to pass a leading "-encoding" option to interactive shell operations. * generic/tclInt.decls: Added internal stub * generic/tclMain.c (Tcl*StartupScript*): table entries for two new functions Tcl_SetStartupScript() and Tcl_GetStartupScript() that set/get the path and encoding for the startup script to be evaluated by either Tcl_Main() or Tk_Main(). Given public names in anticipation of their exposure by a followup TIP. * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: | ||||
* | && of constraints is the default; need not be specified. | dgp | 2003-09-04 | 1 | -3/+3 |
| | |||||
* | Typo correction: knownbug -> knownBug | dgp | 2003-09-04 | 1 | -2/+2 |
| | |||||
* | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp | 2003-09-04 | 7 | -16/+82 |
| | | | | | | | | | | * generic/tcl.h: Updated Tcl_ConvertCountedElement() to quote * generic/tclUtil.c: the leading "#" character of all list elements unless the TCL_DONT_QUOTE_HASH flag is passed in. * generic/tclDictObj.c: Updated Tcl_ConvertCountedElement() callers * generic/tclListObj.c: to pass in the TCL_DONT_QUOTE_HASH flags * generic/tclResult.c: when appropriate. | ||||
* | Added change bars marking portions only valid for Tcl 8.5 or later. | dgp | 2003-09-03 | 1 | -1/+11 |
| | |||||
* | Corrected typo and broken example. | dgp | 2003-09-02 | 2 | -5/+5 |
| | |||||
* | Added EXAMPLES to return.n | dgp | 2003-09-02 | 2 | -2/+100 |
| | |||||
* | Added another note about [return] during a [source]. | dgp | 2003-09-02 | 1 | -2/+5 |
| | |||||
* | * doc/return.n: Updated [return] docs to cover new TIP 90 features. | dgp | 2003-09-02 | 4 | -63/+183 |
| | | | | | * doc/break.n: Added SEE ALSO references to return.n * doc/continue.n: | ||||
* | regen | dkf | 2003-08-31 | 1 | -4/+36 |
| | |||||
* | Documentation of TIP#139 API functions. | dkf | 2003-08-31 | 2 | -0/+169 |
| | |||||
* | Updated [catch] docs to cover new TIP 90 features. | dgp | 2003-08-31 | 2 | -11/+61 |
| | |||||
* | Whitespace police. | dkf | 2003-08-30 | 1 | -4/+4 |
| | |||||
* | * generic/tclCmdAH.c: Corrected bug in TIP 90 implementation | dgp | 2003-08-29 | 3 | -3/+17 |
| | | | | | | * tests/cmdMZ.test: where the default -errorcode NONE value was not copied into the return options dictionary. This correction modified one test result. | ||||
* | no message | davygrvy | 2003-08-27 | 1 | -2/+3 |
| | |||||
* | Added Open Watcom strictness about how the char type needs to be | davygrvy | 2003-08-27 | 1 | -1/+4 |
| | | | | signed by default. | ||||
* | additional performance tweak to last commit. | dgp | 2003-08-27 | 1 | -3/+14 |
| | |||||
* | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 3 | -28/+61 |
| | | | | | | TclNeedSpace() where non-breaking space (\u00A0) and backslash-escaped spaces were handled incorrectly. * tests/util.test: Added new tests util-8.[2-6]. | ||||
* | no message | davygrvy | 2003-08-27 | 1 | -0/+14 |
| | |||||
* | * win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializers | davygrvy | 2003-08-27 | 1 | -2/+3 |
| | | | | must be constant' with the driveSpec array with OpenWatcom. | ||||
* | Revert mistaken commit. | dgp | 2003-08-27 | 1 | -35/+21 |
| | |||||
* | * win/tclWinTime.c: Changed use of '_timezone' to 'timezone' as | davygrvy | 2003-08-27 | 1 | -7/+5 |
| | | | | | this difference is already adjusted for in tclWinPort.h. Removed unreferenced posixEpoch file-scope global. | ||||
* | Changed comment to note that OpenWatcom suffers the same missing LPFN_* | davygrvy | 2003-08-27 | 1 | -2/+2 |
| | | | | typedef ssue as MinGW and cygwin. | ||||
* | Added a block for OpenWatcom adjustments that fixes the same issue Mo | davygrvy | 2003-08-27 | 1 | -1/+10 |
| | | | | | did for MinGW lack of missing LPFN_* typedefs in their WINE derived winsock2.h | ||||
* | no message | davygrvy | 2003-08-27 | 1 | -0/+3 |
| | |||||
* | Added missing CONST'ification usage. | davygrvy | 2003-08-27 | 1 | -11/+11 |
| | |||||
* | no message | davygrvy | 2003-08-27 | 1 | -0/+4 |
| | |||||
* | Changed Win32 platform #define from 'WIN32' to '__WIN32__' as this | davygrvy | 2003-08-27 | 1 | -4/+4 |
| | | | | | is the correct one to use across the Tcl sources. Even though we do force it in tcl.h, the true parent one is __WIN32__. | ||||
* | no message | davygrvy | 2003-08-27 | 1 | -0/+7 |
| | |||||
* | * compat/strftime.c (_fmt): Fixed syst array intializer that | davygrvy | 2003-08-27 | 1 | -12/+11 |
| | | | | | | couldn't take variables within it under the watcom compiler. I believe Borland has this strictness as well. VC++ must be non-standard about this. | ||||
* | * tests/util.test: Added new tests for remaining TclNeedSpace() | dgp | 2003-08-27 | 3 | -22/+76 |
| | | | | bugs discussed in [Bug 411825]. | ||||
* | no message | davygrvy | 2003-08-27 | 1 | -1/+3 |
| | |||||
* | Added some support for the OpenWatcom compiler. A win/makefile.wc to | davygrvy | 2003-08-27 | 1 | -3/+6 |
| | | | | follow soon. | ||||
* | no message | davygrvy | 2003-08-26 | 1 | -0/+6 |
| | |||||
* | Added some support for the LCC-Win32 compiler. Unfortunetly, this compiler | davygrvy | 2003-08-26 | 1 | -2/+2 |
| | | | | has a bug in its preprocessor and can't build Tcl even with this minor patch. | ||||
* | better error control. | davygrvy | 2003-08-25 | 1 | -15/+53 |
| | |||||
* | Regen | dkf | 2003-08-25 | 4 | -4/+2221 |
| | |||||
* | Minor improvement to stubs generation to allow for harmless transfer of | dkf | 2003-08-25 | 2 | -3/+8 |
| | | | | functions between stubs tables by just copying them about. | ||||
* | Regen | dkf | 2003-08-25 | 2 | -2/+117 |
| | |||||
* | Duplicated declarations for TIP#139; docs still to do. | dkf | 2003-08-25 | 2 | -3/+59 |
| | |||||
* | Applied fixes from 8.4.4 tree regarding the Bug #753315. | vasiljevic | 2003-08-23 | 1 | -0/+11 |
| | | | | Also, fixed the Bug #788780. | ||||
* | Applied changes from 8.4.4 regarding the Bug #753315 | vasiljevic | 2003-08-23 | 3 | -195/+251 |
| | |||||
* | * win/tclWinSerial.c (SerialErrorStr): Fixed a syntax error | patthoyts | 2003-08-19 | 2 | -2/+7 |
| | | | | created in the previous code cleanup. | ||||
* | Style guide police | dkf | 2003-08-19 | 2 | -1093/+1149 |
| | |||||
* | * win/configure: Regen. | mdejong | 2003-08-18 | 3 | -4/+10 |
| | | | | | * win/tcl.m4 (SC_ENABLE_SYMBOLS): Use test instead of -eq, which does not work. [Bug 781109] | ||||
* | Fixup ChangeLog entry. | mdejong | 2003-08-18 | 1 | -4/+4 |
| | |||||
* | Bug fix 789040 | chengyemao | 2003-08-15 | 1 | -0/+7 |
| | |||||
* | Bug fix in BuildCommandLine: missing a space when linePtr is not null | chengyemao | 2003-08-15 | 1 | -2/+3 |
| | |||||
* | TIP#136 IMPLEMENTATION. We now have an [lrepeat] command! | dkf | 2003-08-11 | 7 | -9/+226 |
| | |||||
* | * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus. | hobbs | 2003-08-06 | 2 | -3/+14 |
| |