| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
FossilOrigin-Name: e2e171f33458b72fd721395cd0853795054d8d10
|
| |
|
| |
FossilOrigin-Name: 71edbde46a8f75eec71181b2238ccd0b3c7c7849
|
| |
|
|
|
|
| |
typedefs, add a few missing bits)
FossilOrigin-Name: 29df58df24d30f1fa853980095d4e8573cf89bef
|
| |
|
| |
FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
|
| |
|
| |
FossilOrigin-Name: 6bfb5e99dd2a076f06266fca61f98da78ce1831a
|
| |
|
|
|
| |
generation works
FossilOrigin-Name: 5d2457660f002da32f5605770ad149c73b1b4095
|
| |
|
|
|
| |
generation works
FossilOrigin-Name: 273847833ca13d62417e5af893e17a7215ba1ef0
|
| |
|
|
|
|
|
|
| |
* doc/*.1: Revert doc changes that broke
* doc/*.3: `make html` so we can get the release
* doc/*.n: out the door.
FossilOrigin-Name: b67e3f215e5ed2c3abc44b48bd54a2c3a7ad948a
|
| |
|
| |
FossilOrigin-Name: a27e69c0628cf4949be9e14f61246b3a8dc06eed
|
| |
|
| |
FossilOrigin-Name: 4cf2fbc324fa4def5bedfd49509c07168607e28b
|
| |
|
| |
FossilOrigin-Name: bf4174f4b149b58ef4659cd259cdb2f02daafb3f
|
| |
|
| |
FossilOrigin-Name: 83ab8061842a2bb28ef192d378c328fd7a7984e6
|
| |
|
| |
FossilOrigin-Name: b65eddfdbfc6ab40876d61273becd0d9e3b5e383
|
| |
|
| |
FossilOrigin-Name: 843d7d5bb50b37ae3b8e19ef4f811dabe28e5ac9
|
| |
|
| |
FossilOrigin-Name: b6330dbac725e2d527ad089669aa7f4779d19398
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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:
FossilOrigin-Name: 8f0e879bbdc4e2ab4f52f86e0fb90d1455447e7b
|
| |
|
| |
FossilOrigin-Name: 2d432825691c20428faf68df692ebfbe9b5ee15a
|
| |
|
|
|
|
|
| |
* doc/Eval.3: added extra note about how to safe use ^Z in code,
as it is now a cross-platform (was just Windows) EOF char.
FossilOrigin-Name: 15427185f2920a6664016c064a7b50bc57900f5e
|
| |
|
|
|
|
|
|
|
|
|
| |
* doc/Eval.3:
* tests/source.test:
* generic/tclIOUtil.c (Tcl_EvalFile): added explicit \32 (^Z)
eofchar (affects Tcl_EvalFile in C, "source" in Tcl). This was
implicit on Windows already, and is now cross-platform to allow
for scripted documents.
FossilOrigin-Name: 03cdfc3a8627067407a7e520e4a974a07976e0bc
|
| |
|
| |
FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
|
|
|
FossilOrigin-Name: cacdd0f329872d67973970d74c6978730bc24baa
|