summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | | * | | | revert unintended change of .settings/org.eclipse.core.resources.prefs in ↵nijtmans@users.sourceforge.net2015-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previous commit
| | | | | | | * | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵nijtmans@users.sourceforge.net2015-06-2519-4335/+4357
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
* | | | | | | | | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵nijtmans@users.sourceforge.net2015-06-2525-6628/+6649
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| | | | | | | * | | | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead ↵nijtmans@users.sourceforge.net2015-06-246-46/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of int for more internal variables.
| | | | | | | * | | | Silence compiler warning.dgp@users.sourceforge.net2015-06-241-2/+1
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Make sure that an input lying precisely 1/2 ULP between two floating point ↵dgp@users.sourceforge.net2015-06-242-8/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values is rounded to even.
| | | | | | | * | | | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> ↵nijtmans@users.sourceforge.net2015-06-236-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SendMessageTimeout, so make sure only win32 UNICODE API is used.
| | | | | | | * | | | Member field which should not have been const, because it is dynamically ↵nijtmans@users.sourceforge.net2015-06-236-28/+28
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | allocated. Some end-of-line spacing in header files.
* | | | | | | | | | | Member field which should not have been CONST, because it is dynamically ↵nijtmans@users.sourceforge.net2015-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allocated
| | | | | | | * | | | If the file system changes when "cwd" changes, force a filesystem refresh on ↵nijtmans@users.sourceforge.net2015-06-231-6/+17
| | | | | | | | |/ / | | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | path objects. Needed for AndroWish/TclKit (???) in obscure situations, harmless on systems which only have a single native filesystem.
| | | | | | | * | | Make sure that an input lying precisely 1/2 ULP between two floating point ↵Kevin B Kenny2015-06-202-8/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values is rounded to even.
| | | | | | | * | | Remove lines of code made obsolete by earlier changes.dgp@users.sourceforge.net2015-06-191-5/+1
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | \ \
| | | | | | | *-. \ \ [a4cb3f06c4] Fix edge case handling in lreplace. Many more tests.dgp@users.sourceforge.net2015-06-183-3/+38
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | From aspect, several edge case coverage tests.dgp@users.sourceforge.net2015-06-181-0/+52
| | | | | | | | | | |
| | | | | | | | * | | lreplace: more tests, doc improvementaspect+tclcore@abstracted-spleen.org2015-06-162-1/+34
| | | | | | | | | | |
| | | | | | | | * | | fix for a4cb3f06c4fe - bug introduced in 32b61592465aspect+tclcore@abstracted-spleen.org2015-06-162-1/+4
| | | | | | | | | | |
| | | | | | | * | | | Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0nijtmans@users.sourceforge.net2015-06-182-1042/+1088
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0nijtmans@users.sourceforge.net2015-06-182-1044/+1090
| | | | | | | | | | |
| | | | | | | * | | | Fix [e770d92d76]: Add support for higher baud rates in Tclnijtmans@users.sourceforge.net2015-06-161-0/+33
| | | | | | | |\ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Fix [e770d92d76]: Add support for higher baud rates in Tclnijtmans@users.sourceforge.net2015-06-161-0/+33
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Patch to add support for higher baud rates under Unix Ticket [e770d92d76]]yoda@etoyoc.com2015-06-101-0/+33
| | | | | | | | | | | |
| | | | | | | | * | | | Plug memory leaks in the Tcl_ZlibInflate() error handling code. Fix for ↵Joe Mistachkin2015-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ticket [478c446889].
| | | | | | | | * | | | Stop documentation lie about command rename traces and comment lie aboutdgp@users.sourceforge.net2015-06-082-2/+2
| | | | | | | | |\ \ \ \ | | | | | | | |/ / / / / | |_|_|_|_|_|_| / / / / |/| | | | | | | / / / what's done with them in TclOO.
* | | | | | | | | | | Stop telling lie about command delete traces.dgp@users.sourceforge.net2015-06-081-1/+1
| | | | | | | | | | |
| | | | | | | * | | | Fix typo in three thread tests.Joe Mistachkin2015-06-051-3/+3
| | | | | | |/ / / /
| | | | | | * | | | [268b23df11] Revised patch to create phony source string when thedgp@users.sourceforge.net2015-06-031-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original script does not actually contain the command being invoked. (Example: the tcl::mathfunc::* command invoked via [expr] interpretation)
| | | | | | * | | | Put the ellipsis inside, not outside, the close quote.dgp@users.sourceforge.net2015-06-031-1/+1
| | | | | | | | | |
| | | | | | * | | | [268b23df11] When GetSrcInfoForPc() returns NULL, make sure it also setsdgp@users.sourceforge.net2015-06-032-8/+20
| | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | the length to a non-positive value so nothing tries to read offsets from a NULL pointer.
| | | | | * | | | Make tweak to the mem-debug tracking official. It is now again possible to ↵andreask2015-05-271-14/+33
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | use regular packages with a mem-debug core without inciting a panic.
* | | | | | | | | Make tweak to the mem-debug tracking official. It is now again possible to ↵andreask2015-05-271-14/+33
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use regular packages with a mem-debug core without inciting a panic.
| * | | | | | | | | Minor compilation issue fix, make sure variable declaration (via macro) is ↵Joe Mistachkin2015-05-221-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first.
| * | | | | | | | | Moved Tcl_Obj* objThreadMap release tracking to a location where regular ↵andreask2015-05-221-14/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages will call through, enabling their full tracking by the core, and thus avoiding the "expected to create new entry for object map" panic seen otherwise.
| | | | | | * | | | Added missing marker for incompatibility.donal.k.fellows@manchester.ac.uk2015-05-261-0/+1
| | | | | | | | | |
| | | | | | * | | | Remove useless code, trying to sync win32 environment variables with ↵nijtmans@users.sourceforge.net2015-05-252-101/+1
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | cygwin's. cygwin1.dll is responsible for doing that. Taken over from cygwin's tcl fork.
* | | | | | | | | | Remove useless code, trying to sync win32 environment variables with ↵nijtmans@users.sourceforge.net2015-05-252-102/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cygwin's. cygwin1.dll is responsible for doing that. Taken over from cygwin's tcl fork.
| | | | | | * | | | Missed a bitdgp@users.sourceforge.net2015-05-202-4/+2
| | | | | | | | | |
| | | | | | * | | | [29044ba23f] Remove RANLIB as part of library installation. At best it'sdgp@users.sourceforge.net2015-05-203-8/+2
| | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | redundant to the RANLIB already done as part of library build. At worst, it conflicts with needs of cross-compiling. Thanks Erik Leunissen.
| | | | | * | | | Simplify code generation for a list of literals. Generates slightly simpler ↵donal.k.fellows@manchester.ac.uk2015-05-191-14/+1
| | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bytecode too.
| | | | | | * | | | Tidier version.donal.k.fellows@manchester.ac.uk2015-05-191-15/+1
| | | | | | | | | |
| | | | | | * | | | Don't cause string rep generation in [list <lit> <lit> ... <lit>] bytecode.dgp@users.sourceforge.net2015-05-191-9/+10
| | | | | |/ / / / | | | | | | | | | | | | | | | | | | Candidate for merge to trunk to simplify bytecode.
| | | | | * | | | [11250a236d] Made the documentation of non-greediness overrides more obvious.donal.k.fellows@manchester.ac.uk2015-05-181-1/+25
| | | | | | | | |
| | | | | * | | | [c11a51c482] Stop race condition with -accept config option, and allow ↵donal.k.fellows@manchester.ac.uk2015-05-182-15/+50
| | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | overriding of it via -headers option.
| | | | * | | | [ad6696285c] Correction of description of filter behaviour with 'unknown'.donal.k.fellows@manchester.ac.uk2015-05-171-3/+5
| | | | | | | |
| | | | * | | | [ad6696285c] Demonstrate that filters are not called for destructors.donal.k.fellows@manchester.ac.uk2015-05-171-0/+28
| | | | | | | |
| | | | * | | | [0f42ff7871] Remove unintentional difference between interpreted and ↵donal.k.fellows@manchester.ac.uk2015-05-152-0/+191
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | compiled [next].
| | | | | * | | | Added contributed tests from aspectdgp@users.sourceforge.net2015-05-121-0/+195
| | | | | | | | |
| | | | | * | | | merge trunkdgp@users.sourceforge.net2015-05-1228-1232/+1403
| | | | | |\ \ \ \
| | | | | * | | | | Correction suggested by miguel. Passes test suite and fixes bug demos.dgp@users.sourceforge.net2015-04-081-1/+1
| | | | | | | | | |
| | | | | * | | | | Proposed fix.dgp@users.sourceforge.net2015-04-081-0/+1
| | | | | | | | | |
| | | | * | | | | | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor ↵donal.k.fellows@manchester.ac.uk2015-05-152-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | even when construction didn't complete.