| Commit message (Expand) | Author | Age | Files | Lines |
* | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -8/+0 |
|\ |
|
| * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -8/+0 |
| |\ |
|
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -8/+0 |
|
|
* | | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 1 | -5/+6 |
|\ \ \
| |/ / |
|
| * | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 1 | -14/+12 |
|
|
* | | | Repair more build breakage. | dgp | 2012-04-26 | 1 | -7/+5 |
|
|
* | | | fix Linux build ;-( | jan.nijtmans | 2012-04-26 | 1 | -4/+3 |
|\ \ \
| |/ / |
|
* | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -18/+4 |
|
|
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+29 |
|\ \ \ \ \
| | | |/ / |
|
| | | * | | gcc warnings | jan.nijtmans | 2012-04-24 | 1 | -2/+1 |
| | |/ / |
|
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -2/+31 |
| | |\ \
| |/ / /
| | | _ |
|
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -5/+33 |
| | |\ |
|
| | | * | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 1 | -0/+0 |
|
|
| | | * | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 1 | -5/+33 |
| | |/ |
|
| | * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -1/+43 |
|
|
* | | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-15 | 1 | -0/+34 |
|\ \ \
| |/ / |
|
| * | | x | jan.nijtmans | 2012-03-15 | 1 | -0/+34 |
|
|
* | | | More isspace() callers. | dgp | 2011-04-28 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | More isspace() callers. | dgp | 2011-04-28 | 1 | -1/+1 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -2/+2 |
|
|
* | | | 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 |
|
|
| | * | ensure translated path is freed | vincentdarley | 2003-10-31 | 1 | -1/+2 |
|
|
| | * | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 1 | -4/+9 |
|
|
| * | | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] | dkf | 2009-08-02 | 1 | -4/+2 |
|
|
* | | | Eliminate various unnecessary type casts, use function typedefs whenever poss... | nijtmans | 2010-06-21 | 1 | -4/+4 |
|
|
* | | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -5/+5 |
|
|
* | | | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 1 | -2/+2 |
|
|
* | | | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] | dkf | 2009-08-02 | 1 | -4/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -3/+4 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -147/+160 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | coverity id 100 | das | 2007-09-17 | 1 | -4/+4 |
|
|
* | | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv | coldstore | 2006-08-29 | 1 | -1/+4 |
|
|
* | | added check for NULL return value of Tcl_FSGetTranslatedPath(), coverity bug 39 | das | 2006-03-25 | 1 | -1/+4 |
|
|
* | | * generic/tclInt.decls: implement globbing for HFS creator & type | das | 2006-03-21 | 1 | -11/+80 |
|
|
* | | More bits of ANSIfying | dkf | 2005-11-11 | 1 | -56/+59 |
|
|
* | | allow NULL interp in Tcl_FSMatchInDirectory | vincentdarley | 2005-08-31 | 1 | -5/+7 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-20 | 1 | -224/+274 |
|
|
* | | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -25/+17 |
|
|
* | | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -18/+23 |
|
|
* | | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 1 | -1/+128 |
|
|
* | | * unix/tclUnixFile.c (NativeMatchType): added support for | das | 2004-07-20 | 1 | -1/+5 |
|
|
* | | * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. | dgp | 2004-06-18 | 1 | -2/+3 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | | filesystem fixes for '-force' consistency and picky compilers | vincentdarley | 2004-01-29 | 1 | -1/+6 |
|
|
* | | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -21/+53 |
|
|
* | | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 1 | -11/+47 |
|
|
* | | allow creation of relative links | vincentdarley | 2003-12-12 | 1 | -3/+24 |
|
|