summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make the (cosmetic) change to 4-state system, separating RISING and FALLING.dgp2013-06-181-4/+4
|
* merge 8.5dgp2013-06-182-2/+6
|\
| * Fix [3611974]: InitSubsystems multiple thread issuejan.nijtmans2013-06-182-9/+8
| |
* | Merge to near-8.5-branch-tip.dgp2013-06-1839-234/+498
|\ \ | |/
| * Fix uniClass tool which was the real cause for [a876646efe], and add ↵jan.nijtmans2013-06-182-3/+3
| | | | | | | | test-case for it.
| * Updates to redirect bug reports to the new tracker location.dgp2013-06-174-21/+21
| |
| * Use more portable TclIsSpaceProc() in stead of isspace(). jan.nijtmans2013-06-173-6/+7
| | | | | | Make sure that "string is space \u180e" continues to return 1 for whatever unicode version.
| * Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - ↵jan.nijtmans2013-06-172-2/+8
| | | | | | | | \u001f
| * Don't use deprecated stricmp/strnicmp any more, but underscored variant for ↵jan.nijtmans2013-06-141-5/+3
| | | | | | | | non-GNU compilers.
| * Fix some gcc warnings which become visible with -Wextrajan.nijtmans2013-06-132-28/+28
| |
| * Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64jan.nijtmans2013-06-121-2/+2
| |
| * Silence various warnings when doing a 64-bit build with MSVC: Those warnings ↵jan.nijtmans2013-06-121-4/+6
| | | | | | | | can only _really_ be fixed in "novem" (so, don't silence them there)
| * Improve compatibility detection for <time.h> and <sys/stat.h>: jan.nijtmans2013-06-112-5/+5
| | | | | | | | - Move <time.h> before other includes on Windows, so we are sure the time_t definition being checked doesn't come from <sys/types.h>. - Padding at the end of Tcl_StatBuf doesn't influcence binary compatibility, so relax panic check accordingly.
| * merge 8.4dgp2013-06-033-5/+5
| |\
| | * last-moment fix for FreeBSD from Pietro Ceruttijan.nijtmans2013-06-032-4/+4
| | |
| | * Improve reliability of test httpold-4.12. Thanks AF!dgp2013-06-031-1/+1
| | |
| * | fix for perf bug detected by Kieran ↵mig2013-06-032-5/+14
| | | | | | | | | | | | (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tcl/vfpI3bc-DkQ)
| * | Fix C99 comment-ism breaking the native AIX compiler. HPUX likely as well.andreask2013-05-291-2/+2
| | |
| * | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.jan.nijtmans2013-05-287-25/+42
| |\ \ | | | | | | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections.
| | * | Corrected args -> arg arg ... in msgcat docbug3036566oehhar2013-05-081-2/+2
| | | |
| | * | Document mcunknown format parametersoehhar2013-05-081-3/+4
| | | |
| | * | Add install references and changes entryoehhar2013-05-084-5/+9
| | | |
| | * | Also get msgcat locale from Vista+ registry key "HCU/Control Panel/Desktop : ↵oehhar2013-05-083-18/+30
| | | | | | | | | | | | | | | | PreferredUILanguages" to honor installed language packs. msgcat now 1.5.2
| | * | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. jan.nijtmans2013-05-073-18/+2
| | | | | | | | | | | | On Cygwin64 this doesn't work, and on Cygwin32 it was a bad idea anyway.
| | * | Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-064-1/+145
| | |\ \ | | | | | | | | | | | | | | | Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility.
| | * \ \ merge-markjan.nijtmans2013-05-060-0/+0
| | |\ \ \
| | * \ \ \ (::platform::LibcVersion): Followup to the 2013-01-30 change. The REandreask2013-04-302-3/+11
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | become too restrictive again. SuSe added a timestamp after the version. Loosened up a bit. Bumped package to version 1.0.12.
| | * | | | | Improve code generation for [array set] in a common case.dkf2013-04-293-23/+69
| | | | | | |
| | * | | | | merge-markjan.nijtmans2013-04-250-0/+0
| | |\ \ \ \ \
| | * \ \ \ \ \ Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as ↵jan.nijtmans2013-04-2310-84/+93
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | macros using Tcl_NewIntObj, Tcl_DbNewLongObj and Tcl_SetIntObj. Starting with Tcl 8.5, this is exactly the same, it only eliminates code duplication. Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_INT_IS_LONG
| | * \ \ \ \ \ \ Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as ↵jan.nijtmans2013-04-192-0/+31
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (faster/stack-saving) macros around resp their Tcl_*Var*2 equivalent and Tcl_GetIndexFromObjStruct
| | * \ \ \ \ \ \ \ merge-markdgp2013-04-160-0/+0
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack ↵jan.nijtmans2013-04-124-4/+19
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx().
| | * \ \ \ \ \ \ \ \ \ merge markdgp2013-04-110-0/+0
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | fix http package installationjan.nijtmans2013-04-081-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | 3610026 Stop crash when the number of "colors" in a regular expressiondgp2013-04-086-0/+29
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | overflows a short int. Thanks to Heikki Linnakangas for the report and the patch.
| | * | | | | | | | | | | | Documentation fix.dgp2013-04-081-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | merge-markdgp2013-04-040-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Bump http to 2.8.7 in the other dozen places as well.max2013-04-044-5/+6
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Bump http to 2.8.7max2013-04-041-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Allow URLs that don't have a path, but a query query, e.g. ↵max2013-04-043-6/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://example.com?foo=bar .
| | * | | | | | | | | | | | | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs.jan.nijtmans2013-04-042-8/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ some more "ignore-glob" patternsjan.nijtmans2013-04-031-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge-markjan.nijtmans2013-04-030-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge-markdgp2013-04-030-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge-markjan.nijtmans2013-03-280-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Tolerate NULL interpsdgp2013-03-271-6/+12
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | merge-markjan.nijtmans2013-03-270-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge-markjan.nijtmans2013-03-270-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Update to tzdata2013bvenkat2013-03-2226-559/+1098
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \