Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not reopen a win serial channel for serial detection. There are issues ↵ | oehhar | 2014-02-24 | 3 | -13/+165 |
|\ | | | | | | | with some Bluetooth virtual com. Fix bug [2413550], patch by Rolf Schroedter | ||||
| * | Changed position of flag evaluation as proposed by Phil Hoffmanbug_2413550 | oehhar | 2014-02-11 | 1 | -18/+18 |
| | | |||||
| * | merge 8.5 | oehhar | 2014-01-30 | 1 | -1/+1 |
| |\ | |||||
| * | | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial ↵ | oehhar | 2014-01-30 | 3 | -13/+165 |
| | | | | | | | | | | | | channels which causes issues with Bluetooth virtual com. Patch by Rolf Schroedter. | ||||
* | | | typo | jan.nijtmans | 2014-02-12 | 1 | -1/+1 |
| | | | |||||
* | | | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
| | | | |||||
* | | | Add missing __stdcall (which crashes on win32), and clean-up indenting | jan.nijtmans | 2014-02-04 | 1 | -10/+11 |
| | | | |||||
* | | | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | jan.nijtmans | 2014-02-03 | 1 | -4/+14 |
| |/ |/| | |||||
* | | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error | jan.nijtmans | 2014-01-30 | 1 | -1/+1 |
|/ | |||||
* | Modify makefile.vc for Windows 8.1 support | jan.nijtmans | 2013-11-21 | 1 | -1/+9 |
| | |||||
* | Add support for Windows 8.1: See ↵ | jan.nijtmans | 2013-11-21 | 4 | -3/+78 |
| | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] | ||||
* | Safer clean-up of environment variables: Do removal after insertions -> ↵ | jan.nijtmans | 2013-11-20 | 1 | -2/+2 |
| | | | | tcltest 2.3.7 | ||||
* | Starting with Windows 8 DSK, GetVersionExA is deprecated | jan.nijtmans | 2013-11-20 | 2 | -6/+6 |
| | |||||
* | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵ | jan.nijtmans | 2013-10-28 | 1 | -2/+2 |
| | | | | | release, just as in Tcl 8.6.1). Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving. | ||||
* | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13 | jan.nijtmans | 2013-10-25 | 1 | -2/+2 |
| | |||||
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 5 | -9/+15 |
| | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
* | Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵ | jan.nijtmans | 2013-10-02 | 4 | -83/+47 |
| | | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64. | ||||
* | Disable command line globbing on MinGW compiles: this saves startup time, ↵ | jan.nijtmans | 2013-09-30 | 1 | -0/+1 |
| | | | | since the result of the glob is not used anywhere. | ||||
* | Cherrypick [87d1313df3] from trunk: | jan.nijtmans | 2013-09-27 | 2 | -82/+2 |
| | | | | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway. | ||||
* | workaround for mingw bug ↵ | jan.nijtmans | 2013-09-23 | 2 | -6/+84 |
| | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] | ||||
* | consistant use of capitals. | jan.nijtmans | 2013-09-19 | 2 | -18/+18 |
| | |||||
* | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 2 | -2/+2 |
| | |||||
* | Updates to redirect bug reports to the new tracker location. | dgp | 2013-06-17 | 1 | -2/+2 |
| | |||||
* | Don't use deprecated stricmp/strnicmp any more, but underscored variant for ↵ | jan.nijtmans | 2013-06-14 | 1 | -5/+3 |
| | | | | non-GNU compilers. | ||||
* | Silence various warnings when doing a 64-bit build with MSVC: Those warnings ↵ | jan.nijtmans | 2013-06-12 | 1 | -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.nijtmans | 2013-06-11 | 1 | -2/+1 |
| | | | | - 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. | ||||
* | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | jan.nijtmans | 2013-05-28 | 1 | -2/+2 |
|\ | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. | ||||
| * | Add install references and changes entry | oehhar | 2013-05-08 | 1 | -2/+2 |
| | | |||||
| * | fix http package installation | jan.nijtmans | 2013-04-08 | 1 | -1/+1 |
| | | |||||
| * | Bump http to 2.8.7 in the other dozen places as well. | max | 2013-04-04 | 1 | -2/+2 |
| | | |||||
| * | Slightly more correct: If FindFirstFile() fails, the error should be "no ↵ | jan.nijtmans | 2013-03-20 | 1 | -1/+1 |
| |\ | | | | | | | | | | such file or directory" (ENOENT) not "permission denied" (EACCES). | ||||
| * \ | Handle the (unlikely) case that the file is deleted in between. Suggested by ↵ | jan.nijtmans | 2013-03-19 | 1 | -0/+4 |
| |\ \ | | | | | | | | | | | | | Harald Oehlmann (Thanks!) | ||||
| * \ \ | [Bug 3608360]: Incompatible behaviour of "file exists". | jan.nijtmans | 2013-03-19 | 1 | -5/+17 |
| |\ \ \ | |||||
| * | | | | Back out bug fix for [Bug 2893771], because it was the cause of the regression. | jan.nijtmans | 2013-03-19 | 1 | -24/+5 |
| | | | | | |||||
| * | | | | [Bug 3605401]: Compiler error with latest mingw-w64 headers.bug_3605401 | jan.nijtmans | 2013-02-20 | 2 | -5/+6 |
| | | | | | |||||
| * | | | | Bug 3605401: Compiler error with latest mingw-w64 headers | jan.nijtmans | 2013-02-20 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both ↵ | jan.nijtmans | 2013-02-17 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | UNIX and Win. | ||||
| * | | | | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP | jan.nijtmans | 2013-02-14 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Improve some comments and quoting, no change in functionality. | jan.nijtmans | 2013-02-14 | 2 | -13/+13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Only check for refCount == 0x61616161 for TCL_MEM_DEBUG build. | ||||
| * \ \ \ \ \ | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 5 | -7/+0 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+12 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | be normalized, even when no "A:" drive is present on the system. | ||||
| * \ \ \ \ \ \ \ | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | ||||
| * | | | | | | | | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix "make test-packages" on cygwin | ||||
| * | | | | | | | | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
| * \ \ \ \ \ \ \ \ \ | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too. | ||||
| * \ \ \ \ \ \ \ \ \ \ | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: ↵ | jan.nijtmans | 2013-01-15 | 1 | -42/+194 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcl.h does not include sys/stat.h | ||||
| * | | | | | | | | | | | | $builddir is a local variable | jan.nijtmans | 2013-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -5/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction. | ||||
| * | | | | | | | | | | | | | mSys doesn't have $PWD. Reported by Rene Zaumseil on Tcl Core list | jan.nijtmans | 2013-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵ | jan.nijtmans | 2013-01-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6. |