summaryrefslogtreecommitdiffstats
path: root/doc/file.n
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed winhelp generation problems #480268hobbs2001-11-101-2/+2
|
* file copy soft link docsvincentdarley2001-11-021-10/+12
|
* minor fs, vfs fixesvincentdarley2001-09-041-3/+6
|
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+3
|
* * doc/file.n:hobbs2000-01-121-8/+13
| | | | | | | * tests/unixFCmd.test: * unix/tclUnixFCmd.c: added support for symbolic permissions setting in SetPermissionsAttribute (file attr $file -perm ...) [Bug: 3970]
* see loghobbs1999-10-291-20/+23
|
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-6/+11
| | | | | | | | | | | | * doc/Eval.3: fixed doc on input args [Bug: 2114] * doc/OpenFileChnl.3: * doc/file.n: * tests/cmdAH.test: * tclIO.c: * tclCmdAH.c: added "file channels ?pattern?" tcl command, with associated Tcl_GetChannelNames and Tcl_GetChannelNamesEx public C APIs (added to tcl.decls as well), with docs and tests.
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+331