Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
45 check-ins using file generic/tclTrace.c version 8ed9f26dcc
|
2013-02-27
| ||
| 08:19 | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom Lane for providing the ... check-in: 3cb628fa5e user: jan.nijtmans tags: trunk | |
|
2013-02-26
| ||
| 17:48 | merge trunk check-in: 5cdc56d804 user: dgp tags: dgp-refactor | |
| 17:48 | Remove from tclIO.h structs used only in tclIO.c. check-in: f02d4b5c29 user: dgp tags: trunk | |
| 13:37 | [Bug 3605120]: Stop test chan-io-28.7 from hanging when run standalone. check-in: 6186ad3f14 user: dkf tags: trunk | |
| 10:17 | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a setFromAnyProc, create a p... check-in: d6219fccc2 user: jan.nijtmans tags: trunk | |
|
2013-02-25
| ||
| 18:31 | [Bug 3605721]: Test independence fixes for binary-41.* check-in: 810e56be3c user: dkf tags: trunk | |
| 18:19 | merge trunk check-in: 603ebf1760 user: dgp tags: dgp-refactor | |
| 18:17 | Repair linked list management in Tcl_DeleteCloseHandler(). CloseCallback struct used only locally. ... check-in: c3e51e7bce user: dgp tags: trunk | |
| 16:46 | merge trunk check-in: 75efda89ec user: dgp tags: dgp-refactor | |
| 16:41 | LimitHandler struct used only locally. Remove from tclInt.h check-in: bf6457d2fe user: dgp tags: trunk | |
| 16:05 | merge trunk check-in: 73e2db1b36 user: dgp tags: dgp-refactor | |
| 16:03 | Merge trunk. Unicode 6.3 does not have that many spaces..... check-in: 0e5e775003 user: jan.nijtmans tags: tip-389-impl | |
| 16:00 | Remove unused struct InterpList. check-in: c522399ab8 user: dgp tags: trunk | |
| 15:45 | Array Search struct used only locally. Remove from tclInt.h. check-in: d37e373c83 user: dgp tags: trunk | |
| 15:35 | ArraySearch struct used only locally. Remove from tclInt.h. check-in: 0e027e1610 user: dgp tags: dgp-refactor | |
| 14:58 | merge trunk check-in: ee6e67fe2b user: dgp tags: dgp-refactor | |
| 14:55 | 3605719,3605720 Test independence. Thanks Rolf Ade for patches. check-in: c4b02b8c49 user: dgp tags: trunk | |
| 13:49 | merge trunk check-in: 3b77ae7a29 user: dgp tags: dgp-refactor | |
| 13:38 | Merge trunk. Upgrade all tables to Unicode 6.3 (not released yet) check-in: adf88dd045 user: jan.nijtmans tags: tip-389-impl | |
| 13:16 | For Unicode 6.3, mongolian vowel separator (U+180e) is nominated to change character class from Spac... check-in: b553432c31 user: jan.nijtmans tags: trunk | |
|
2013-02-24
| ||
| 12:17 | merge trunk check-in: 8738bbd988 user: mig tags: mig-no280 | |
|
2013-02-23
| ||
| 20:16 | merge trunk. Comment improvements, styling. check-in: 3f9ac86c63 user: jan.nijtmans tags: initsubsystems | |
| 20:00 | Bug [3599194]: compat/fake-rfc2553.c is broken check-in: 3f470535de user: jan.nijtmans tags: trunk | |
| 11:19 | merge trunk. Simplify dummy "interp" struct. check-in: 10fb5497e9 user: jan.nijtmans tags: initsubsystems | |
| 04:08 | New BA routines _Size() and Copy(). Use BA_AuxData in CompileEnv. check-in: de39cce7e6 user: dgp tags: dgp-refactor | |
|
2013-02-22
| ||
| 19:24 | refactor so that all access to auxDataArrayPtr field are in tclCompile.c. check-in: a5c5bd22d0 user: dgp tags: dgp-refactor | |
| 19:17 | merge trunk check-in: fe0d62b5d5 user: dgp tags: dgp-refactor | |
| 19:10 | unused variables check-in: 0ca3bfd67d user: dgp tags: trunk | |
| 19:05 | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. Stop crashes when the hookP... check-in: 541899f7c7 user: dgp tags: trunk | |
| 15:01 | Convert the JumpList stack to storage in a BrodnikArray. check-in: f9fa79b99b user: dgp tags: dgp-refactor | |
| 13:40 | revert unnecessary invalidate string rep check-in: 91133d74f9 user: mig tags: mig-no280 | |
| 13:25 | merge trunk check-in: db7dc35588 user: mig tags: mig-no280 | |
|
2013-02-21
| ||
| 14:49 | Revise [namespace export] to not call Tcl_Export(). This still isn't as nice as one would hope. Wha... check-in: 2cd5f5a56f user: dgp tags: dgp-refactor | |
| 13:04 | merge trunk check-in: 04f150ae38 user: dgp tags: dgp-refactor | |
| 03:24 | 3605447 Make sure the -clear option to [namespace export] always clears, whether or not new export p... check-in: a2b4b773d4 user: dgp tags: trunk | |
|
2013-02-20
| ||
| 15:04 | merge trunk check-in: 1684a55b42 user: dgp tags: dgp-refactor | |
| 12:47 | merge trunk. doc improvements check-in: 90fc621127 user: jan.nijtmans tags: initsubsystems | |
| 11:43 | [Bug 3605401]: Compiler error with latest mingw-w64 headers. check-in: 935bea4747 user: jan.nijtmans tags: trunk | |
| 11:40 | [Bug 3605401]: Compiler error with latest mingw-w64 headers. Closed-Leaf check-in: 0db74d9ccc user: jan.nijtmans tags: bug-3605401 | |
| 10:25 | Bug 3605401: Compiler error with latest mingw-w64 headers check-in: d67be824f8 user: jan.nijtmans tags: bug-3605401 | |
|
2013-02-19
| ||
| 19:08 | Store the export pattern list of a Namespace in a Tcl list. Don't use a BrodnikArray. Tcl list is b... check-in: 6e3269c313 user: dgp tags: dgp-refactor | |
| 17:11 | Refactor so all refs to exportArrayPtr field are in tclNamesp.c check-in: f65e7b0320 user: dgp tags: dgp-refactor | |
| 15:47 | Revise Append and Detach ops on BrodnikArray to work with pointers. This makes more data copying opt... check-in: 9215a31935 user: dgp tags: dgp-refactor | |
| 13:22 | merge trunk check-in: 358258bd5f user: dgp tags: dgp-refactor | |
| 11:36 | Fix bug #2438181: Incorrect error reporting in traces. Test-case and fix provided by Poor Yorick. check-in: 30b7b8d858 user: jan.nijtmans tags: trunk | |