Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | library/tclIndex (regenerated) to reflect various changes | nijtmans | 2009-11-23 | 2 | -24/+73 |
| | | | | in safe.tcl and other library files. | ||||
* | * tests/fCmd.test (fCmd-30.1): Changed registry location of the | Kevin B Kenny | 2009-11-23 | 2 | -2/+9 |
| | | | | | | 'My Documents' folder to the one that's correct for Windows 2000, XP, Server 2003, Vista, Server 2008, and Windows 7. (See http://support.microsoft.com/kb/310746) | ||||
* | makefile.vc: Add stub library to necessary link lines | nijtmans | 2009-11-23 | 2 | -3/+4 |
| | |||||
* | Test constraint 2000orNewer should only be true on Windows platform | dgp | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make | nijtmans | 2009-11-23 | 10 | -199/+137 |
| | | | | | | | | | | | sure that Xxxxx_Init is always exported even when Tcl is built static (otherwise we cannot create a DLL). tclThreadTest.c: Make all functions static, except TclThread_Init. fCmd.test Enable fCmd-30.1 when registry is available. tcl.m4 Fix ${SHLIB_LD_LIBS} definition, fix conflicts configure.in between static libraries and import library on windows. configure (regenerated) Makefile.in Simplifications related to tcl.m4 changes. | ||||
* | * generic/tclThreadTest.c (NewTestThread): [Bug 2901803] | Kevin B Kenny | 2009-11-23 | 2 | -2/+8 |
| | | | | | Further machinations to get NewTestThread actually to launch the thread, not just compile. | ||||
* | [Bug 2901803]: Fix silly error. | dkf | 2009-11-23 | 2 | -59/+68 |
| | |||||
* | Added some OSX-specific things | dkf | 2009-11-22 | 1 | -0/+2 |
| | |||||
* | Cast required when setting result using a const string. String is copied by ↵ | patthoyts | 2009-11-21 | 1 | -2/+2 |
| | | | | TCL_VOLATILE. | ||||
* | a bit of cleanup | dgp | 2009-11-20 | 3 | -20/+21 |
| | |||||
* | [Tcl Patch #2883533] tcl.m4 support for Haiku OS | nijtmans | 2009-11-19 | 4 | -3/+92 |
| | |||||
* | Updated freeIntRepProc routines so | nijtmans | 2009-11-19 | 2 | -2/+9 |
| | | | | | | | that they set the typePtr field to NULL so that the Tcl_Obj is not left in an inconsistent state. [Bug 2857044] | ||||
* | Create tcltest86.dll as dynamic Tcltest package | nijtmans | 2009-11-19 | 2 | -15/+24 |
| | |||||
* | Test-case for fixed [Bug 2849797] | nijtmans | 2009-11-19 | 5 | -18/+26 |
| | | | | | | Fix safe-10.1 and safe-10.4 test cases, making the wrong assumption that Tcltest should be a static package. | ||||
* | * unix/tclAppInit.c: Repair broken build of the tcltest executable. | dgp | 2009-11-19 | 3 | -16/+11 |
| | | | | * win/tclAppInit.c: [Bug 2883850, 2900542]. | ||||
* | Undo Jan's needless vandalism. | dkf | 2009-11-19 | 6 | -19/+28 |
| | |||||
* | Add files to .cvsignore | nijtmans | 2009-11-18 | 3 | -0/+11 |
| | |||||
* | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 17 | -89/+190 |
| | | | | get created with static Tcl build | ||||
* | Fix [Bug 2849797]: channel name inconsistencies as suggested by DKF | nijtmans | 2009-11-18 | 4 | -9/+25 |
| | | | | | | minor *** POTENTIAL INCOMPATIBILITY *** because Tcl_CreateChannel() and its derivatives, now sometimes ignore their "chanName" argument. | ||||
* | Eliminate unneccessary spaces | nijtmans | 2009-11-18 | 2 | -4/+5 |
| | |||||
* | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 2 | -4/+3 |
| | |||||
* | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 21 | -172/+199 |
| | |||||
* | Eliminate unneccessary spaces | nijtmans | 2009-11-18 | 9 | -49/+57 |
| | |||||
* | Eliminate "then" keyword | nijtmans | 2009-11-18 | 7 | -125/+133 |
| | |||||
* | Fix [Bug 2891171]: URL checking too strict when using multiple question ↵ | nijtmans | 2009-11-18 | 1 | -2/+2 |
| | | | | marks (added test case) | ||||
* | format | dgp | 2009-11-17 | 1 | -3/+3 |
| | |||||
* | * unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy- | andreas_kupries | 2009-11-17 | 2 | -5/+16 |
| | | | | | | up from a few days ago (2009-11-9, not in ChangeLog). strchr is apparently a macro on AIX and reacts badly to pre-processor directives in its arguments. | ||||
* | Use proper command creation routine. | dgp | 2009-11-16 | 1 | -2/+2 |
| | |||||
* | Revert mistaken commit | dgp | 2009-11-16 | 12 | -193/+50 |
| | |||||
* | (forward port) Fix [Bug 2891556] and improve test to detect similar ↵ | ferrieux | 2009-11-16 | 16 | -59/+270 |
| | | | | manifestations in the future. Add tcltest support for finalization. | ||||
* | * win/tclWinDde.c: Avoid gcc compiler warning by | mdejong | 2009-11-16 | 2 | -5/+10 |
| | | | | explicitly casting DdeCreateStringHandle argument. | ||||
* | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 3 | -10/+51 |
| | | | | | | * tests/io.test: which used the number of _written_ bytes or character to update the counters for the read bytes/characters. New test io-53.11. This is a forward port from the 8.5 branch. | ||||
* | * generic/tclClock.c (TclClockInit): Do not create [clock] support | dgp | 2009-11-12 | 2 | -1/+15 |
| | | | | commands in safe interps. | ||||
* | Fix [Bug 2891171]: URL checking too strict when using multiple question marks | nijtmans | 2009-11-11 | 5 | -24/+33 |
| | |||||
* | Fix [Bug 2888099] (close discards ENOSPC error) by saving the errno | ferrieux | 2009-11-10 | 2 | -2/+24 |
| | | | | | from the first of two FlushChannel()s. Uneasy to test; might need specific channel drivers. Four-hands with aku. | ||||
* | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT | andreas_kupries | 2009-11-10 | 2 | -10/+14 |
| | | | | | evaluation. Forward port from Tcl 8.5 branch, change by Don Porter. | ||||
* | Cleanup directories that have been set chmod 000. | patthoyts | 2009-11-10 | 2 | -10/+40 |
| | | | | | | | | | On Windows7 and Vista we really have no access and these were getting left behind. A few tests were changed to reflect the intent of the test where setting a directory chmod 000 should prevent any modification. This restriction was ignored on XP but is honoured on Vista | ||||
* | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). | andreas_kupries | 2009-11-10 | 3 | -3/+20 |
| | | | | | [Bug 2895323]. Forward port from Tcl 8.5 branch, change by Don Porter. | ||||
* | Removed outdated Msys + Mingw info. | stwo | 2009-11-09 | 2 | -12/+7 |
| | |||||
* | * tests/info.test: Resolve ambiguous resolution of variable | andreas_kupries | 2009-11-09 | 2 | -2/+5 |
| | | | | "res". Forward port from 8.5 | ||||
* | * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of | andreas_kupries | 2009-11-09 | 2 | -8/+15 |
| | | | | | | | refCount for the file path out of the branch after the whole conditional, closing a memory leak. Added clause on structure type to prevent seg.faulting. Forward port from valgrinding the Tcl 8.5 branch. | ||||
* | Some small bits of tidying up. | dkf | 2009-11-09 | 3 | -154/+153 |
| | |||||
* | Moved the descriptions of the index formats to their own section, and | dkf | 2009-11-08 | 1 | -31/+35 |
| | | | | added a warning to the 'bytelength' subcommand about future compatibility. | ||||
* | Moved the descriptions of the index formats to their own section, and | dkf | 2009-11-08 | 1 | -61/+75 |
| | | | | added a warning to the 'bytelength' subcommand about future compatibility. | ||||
* | Formatting correction | dkf | 2009-11-08 | 1 | -3/+3 |
| | |||||
* | [Bug 2891026] add addtional contraints for vista+ for non-readable directories | patthoyts | 2009-11-07 | 2 | -9/+32 |
| | |||||
* | * library/safe.tcl (::safe::Setup): Added documentation of the | andreas_kupries | 2009-11-06 | 2 | -31/+45 |
| | | | | | | contents of the state array. Also killed the 'InterpState' procedure with its upleveled variable/upvar combination, and replaced all uses with 'namespace upvar'. | ||||
* | * library/safe.tcl: A series of patches which bring the SafeBase | andreas_kupries | 2009-11-05 | 2 | -15/+31 |
| | | | | | | | up to date with code guidelines, Tcl's features, also eliminating a number of inefficiencies along the way. (11) Fixed bug 2854929. Recurse into all subdirs under all TM root dirs and put them on the access path. | ||||
* | * library/safe.tcl: A series of patches which bring the SafeBase | andreas_kupries | 2009-11-05 | 2 | -64/+61 |
| | | | | | | | | | | up to date with code guidelines, Tcl's features, also eliminating a number of inefficiencies along the way. (10) Misc. cleanup. Inlined IsInterp into CheckInterp, its only user. Consistent 'return -code error' for error reporting. Updated to use modern features (lassign, in/ni, dicts). The latter are used to keep a reverse path -> token map and quicker check of existence. | ||||
* | * library/safe.tcl: A series of patches which bring the SafeBase | andreas_kupries | 2009-11-05 | 2 | -14/+31 |
| | | | | | | | up to date with code guidelines, Tcl's features, also eliminating a number of inefficiencies along the way. (9) Changed the log command setup so that logging is compiled out completely when disabled (default). |