summaryrefslogtreecommitdiffstats
path: root/doc/file.n
Commit message (Collapse)AuthorAgeFilesLines
* * doc/file.n (file readlink): [Bug 3070580]: Typofix.dkf2010-09-181-2/+2
|
* Use a consistent indentation of 4 for code examples.dkf2010-01-201-18/+18
|
* Improve choice of keywordsdkf2010-01-131-2/+3
|
* Document that [file tempfile] always works on the native filesystem by design.dkf2009-12-141-1/+7
| | | | [Bug 2388866]
* Implementation of TIP #210.dkf2008-11-291-1/+18
|
* Lots of very minor formatting fixes.dkf2008-10-151-2/+18
|
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-241-3/+3
| | | | | | | | * doc/file.n: Revise [file delete] and [file mkdir] to * generic/tclCmdAH.c: accept zero "pathname" arguments (the * generic/tclFCmd.c: no-op case). * tests/cmdAH.test: * tests/fCmd.test:
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* Clarified [file nativename] usage. [Bug 1185154]dkf2007-11-011-3/+12
|
* Spread the idiom, make the rendering to HTML reliable!dkf2007-10-301-65/+86
|
* line endingsdgp2007-10-291-87/+58
|
* GOOBE the docs some more.dkf2007-10-291-19/+19
|
* Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-35/+62
| | | | generation works
* * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-64/+41
| | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* More GOOBE quotingdkf2007-10-251-26/+33
|
* Lots of improvements to look and feel of manual pagesdkf2007-10-241-16/+32
|
* Minor formatting fixes and additional notes on portability of [file]dkf2007-07-041-4/+6
|
* Extend/sort the "SEE ALSO" sectiondkf2007-04-051-3/+3
|
* restore line endingsdgp2007-04-031-475/+475
|
* Bug 1606454 fixeddkf2006-12-021-475/+475
|
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
|
* Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-3/+1
|
* More minor doc fixesdkf2004-10-271-21/+21
|
* More minor doc fixesdkf2004-10-271-7/+7
|
* Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-2/+2
|
* documentation bugvincentdarley2004-06-021-3/+5
|
* Added examplesdkf2004-05-271-1/+38
|
* Ensure that single quotes don't come at the start of a line, even when quoted.dkf2004-05-181-3/+3
|
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-18/+13
|
* Formatting fix. [Bug 917171]dkf2004-03-161-2/+2
|
* fixed typos in documentation and commentsvincentdarley2004-03-091-2/+2
|
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-3/+5
|
* filesystem documentation and testsvincentdarley2004-01-261-11/+10
|
* fix to file normalization with relative linksvincentdarley2003-12-171-18/+22
|
* improved filesystem documentationvincentdarley2003-12-121-8/+11
|
* file tail documentation clarificationvincentdarley2003-07-071-4/+6
|
* Implementation of TIP 118:das2003-05-141-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclFCmd.c (TclFileAttrsCmd): return the list of attributes that can be retrieved without error for a given file, instead of aborting the whole command when any error occurs. * unix/tclUnixFCmd.c: added support for new file attributes and for copying Mac OS X file attributes & resource fork during [file copy]. * generic/tclInt.decls: added declarations of new external commands needed by new file attributes support in tclUnixFCmd.c. * macosx/tclMacOSXFCmd.c (new): Mac OS X specific implementation of new file attributes and of attribute & resource fork copying. * mac/tclMacFCmd.c: added implementation of -rsrclength attribute & fixes to other attributes for consistency with OSX implementation. * mac/tclMacResource.c: fixes to OSType handling. * doc/file.n: documentation of [file attributes] changes. * unix/configure.in: check for APIs needed by new file attributes. * unix/Makefile.in: * unix/tcl.m4: added new platform specifc tclMacOSXFCmd.c source. * unix/configure: * generic/tclStubInit.c: * generic/tclIntPlatDecls.h: regen. * tools/genStubs.tcl: fixes to completely broken code trying to prevent overlap of "aqua", "macosx", "x11" and "unix" stub entries. * tests/unixFCmd.test: added tests of -readonly attribute. * tests/macOSXFCmd.test (new): tests of macosx file attributes and of preservation of attributes & resource fork during [file copy]. * tests/macFCmd.test: restore -readonly attribute of test dir, as otherwise its removal can fail on unices supporting -readonly.
* file documentation fixvincentdarley2003-02-281-2/+2
|
* * doc/file.n: Format correction, and clarified [file normalize]dgp2002-09-061-10/+10
| | | | | | returns an absolute path. * doc/tcltest.n: Added examples section, as long promised.
* file normalization on win 95/98vincentdarley2002-07-111-20/+14
|
* tip99vincentdarley2002-06-211-1/+32
|
* doc/file.n: Fixed indentation. No substantive changes.jenglish2002-06-201-6/+8
|
* Thanks to Peter Spjuth <peter.spjuth@space.se>, again. My prior fix fordavygrvy2002-05-081-20/+18
| | | | | | single-quote macro mis-understanding was wrong. Reverted to reimpliment the 'macro2' proc which handles single-quote macros and restored file.n text arrangement to avoid single-quotes on the first line.
* Prior revisions returned. The single-quote macro misunderstanding was fromdavygrvy2002-05-081-18/+20
| | | | man2tcl.c instead.
* winhelp conversion tools where understand a ' as the first character on a linedavygrvy2002-05-081-20/+18
| | | | | as an unknown macro. Not knowing how to repair tools/man2tcl.c, I decided to rearrange the text in the docs instead.
* fix to 551306vincentdarley2002-05-021-9/+10
|
* 4 fs fixesvincentdarley2002-03-241-26/+44
|
* * Several typo and formatting corrections discovereddgp2001-12-101-3/+3
| | | | during conversion to TMML. Thanks to Joe English. [Patch 490514]
* win fs fixesvincentdarley2001-11-191-8/+10
|
* correct nroff format problemshobbs2001-11-121-2/+2
|