Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
39 check-ins using file win/Makefile.in version 82d857010b
|
2013-09-27
| ||
| 16:54 | Patch to the original line continuation commit to fix up TclCompileTokens. Closed-Leaf check-in: 8af75fedaa user: dgp tags: adjust-fix | |
|
2009-08-30
| ||
| 19:18 | add "error:" to -verbose line test failure output to satisfy stricter log parsers like Xcode 3.2 check-in: 952b641948 user: das tags: trunk | |
|
2009-08-28
| ||
| 23:04 | workaround llvm LTO bug on ppc check-in: 540943d8c7 user: das tags: trunk | |
|
2009-08-27
| ||
| 19:34 | * generic/tclStringObj.c: A few more string overflow cases in [format]. [Bug ... check-in: 5fbae24aa1 user: dgp tags: trunk | |
|
2009-08-25
| ||
| 23:49 | guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBS check-in: ec1134fc9d user: das tags: trunk | |
| 23:20 | fix warnings check-in: f84de2f80a user: das tags: trunk | |
| 21:03 | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, Tcl_EvalEx, TclEvalEx, TclAdvance... check-in: 9d8e49c947 user: andreas_kupries tags: trunk | |
|
2009-08-24
| ||
| 09:32 | Better formatting check-in: 5a2d13e16c user: dkf tags: trunk | |
| 03:18 | * generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang static analyzer in PURIFY builds, rep... check-in: 83c4134739 user: das tags: trunk | |
| 00:27 | * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops when CoreFoundation notifi... check-in: 57c29b5009 user: das tags: trunk | |
|
2009-08-22
| ||
| 11:29 | Typo found by Andreas Kupries check-in: abede28257 user: dkf tags: trunk | |
|
2009-08-21
| ||
| 19:06 | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix. * tests/fileName.t... check-in: c60ddf28cb user: dgp tags: trunk | |
| 18:32 | regression tests check-in: 9e2d7a5950 user: dgp tags: trunk | |
|
2009-08-20
| ||
| 22:09 | * generic/tclFileName.c: Correct result from [glob */test] when * matches something ... check-in: da162d3fda user: dgp tags: trunk | |
| 15:17 | * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings starting with ~... check-in: 981d2d61d7 user: dgp tags: trunk | |
| 10:56 | Use the Tcl value stack more, simplify exit paths in [lsearch] check-in: af40c6fb69 user: dkf tags: trunk | |
| 10:55 | Small tweaks check-in: a13cf3ba7a user: dkf tags: trunk | |
| 08:31 | Close off memory leak in [lsort]. check-in: 63cf4eb317 user: dkf tags: trunk | |
|
2009-08-19
| ||
| 23:23 | Interpreted [if] is now fully NRE-enabled. [Bug 2823276] check-in: 7c7e6bcf33 user: dkf tags: trunk | |
| 17:30 | another test check-in: 9f3daf8393 user: dgp tags: trunk | |
| 14:32 | Make interpreted [for] and [while] NRE-safe. [Bug 2823276] check-in: 415a9b6fa0 user: dkf tags: trunk | |
| 14:25 | Formatting corrections check-in: 890f330c87 user: dkf tags: trunk | |
|
2009-08-18
| ||
| 17:42 | test for 2806250 check-in: f35c75ca90 user: dgp tags: trunk | |
| 16:27 | nicer test failure mode check-in: 80c3b7b1c1 user: dgp tags: trunk | |
| 14:44 | * generic/tclPathObj.c: Added NULL check to prevent crashes during * tests/fileName.... check-in: 3432a10a27 user: dgp tags: trunk | |
|
2009-08-16
| ||
| 12:25 | Change ForIterData, make it const-safe. check-in: 9a9f088f2c user: nijtmans tags: trunk | |
| 10:21 | const addition (pkge.c) Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings check-in: 3c9da826aa user: nijtmans tags: trunk | |
| 10:20 | const addition (pkge.c) Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings check-in: 4c68b5bfd2 user: nijtmans tags: trunk | |
|
2009-08-12
| ||
| 16:06 | TIP #353 IMPLEMENTATION * doc/NRE.3: New public routine Tcl_NRExprObj() ... check-in: c2ac0ecc04 user: dgp tags: trunk | |
|
2009-08-06
| ||
| 22:28 | * doc/refchan.n [Bug 2827000]: Extended the implementation of * generic/tclIORChan.c: reflective ... check-in: 21c29e509b user: andreas_kupries tags: trunk | |
|
2009-08-02
| ||
| 14:26 | * tests/coroutine.test: fix testfile cleanup check-in: c66cba960a user: msofer tags: trunk | |
| 13:03 | Added *unsupported* command to report an object's representation. check-in: 0c062dff17 user: dkf tags: trunk | |
| 12:08 | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] check-in: 2272f042f2 user: dkf tags: trunk | |
| 10:41 | eliminate TclWinResetInterfaceEncodings, because it does exactly the same as TclWinEncodingsCleanup,... check-in: 182c7a48f3 user: nijtmans tags: trunk | |
|
2009-07-31
| ||
| 16:55 | * generic/tclStringObj.c: Corrected failure to grow buffer * tests/format.test... check-in: a3c590a7b5 user: dgp tags: trunk | |
|
2009-07-26
| ||
| 21:48 | Simplify a bit further following more testing check-in: f1b2eb0982 user: dkf tags: trunk | |
| 11:40 | Use [try] to replace obscurer uses of [catch]. check-in: 85f6cc0b99 user: dkf tags: trunk | |
| 11:26 | Forced LF translation when generating .h's to avoid spurious diffs when regenerating on a Windows bo... check-in: c03ef296ee user: ferrieux tags: trunk | |
| 07:57 | [Bug 2827066] msys build --enable-symbols broken And modified the same for unicows.dll, as a prepara... check-in: 01f7acb263 user: nijtmans tags: trunk | |