summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * unix/tclUnixFCmd.c: adjust license header as perhobbs2010-08-042-6/+5
| | | | ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
* fix DFARs note for number-adjusted rights clausehobbs2010-08-042-1/+3
|
* * win/tclWin32Dll.c (asciiProcs, unicodeProcs):hobbs2010-08-044-8/+15
| | | | | | * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL.
* * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-042-2/+6
|
* * generic/tclIORChan.c: [Bug 3034840]: Fixed reference countingandreas_kupries2010-08-044-39/+130
| | | | | * generic/tclIORTrans.c: in InvokeTclMethod and callers. * tests/ioTrans.test:
* Fix OBOE error in the forward ported info-39.1andreas_kupries2010-08-031-5/+5
|
* Test iocmd-32.2 tests for Bug 3034840dgp2010-08-031-1/+14
|
* * tests/var.test (var-19.1): [Bug 3037525]: Added testandreas_kupries2010-08-032-1/+13
| | | | demonstrating the local hashtable deletion crash and fix.
* * tests/info.test (info-39.1): Added forward copy of test in 8.5andreas_kupries2010-08-032-1/+48
| | | | | branch about [Bug 2933089]. Should not fail, and doesn't, after updating the line numbers to the changed position.
* * library/tzdata/America/Bahia_Banderas:Kevin B Kenny2010-08-029-16/+261
| | | | | | | | | | * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Pohnpei: * library/tzdata/Africa/Cairo: * library/tzdata/Europe/Helsinki: * library/tzdata/Pacific/Ponape: * library/tzdata/Pacific/Truk: * library/tzdata/Pacific/Yap: Olson's tzdata2010k.
* * generic/tclVar.c: correcting bad port of [Bug 3037525] fixMiguel Sofer2010-08-022-2/+6
|
* * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickleMiguel Sofer2010-07-312-7/+7
| | | | optimisation in TclDeleteVars (used for runtime-created locals)
* Official build of zlib1.dll 1.2.5 is finally available, so put it innijtmans2010-07-294-0/+154
|
* * doc/http.n: Corrected description of location of one of the entriesdkf2010-07-252-6/+12
| | | | in the state array.
* From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the ↵nijtmans2010-07-242-3/+5
| | | | relation between Tcl_CallFrame and CallFrame.
* [Bug 3029891] Functions that don't belong in the stub table.nijtmans2010-07-243-4/+21
|
* silence compiler warningsdgp2010-07-191-2/+5
|
* * generic/tclBasic.c: Added more errorCode setting.dkf2010-07-162-8/+32
|
* * generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get]dkf2010-07-153-22/+32
| | | | | * generic/tclDictObj.c (DictGetCmd): always generates an errorCode on a failure to look up an entry.
* Use SC_PROG_TCLSH to set a native tclsh in the Makefile.patthoyts2010-07-114-4/+69
| | | | | | | | When installing the libraries a native tcl interpreter is used to process some files. The makefile uses NATIVE_TCLSH for this. This patch causes us to prefer an installed tclsh over the build product which solves build issues when cross-compiling (provided a native tcl is installed). If there is no native version, just try using the build product.
* Tidying up and taking better advantage of tcltest2 to make the tests moredkf2010-07-051-386/+387
| | | | | robust and (apparently) similar through focusing in on what is really being tested
* D'oh!dkf2010-07-051-2/+2
|
* Add a little emacs magicdkf2010-07-041-5/+7
|
* * generic/tclInt.decs: Reverted to the original TIP 337 implementationdgp2010-07-024-22/+18
| | | | | | | on what to do with the obsolete internal stub for TclBackgroundException() (eliminate it!) * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c:
* [Bug #803489] Tcl_FindNamespace problem in the Stubs tablenijtmans2010-07-024-25/+48
|
* * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Madedkf2010-07-023-16/+30
| | | | | | sure that errors caused by an argument to an operator being outside the domain of the operator all result in ::errorCode being ARITH DOMAIN and not NONE.
* tidy updkf2010-07-021-11/+11
|
* [Bug #3020677] wish can't link reg1.2nijtmans2010-07-0112-113/+119
| | | | formatting, spacing, cleanup unused variables
* * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing properdkf2010-06-302-12/+18
| | | | rendering of the exclusive-or operator.
* [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-282-10/+41
|
* prevent a race condition when shutting down the remote test serverrmax2010-06-252-4/+9
|
* [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-241-0/+5
|
* [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-242-92/+120
|
* * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrongdkf2010-06-224-13/+19
| | | | args message.
* Remove hack needed for zlib 1.2.3 on win32nijtmans2010-06-212-103/+29
|
* Eliminate various unnecessary type casts, use function typedefs whenever ↵nijtmans2010-06-219-70/+73
| | | | possible
* * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to thedkf2010-06-182-24/+30
| | | | default list of extensions that we can execute interactively.
* Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-1612-44/+47
| | | | | | Change TclpThreadCreate and Tcl_CreateThread signature, making clear that "proc" is a function pointer, as in all other "proc" function parameters.
* [Bug 3016135] traceback using clock format with locale of he_ILnijtmans2010-06-163-4/+9
|
* Spacing and style fixesnijtmans2010-06-141-2/+2
|
* Spacing and style fixesnijtmans2010-06-147-53/+73
|
* Fix compilation of xttest with 8.6 changesnijtmans2010-06-141-2/+2
| | | | tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2)
* Fix compilation of xttest with 8.6 changesnijtmans2010-06-145-43/+45
| | | | tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2)
* * tools/tcltk-man2html.tcl (make-man-pages): [Bug 3015327]: Make thedkf2010-06-132-13/+13
| | | | | | | | | title of a manual page be stored relative to its resulting directory name as well as its source filename. This was caused by both Tcl and a contributed package ([incr Tcl]) defining an Object.3. Also corrected the joining of strings in titles to avoid extra braces. Note: This removes the previous hack and fixes things correctly.
* * tools/tcltk-man2html.tcl: [Bug 3015327]: Add hack to stop Itcl Cdkf2010-06-132-21/+29
| | | | | | | | docs from interfering with Tcl docs during HTML generation. This is a band-aid since it just prevents the generation of the HTML version of the Itcl C docs (since they're not installed during 'make install') rather than improving the code to not have problems with the clash between two Object.3 files.
* * library/platform/platform.tcl: Added OSX Intel 64bitandreas_kupries2010-06-096-12/+41
| | | | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.9. * unix/Makefile.in: * win/Makefile.in:
* tsdPerf.c: Fix export of symbol Tsdperf_Init, whennijtmans2010-06-095-1068/+1802
| | | | | | using -fvisibility=hidden. Make two functions static, eliminate some unnecessary type casts. configure(.in)?: Update to Tcl 8.6
* whitespacedgp2010-06-081-17/+19
|
* Ensure proper reset of [info errorstack] even when compiling constant expr's ↵ferrieux2010-06-073-53/+58
| | | | with errors.
* * generic/tclBasic.c: Fix for #3008307: make callerPtr chainsMiguel Sofer2010-06-053-13/+38
| | | | | | | | | * generic/tclExecute.c: be traversable accross coro boundaries. Add the special coroutine CallFrame (partially reverting commit of 2009-12-10), as it is needed for coroutines that do not push a CF - eg, those with [eval] as command. Thanks to Colin McCormack (coldstore) and Alexandre Ferrieux for the hard work on this.