Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-10-07 | 1 | -0/+13 |
|\ | |||||
| * | Update doc | jan.nijtmans | 2022-05-10 | 1 | -2/+1 |
| | | |||||
| * | Merge 8.7. Update doc | jan.nijtmans | 2022-05-10 | 1 | -4/+4 |
| |\ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2022-04-21 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| * | | Merge 8.7 | jan.nijtmans | 2022-04-20 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| * | | Update documentation | jan.nijtmans | 2022-04-15 | 1 | -5/+16 |
| | | | |||||
| * | | Merge 8.7 | jan.nijtmans | 2022-04-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-04-20 | 1 | -6/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-04-20 | 1 | -6/+4 |
| |\ \ | | |/ | |/| | |||||
| | * | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't ↵ | jan.nijtmans | 2022-04-20 | 1 | -6/+4 |
| | | | | | | | | | | | | exist when the API was designed) | ||||
| | * | Add test-cases, testing the legacy behavior of "format %#d" | jan.nijtmans | 2017-06-22 | 1 | -1/+1 |
| | | | |||||
* | | | Implementation branch for TIP 114 - Eliminate Octal Parsing... | dgp | 2017-10-23 | 1 | -5/+2 |
|/ / | |||||
* | | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 1 | -3/+6 |
|\ \ | |/ |/| | |||||
| * | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 1 | -2/+5 |
| | | |||||
| * | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No ↵ | dkf | 2016-10-09 | 1 | -8/+23 |
| |\ | |/ |/| | | | behaviour change. | ||||
| * | Eliminate exess spacings in remaining doc pages | jan.nijtmans | 2016-03-08 | 1 | -1/+1 |
| | | |||||
* | | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No ↵ | dkf | 2016-10-09 | 1 | -8/+23 |
|/ | | | | behaviour change. | ||||
* | 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 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. | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -8/+13 |
| | | | | | | | | generation works | ||||
* | | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -12/+7 |
| | | | | | | | | | | | | * 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 | dkf | 2007-10-24 | 1 | -7/+12 |
| | | |||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | | |||||
* | | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -19/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Environment.3: public C API to avoid conflict/confusion with * doc/Eval.3: the std::string of C++. * doc/ExprLong.3, doc/ExprLongObj.3, doc/GetInt.3, doc/GetOpnFl.3: * doc/ParseCmd.3, doc/RegExp.3, doc/SetResult.3, doc/StrMatch.3: * doc/Utf.3, generic/tcl.decls, generic/tclBasic.c, generic/tclEnv.c: * generic/tclGet.c, generic/tclParse.c, generic/tclParseExpr.c: * generic/tclRegexp.c, generic/tclResult.c, generic/tclUtf.c: * generic/tclUtil.c, unix/tclUnixChan.c: * generic/tclDecls.h: `make genstubs` | ||||
* | | * doc/GetInt.3: Convert argument "string" to "str" to agree with code. | dgp | 2005-04-21 | 1 | -21/+23 |
| | | | | | | | | | | | | | | Also clarified a few details on int and double formats. * generic/tclGet.c: Radical code simplification. Converted most Tcl_GetFoo() routines into wrappers around Tcl_GetFooFromObj(). Reduces code duplication, and the resulting potential for inconsistency. | ||||
* | | Convert CONST to const, VOID to void so we document how we want the API used. | dkf | 2004-10-07 | 1 | -2/+2 |
| | | |||||
* | | Update the .AS macro definition and take advantage of it's new-found power. | dkf | 2004-10-07 | 1 | -2/+2 |
| | | |||||
* | | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting | dkf | 2004-09-18 | 1 | -3/+3 |
|/ | | | | of symbols like TCL_OK, TCL_ERROR, etc. | ||||
* | * Updated APIs in generic/tclGet.c | dgp | 2001-09-25 | 1 | -2/+2 |
| | | | | according to the guidelines of TIP 27. [Patch 464674] | ||||
* | * doc/AppInit.3: | hobbs | 2000-04-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+81 |