Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Increase some counter sizes related to filesystem epoch from int to size_t. ↵ | jan.nijtmans | 2015-07-15 | 1 | -2/+2 | |
| | | | | And prevent them ever becoming 0 due to an overflow. (backported with variation from androwish) | |||||
* | Simplify tclFileSystem.h. Define structs where used. | dgp | 2012-06-28 | 1 | -42/+1 | |
|\ | ||||||
| * | Simplify tclFileSystem.h. Define structs where used. | dgp | 2012-06-28 | 1 | -42/+1 | |
| | | ||||||
* | | 3024359 Make sure that the per-thread cache of the list of file systems | dgp | 2012-06-25 | 1 | -0/+1 | |
|\ \ | |/ | | | | | | | currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference. | |||||
| * | merge 8.5 | dgp | 2012-06-22 | 1 | -1/+0 | |
| |\ | ||||||
| * \ | merge 8.5 | dgp | 2012-06-21 | 1 | -6/+1 | |
| |\ \ | ||||||
| * \ \ | merge 8.5 | dgp | 2012-06-20 | 1 | -4/+3 | |
| |\ \ \ | ||||||
| * | | | | First draft patch to fix Bug 3024359. No reliable test yet. | dgp | 2012-06-11 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | FilesystemRecord structs no longer need refcounting | dgp | 2012-06-22 | 1 | -1/+0 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | FilesystemRecord structs no longer need refcounting. | dgp | 2012-06-22 | 1 | -1/+0 | |
| | |_|/ | |/| | | ||||||
* | | | | Stop storing FilesystemRecord in the intrep of a "path". We never use it. | dgp | 2012-06-21 | 1 | -6/+1 | |
|\ \ \ \ | |/ / / | | | | | Store the Tcl_Filesystem instead, which is what we actually need. | |||||
| * | | | Stop storing FilesystemRecord in the intrep of a "path". We never use it. | dgp | 2012-06-21 | 1 | -6/+1 | |
| | |/ | |/| | | | | Store the Tcl_Filesystem instead, which is what we actually need. | |||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Remove dead code that complicates fs path values but adds no value. | dgp | 2012-06-20 | 1 | -4/+3 | |
|\ \ \ \ | | |/ / | ||||||
| | * | | Purge more dead fs path code. | dgp | 2012-06-20 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Remove dead code that complicates fs path values but adds no value. | dgp | 2012-06-20 | 1 | -3/+2 | |
| |/ | ||||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -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 cause | dgp | 2011-03-02 | 1 | -2/+0 | |
| | | | | | | more harm than good. Purged them. | |||||
* | | * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem | nijtmans | 2008-07-28 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.decls: which all are supposed to be a constant, but * generic/tclDecls.h: this was not reflected in the API: * generic/tclFileSystem.h: Tcl_FSGetInternalRep * generic/tclIOUtil.c: Tcl_FSNewNativePath, Tcl_FSData * generic/tclPathObj.c: Tcl_FSRegister, Tcl_FSUnregister * generic/tclTest.c: Tcl_FSGetFileSystemForPath ... This change complies with TIP #24. ***POTENTIAL INCOMPATIBILITY*** | |||||
* | | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -3/+3 | |
|/ | ||||||
* | formatting and de-_ANSI_ARGS_-ification | dkf | 2005-10-13 | 1 | -82/+75 | |
| | ||||||
* | * generic/tclFileSystem.h: Added use of MODULE_SCOPE on protos. | davygrvy | 2004-11-03 | 1 | -34/+58 | |
| | ||||||
* | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 1 | -2/+6 | |
| | ||||||
* | fix to small filesystem bugs | vincentdarley | 2004-09-27 | 1 | -1/+2 | |
| | ||||||
* | vfs glob root volume fix | vincentdarley | 2004-05-07 | 1 | -2/+6 | |
| | ||||||
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵ | vincentdarley | 2004-01-21 | 1 | -8/+9 | |
| | | | | variable names in | |||||
* | Exported symbol name police (thanks GPS for spotting this!) | dkf | 2003-10-10 | 1 | -3/+2 | |
| | ||||||
* | Symbols which are visible outside a single compilation unit must have | dkf | 2003-09-29 | 1 | -4/+4 | |
| | | | | | the prefix 'Tcl' to keep them out of the way of non-Tcl C code on Unix. (Problem reported by George Staplin.) | |||||
* | Applied changes from 8.4.4 regarding the Bug #753315 | vasiljevic | 2003-08-23 | 1 | -5/+25 | |
| | ||||||
* | shared filesystem function | vincentdarley | 2003-04-14 | 1 | -1/+3 | |
| | ||||||
* | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -0/+75 | |