summaryrefslogtreecommitdiffstats
path: root/doc/glob.n
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-171-2/+2
| | | | | | the quality of HTML doc builds.
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-3/+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.
| | * More doc fix backportingdkf2004-10-271-2/+32
| | |
| * | * doc/glob.n: Fixed documentation ambiguity regarding the handlingandreas_kupries2010-09-021-3/+4
| | | | | | | | | | | | of -join.
* | | * doc/glob.n: Fixed documentation ambiguity regarding the handlingandreas_kupries2010-09-021-3/+4
| | | | | | | | | | | | of -join.
* | | Improve clarity of formatting.dkf2008-10-171-64/+95
| | |
* | | Lots of very minor formatting fixes.dkf2008-10-151-3/+8
| | |
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-291-2/+2
|/ / | | | | | | | | | | * doc/glob.n: Revise [glob] to accept zero patterns. * generic/tclFileName.c: * tests fileName.test:
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-25/+56
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-59/+24
| | | | | | | | | | | | * 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-24/+59
| |
* | fix to race condition in file mkdir and fix to glob documentationvincentdarley2005-06-091-7/+4
| |
* | More minor doc fixesdkf2004-10-271-8/+8
| |
* | documentation for glob -types d with symbolic linksvincentdarley2004-05-111-1/+4
| |
* | More examplesdkf2004-04-301-6/+22
| |
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-8/+1
| |
* | improved filesystem documentationvincentdarley2003-12-121-1/+8
|/
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-3/+3
|
* documented subtlety with glob and windows pathsvincentdarley2001-08-241-1/+12
|
* fs updatevincentdarley2001-08-231-8/+13
|
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files were impacted. * doc/Access.3: * doc/FileSystem.3: * doc/OpenFileChnl.3: * doc/file.n: * doc/glob.n: * generic/tcl.decls: * generic/tcl.h: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDate.c: * generic/tclDecls.h: * generic/tclEncoding.c: * generic/tclFCmd.c: * generic/tclFileName.c: * generic/tclGetDate.y: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclIOUtil.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclLoad.c: * generic/tclStubInit.c: * generic/tclTest.c: * generic/tclUtil.c: * library/init.tcl: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacInit.c: * mac/tclMacPort.h: * mac/tclMacResource.c: * mac/tclMacTime.c: * tests/cmdAH.test: * tests/event.test: * tests/fCmd.test: * tests/fileName.test: * tests/io.test: * tests/ioCmd.test: * tests/proc-old.test: * tests/registry.test: * tests/unixFCmd.test: * tests/winDde.test: * tests/winFCmd.test: * unix/mkLinks: * unix/tclUnixFCmd.c: * unix/tclUnixFile.c: * unix/tclUnixInit.c: * unix/tclUnixPipe.c: * win/tclWinFCmd.c: * win/tclWinFile.c: * win/tclWinInit.c: * win/tclWinPipe.c
* New or changed "SEE ALSO" section.poenitz2000-09-071-1/+3
|
* * doc/ListObj.3: clarified Tcl_ListObjGetElements docs [Bug: 4080]hobbs2000-01-261-1/+9
| | | | * doc/glob.n: clarified Mac path separator determination docs.
* * doc/glob.n:hobbs1999-12-121-6/+63
| | | | | | | | | | | | | | | | * tests/fileName.test: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclEncoding.c: * generic/tclFileName.c: * mac/tclMacFile.c: * unix/tclUnixFile.c: * win/tclWinFile.c: enhanced the glob command with the new options -types -path -directory and -join. Deprecated TclpMatchFiles with TclpMatchFilesTypes, extended TclGlob and TclDoGlob and added GlobTypeData structure.
* * doc/scan.n:hobbs1999-11-191-2/+3
| | | | | | | | | | | | | | * tests/scan.test: * generic/tclScan.c: finished support for inline scan by supporting XPG identifiers. * doc/http.n: * library/http2.1/http.tcl: added register and unregister commands to http:: package (better support for tls/SSL), as well as -type argument to http::geturl. [RFE: 2617] * doc/glob.n: added note about ..../ glob behavior on Win9* * doc/tcltest.n: fixed minor example errors [Bug: 3551]
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-2/+2
| | | | * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-5/+14
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+84