| Commit message (Expand) | Author | Age | Files | Lines |
* | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -18/+20 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() | das | 2007-04-29 | 1 | -16/+30 |
|
|
| | * | * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code | andreas_kupries | 2006-11-07 | 1 | -1/+11 |
|
|
| | * | * unix/tclUnixFCmd.c: Removed some false tests added | vasiljevic | 2006-09-07 | 1 | -3/+3 |
|
|
| | * | Rewritten MT-safe wrappers to return ptrs to TSD storage | vasiljevic | 2006-09-07 | 1 | -51/+7 |
|
|
| | * | Added MT-safe implementation of some library calls. | vasiljevic | 2006-09-06 | 1 | -17/+60 |
|
|
| | * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -48/+72 |
|
|
| | * | * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin | das | 2006-03-28 | 1 | -3/+11 |
|
|
| | * | 2005-12-05 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-12-05 | 1 | -23/+107 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+7 |
|
|
| | * | * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 | hobbs | 2005-11-09 | 1 | -3/+3 |
|
|
| | * | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change to | hobbs | 2005-10-07 | 1 | -44/+61 |
|
|
| | * | Convert u_int to unsigned to make clashes with types in standard C headers less | dkf | 2005-01-10 | 1 | -3/+3 |
|
|
| | * | * tests/fCmd.test: | das | 2004-11-11 | 1 | -33/+49 |
|
|
| | * | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 1 | -5/+19 |
|
|
| | * | * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] | dgp | 2003-07-16 | 1 | -3/+1 |
|
|
| * | | * unix/tclUnixFCmd.c: adjust license header as per | hobbs | 2010-08-04 | 1 | -6/+2 |
|
|
| * | | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected | dkf | 2010-03-25 | 1 | -2/+2 |
|
|
| * | | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use | stwo | 2009-11-25 | 1 | -8/+9 |
|
|
| * | | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] | dkf | 2009-08-02 | 1 | -6/+2 |
|
|
* | | | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile | nijtmans | 2010-08-14 | 1 | -3/+3 |
|
|
* | | | * unix/tclUnixFCmd.c: adjust license header as per | hobbs | 2010-08-04 | 1 | -6/+2 |
|
|
* | | | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected | dkf | 2010-03-25 | 1 | -2/+2 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -10/+9 |
|
|
* | | | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use | stwo | 2009-11-25 | 1 | -8/+9 |
|
|
* | | | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] | dkf | 2009-08-02 | 1 | -6/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -6/+6 |
|
|
* | | | eliminate -Wwrite-strings warnings in enable-threads build. | nijtmans | 2008-12-16 | 1 | -3/+4 |
|
|
* | | | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -1/+122 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -5/+5 |
|
|
* | | | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc | nijtmans | 2008-10-05 | 1 | -4/+4 |
|
|
* | | | Reduce the magic number count | dkf | 2008-09-27 | 1 | -4/+6 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -47/+46 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Silence some warnings. | dkf | 2007-11-16 | 1 | -3/+3 |
|
|
* | | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -5/+18 |
|
|
* | | Whitespace/format cleanup | dkf | 2007-07-31 | 1 | -60/+57 |
|
|
* | | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() | das | 2007-04-23 | 1 | -16/+31 |
|
|
* | | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -2/+2 |
|
|
* | | * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code | andreas_kupries | 2006-11-07 | 1 | -1/+11 |
|
|
* | | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -5/+3 |
|
|
* | | Rewritten MT-safe wrappers to return ptrs to TSD storage. | vasiljevic | 2006-09-07 | 1 | -49/+5 |
|
|
* | | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). | vasiljevic | 2006-09-06 | 1 | -7/+53 |
|
|
* | | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -63/+81 |
|
|
* | | * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin | das | 2006-03-28 | 1 | -3/+11 |
|
|
* | | added casts to silence coverity bug 38 | das | 2006-03-25 | 1 | -5/+5 |
|
|