Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
98 check-ins using file tests/source.test version e84aa61d1c
|
2012-02-09
| ||
| 14:57 | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. Also corrected test for w... check-in: f57b5ba48d user: dgp tags: core-8-4-branch | |
|
2012-02-07
| ||
| 20:28 | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. Also converted some memc... Closed-Leaf check-in: ba9a1d9ddb user: dgp tags: bug-3484402 | |
|
2012-02-06
| ||
| 17:21 | 3484621 Invalidate bytecode when exec traces are added/removed from compiled cmd. check-in: 4b0a6f7864 user: dgp tags: core-8-4-branch | |
|
2012-02-03
| ||
| 22:56 | mingw doesn't have LABEL_SECURITY_INFORMATION definition check-in: 0a780ecc03 user: jan.nijtmans tags: core-8-4-branch | |
|
2012-02-02
| ||
| 21:12 | [Frq 3464401] Support Unicode 6.1 check-in: 756c93768d user: jan.nijtmans tags: core-8-4-branch | |
| 16:44 | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() routine that queries... check-in: 63315eaf46 user: dgp tags: core-8-4-branch | |
|
2012-01-26
| ||
| 19:59 | merge to feature branch Closed-Leaf check-in: 269088cd64 user: jan.nijtmans tags: rfe-3464401 | |
|
2012-01-23
| ||
| 17:43 | Backport patch 2834a01435 to prevent test failures from timing matters. check-in: 4d9599f7e5 user: dgp tags: core-8-4-branch | |
|
2012-01-22
| ||
| 21:41 | [Frq 3473670]: Various Unicode-related speedups/robustness check-in: c9118566f9 user: jan.nijtmans tags: core-8-4-branch | |
| 15:30 | merge trunk expand all unicode tables and tools to eventually handle the unicode chars > 0xffff (if ... Closed-Leaf check-in: 544e5419f0 user: jan.nijtmans tags: rfe-3473670 | |
|
2012-01-19
| ||
| 21:22 | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h check-in: 096d7e242c user: jan.nijtmans tags: core-8-4-branch | |
| 20:46 | 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix. check-in: 1a5c0e4ad0 user: dgp tags: core-8-4-branch | |
|
2012-01-17
| ||
| 14:31 | Bump to 2.5.6 check-in: 84fceacbac user: dgp tags: core-8-4-branch | |
|
2012-01-16
| ||
| 13:29 | Ensure that error messages are always set, even in believed-unreachable code. check-in: 97f6b99aed user: dkf tags: core-8-4-branch | |
|
2012-01-14
| ||
| 09:30 | rfe-3473670: Various Unicode-related speedups/robustness check-in: 92168a99c1 user: jan.nijtmans tags: rfe-3473670 | |
|
2012-01-13
| ||
| 11:45 | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we only try to read the socket... check-in: 07438ee67a user: dkf tags: core-8-4-branch | |
|
2012-01-09
| ||
| 19:59 | [Bug 3464428] string is graph \u0120 is wrong check-in: a0c0feafe9 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-12-26
| ||
| 08:58 | [Frq 3464401] Support Unicode 6.1 (not to be merged until Unicode 6.1 is final!!!) check-in: 73d59ae47c user: jan.nijtmans tags: rfe-3464401 | |
|
2011-12-23
| ||
| 23:31 | [Bug 3464428] string is graph \u0120 is wrong check-in: 13071df962 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-12-07
| ||
| 06:13 | [Bug 3444754] string tolower \u01c5 is wrong check-in: b2fd948d0c user: jan.nijtmans tags: core-8-4-branch | |
|
2011-11-30
| ||
| 20:45 | [Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw... check-in: e695c3505c user: jan.nijtmans tags: core-8-4-branch | |
|
2011-11-29
| ||
| 20:09 | Use the same shebang comment everywhere check-in: 1ee716a733 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-11-22
| ||
| 07:59 | [Bug 2935503]: Windows: file mtime sets wrong time check-in: 18d103467f user: jan.nijtmans tags: core-8-4-branch | |
|
2011-10-31
| ||
| 19:41 | re-generate configure (autoconf 2.13) check-in: b71c29a263 user: jan.nijtmans tags: bug-1224888 | |
|
2011-10-13
| ||
| 21:04 | Ugh; Tcl_DStringInit in wrong place... check-in: a6843c662e user: dkf tags: bug-1224888 | |
| 12:34 | Getting better; now possibly with autoconf magic! Comments too. check-in: fbc6fd24c0 user: dkf tags: bug-1224888 | |
| 12:16 | A little more resilience. check-in: 9856078e30 user: dkf tags: bug-1224888 | |
| 12:10 | Lash-up to try to deal with [Bug 1224888]. check-in: 47248c347c user: dkf tags: bug-1224888 | |
| 07:56 | revert test-case change from [Bug 2935503] check-in: 80c27dee1f user: jan.nijtmans tags: core-8-4-branch | |
|
2011-10-11
| ||
| 13:19 | [Bug 2935503] Incorrect mode field returned by file stat command check-in: 77f44a0961 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-10-07
| ||
| 20:54 | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) check-in: 951880c457 user: jan.nijtmans tags: core-8-4-branch | |
| 11:58 | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) check-in: 72e8ccc7aa user: jan.nijtmans tags: core-8-4-branch | |
|
2011-09-26
| ||
| 11:55 | Support Visual Studio 11 check-in: 091540cba9 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-09-16
| ||
| 13:01 | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) check-in: c796c8b14f user: jan.nijtmans tags: core-8-4-branch | |
|
2011-09-13
| ||
| 20:02 | 3390638 Workaround broken solaris studio cc optimizer. Thanks to Wolfgang S. Kechel. check-in: 678d621890 user: dgp tags: core-8-4-branch | |
| 18:22 | 3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. check-in: 431ab7aa29 user: dgp tags: core-8-4-branch | |
|
2011-09-12
| ||
| 10:08 | Make compilable in Visual Studio again check-in: 2f5f8b82ee user: jan.nijtmans tags: core-8-4-branch | |
| 09:45 | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG check-in: 6d44ccf234 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-09-06
| ||
| 14:34 | Add --disable-rpath option to configure script check-in: d7696c4bdb user: jan.nijtmans tags: core-8-4-branch | |
| 14:14 | Tcl_HashStats does not return a CONST check-in: 8d692e1f77 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-08-30
| ||
| 07:32 | Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform necessary basis. Add Haiku sup... check-in: 7585009c0c user: jan.nijtmans tags: core-8-4-branch | |
|
2011-08-22
| ||
| 16:28 | Fixed use of C99 features breaking the build with MSVC6. The problem was introduced with checkin [e9... check-in: 84b4842396 user: andreask tags: core-8-4-branch | |
|
2011-08-18
| ||
| 12:23 | remove some debugging stuff check-in: 135a5e9af6 user: jan.nijtmans tags: core-8-4-branch | |
| 11:24 | [Bug 3393714] overflow in toupper delta check-in: dabf52a843 user: jan.nijtmans tags: core-8-4-branch | |
| 06:47 | A few more compiler warnings check-in: b7e85cb558 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-08-16
| ||
| 11:23 | [Bug 3388350] mingw64 compiler warnings check-in: 5fa631a777 user: jan.nijtmans tags: core-8-4-branch | |
| 07:36 | [Bug 3388350] mingw64 compiler warnings n mingw, sys/stat.h must be included before winsock2.h, so m... check-in: 008181d7a6 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-08-15
| ||
| 15:23 | 3390272 Leak of [info script] value. check-in: 21812694b1 user: dgp tags: core-8-4-branch | |
| 14:11 | [Bug 3388350] mingw64 compiler warnings check-in: b687b06a5e user: jan.nijtmans tags: core-8-4-branch | |
| 13:46 | [Bug 3388350] mingw64 compiler warnings. Reverse the detection of struct _stat32i64, otherwise when... check-in: 9a0b72fc4a user: jan.nijtmans tags: core-8-4-branch | |
| 11:07 | [Bug 3388350] mingw64 compiler warnings check-in: e9a08358f4 user: jan.nijtmans tags: core-8-4-branch | |
| 08:22 | [Bug 3388350] mingw64 compiler warnings check-in: cef0f2ddb5 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-07-21
| ||
| 16:27 | oops, leftover end comment check-in: f2bb3c8455 user: jan.nijtmans tags: core-8-4-branch | |
| 16:19 | [Bug 3372130] Fix hypot math function with MSVC10 check-in: 29cb474297 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-07-15
| ||
| 17:50 | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. check-in: 5313bef77f user: dgp tags: core-8-4-branch | |
|
2011-07-13
| ||
| 17:53 | 3366265 Buffer allocated one byte too small caused overrun. check-in: 9d68baec02 user: dgp tags: core-8-4-branch | |
|
2011-07-12
| ||
| 15:08 | platform portable type matching in debug prints. check-in: 27b5f75270 user: dgp tags: core-8-4-branch | |
| 14:54 | wip Closed-Leaf check-in: 9d53a9efed user: dgp tags: unproven | |
| 14:42 | wip check-in: cab5f89bf7 user: dgp tags: unproven | |
|
2011-07-11
| ||
| 18:47 | Type mismatches in *printf calls. check-in: 7af66811dc user: dgp tags: unproven | |
|
2011-07-03
| ||
| 10:05 | Corrected statements about ctime field of 'struct stat'; that was always the time of the last metada... check-in: c7d5e304f1 user: dkf tags: core-8-4-branch | |
|
2011-06-22
| ||
| 16:10 | Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH location change for libc check-in: 962a82d150 user: andreask tags: core-8-4-branch | |
|
2011-05-11
| ||
| 15:23 | If your compiler already defines _WIN64, assume --enable-64bit check-in: 9a4410040d user: jan.nijtmans tags: core-8-4-branch | |
|
2011-05-07
| ||
| 19:22 | fix USE_TCLALLOC so that it can be enabled without editing the Makefile check-in: b255be58d9 user: mig tags: core-8-4-branch | |
|
2011-05-06
| ||
| 07:53 | comment fix check-in: ec6283e0a7 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-04-28
| ||
| 13:28 | minor comment fix check-in: f8646598bd user: jan.nijtmans tags: core-8-4-branch | |
|
2011-04-27
| ||
| 07:48 | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too check-in: 0e0e31226a user: jan.nijtmans tags: core-8-4-branch | |
|
2011-04-26
| ||
| 19:15 | struct _stat64 -> struct __stat64 for AMD64 check-in: 39fdf9dcd5 user: jan tags: core-8-4-branch | |
|
2011-04-21
| ||
| 21:09 | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality check-in: 147a7ce2f1 user: jan tags: core-8-4-branch | |
| 12:58 | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. check-in: 2adc132d52 user: dgp tags: core-8-4-branch | |
| 12:05 | fix warnings in tclTest.c check-in: f1087fce88 user: jan.nijtmans tags: core-8-4-branch | |
| 08:08 | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. Make sure that all _WIN32 compilers use exact... check-in: 85f64af9fd user: jan.nijtmans tags: core-8-4-branch | |
|
2011-04-20
| ||
| 17:48 | Fixed the shift in line numbers used for testing 'info frame' introduced by checkin [79367df0f0] (Ma... check-in: 9b14fab809 user: andreask tags: core-8-4-branch | |
| 12:54 | Silence unused variable warning check-in: 50829dbdf4 user: dgp tags: core-8-4-branch | |
| 00:05 | wrong date check-in: ef86bd2068 user: jan tags: core-8-4-branch | |
| 00:02 | (no comment) check-in: d253bb6603 user: jan tags: core-8-4-branch | |
| 00:01 | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it right for cygwin and WIN64... check-in: efdfc4c7d2 user: jan tags: core-8-4-branch | |
|
2011-04-18
| ||
| 07:10 | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. check-in: 0a989dc405 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-04-13
| ||
| 13:09 | fix for [Bug 2662380], crash caused by appending to a variable with a write trace that unsets it check-in: b7862cf944 user: mig tags: core-8-4-branch | |
|
2011-04-04
| ||
| 16:19 | Updated README files, repairing broken URLs and other rot. check-in: 00402f2aea user: dgp tags: core-8-4-branch | |
|
2011-03-28
| ||
| 07:54 | gcc warning: unused variable "key" check-in: 3c97b9d272 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-03-26
| ||
| 06:25 | The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: 77b28a0470 user: jan tags: core-8-4-branch | |
|
2011-03-25
| ||
| 21:16 | [Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. They still cannot be cal... check-in: d92ec3651b user: jan tags: core-8-4-branch | |
| 13:13 | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly Some void -> VOID transitio... check-in: 288986ffb1 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-03-24
| ||
| 09:40 | Ensure that any reference to temporary index tables is squelched immediately rather than hanging aro... check-in: e7289d1266 user: dkf tags: core-8-4-branch | |
|
2011-03-22
| ||
| 10:37 | The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: 5b793153df user: jan.nijtmans tags: core-8-4-branch | |
|
2011-03-16
| ||
| 15:51 | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds check-in: b9ab93d4aa user: jan.nijtmans tags: core-8-4-branch | |
| 15:30 | SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PA... check-in: a25388e5c7 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-03-14
| ||
| 15:07 | whitespace tidy check-in: 5c7543cbae user: dgp tags: core-8-4-branch | |
|
2011-03-11
| ||
| 23:08 | ifdef protections to permit builds with mingw on amd64 systems. Thanks to "mescalinum" for reporting... check-in: c2cb4f795d user: jan.nijtmans tags: core-8-4-branch | |
| 12:33 | * win/tcl.m4: handle --enable-64bit=ia64 for gcc. * win/configure: (autoconf-2.13) * wi... check-in: 05a17ef7c7 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-03-08
| ||
| 21:40 | Fix gcc warnings: variable set but not used check-in: 2da8478b61 user: jan.nijtmans tags: core-8-4-branch | |
|
2011-03-07
| ||
| 21:23 | Now that we are no longer on CVS, the .cvsignore files serve no purpose check-in: 0097d4249a user: jan.nijtmans tags: core-8-4-branch | |
|
2011-03-06
| ||
| 21:40 | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclC... check-in: 267149f889 user: dgp tags: core-8-4-branch | |
| 19:52 | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans to not overrun t... check-in: abab8589c3 user: dgp tags: core-8-4-branch | |
| 04:36 | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in * tests/parse.... check-in: 36a55ea880 user: dgp tags: core-8-4-branch | |
|
2011-03-01
| ||
| 18:04 | Typo in last commit broke tclStringObj.c build. Fixed. check-in: 8223b1672d user: dgp tags: core-8-4-branch | |
| 15:38 | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. P... check-in: 90b4acd7bd user: dgp tags: core-8-4-branch | |