Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
196 check-ins using file generic/tclCompExpr.c version abc549f47e
|
2009-12-11
| ||
| 14:08 | [FRQ 2897296]: Cross-links to sections within a manpage when in HTML. check-in: b823bbf8aa user: dkf tags: trunk | |
| 14:01 | Change to braces in example to avoid bug in HTML creator script check-in: 6d32390fef user: dkf tags: trunk | |
| 14:01 | fix comment check-in: 72629e543a user: msofer tags: trunk | |
| 05:49 | code comments check-in: 5591a2f0d1 user: msofer tags: trunk | |
| 05:38 | code comments check-in: 097379b159 user: msofer tags: trunk | |
| 05:32 | code comments check-in: 2aea4baa97 user: msofer tags: trunk | |
| 04:47 | simplify the coroutine BP-chain monkey-patching; tclBasic does not need to know about bottomPtr, teb... check-in: 76cabdcc5c user: msofer tags: trunk | |
|
2009-12-10
| ||
| 23:52 | * generic/tclBasic.c: Full nre-enabling of coroutines * generic/tclExecute.c: [Bug 2806407] check-in: 9995f661be user: msofer tags: trunk | |
| 22:38 | * generic/tclBasic.c: small cleanup check-in: d2ad5bb002 user: msofer tags: trunk | |
| 22:01 | * generic/tclExecute.c: fix panic in http11.test caused by buggy earlier commits in coroutine mana... check-in: 057cb7f89c user: msofer tags: trunk | |
| 19:13 | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the ... check-in: 9f793e75c3 user: andreas_kupries tags: trunk | |
| 18:23 | reorganization and better comments in TclNRCoroutineObjCmd() check-in: c363632e17 user: msofer tags: trunk | |
| 17:48 | * generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines by d... check-in: fd0eaa36ea user: msofer tags: trunk | |
| 16:54 | * generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines check-in: a00ff915ee user: msofer tags: trunk | |
| 09:21 | Minor whitespace cleanup... nothing to see here check-in: 7be18c8355 user: dkf tags: trunk | |
|
2009-12-09
| ||
| 23:26 | Killed c99/c++ comments left in by the IO patch. check-in: b8d9093b8d user: andreas_kupries tags: trunk | |
| 23:03 | * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux's patch fixing the inconsistent buff... check-in: 5af0d249de user: andreas_kupries tags: trunk | |
| 18:40 | Revert the 1.19 -> 1.20 commit now that bug 2487771 appears fixed. check-in: 5b277e5b35 user: dgp tags: trunk | |
| 17:57 | remove accidentally committed C++ style comments check-in: badb19da85 user: msofer tags: trunk | |
| 17:55 | * generic/tclBasic.c: Insure correct lifetime of varFrame's (objc,objv)for coroutines. * gener... check-in: dc303ea50b user: msofer tags: trunk | |
| 16:41 | Add missing Tcl_SetErrorCode calls. check-in: 5016f7451b user: dkf tags: trunk | |
| 12:16 | * generic/tclExecute.c (TclStackFree): Improved panic msg check-in: 1bbd795bef user: msofer tags: trunk | |
|
2009-12-08
| ||
| 23:04 | added comment confessing my puzzlement check-in: 0c446f44c3 user: msofer tags: trunk | |
| 22:58 | minor cleanup check-in: 2f6acb6df9 user: msofer tags: trunk | |
| 21:44 | baby steps towards nre-enabling coroutine first run check-in: f5462f26a9 user: msofer tags: trunk | |
| 20:56 | * generic/tclBasic.c: Partial nre-enabling of coroutines. * generic/tclExecute.c: The initial ca... check-in: 3bf4f4aa02 user: msofer tags: trunk | |
| 19:00 | * generic/tclExecute.c (TEBC): silence warning about pcAdjustment check-in: 5e6ea3e1b9 user: msofer tags: trunk | |
| 14:18 | Small corrections (enforcing ANSI style declarations, etc.) check-in: 139608bd78 user: dkf tags: trunk | |
| 13:58 | Reduce size of TEBC activation record a bit. check-in: de13c3c8c4 user: dkf tags: trunk | |
| 04:20 | * generic/tclExecute.c (TEBC): Grouping "slow" variables into structs, to reduce register pressure... check-in: 61f37dbba0 user: msofer tags: trunk | |
| 01:34 | * generic/tclExecute.c: Start cleaning the TEBC stables * generic/tclInt.h: check-in: be429aa62f user: msofer tags: trunk | |
|
2009-12-07
| ||
| 20:49 | * generic/tclCmdIL.c: Fix of [Bug #2910094] by aku * tests/coroutine.test: check-in: 787fb64567 user: msofer tags: trunk | |
| 19:03 | * generic/tclBasic.c: arrange for [tailcall] to be created with the other builtins: was being crea... check-in: 90e69c9120 user: msofer tags: trunk | |
| 17:15 | * generic/tclStrToD.c: Correct conditional compile directives to better detect the ... check-in: a453455af3 user: dgp tags: trunk | |
| 16:33 | * generic/tclBasic.c: add ::tcl::unsupported::yieldTo * generic/tclInt.h: [Patch 2910056] check-in: ccf1454f1d user: msofer tags: trunk | |
| 15:08 | Plug memory leak. [Bug 2910044] check-in: 1eff7fbab5 user: dkf tags: trunk | |
| 14:04 | missing declaration check-in: 96b97eb9c7 user: msofer tags: trunk | |
|
2009-12-06
| ||
| 20:35 | factoring TclSpliceTailcall out of TclPopStackFrame check-in: 8b0b539704 user: msofer tags: trunk | |
| 19:37 | oops - test error due to deletion of now not-created namespace check-in: cc4f8c3218 user: msofer tags: trunk | |
| 18:29 | clear old junk in tests/coroutine.test: check-in: a4591dcf8e user: msofer tags: trunk | |
| 18:12 | * generic/tclBasic.c: Small changes for clarity in tailcall * generic/tclExecute.c: and coroutin... check-in: 0d9536212f user: msofer tags: trunk | |
| 12:19 | missing changelog entry check-in: fdc1864a9f user: msofer tags: trunk | |
|
2009-12-05
| ||
| 22:05 | * tests/tailcall.test: remove some old unused crud; improved the stack depth tests. check-in: e1304c9018 user: msofer tags: trunk | |
| 21:30 | * generic/tclBasic.c: Fixed things so that you can tailcall * generic/tclNamesp.c: properly out o... check-in: 1ebac3d262 user: msofer tags: trunk | |
|
2009-12-03
| ||
| 15:49 | Fix [Bug 2906841] and a few other smaller issues. check-in: 58f7495c10 user: dkf tags: trunk | |
|
2009-12-02
| ||
| 20:45 | tools/genStubs.tcl Add support for win32 CALLBACK functions and remove obsolete "emitStubs" and "... check-in: 0aabcd0ba1 user: nijtmans tags: trunk | |
|
2009-11-30
| ||
| 23:10 | tcl.h Don't use EXPORT for Tcl_InitStubs win/Makefile.in Better dependancies in case of static... check-in: d63090dfb8 user: nijtmans tags: trunk | |
| 15:39 | [Bug 2901433]: Improved description of {*} syntax. check-in: 8122761dee user: dkf tags: trunk | |
|
2009-11-29
| ||
| 09:00 | revert 2902965 tclAppInit.c change check-in: 9e1924b178 user: das tags: trunk | |
| 08:46 | reverted 2902965 changes that broke static builds on OSX check-in: edecf0165f user: das tags: trunk | |
|
2009-11-27
| ||
| 21:44 | * win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that added a call to Tcl_InitStubs. 'tclsh'... check-in: f83af53218 user: kennykb tags: trunk | |
| 14:35 | [Patch 2903921]: Many small spelling fixes from Larry Virden. check-in: c04520abab user: dkf tags: trunk | |
| 07:27 | Match the version-bump of TclOO. check-in: 5e375e282f user: dkf tags: trunk | |
| 06:33 | [Bug 2903811]: Remove unneeded restrictions on usefully calling the oo::object->variable method. Lea... check-in: 8666033e45 user: dkf tags: trunk | |
|
2009-11-26
| ||
| 17:37 | autoheader-2.59 check-in: 24632c2ec6 user: das tags: trunk | |
| 17:37 | fix warning on LP64 check-in: ee769e1c33 user: das tags: trunk | |
| 09:40 | Add .PHONY rules and documentation to preemptively stop trouble that plagued Tk from hitting Tcl too... check-in: 2e2fb9b16b user: dkf tags: trunk | |
| 07:02 | Fix [Bug 2902965] stub related changes cause tclkit built to break check-in: 5c9a3057c9 user: nijtmans tags: trunk | |
| 07:01 | Fix [Bug 2902965] stub related changes cause tclkit built to break check-in: 4bf7a171b2 user: nijtmans tags: trunk | |
|
2009-11-25
| ||
| 21:02 | * win/Makefile.in: Added a 'test-tcl' rule that is identical to 'test' except that it does not go sp... check-in: 7c72e91ac9 user: kennykb tags: trunk | |
| 14:25 | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use AC_CHECK_MEMBERS([struct stat.st_blksize... check-in: 39ef38578c user: stwo tags: trunk | |
|
2009-11-24
| ||
| 20:15 | * library/tclIndex: Manually redone the part of tclIndex dealing with safe.tcl and tm.tcl. This p... check-in: 5ee77c502a user: andreas_kupries tags: trunk | |
| 19:23 | Restore tcl/library/tclIndex to Revision 1.11 contents, to stop total breakage of auto-loading in sl... check-in: e0da5a9a1f user: dgp tags: trunk | |
| 12:00 | Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011] check-in: 56012b12ec user: dkf tags: trunk | |
| 00:08 | [Bug 2893771] Teach [file stat] to handle locked files. This stops [file exists] from returning fals... check-in: 02224b9ef6 user: patthoyts tags: trunk | |
|
2009-11-23
| ||
| 23:06 | library/tclIndex (regenerated) to reflect various changes in safe.tcl and other library files. check-in: 11ccf25491 user: nijtmans tags: trunk | |
| 22:14 | * tests/fCmd.test (fCmd-30.1): Changed registry location of the 'My Documents' folder to the one tha... check-in: ca44a588ed user: kennykb tags: trunk | |
| 21:26 | makefile.vc: Add stub library to necessary link lines check-in: dd77ba2cb5 user: nijtmans tags: trunk | |
| 20:36 | Test constraint 2000orNewer should only be true on Windows platform check-in: 51d8486e2e user: dgp tags: trunk | |
| 20:17 | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make sure that Xxxxx_Init is always exported ... check-in: 0f53c33f63 user: nijtmans tags: trunk | |
| 19:00 | * generic/tclThreadTest.c (NewTestThread): [Bug 2901803] Further machinations to get NewTestThread a... check-in: 61219b1dbe user: kennykb tags: trunk | |
| 00:02 | [Bug 2901803]: Fix silly error. check-in: 5d8705006e user: dkf tags: trunk | |
|
2009-11-22
| ||
| 00:17 | Added some OSX-specific things check-in: 710b545979 user: dkf tags: trunk | |
|
2009-11-21
| ||
| 21:58 | Cast required when setting result using a const string. String is copied by TCL_VOLATILE. check-in: a74abc57ce user: patthoyts tags: trunk | |
|
2009-11-20
| ||
| 00:19 | a bit of cleanup check-in: 907c4296b6 user: dgp tags: trunk | |
|
2009-11-19
| ||
| 22:06 | [Tcl Patch #2883533] tcl.m4 support for Haiku OS check-in: f339c1acc8 user: nijtmans tags: trunk | |
| 21:56 | Updated freeIntRepProc routines so that they set the typePtr field to NULL so that the Tcl_Obj is no... check-in: 803df07822 user: nijtmans tags: trunk | |
| 21:23 | Create tcltest86.dll as dynamic Tcltest package check-in: fcdfc71cd5 user: nijtmans tags: trunk | |
| 21:17 | Test-case for fixed [Bug 2849797] Fix safe-10.1 and safe-10.4 test cases, making the wrong assumptio... check-in: a1f1098660 user: nijtmans tags: trunk | |
| 16:31 | * unix/tclAppInit.c: Repair broken build of the tcltest executable. * win/tclAppI... check-in: 9fdef42bec user: dgp tags: trunk | |
| 11:59 | Undo Jan's needless vandalism. check-in: 8028e692aa user: dkf tags: trunk | |
|
2009-11-18
| ||
| 23:56 | Add files to .cvsignore check-in: 7d02933036 user: nijtmans tags: trunk | |
| 23:46 | Fix [Bug 2883850]: pkgIndex.tcl doesn't get created with static Tcl build check-in: 39268397d9 user: nijtmans tags: trunk | |
| 22:41 | Fix [Bug 2849797]: channel name inconsistencies as suggested by DKF minor *** POTENTIAL INCOMPATIBIL... check-in: c0b94338ed user: nijtmans tags: trunk, potential incompatibility | |
| 22:21 | Eliminate unneccessary spaces check-in: 9ee875bb1f user: nijtmans tags: trunk | |
| 22:02 | Eliminate various gcc warnings (in -Wextra mode) check-in: 7dca608b0f user: nijtmans tags: trunk | |
| 21:59 | Eliminate various gcc warnings (in -Wextra mode) check-in: 8780faf488 user: nijtmans tags: trunk | |
| 21:45 | Eliminate unneccessary spaces check-in: e4348fa147 user: nijtmans tags: trunk | |
| 21:23 | Eliminate "then" keyword check-in: 739793ad4a user: nijtmans tags: trunk | |
| 21:04 | Fix [Bug 2891171]: URL checking too strict when using multiple question marks (added test case) check-in: 2e8541a6bb user: nijtmans tags: trunk | |
|
2009-11-17
| ||
| 19:51 | format check-in: fcd21b0ffc user: dgp tags: trunk | |
| 17:27 | * unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy- up from a few days ago (2009-1... check-in: 027f112e04 user: andreas_kupries tags: trunk | |
|
2009-11-16
| ||
| 18:01 | Use proper command creation routine. check-in: cd0fd01cd2 user: dgp tags: trunk | |
| 18:00 | Revert mistaken commit check-in: f90f573d18 user: dgp tags: trunk | |
| 17:38 | (forward port) Fix [Bug 2891556] and improve test to detect similar manifestations in the future. Ad... check-in: 8fa4d0a5b9 user: ferrieux tags: trunk | |
| 06:29 | * win/tclWinDde.c: Avoid gcc compiler warning by explicitly casting DdeCreateStringH... check-in: 3d793e20b3 user: mdejong tags: trunk | |
|
2009-11-12
| ||
| 17:25 | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity * tests/io.test: which used the num... check-in: bee5fce253 user: andreas_kupries tags: trunk | |
| 16:31 | * generic/tclClock.c (TclClockInit): Do not create [clock] support commands in sa... check-in: b33ef2e156 user: dgp tags: trunk | |
|
2009-11-11
| ||
| 06:49 | Fix [Bug 2891171]: URL checking too strict when using multiple question marks check-in: 81e45883f4 user: nijtmans tags: trunk | |
|
2009-11-10
| ||
| 23:50 | Fix [Bug 2888099] (close discards ENOSPC error) by saving the errno from the first of two FlushChann... check-in: c4da5b0446 user: ferrieux tags: trunk | |
| 20:53 | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT evaluation. Forward port from Tcl 8.5 ... check-in: 6e51787631 user: andreas_kupries tags: trunk | |
| 20:40 | Cleanup directories that have been set chmod 000. On Windows7 and Vista we really have no access and... check-in: cc111e01e9 user: patthoyts tags: trunk | |
| 17:57 | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). [Bug 2895323]. Forward port from... check-in: c4d00afb1a user: andreas_kupries tags: trunk | |
|
2009-11-09
| ||
| 23:14 | Removed outdated Msys + Mingw info. check-in: b0872a6dee user: stwo tags: trunk | |
| 22:59 | * tests/info.test: Resolve ambiguous resolution of variable "res". Forward port from 8.5 check-in: c490168fd6 user: andreas_kupries tags: trunk | |
| 22:36 | * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of refCount for the file path out o... check-in: aac1c7cb46 user: andreas_kupries tags: trunk | |
| 13:47 | Some small bits of tidying up. check-in: 35e9bea66e user: dkf tags: trunk | |
|
2009-11-08
| ||
| 20:18 | Moved the descriptions of the index formats to their own section, and added a warning to the 'bytele... check-in: e72854500f user: dkf tags: trunk | |
| 20:01 | Moved the descriptions of the index formats to their own section, and added a warning to the 'bytele... check-in: 402366065a user: dkf tags: trunk | |
| 19:56 | Formatting correction check-in: bf0a8fbe58 user: dkf tags: trunk | |
|
2009-11-07
| ||
| 09:24 | [Bug 2891026] add addtional contraints for vista+ for non-readable directories check-in: 9c8e4ef2b8 user: patthoyts tags: trunk | |
|
2009-11-06
| ||
| 18:16 | * library/safe.tcl (::safe::Setup): Added documentation of the contents of the state array. Also ... check-in: f40f4a017b user: andreas_kupries tags: trunk | |
|
2009-11-05
| ||
| 20:51 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 10d116161c user: andreas_kupries tags: trunk | |
| 20:41 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 91f347f7f4 user: andreas_kupries tags: trunk | |
| 20:26 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: e50809b309 user: andreas_kupries tags: trunk | |
| 20:15 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 47e286b0fd user: andreas_kupries tags: trunk | |
| 20:04 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: ac652ea4ff user: andreas_kupries tags: trunk | |
| 19:55 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 69f483876e user: andreas_kupries tags: trunk | |
| 19:47 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 4ffeb7c38b user: andreas_kupries tags: trunk | |
| 19:35 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: a8e38fb6e5 user: andreas_kupries tags: trunk | |
| 19:22 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: ee28a197ac user: andreas_kupries tags: trunk | |
| 19:18 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: c9f749c0ec user: andreas_kupries tags: trunk | |
| 19:07 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 60a435aa1d user: andreas_kupries tags: trunk | |
| 17:56 | Clarification check-in: 0d8c9af174 user: dkf tags: trunk | |
| 17:49 | Clarified [namespace import] and NAME RESOLUTION check-in: 50323a39ef user: dkf tags: trunk | |
|
2009-11-04
| ||
| 00:35 | * library/tzdata/Asia/Novokuznetsk: New tzdata locale for Kemerovo oblast', which now keeps Novosibi... check-in: ccd2f2e426 user: kennykb tags: trunk | |
|
2009-11-02
| ||
| 10:03 | Minor correction check-in: a651b65303 user: dkf tags: trunk | |
| 09:54 | Improve the general description. check-in: b55cebdb02 user: dkf tags: trunk | |
| 00:04 | fixes for htmlhelp target check-in: eb8333ffb9 user: mistachkin tags: trunk | |
|
2009-11-01
| ||
| 18:15 | Move TIP#285 routines out of Tcl_Eval(3) into their own manpage. check-in: 5fb688f52c user: jenglish tags: trunk | |
| 13:00 | Apply a bit more polish check-in: 6e31c75c9a user: dkf tags: trunk | |
| 12:10 | Apply a bit more polish check-in: 90b47f083f user: dkf tags: trunk | |
| 00:27 | Minor formatting fix. check-in: 4661c48cad user: dkf tags: trunk | |
| 00:26 | Improve with more explanation of what's going on. check-in: b319b96def user: dkf tags: trunk | |
|
2009-10-31
| ||
| 20:18 | [Bug 2889593]: Make [expr round()] give the right error. check-in: 598e4e4e48 user: dkf tags: trunk | |
|
2009-10-30
| ||
| 16:28 | More variable hygiene. check-in: 23954d5b6b user: dkf tags: trunk | |
| 11:13 | Cleanup non-writable test directory on Windows. When creating the notwritabledir we deny the current... check-in: c9d28e15b1 user: patthoyts tags: trunk | |
|
2009-10-29
| ||
| 22:20 | More variable cleansing check-in: df9c4cb142 user: dkf tags: trunk | |
| 18:38 | * generic/tcl.h: Changed the typedef for the mp_digit type from: ... check-in: c8fd5c657b user: dgp tags: trunk, potential incompatibility | |
| 17:21 | test hygiene for the ::tmp variable check-in: 1647c5548e user: dgp tags: trunk | |
| 15:51 | More variable cleansing check-in: ea56dd66e0 user: dkf tags: trunk | |
| 11:49 | General cleanliness improvements. check-in: ed2df7fe53 user: dkf tags: trunk | |
| 08:08 | Remove accidental C99-ism which reportedly makes the AIX native compiler choke. check-in: a39af4be39 user: dkf tags: trunk | |
| 01:17 | * library/clock.tcl (LocalizeFormat): * tests/clock.test (clock-67.1): Corrected a problem where '%%... check-in: 8540896694 user: kennykb tags: trunk | |
|
2009-10-28
| ||
| 21:03 | * generic/tclLiteral.c: Fixed 2 bugs reported in [Bug 2888044]. * tests/info.test: ... check-in: 857c040860 user: dgp tags: trunk | |
| 16:46 | * tests/fileName.test (fileName-20.[78]): Corrected poor test hygiene (failure to save and restore t... check-in: 2e4e794fc8 user: kennykb tags: trunk | |
|
2009-10-27
| ||
| 20:31 | * generic/tclPathObj.c: Missing refcount on cached normalized path caused crashes. ... check-in: 07717b8954 user: dgp tags: trunk | |
| 03:35 | * library/tzdata/America/Argentina/Buenos_Aires: * library/tzdata/America/Argentina/Cordoba: * libra... check-in: a078520c48 user: kennykb tags: trunk | |
| 03:23 | * library/clock.tcl (ParseClockScanFormat): Corrected a problem where [clock scan] didn't load the t... check-in: 1042002083 user: kennykb tags: trunk | |
|
2009-10-26
| ||
| 16:56 | * unix/Makefile.in: Remove $(PACKAGE).* and prototype from the `make distclean` ... check-in: 0cfe105118 user: dgp tags: trunk | |
|
2009-10-24
| ||
| 22:20 | * library/clock.tcl (ProcessPosixTimeZone): Corrected a regression in the fix to [Bug 2207436] tha... check-in: 9b2e848348 user: kennykb tags: trunk | |
|
2009-10-23
| ||
| 19:09 | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level 0-length writes. When closing pip... check-in: 6a13560e76 user: andreas_kupries tags: trunk | |
|
2009-10-22
| ||
| 15:39 | Let [$obj varname x(y)] work. [Bug 2883857] check-in: 745467a2bf user: dkf tags: trunk | |
|
2009-10-21
| ||
| 15:13 | Typo check-in: 8689bd148a user: dkf tags: trunk | |
| 13:53 | Fix [Bug 2882561]. check-in: 2f58fcf25a user: dkf tags: trunk | |
| 13:36 | Fix [Bug 2881259]. check-in: e687e18dae user: dkf tags: trunk | |
|
2009-10-20
| ||
| 17:21 | * unix/Makefile.in: Removed the long outdated and broken targets package-* that ... check-in: 72bdd80c30 user: dgp tags: trunk | |
|
2009-10-19
| ||
| 22:00 | * generic/tclIO.c: Revised ReadChars and FilterInputBytes routines to permit re... check-in: 8e6e2b93ab user: dgp tags: trunk | |
|
2009-10-18
| ||
| 10:39 | Fix for [Bug 2871908] check-in: d8a89a64f8 user: mistachkin tags: trunk | |
| 08:00 | Fix for [Bug 1565466] check-in: ff40104ffa user: mistachkin tags: trunk | |
|
2009-10-17
| ||
| 22:24 | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. check-in: 092a1af5b4 user: dkf tags: trunk | |
|
2009-10-15
| ||
| 20:33 | Fix the icon to have 48x48 size (mistakenly made a 46px icon) check-in: cd373de52f user: patthoyts tags: trunk | |
|
2009-10-14
| ||
| 15:59 | Added missing text. Noticed by Emiliano Gavilan. check-in: e825ba598c user: dkf tags: trunk | |
|
2009-10-08
| ||
| 14:37 | [Bug 2874678]: Don't leak bignums in [dict incr]... check-in: fa32677770 user: dkf tags: trunk | |
|
2009-10-07
| ||
| 23:09 | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the objThreadMap and lineCLPtr hashtables... check-in: 95b0865e88 user: andreas_kupries tags: trunk | |
| 17:07 | * generic/tclIORChan.c (ErrnoReturn): Replace the hardwired constant 11 with the proper errno d... check-in: 5e5eae4bd8 user: andreas_kupries tags: trunk | |
|
2009-10-06
| ||
| 16:55 | * generic/tclInterp.c (SlaveEval): Agressive stomping of internal reps was added as ... check-in: ffe3e3baba user: dgp tags: trunk | |
| 16:31 | * generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath... check-in: 4a1c8a2c75 user: dgp tags: trunk | |
|
2009-10-05
| ||
| 20:02 | * library/safe.tcl (AliasGlob): Fixed conversion of catch to try/finally, it had an 'on ok msg'... check-in: 5f009d7cf2 user: andreas_kupries tags: trunk | |
| 02:41 | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in * unix/tclUnixInit.c: Mac OS X ... check-in: a83c2eebce user: das tags: trunk | |
| 02:40 | fix tclooConfig.sh install check-in: 707453d800 user: das tags: trunk | |
|
2009-10-02
| ||
| 17:59 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: * library/tzdata/Asia/Karachi: * libr... check-in: b0ffb24bc2 user: kennykb tags: trunk | |
|
2009-09-30
| ||
| 03:11 | * generic/tclDictObj.c: Updated freeIntRepProc routines so * generic/tclExec... check-in: c712d7d7bb user: dgp tags: trunk | |
|
2009-09-29
| ||
| 05:03 | * generic/tclAlloc.c: Cleaned up various routines in the * generic/tclCkal... check-in: f10095b9f9 user: dgp tags: trunk | |
|
2009-09-28
| ||
| 18:02 | * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls with * tests/error.test: ... check-in: b806f70a69 user: dgp tags: trunk | |
| 16:34 | * tests/error.test (error-15.9.*): More coverage tests for [try]. Test error-15... check-in: e6fa68b0fe user: dgp tags: trunk | |
| 03:22 | * tests/error.test (error-15.8.*): Coverage tests illustrating flaws in the pro... check-in: d9ab5de7ca user: dgp tags: trunk | |
|
2009-09-26
| ||
| 21:42 | Added dummy tclooConfig.sh files for easier cross-version building. [2026844] check-in: 6475123e8f user: dkf tags: trunk | |
|
2009-09-24
| ||
| 17:19 | TIP #356 IMPLEMENTATION * generic/tcl.decls: Promote internal routine TclNRSubst... check-in: 2b4e9763d9 user: dgp tags: trunk | |
|
2009-09-23
| ||
| 23:36 | * doc/namespace.n: the description of [namespace unknown] failed to mention [namespace path]: fixe... check-in: 56c0814129 user: msofer tags: trunk | |
|
2009-09-22
| ||
| 01:14 | edit check-in: d97f09264c user: dgp tags: trunk | |
|
2009-09-21
| ||
| 21:30 | * tests/regexp.test: Added check for error message from unbalanced [] in regexp. Added addi... check-in: e0b2e1cb89 user: mdejong tags: trunk | |
| 16:16 | * generic/tclCompile.c: Correct botch in the conversion of Tcl_SubstObj(). Thanks t... check-in: d1d94a1297 user: dgp tags: trunk | |
|
2009-09-17
| ||
| 17:58 | * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simple * generic/tclParse.c... check-in: 8b27ea0197 user: dgp tags: trunk | |
| 08:39 | need to remember to save before commit... check-in: 5dea5b4c4e user: das tags: trunk | |
| 08:37 | typo check-in: f3fbf5e44b user: das tags: trunk | |
| 08:37 | fix string buffer sizes for pointer printing fix whitespace, formatting & style to match codebase co... check-in: f248b39c3e user: das tags: trunk | |
|
2009-09-16
| ||
| 21:17 | Extended ::tcl::unsupported::representation. check-in: 33e7e2f36f user: ferrieux tags: trunk | |
|
2009-09-12
| ||
| 06:43 | fix warning check-in: 21342c54c7 user: das tags: trunk | |
|
2009-09-11
| ||
| 20:13 | * generic/tclBasic.c: Completed the NR-enabling of [subst]. * generic/tclCmdMZ.c: ... check-in: 7748dccef5 user: dgp tags: trunk | |
| 15:45 | Clean up http tokens properly. check-in: 887b017598 user: dkf tags: trunk | |
|
2009-09-10
| ||
| 21:20 | Correct handling of quoted charset names. [Bug 2849860] check-in: 5acb804b5c user: dkf tags: trunk | |
|
2009-09-07
| ||
| 19:59 | * generic/tclParse.c Corrected line counting error in multi-command * tests/into.... check-in: 26367d8d40 user: dgp tags: trunk | |
| 14:47 | Added another test case, "known bug" because of [Bug 2314561] incompleteness check-in: ca0cb1821d user: dkf tags: trunk | |
| 09:43 | Basic test of yielding inside a subst check-in: 12bf5d7d36 user: dkf tags: trunk | |
| 07:28 | * generic/tclExecute.c: fix potential uninitialized variable use and * generic/tclFCmd.c: null der... check-in: e93f957325 user: das tags: trunk | |