Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another round of small fixes, especially spelling errors... | dkf | 2024-01-25 | 1 | -1/+2 |
| | |||||
* | More octal -> hex usage | jan.nijtmans | 2022-10-17 | 1 | -3/+1 |
| | |||||
* | TIP #587 for Tcl 8.7 | jan.nijtmans | 2020-09-25 | 1 | -1/+1 |
| | |||||
* | unicode -> utf16/ucs2 in documentation | jan.nijtmans | 2019-07-03 | 1 | -1/+1 |
| | |||||
* | Added Emacs metadata to a bunch of nroff source files. | dkf | 2018-10-04 | 1 | -0/+4 |
| | |||||
* | Eliminate exess spacings in remaining doc pages | jan.nijtmans | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | Documentation: source ignores BOM for unicode files | oehhar | 2015-07-07 | 1 | -0/+2 |
|\ | |||||
| * | Documentation: source ignores BOM for unicode files | oehhar | 2015-07-07 | 1 | -0/+2 |
| | | |||||
* | | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | and possibly others. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | and possibly others. | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Yet more doc update backporting | dkf | 2004-10-27 | 1 | -2/+15 |
| | | | |||||
* | | | Use a consistent indentation of 4 for code examples. | dkf | 2010-01-20 | 1 | -2/+2 |
| | | | |||||
* | | | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -1/+3 |
| | | | |||||
* | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -5/+3 |
|/ / | | | | | | | typedefs, add a few missing bits) | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | GOOBE the docs some more. | dkf | 2007-10-29 | 1 | -3/+3 |
| | | |||||
* | | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 1 | -8/+12 |
| | | | | | | | | generation works | ||||
* | | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -3/+3 |
| | | | | | | | | generation works | ||||
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -15/+9 |
| | | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | | More GOOBE quoting | dkf | 2007-10-25 | 1 | -3/+5 |
| | | |||||
* | | GOOBE for command results in examples | dkf | 2007-10-25 | 1 | -4/+2 |
| | | |||||
* | | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -4/+10 |
| | | |||||
* | | More minor doc fixes | dkf | 2004-10-27 | 1 | -5/+5 |
| | | |||||
* | | Added example | dkf | 2004-05-28 | 1 | -1/+14 |
| | | |||||
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -5/+1 |
| | | |||||
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -9/+1 |
| | | |||||
* | | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 1 | -4/+12 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: | ||||
* | New or changed "SEE ALSO" section. | poenitz | 2000-09-07 | 1 | -1/+4 |
| | |||||
* | * doc/source.n: | hobbs | 2000-09-06 | 1 | -1/+4 |
| | | | | | * 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. | ||||
* | * doc/source.n: | hobbs | 2000-05-11 | 1 | -2/+10 |
| | | | | | | | | | * 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. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+44 |