summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdAH.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-1/+1
* Use more portable TclIsSpaceProc() in stead of isspace().jan.nijtmans2013-06-171-4/+3
|\
| * Use more portable TclIsSpaceProc() in stead of isspace(). jan.nijtmans2013-06-171-4/+3
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
|\ \ | |/
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
|\ \ | |/
| * revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
| * 3595576 Tests/fix for mem corruption: [catch] fails to store options in a var.dgp2012-12-131-1/+0
* | Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-34/+34
* | Fix for [Bug 3595576], found by andrewshmig2012-12-131-1/+2
* | compilation code adjusteddkf2012-10-051-28/+45
* | merge trunkdkf2012-09-041-19/+25
|\ \
| * | more result generation conversiondkf2012-08-031-17/+22
| * | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-2/+3
* | | Rename 'mapeach' to 'lmap' per preferred alternative in TIP #405.twylite2012-08-081-3/+3
* | | Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and 'd...twylite2012-08-081-47/+11
* | | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu...twylite2012-08-031-14/+96
|/ /
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-2/+2
* | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-251-7/+9
|\ \ | |/
| * [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-251-7/+11
| * make some more internal tables constjan.nijtmans2012-04-181-23/+23
| |\
* | | [Bug 3445787]: Improve the compatibility of safe interpreters' version ofdkf2012-05-161-2/+40
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-9/+3
* | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-1/+1
|\ \ \ | |/ /
| * | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-1/+1
| |\ \ | | |/
| | * fix gcc warning signed<->unsigned warning for cygwinjan.nijtmans2012-03-261-1/+1
| | * [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-221-0/+5
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+1
* | | 3479689 New internal routine TclJoinPath().dgp2012-01-271-1/+1
* | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758]dkf2011-09-261-0/+11
* | | Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. ...mig2011-08-291-0/+10
* | | More generation of error codes (miscellaneous commands mostly already handled).dkf2011-04-041-0/+10
* | | Better error-message in case of errors related to setting a variablejan.nijtmans2011-04-041-8/+2
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-1/+1
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+6
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-1/+58
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-6/+3
| | * Fix [Bug 1284178] and tweak tests to accommodate.dkf2005-10-131-2/+6
| | * * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered)dgp2005-07-051-9/+6
| | * Fix bug in [format %hx] handling on selected platforms. [Bug 1154163]dkf2005-06-171-16/+22
| | * removed erroneous comment [Bug 1029518]Miguel Sofer2004-10-301-7/+1
| | * * tests/socket.test (socket-13.1): Balanced [makeFile] anddgp2004-10-281-1/+2
| | * backport fixes for 868489 and 1026125Kevin B Kenny2004-10-271-47/+13
| | * fix to 'file normalize ~nobody' crashvincentdarley2003-12-121-1/+4
| | * Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-221-45/+45
| | * Consequent fixes from [Bug 699060]; [format] should not be too eager to demotedkf2003-05-141-2/+9
| | * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-18/+1