summaryrefslogtreecommitdiffstats
path: root/doc/BoolObj.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | and possibly others.
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ | | | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | more harm than good. Purged them.
* | [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-271-2/+2
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-2/+4
| | | | | | | | generation works
* | minor phrasing improvements.dgp2005-05-181-3/+3
| |
* | * doc/BoolObj.3: Rewrite of documentation dropping many detailsdgp2005-05-181-43/+39
| | | | | | | | | | about the internals of Tcl_Objs. Shorter documentation focuses on the function and use of the routines.
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-221-18/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it into agreement with its docs. Further investigation reveals it was the docs that were incorrect. * doc/BoolObj.3: Corrections to the documentation of Tcl_GetBooleanFromObj to bring it into agreement with what this public interface has always done, including noting the difference in function between Tcl_GetBooleanFromObj and Tcl_GetBoolean. * generic/tclGet.c: Revised Tcl_GetBoolean to no longer be a wrapper around Tcl_GetBooleanFromObj (different function!). * generic/tclObj.c: Removed TclGetTruthValueFromObj routine that was added yesterday. Revisions so that only Tcl_GetBoolean-approved values get the "boolean" Tcl_ObjType. This retains the fix for [Bug 1187123]. * generic/tclInt.h: Revert most recent change. * generic/tclBasic.c: * generic/tclCompCmds.c: * generic/tclDictObj.c: * generic/tclExecute.c: * tests/obj.test:
* | Fix the argument list widths properly...dkf2004-10-071-2/+2
| |
* | Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-2/+2
|/
* * docs/BoolObj.3: added description of valid string reps for aMiguel Sofer2002-08-071-1/+7
| | | | | | | boolean object [Bug 584794] * generic/tclObj.c: optimised Tcl_GetBooleanFromObj and SetBooleanFromAny to avoid parsing the string rep when it can be avoided [Bugs 584650, 472576]
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+83