Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | merge trunk | jan.nijtmans | 2018-05-23 | 1 | -3/+3 | |
|\ | ||||||
| * | merge 8.6 | jan.nijtmans | 2018-05-11 | 1 | -1/+1 | |
| |\ | ||||||
| | * | merge 8.5 | jan.nijtmans | 2018-05-11 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ↵ | jan.nijtmans | 2018-05-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | public API | |||||
| * | | | merge 8.6 | dgp | 2018-05-09 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 8.5 | sebres | 2018-05-09 | 1 | -1/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding ↵ | sebres | 2018-05-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | HAVE_STRUCT_DIRENT64) | |||||
| * | | | merge 8.6 | dgp | 2018-05-08 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge fix for [92564326a98b5510] from 8.5 | sebres | 2018-05-08 | 1 | -2/+2 | |
| | |\ \ | | | |/ | ||||||
| | | * | fixes [92564326a98b5510]: wrong x64-aligned handle from readdir64 by ↵ | sebres | 2018-05-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | opendir/rewinddir/closedir, if HAVE_STRUCT_DIRENT64 used. | |||||
* | | | | merge novem | jan.nijtmans | 2016-12-23 | 1 | -3/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | more internal use of size_t in stead of int. | jan.nijtmans | 2016-12-20 | 1 | -7/+8 | |
| | | | | ||||||
* | | | | merge novem | jan.nijtmans | 2016-11-18 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ↵ | jan.nijtmans | 2016-07-08 | 1 | -3/+3 | |
| |/ / | | | | | | | | | | in many places where possible. | |||||
* | | | rebase with novem | jan.nijtmans | 2015-09-29 | 1 | -7/+10 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | merge novem | jan.nijtmans | 2014-05-02 | 1 | -0/+6 | |
| |\ \ | ||||||
| * | | | macros for Tcl_GetString and Tcl_GetStringFromObj | jan.nijtmans | 2013-01-26 | 1 | -7/+10 | |
| | | | | ||||||
| * | | | merge trunk | jan.nijtmans | 2013-01-19 | 1 | -3/+4 | |
| |\ \ \ | ||||||
* | \ \ \ | Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to ↵ | jan.nijtmans | 2015-08-25 | 1 | -2/+5 | |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | TclpGetCwd in TclpFindExecutable is not checked, variable cwd is used uninitialized. | |||||
| * | | | Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to ↵ | jan.nijtmans | 2015-08-25 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | TclpGetCwd in TclpFindExecutable is not checked, variable cwd is used uninitialized. | |||||
| * | | | Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ↵ | jan.nijtmans | 2014-05-15 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | ':' in filenames as well) | |||||
* | | | | Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX. | jan.nijtmans | 2014-04-11 | 1 | -0/+6 | |
| | | | | | | | | | | | | For consistancy, any NUL character in a filename prevents the native filesystem to generate a native file representation for it. Other filesystems than the native one may still accept it, but it's not recommended. | |||||
* | | | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -1/+0 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | ||||||
| * | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -1/+0 | |
| | | | ||||||
* | | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. | jan.nijtmans | 2013-01-18 | 1 | -2/+4 | |
|\ \ \ | |/ / | | / | |/ |/| | (with an exception for OSX, for now) | |||||
| * | ... and fix cygwin build | jan.nijtmans | 2013-01-18 | 1 | -2/+4 | |
| | | ||||||
* | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -0/+1 | |
|\ \ | |/ | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | |||||
| * | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -0/+1 | |
| | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | |||||
* | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -21/+30 | |
| | | | | | | | | clarification of #endifs, reduction of unnecessary casts, use of array syntax for reading array elements, etc.) | |||||
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -7/+6 | |
| | | ||||||
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -6/+5 | |
| | | ||||||
* | | merge | jan.nijtmans | 2012-06-27 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | merge | jan.nijtmans | 2012-06-27 | 1 | -3/+3 | |
| |\ | ||||||
| | * | fix bug in cygwin's [info nameofexecutable] | jan.nijtmans | 2012-06-27 | 1 | -1/+1 | |
| | | | | | | | | | install dde and registry dll for cygwin | |||||
* | | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 1 | -4/+3 | |
|\ \ \ | |/ / | ||||||
| * | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 1 | -4/+3 | |
| |\ \ | | |/ | ||||||
| | * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 1 | -4/+3 | |
| | | | ||||||
* | | | 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 | |
| | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows | |||||
* | | | 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 | |
| | | | | | | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one. | |||||
| | | | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
*---. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -1/+29 | |
|\ \ \ \ \ | | | |/ / | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | * | | 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 | |
| | |\ \ | |/ / / | | | _ | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -5/+33 | |
| | |\ | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | * | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin |