| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | nijtmans@users.sourceforge.net | 2013-11-05 | 1 | -1/+1 |
| |\ | | | | | | | and possibly others. | ||||
| | * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | nijtmans@users.sourceforge.net | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | | and possibly others. | ||||
| * | | The final parts of my doc improvement project | donal.k.fellows@manchester.ac.uk | 2011-07-18 | 1 | -2/+2 |
| | | | |||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 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@users.sourceforge.net | 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@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | | more harm than good. Purged them. | ||||
| * | | | Formatting cleanup. | donal.k.fellows@manchester.ac.uk | 2008-12-18 | 1 | -2/+4 |
| | | | | |||||
| * | | | Improve clarity of formatting. | donal.k.fellows@manchester.ac.uk | 2008-10-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | Lots of very minor formatting fixes. | donal.k.fellows@manchester.ac.uk | 2008-10-15 | 1 | -1/+4 |
| | | | | |||||
| * | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | donal.k.fellows@manchester.ac.uk | 2008-06-29 | 1 | -5/+1 |
| |/ / | | | | | | | typedefs, add a few missing bits) | ||||
| * | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | First stage of doing GOOBE improvements to documentation now that the html ↵ | donal.k.fellows@manchester.ac.uk | 2007-10-28 | 1 | -3/+5 |
| | | | | | | | | | generation works | ||||
| * | | * changes: Updated for 8.5b2 release. | dgp@users.sourceforge.net | 2007-10-26 | 1 | -4/+2 |
| | | | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
| * | | Lots of improvements to look and feel of manual pages | donal.k.fellows@manchester.ac.uk | 2007-10-24 | 1 | -2/+4 |
| | | | |||||
| * | | Convert CONST to const, VOID to void so we document how we want the API used. | donal.k.fellows@manchester.ac.uk | 2004-10-07 | 1 | -5/+5 |
| | | | |||||
| * | | Update the .AS macro definition and take advantage of it's new-found power. | donal.k.fellows@manchester.ac.uk | 2004-10-07 | 1 | -2/+2 |
| | | | |||||
| * | | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp@users.sourceforge.net | 2003-09-04 | 1 | -1/+13 |
| |/ | | | | | | | | | | * 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. | ||||
| * | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp@users.sourceforge.net | 2002-01-25 | 1 | -4/+4 |
| | | | | | | | | | | | | generic/tclIOUtil.c, generic/tclPipe.c, generic/tclResult.c, generic/tclUtil.c, generic/tclVar.c and mac/tclMacResource.c according to TIP 27. Tcl_TranslateFileName rewritten as wrapper around VFS-aware version. Updated callers. ***POTENTIAL INCOMPATIBILITY*** Includes source incompatibilities: argv arguments of Tcl_Concat, Tcl_JoinPath, Tcl_OpenCommandChannel, Tcl_Merge; argvPtr arguments of Tcl_SplitList and Tcl_SplitPath. | ||||
| * | * Updated APIs in | dgp@users.sourceforge.net | 2001-09-24 | 1 | -3/+3 |
| | | | | | | generic/tclUtil.c according to the guidelines of TIP 27. [Patch 464553] | ||||
| * | doc/AddErrInfo.3, doc/ChnlStack.3, doc/Exit.3, doc/GetIndex.3, doc/Notifier.3, | jenglish@flightlab.com | 2000-07-24 | 1 | -2/+2 |
| | | | | | | | | | doc/Object.3, doc/RegExp.3, doc/SetResult.3, doc/SplitList.3, doc/Thread.3: Added missing entries to NAME sections. doc/AddErrInfo.3, doc/CrtObjCmd.3, doc/RecEvalObj.3: Changed Tcl_EvalObj to Tcl_EvalObjEx | ||||
| * | * doc/AppInit.3: | hobbs | 2000-04-14 | 1 | -19/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Async.3: * doc/BackgdErr.3: * doc/CrtChannel.3: * doc/CrtInterp.3: * doc/CrtMathFnc.3: * doc/DString.3: * doc/Eval.3: * doc/ExprLong.3: * doc/GetInt.3: * doc/GetOpnFl.3: * doc/Interp.3: * doc/LinkVar.3: * doc/OpenFileChnl.3: * doc/OpenTcp.3: * doc/PkgRequire.3: * doc/RecordEval.3: * doc/SetResult.3: * doc/SplitList.3: * doc/StaticPkg.3: * doc/TraceVar.3: * doc/Translate.3: * doc/UpVar.3: * doc/load.n: removed or updated references to interp->result use. | ||||
| * | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | | |||||
| * | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+191 |
