summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | 3587651 Fix [info functions] and Tcl_ListMathFuncs().dgp2012-11-163-39/+59
| |\ \ \ \ \ \ \
| * | | | | | | | A few unneeded internal CONST/CONST86'sjan.nijtmans2012-11-163-10/+7
| | | | | | | | |
| * | | | | | | | Doc fix in TCL_MEM_DEBUG.3jan.nijtmans2012-11-161-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Let all test-cases which require Thread, at least require Thread 2.7jan.nijtmans2012-11-168-8/+8
| | | | | | | | | |
| * | | | | | | | | Don't use deprecated functionjan.nijtmans2012-11-161-1/+1
| | | | | | | | | |
| | | | * | | | | | Contributed patch from Andy Goth.dgp2012-11-152-26/+86
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Fix bug in genStubs.tcl: If the macosx section doesn't contain any ↵jan.nijtmans2012-11-151-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | macosx-specific entries, no section at all is created
| * | | | | | | | | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-158-11/+15
| | | | | | | | | |
| * | | | | | | | | unbreak trunk; fix some warningsdkf2012-11-151-1/+2
| | | | | | | | | |
| * | | | | | | | | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazyjan.nijtmans2012-11-158-31/+124
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge trunkfrq_3579001jan.nijtmans2012-11-143-5/+148
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge trunk. jan.nijtmans2012-11-122-3/+3
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | <p>doc fix
| | * \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2012-11-123-2/+8
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2012-11-0967-3468/+1392
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2012-11-076-70/+70
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Finish the TIP #416 implementation as specified (#define's were still ↵jan.nijtmans2012-11-076-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename.
| | * | | | | | | | | | | | | | merge trunkdkf2012-11-0632-464/+2912
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | syntax improvement: expect options before the filenamejan.nijtmans2012-10-246-30/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <p>start at documentation
| | * | | | | | | | | | | | | | | experimental implementation of FRQ-3579001jan.nijtmans2012-10-244-28/+80
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | merge markdkf2012-11-140-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-146-49/+87
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | out all the code to do temporary file creation so that it is possible to make it correct in one place. Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default).
| * | | | | | | | | | | | | | | | Workaround for mingw versions which don't provide _fpcontrol in float.hjan.nijtmans2012-11-141-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 360894 Threads inherit floating point config from their creator threaddgp2012-11-131-4/+71
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ also search for the library directory (init.tcl, encodings, etc) relative to ↵Joe Mistachkin2012-11-132-1/+69
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the build directory associated with the source checkout.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge markdgp2012-11-120-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | style fixjan.nijtmans2012-11-121-2/+2
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | added forgotten Changelog entrymig2012-11-101-0/+6
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | re-enable bcc-tailcall, after fixing an infinite loop in the ↵mig2012-11-102-2/+2
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_COMPILE_DEBUG mode
| * | | | | | | | | | | | | | | | | Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the ↵jan.nijtmans2012-11-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only way to access TclOO, so it is implied.
| * | | | | | | | | | | | | | | | | dup test namedgp2012-11-081-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-0839-515/+530
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
| * | | | | | | | | | | | | | | | | Missing bits of the msgcat 1.4 -> 1.5 bump.dgp2012-11-082-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Remove another reference to tcl.wse.injan.nijtmans2012-11-082-4/+0
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | merge updates to make HTML generation betterdkf2012-11-082-11/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Added tooltip generation to contents and keywords pages.off_trunkdkf2012-11-082-10/+40
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Make HTML generator more resilient against problems when generating docs fordkf2012-11-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | older versions of Tcl/Tk.
| * | | | | | | | | | | | | | | | | | | Import tzdata2012iKevin B Kenny2012-11-0712-298/+788
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Remove files and references for long outdated Wise Installer.dgp2012-11-076-2632/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | merge markdgp2012-11-070-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Added package descriptor file to allow for easier configuration of ↵dkf2012-11-071-0/+21
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integration of contributed packages in HTML documentation.
| * | | | | | | | | | | | | | | | | | | Minor change: another formatting improvementdkf2012-11-071-1/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Minor change: Formatting fixdkf2012-11-071-1/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | just fix some characters that fossil cannot handle welljan.nijtmans2012-11-074-68/+68
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Complete bump to http 2.8.5dgp2012-11-063-4/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [Bug 3581754]: Ensure that http -command callbacks are done at most once.dkf2012-11-063-10/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge changesdgp2012-11-051-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Disable bytecompile of [tailcall] until it gets some repair. As is, itdgp2012-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hopelessly bogs down debug-enabled testing, and make many tests fail.
| * | | | | | | | | | | | | | | | | | | | | | | Added bytecode compilation of many Tcl commands, merged from development branch.dkf2012-11-0518-420/+2801
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Added compilation of [array exists], [array set] and [array unset]. Fixed a ↵merge_to_trunkdkf2012-11-058-36/+451
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | whole bunch of issues with opcode issuing that were causing problems with stack depth calculations.
| | * | | | | | | | | | | | | | | | | | | | | | | Added compilation of [string last] and improved the compilation of [string ↵dkf2012-11-039-214/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | range]. This in turn enables compilation of [namespace qualifiers] and [namespace tail] (also done).