summaryrefslogtreecommitdiffstats
path: root/doc/RegExp.3
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-5/+5
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-081-9/+9
| | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-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 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.
| * | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of descriptiondgp2011-02-281-2/+2
| | | | | | | | | of subexpression info in Tcl_RegExpInfo structure.
* | | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of descriptiondgp2011-02-281-2/+2
| | | | | | | | | of subexpression info in Tcl_RegExpInfo structure.
* | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-8/+8
|/ / | | | | | | typedefs, add a few missing bits)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Clarified documentation of RE flags. [Bug 1167840]dkf2007-11-011-12/+14
| |
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-21/+66
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-64/+31
| | | | | | | | | | | | * 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 pagesdkf2007-10-241-31/+64
| |
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-21/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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`
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-5/+1
| |
* | Add return type declsdkf2004-10-071-1/+3
| |
* | Reduce the number of warnings given by nroff...dkf2004-10-071-2/+4
| |
* | Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-4/+4
| |
* | Convert (most) tabs to spaces because they're printed more reliablydkf2004-10-071-6/+6
| |
* | Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-12/+3
| |
* | More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-181-2/+2
| | | | | | | | of symbols like TCL_OK, TCL_ERROR, etc.
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-7/+7
|/
* 3 small fixesvincentdarley2002-11-131-2/+4
|
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-2/+2
|
* Corportation -> Corporation sp fixhobbs2002-01-291-2/+2
|
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-171-4/+6
| | | | to the guidelines of TIP 27. Updated callers.
* * Corrected typos in doc/RegExp.3macosx_8_4_branchpointdgp2001-10-141-2/+2
|
* doc/AddErrInfo.3, doc/ChnlStack.3, doc/Exit.3, doc/GetIndex.3, doc/Notifier.3,jenglish2000-07-241-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/RegExp.3: Replaced instances of "Tcl_GetRegExpInfo" withericm2000-06-191-8/+8
| | | | "Tcl_RegExpGetInfo", the correct name of the function [Bug: 5901].
* * doc/Hash.3: fixed reference to ckfree [Bug: 3912]hobbs1999-12-211-2/+2
| | | | | | | | * doc/RegExp.3: fixed calling params for Tcl_RegExecFromObj * doc/open.n: fixed minor formatting errors * doc/string.n: fixed minor formatting errors * doc/lsort.n: added -unique docs
* Moved description of regular expression syntax from regexp.n into ajpeek1999-06-241-2/+3
| | | | | new re_syntax.n page. Modified other pages' references to regexp(n). Added a few new "see also" entries pointing to re_syntax(n).
* * doc/RegExp.3: Documented the new regexp interfaces andstanton1999-06-171-24/+238
| | | | the compile/execute flags.
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+18
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+116