| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix "file owned" for Cygwin: st_uid is only 16-bit there. | nijtmans@users.sourceforge.net | 2016-07-12 | 1 | -1/+6 |
|
|
| * | Bugfix [3613671]. file owned implementation for Windows. | ashok | 2016-07-09 | 1 | -11/+6 |
|
|
| * | Bugfix [ae61a67192]. file {stat, type, size} etc. support for built-in specia... | ashok | 2016-07-09 | 1 | -0/+19 |
|
|
| * | Align comment. Remove some end-of-line spacing. No functional changes. | nijtmans@users.sourceforge.net | 2015-09-28 | 1 | -1/+1 |
| |\ |
|
| * | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | nijtmans@users.sourceforge.net | 2014-02-10 | 1 | -1/+1 |
|
|
| * | | Use more portable TclIsSpaceProc() in stead of isspace(). | nijtmans@users.sourceforge.net | 2013-06-17 | 1 | -4/+3 |
| |\ \
| |/ |
|
| | * | Use more portable TclIsSpaceProc() in stead of isspace(). | nijtmans@users.sourceforge.net | 2013-06-17 | 1 | -4/+3 |
|
|
| * | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | nijtmans@users.sourceforge.net | 2013-02-10 | 1 | -1/+0 |
| |\ \
| |/ |
|
| | * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | nijtmans@users.sourceforge.net | 2013-02-10 | 1 | -1/+0 |
|
|
| * | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | nijtmans@users.sourceforge.net | 2013-01-17 | 1 | -0/+1 |
| |\ \
| |/ |
|
| | * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | nijtmans@users.sourceforge.net | 2013-01-17 | 1 | -0/+1 |
|
|
| | * | 3595576 Tests/fix for mem corruption: [catch] fails to store options in a var. | dgp@users.sourceforge.net | 2012-12-13 | 1 | -1/+0 |
|
|
| * | | Add super-simple compiler to many ensemble subcommands to allow better code | donal.k.fellows@manchester.ac.uk | 2013-01-04 | 1 | -34/+34 |
|
|
| * | | Fix for [Bug 3595576], found by andrewsh | mig | 2012-12-13 | 1 | -1/+2 |
|
|
| * | | compilation code adjusted | donal.k.fellows@manchester.ac.uk | 2012-10-05 | 1 | -28/+45 |
|
|
| * | | merge trunk | donal.k.fellows@manchester.ac.uk | 2012-09-04 | 1 | -19/+25 |
| |\ \ |
|
| | * | | more result generation conversion | donal.k.fellows@manchester.ac.uk | 2012-08-03 | 1 | -17/+22 |
|
|
| | * | | converting to using Tcl_Obj API for error message generation; part done | donal.k.fellows@manchester.ac.uk | 2012-08-03 | 1 | -2/+3 |
|
|
| * | | | Rename 'mapeach' to 'lmap' per preferred alternative in TIP #405. | twylite@crypt.co.za | 2012-08-08 | 1 | -3/+3 |
|
|
| * | | | Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and 'd... | twylite@crypt.co.za | 2012-08-08 | 1 | -47/+11 |
|
|
| * | | | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu... | twylite@crypt.co.za | 2012-08-03 | 1 | -14/+96 |
| |/ / |
|
| * | | Factor out a number of common patterns of use of Tcl_DStringAppend. | donal.k.fellows@manchester.ac.uk | 2012-07-03 | 1 | -2/+2 |
|
|
| * | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | donal.k.fellows@manchester.ac.uk | 2012-06-25 | 1 | -7/+9 |
| |\ \
| |/ |
|
| | * | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. | donal.k.fellows@manchester.ac.uk | 2012-06-25 | 1 | -7/+11 |
|
|
| | * | make some more internal tables const | nijtmans@users.sourceforge.net | 2012-04-18 | 1 | -23/+23 |
| | |\ |
|
| * | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version of | donal.k.fellows@manchester.ac.uk | 2012-05-16 | 1 | -2/+40 |
|
|
| * | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | donal.k.fellows@manchester.ac.uk | 2012-04-25 | 1 | -9/+3 |
|
|
| * | | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | nijtmans@users.sourceforge.net | 2012-03-27 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | nijtmans@users.sourceforge.net | 2012-03-27 | 1 | -1/+1 |
| | |\ \
| | |/ |
|
| | | * | fix gcc warning signed<->unsigned warning for cygwin | nijtmans@users.sourceforge.net | 2012-03-26 | 1 | -1/+1 |
|
|
| | | * | [Bug 2935503]: Windows: file mtime sets wrong time | nijtmans@users.sourceforge.net | 2011-11-22 | 1 | -0/+5 |
|
|
| | | * | [Bug 3388350] mingw64 compiler warnings | nijtmans@users.sourceforge.net | 2011-08-16 | 1 | -0/+1 |
|
|
| * | | | 3479689 New internal routine TclJoinPath(). | dgp@users.sourceforge.net | 2012-01-27 | 1 | -1/+1 |
|
|
| * | | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] | donal.k.fellows@manchester.ac.uk | 2011-09-26 | 1 | -0/+11 |
|
|
| * | | | Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. ... | mig | 2011-08-29 | 1 | -0/+10 |
|
|
| * | | | More generation of error codes (miscellaneous commands mostly already handled). | donal.k.fellows@manchester.ac.uk | 2011-04-04 | 1 | -0/+10 |
|
|
| * | | | Better error-message in case of errors related to setting a variable | nijtmans@users.sourceforge.net | 2011-04-04 | 1 | -8/+2 |
|
|
| * | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -1/+1 |
|
|
| * | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ \ \
| |/ / |
|
| | * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| | |\ \
| | |/ |
|
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
|
|
| | | * | * generic/tclBasic.c: Extended the existing TIP #280 system (info | akupries@shaw.ca | 2008-07-21 | 1 | -3/+6 |
|
|
| | | * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | akupries@shaw.ca | 2006-11-28 | 1 | -1/+58 |
|
|
| | | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -6/+3 |
|
|
| | | * | Fix [Bug 1284178] and tweak tests to accommodate. | donal.k.fellows@manchester.ac.uk | 2005-10-13 | 1 | -2/+6 |
|
|
| | | * | * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered) | dgp@users.sourceforge.net | 2005-07-05 | 1 | -9/+6 |
|
|
| | | * | Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] | donal.k.fellows@manchester.ac.uk | 2005-06-17 | 1 | -16/+22 |
|
|
| | | * | removed erroneous comment [Bug 1029518] | Miguel Sofer | 2004-10-30 | 1 | -7/+1 |
|
|
| | | * | * tests/socket.test (socket-13.1): Balanced [makeFile] and | dgp@users.sourceforge.net | 2004-10-28 | 1 | -1/+2 |
|
|
| | | * | backport fixes for 868489 and 1026125 | Kevin B Kenny | 2004-10-27 | 1 | -47/+13 |
|
|