Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
740 check-ins using file generic/tclPipe.c version b19c8cd7ef
|
2010-11-18
| ||
| 10:11 | Next slice. check-in: 16246c5c13 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-11-17
| ||
| 16:32 | Next slice, big chunk of the generic IO layer plus a few miscellanea. check-in: 40a5fd2632 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:11 | Next slice. check-in: e83816154d user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:41 | Bringing the regex core forward. check-in: a425415487 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:31 | Most parts of the library/ brought forward. check-in: 97093aac88 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:58 | Moved the OSX build system forward, dropping tailcall, nre, and coroutine references. check-in: cd8584fecb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:38 | A few small things check-in: 4b9b7026eb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:20 | Added the zlib sources under compat/, pulled from 8.6 head. check-in: 2c6567c88a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:06 | Moved the compat/ files forward using 8.6 trunk changes, except for zlib. That one will be separate. check-in: ac67ff778b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:47 | Moving tools in non-NRE branch forward, replaying the changes in 8.6 trunk. check-in: 45a42439b4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:30 | Moving the timezone changes of 8.6 trunk into the non-NRE branches. No changes. check-in: 6c21910d18 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:24 | Move the documentation changes of the 8.6 trunk forward on the no-NRE branch. Except for info.n and ... check-in: 383e0386ae user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2009-01-08
| ||
| 17:58 | * generic/tclStringObj.c (STRING_UALLOC): Added missing parens required to get corr... check-in: 2663be2b32 user: dgp tags: trunk | |
| 16:41 | Generate errorcodes for more cases. check-in: a12728cbb9 user: dkf tags: trunk | |
|
2009-01-07
| ||
| 13:50 | Added more examples. [Tk Bug 2491235] check-in: f8b07d0ed8 user: dkf tags: trunk | |
| 11:58 | Narrow the focus of a failing test so that it succeeds (by only testing that which is supposed to be... check-in: f94c80a9d6 user: dkf tags: trunk | |
|
2009-01-06
| ||
| 22:17 | read() errors or EOF shall not prevent write(). This allows for proper graceful closing. Prevent t... Closed-Leaf check-in: acab51185e user: davygrvy tags: tip-162-branch | |
| 17:20 | * tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjType in certain value... check-in: 79358a4faf user: dgp tags: trunk | |
| 16:03 | Corrected twiddling in internals of dictionaries so that literals can't get destroyed. check-in: 37ceba02a0 user: dkf tags: trunk | |
| 15:24 | Fix [Bug 2006879] check-in: 0a57255dbc user: dkf tags: trunk | |
| 14:30 | Fix [Bug 2489836] check-in: ee4e4fe8d0 user: dkf tags: trunk | |
| 10:20 | Fix [Bug 2481109] check-in: dc504e5b79 user: dkf tags: trunk | |
| 10:08 | Formatting improvements (comments, whitespace) check-in: 3fa95308b4 user: dkf tags: trunk | |
| 09:49 | Comment formatting improvements. check-in: 04b750c442 user: dkf tags: trunk | |
|
2009-01-05
| ||
| 14:04 | Convert tabs to spaces for reliable display with nroff check-in: 1bbc94799a user: dkf tags: trunk | |
| 11:27 | Added a test, correct a dumb blunder. check-in: 42090a4d62 user: dkf tags: trunk | |
| 09:48 | Make [source] NRE-aware to enable [yield]. [Bug 2412068] check-in: 4242c5e4c4 user: dkf tags: trunk | |
|
2009-01-04
| ||
| 22:57 | More coding style improvements. check-in: d95dc006c7 user: dkf tags: trunk | |
| 22:55 | Generalize mysterious comment about causes for ::env misses check-in: 5e1cadd4f2 user: ferrieux tags: trunk | |
|
2009-01-03
| ||
| 14:20 | autoconf-2.59 check-in: 81aa5041a6 user: das tags: trunk | |
| 13:55 | autoheader-2.59 check-in: 7990c98984 user: das tags: trunk | |
| 13:55 | autoconf-2.59 check-in: d99c6aab8d user: das tags: trunk | |
| 13:55 | use correct autconf magic to pass configure args & environment to pkg sub-configures (in particular ... check-in: 888d28167f user: das tags: trunk | |
| 04:38 | make test case work, correct date of commit in ChangeLog check-in: a6720f400d user: kennykb tags: trunk | |
| 04:26 | * library/clock.tcl (tcl::clock::add): Fixed error message formatting in the case where [clock add] ... check-in: 338849bf17 user: kennykb tags: trunk | |
|
2009-01-02
| ||
| 16:45 | regen check-in: 30a2e9c34a user: dkf tags: trunk | |
| 16:43 | Fix various mkstemp()-related issues. [Bugs 741967,878333] check-in: b7a0a9fa28 user: dkf tags: trunk | |
|
2008-12-31
| ||
| 18:22 | * unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets like `make shell... check-in: ccf1ebd7bd user: dgp tags: trunk | |
|
2008-12-28
| ||
| 17:37 | Plug memory leak. check-in: a666bdae88 user: dkf tags: trunk | |
|
2008-12-27
| ||
| 10:07 | Fix my silly blunders. [Bug 2470237] check-in: 5ddf0f02bb user: dkf tags: trunk | |
| 00:04 | Assorted minor corrections to the Zlib C API to make it work with the PNG implementation better. check-in: 723a16de60 user: dkf tags: trunk, potential incompatibility | |
|
2008-12-26
| ||
| 09:51 | Updated comments in tcl.decls based on code archaeology. check-in: 64cea92e63 user: dkf tags: trunk | |
|
2008-12-23
| ||
| 16:46 | fix build of zlib objects with msvc check-in: aa4031f7f1 user: nijtmans tags: trunk | |
| 08:55 | Fix [Bug 2459725] check-in: 553bc7d052 user: dkf tags: trunk | |
|
2008-12-22
| ||
| 16:57 | advance tag check-in: f02cdbbdc2 user: dgp tags: trunk, core-8-6-b1 | |
| 15:45 | Drop lone @ line from test: target check-in: b5dc4e2c82 user: dgp tags: trunk | |
| 14:49 | [Bug 2458395] Ensure pkgs directories are suitable and quote the paths. check-in: 8061d208d3 user: patthoyts tags: trunk | |
| 13:20 | - add more missing symbols from zlib.def - mark dll build as being a modified verson Both changes ba... check-in: 1da4d0c96f user: nijtmans tags: trunk | |
| 13:04 | Fix for [Bug 2330040] check-in: e0bfcc2fb2 user: mistachkin tags: trunk | |
| 12:50 | - add more missing symbols from zlib.def - mark dll build as being a modified verson Both changes ba... check-in: 3325d742fb user: nijtmans tags: trunk | |
| 01:40 | Support the pkgs tree check-in: a983ca9a1f user: patthoyts tags: trunk | |
| 01:39 | Silence signed unsigned warning check-in: 36e1f380bc user: patthoyts tags: trunk | |
|
2008-12-21
| ||
| 22:05 | MINOR CHANGE: Tidy up changelog formatting. check-in: d7fa62e091 user: dkf tags: trunk | |
| 21:19 | Fixed Stuart Cassoff's name in ChangeLog check-in: 05903d73ec user: kennykb tags: trunk | |
| 21:17 | fix 64bit test failures check-in: 437f8a7cb6 user: das tags: trunk | |
| 20:55 | * unix/Makefile.in: Fix broken build of bundled packages when path to build dir contains spaces... check-in: c6476a9ec5 user: das tags: trunk | |
| 20:55 | * unix/configure: autoconf-2.59 check-in: d6cf62736f user: das tags: trunk | |
| 20:55 | * unix/configure.in: Preserve configure environment variables for sub-configures of bundled pac... check-in: f6f76c1e37 user: das tags: trunk | |
| 16:22 | advance tag check-in: cd5c522069 user: dgp tags: trunk | |
| 08:17 | Fix minor typo. [Bug 2455165] check-in: 8bf6100e5e user: dkf tags: trunk | |
| 05:12 | advance tag check-in: 97a621c865 user: dgp tags: trunk | |
|
2008-12-20
| ||
| 22:06 | Revised the zlib objects so that they are built directly into the build dir, without building an i... check-in: 4a665e7ca6 user: kennykb tags: trunk | |
| 21:40 | * win/Makefile.in: * win/configure.in: Renamed the static library libtcl86s.a to have a name di... check-in: a8f12a587b user: kennykb tags: trunk, potential incompatibility | |
| 17:29 | advance tag check-in: f3ebaf3e7c user: dgp tags: trunk | |
| 16:32 | Minor updates to make building work better with msys on Windows. (Apparently the gcc used doesn't li... check-in: 55ab56983a user: dkf tags: trunk | |
| 11:49 | Assign a base address for tdbc check-in: 64a879f05e user: patthoyts tags: trunk | |
| 05:30 | * changes: Updates for 8.6b1 release. check-in: b21fc9248d user: dgp tags: trunk | |
| 02:27 | test packages after testing tcl check-in: c30816e3dc user: das tags: trunk | |
| 02:02 | sync file additions/removals with Tcl.xcodeproj check-in: 27f7094398 user: das tags: trunk | |
| 01:56 | add new files check-in: 5df8cf0560 user: das tags: trunk | |
| 01:21 | fix warnings check-in: 2b3316aba9 user: das tags: trunk | |
| 01:11 | * unix/Makefile.in: make package install directory of bundled * unix/configure.in packages configu... check-in: 73610625e4 user: das tags: trunk | |
| 01:03 | fix warning check-in: 0bd8dfb117 user: das tags: trunk | |
|
2008-12-19
| ||
| 18:23 | * doc/NRE.3: Formatting errors found by `make html` * doc/Tcl_Main.3: ... check-in: 8f43cdead8 user: dgp tags: trunk | |
| 17:54 | tag for 8.6b1 release check-in: 25dde48d55 user: dgp tags: trunk | |
| 17:07 | * tests/io.test: Add missing [close $f] to io-73.2. check-in: 07a4414fd2 user: dgp tags: trunk | |
| 16:20 | Move log entry regarding tdbc from ChangeLog to pkgs/tdbc/ChangeLog check-in: ee9ee7b8e8 user: dgp tags: trunk | |
| 16:19 | regen with autoconf-2.59 (why dkf just did another regen I don't understand) check-in: 900eabacab user: dgp tags: trunk | |
| 16:01 | * tests/chanio.test: Add missing [removeFile] cleanups. check-in: 6c62c0ca9c user: dgp tags: trunk | |
| 15:39 | fix odbc build on mingw32 TODO: re-generate tclconfig/configure! (I don't have autoconf-2.59, could... check-in: fd54878fab user: nijtmans tags: trunk | |
| 14:44 | Add previously omitted files so we have a complete zlib 1.2.3 distro... check-in: 8b8d3f1e88 user: dkf tags: trunk | |
| 14:10 | whitespace check-in: 53a41d2fb8 user: dgp tags: trunk | |
| 11:20 | regen (with autoconf 2.61, since that's what I've got...) check-in: 444fe5f732 user: dkf tags: trunk | |
| 10:55 | More autoconf hacking; now seems to be working fully on Unix... check-in: 49013bf97f user: dkf tags: trunk | |
| 09:33 | CONSTify TclGetLoadedPackages second param check-in: fa03a357a1 user: nijtmans tags: trunk | |
| 09:14 | add symbols deflateSetHeader and inflateGetHeader to win32/zlib.def Modify ChangeLog, README and zl... check-in: a46a709191 user: nijtmans tags: trunk | |
| 07:01 | * unix/Makefile.in: Update `make dist` target to include the files from the comp... check-in: 97fede5250 user: dgp tags: trunk | |
| 03:54 | * README: Bump version number to 8.6b1 * generic/tcl.h: * libr... check-in: 448b87b688 user: dgp tags: trunk | |
| 03:31 | * tests/chanio.test: Replaced [chan event] handlers that returned TCL_RETURN retu... check-in: ecb6fb9204 user: dgp tags: trunk | |
| 02:46 | * win/configure.in: * win/Makefile.in: Added build of packages in the 'pkgs/' directory. * win/confi... check-in: 489cccf8a0 user: kennykb tags: trunk | |
| 01:34 | nmake build file support for zlib check-in: 136cc996d7 user: patthoyts tags: trunk | |
|
2008-12-18
| ||
| 23:48 | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): Rewrite the half-close... check-in: 2cb6ab45d5 user: andreas_kupries tags: trunk | |
| 23:00 | * generic/tclExecute.c: Disabled apparently faulty assertion. [Bug 2415422]. check-in: 8216d1eb5c user: dgp tags: trunk | |
| 22:47 | Corrections to make things work with msys check-in: bafa2fddd9 user: dkf tags: trunk | |
| 22:21 | regen check-in: 3fb80cc319 user: dkf tags: trunk | |
| 22:20 | Wizzardry need more backslash! check-in: 8c24a98150 user: dkf tags: trunk | |
| 21:23 | Formatting cleanup. check-in: d95fd6c805 user: dkf tags: trunk | |
| 16:52 | Add missing flush for half-close of the write side check-in: 9abef88cd5 user: ferrieux tags: trunk | |
| 15:36 | Try to do the wizardry again... check-in: b12e0de95a user: dkf tags: trunk | |
| 15:25 | regen check-in: 2d2f7bb606 user: dkf tags: trunk | |
| 15:24 | Autoconf wizardry! check-in: 6d317a1915 user: dkf tags: trunk | |
| 14:16 | Slight improvement of changelog message check-in: edd8bad4e7 user: dkf tags: trunk | |
| 14:14 | Import of zlib 1.2.3 check-in: 0f222b0fe8 user: dkf tags: trunk | |
| 11:48 | Converted 'if 0' into 'knownBug' constraints check-in: d68e23fd09 user: dkf tags: trunk | |
| 10:37 | Compressing and decompressing channel transformation support. Note that there may be "quality-of-imp... check-in: 9e962b0a8f user: dkf tags: trunk | |
| 09:43 | Temporarily disable half-close test because of issue in tcltest cleanup check-in: 2df3f7408e user: ferrieux tags: trunk | |
| 07:50 | Remove obsolete PipeCloseProc check-in: 933a8b9b1e user: ferrieux tags: trunk | |
| 06:40 | VOID -> void check-in: 1b2f480abf user: nijtmans tags: trunk | |
| 04:38 | fix line endings check-in: e4c8071b18 user: dgp tags: trunk | |
| 01:14 | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels check-in: d4d9fb3168 user: ferrieux tags: trunk | |
| 00:22 | Now with *nearly* working gzipping channels... check-in: 70cc20e8e5 user: dkf tags: trunk | |
|
2008-12-17
| ||
| 22:07 | don't use ckfree((void *)...) but ckfree((char *)...) check-in: 47b3095d6b user: nijtmans tags: trunk | |
| 21:05 | General improvements. check-in: 425adb3236 user: dkf tags: trunk | |
| 17:54 | typos in comments check-in: 338141c76a user: dgp tags: trunk | |
| 17:23 | * unix/Makefile.in: Modify the distclean-packages target so that empty build dir... check-in: e349f3f236 user: dgp tags: trunk | |
| 16:47 | move variable "length" inside if() don't use ckfree((void *)...) but ckfree((char *).... check-in: 0a08bcb02d user: nijtmans tags: trunk | |
| 15:39 | Fix [Bug 2433936] check-in: 22c3f68452 user: dkf tags: trunk | |
| 15:36 | * unix/Makefile.in: Add build support for collections of TEA * unix/configure.in... check-in: 03cb345b6c user: dgp tags: trunk | |
| 14:33 | Removed unused flag. check-in: 0dd4a2524d user: dkf tags: trunk | |
| 14:15 | Start "pkgs" module in CVS to support source distributions of Tcl with bundled packages. check-in: 49eebfdf0a user: dgp tags: trunk | |
|
2008-12-16
| ||
| 23:24 | eliminate -Wwrite-strings warnings in enable-threads build. use TclNewLiteralStringObj() check-in: 8b27ea6ef2 user: nijtmans tags: trunk | |
| 22:07 | Added tests for [throw] and [try]. check-in: 0fe743bda3 user: dkf tags: trunk | |
| 22:03 | Fix bug in 'trap' handlers (introduced by DKF's editing originally) check-in: 4f5029e8f9 user: dkf tags: trunk | |
| 21:29 | Docs for TIP 329. check-in: faad09ea5b user: dkf tags: trunk | |
| 16:36 | First implementation of TIP#329 check-in: 01878a9589 user: dkf tags: trunk | |
| 15:50 | Re-fix [2431847] check-in: 3de918d602 user: ferrieux tags: trunk | |
| 14:34 | * generic/tcl.h: Add TIP 338 routines to stub table. * generic/tcl.decls: ... check-in: 41252e08cd user: dgp tags: trunk | |
|
2008-12-15
| ||
| 23:42 | Fix line endings damaged by last commit check-in: 99aa249de9 user: patthoyts tags: trunk | |
| 23:09 | Fi [Bug 2431847] check-in: 56583d3400 user: dkf tags: trunk | |
| 22:07 | Working towards zlib-based channel transforms check-in: 0eb0bc66c4 user: dkf tags: trunk | |
| 18:33 | * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336). * doc/CrtComman... check-in: a861410ea2 user: dgp tags: trunk | |
| 17:28 | fix 'make checkstubs' failure: make TclGetIndexFromObjList static check-in: d173571652 user: das tags: trunk | |
| 17:11 | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. check-in: 1d99671194 user: ferrieux tags: trunk | |
| 15:48 | TIP #338 IMPLEMENTATION * doc/AppInit.c: Made routines Tcl_SetStartupScript ... check-in: e52c9bd3ce user: dgp tags: trunk, potential incompatibility | |
|
2008-12-14
| ||
| 15:10 | add new zlib files check-in: aa236f24f4 user: das tags: trunk | |
| 15:10 | autoheader-2.59 check-in: e573ccc14c user: das tags: trunk | |
| 15:10 | fix warnings check-in: 230b6aa75f user: das tags: trunk | |
| 13:51 | Added constraints check-in: 412bc86355 user: dkf tags: trunk | |
| 13:44 | regen check-in: a0ad030a31 user: dkf tags: trunk | |
| 13:42 | tidy up check-in: 395b235250 user: dkf tags: trunk | |
| 13:32 | Improve build rules on Win w.r.t. zlib Improve autoconf magic on Unix and Win check-in: 21345422c5 user: dkf tags: trunk | |
|
2008-12-13
| ||
| 21:30 | Tcl_MakeSocketClientChannel() can now support any address family handed to it, depending on whether ... check-in: c9157f9317 user: davygrvy tags: tip-162-branch | |
| 17:36 | Improve docs, start working towards implementing [zlib push] check-in: 30744092cf user: dkf tags: trunk | |
| 09:29 | Added missing bug numbe check-in: 9b2e359de8 user: dkf tags: trunk | |
| 09:19 | Many improvements to docs check-in: e71a39bcd4 user: dkf tags: trunk | |
|
2008-12-12
| ||
| 21:44 | refined the new windows error message code and removed the specialty socket types from the build for... check-in: 06c388b356 user: davygrvy tags: tip-162-branch | |
| 21:43 | change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX) check-in: ec83cf1a32 user: nijtmans tags: trunk | |
| 20:28 | needed to add tip281 support as the error message problem was giving me neck pains check-in: 90f47ccebd user: davygrvy tags: tip-162-branch | |
| 17:42 | Document new DST fallback rules. Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [B... check-in: 15a0291926 user: nijtmans tags: trunk | |
| 16:34 | Added some more docs check-in: 032419ee99 user: dkf tags: trunk | |
| 16:22 | regen/fix blunders check-in: 566f259941 user: dkf tags: trunk | |
| 16:18 | Make a bad zlib install less fatal to rest of Tcl for now. check-in: 727529ef0e user: dkf tags: trunk | |
| 16:07 | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. check-in: 5a5e87fae7 user: ferrieux tags: trunk | |
| 15:06 | Let code extract gzip headers check-in: b0c7b90bc3 user: dkf tags: trunk | |
| 15:00 | Added test for gzip header access check-in: 259509498f user: dkf tags: trunk | |
| 11:59 | Fix [Bug 2419061] check-in: aa16bed9aa user: dkf tags: trunk | |
| 05:25 | some edits on the unix socket stuff, still a mess (all mine) check-in: 833f6b9947 user: davygrvy tags: tip-162-branch | |
| 04:38 | TIP #322 IMPLEMENTATION * doc/NRE.3 (new file): Added documentation of the published API for Non-Rec... check-in: 85e4432562 user: kennykb tags: trunk | |
|
2008-12-11
| ||
| 22:30 | Eliminate warning: different 'const' qualifiers with msvc compiler. A few more 'const' optimizations... check-in: 2c2dca1f77 user: nijtmans tags: trunk | |
| 17:30 | * generic/tclIO.c (SetChannelFromAny and related): Modified the * tests/io.test: internal represe... check-in: 4698543527 user: andreas_kupries tags: trunk | |
| 16:57 | Factor out the code to turn zlib errors into Tcl errors. check-in: 76dfa9d80d user: dkf tags: trunk | |
| 16:50 | Document the zlib command. Not yet complete! check-in: 8d13d21226 user: dkf tags: trunk | |
| 14:45 | start of zlib support for windows check-in: 0f2bbb10a9 user: dkf tags: trunk | |
| 14:43 | regen check-in: a2944700f3 user: dkf tags: trunk | |
| 14:42 | Slightly less lame configure detection for zlib; still not really right check-in: f361f4a935 user: dkf tags: trunk | |
| 14:32 | *** empty log message *** check-in: 1bf48a1ce5 user: nijtmans tags: trunk | |
| 14:24 | Fixed prototypes check-in: aa4617ad55 user: dkf tags: trunk | |
| 14:17 | regen check-in: cf6b5e350c user: dkf tags: trunk | |
| 14:16 | Corrections check-in: 3cf5ccb192 user: dkf tags: trunk | |
| 14:13 | Added basic test suite for zlib check-in: f9323517b4 user: dkf tags: trunk | |
| 14:01 | Fallback to European time zone DST rules, when the timezone is between 0 and -12 [Bug 2207436]. check-in: e48908f30f user: nijtmans tags: trunk | |
| 05:21 | add TIP #234 files check-in: 465a045ad6 user: das tags: trunk | |
| 01:21 | First hack at TIP#234 check-in: b84ee14c8c user: dkf tags: trunk | |
| 01:02 | added SO_REUSEADDR so I could test with uTorrent running and intercept packets check-in: 7b872c4457 user: davygrvy tags: tip-162-branch | |
|
2008-12-10
| ||
| 21:20 | added ATM and RM to the dream list check-in: 4da0c6778c user: davygrvy tags: tip-162-branch | |
| 19:00 | library/tzdata/*: Update from Olson's tzdata2008i. check-in: c57d3ee9f4 user: kennykb tags: trunk | |
| 18:21 | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] check-in: 197d47d29d user: ferrieux tags: trunk | |
| 11:15 | Implement TIP#341. check-in: 133e87a095 user: dkf tags: trunk | |
| 10:39 | more WSAE errors translated (that actually have translations!). UDP sockets can now be created, but... check-in: 6f3c5c7293 user: davygrvy tags: tip-162-branch | |
| 02:20 | some wsae errors were skipped over check-in: 6fe03a0e4a user: davygrvy tags: tip-162-branch | |
| 02:12 | Can almost open UDP sockets.. WSARecv bails with 10014 (WSAEFAULT), researching.. check-in: ac2e115da0 user: davygrvy tags: tip-162-branch | |
|
2008-12-09
| ||
| 22:55 | some kind of bug in the PlatSDK v6.0A dissallowed me to use bluetooth unless I set version as WinSrv... check-in: 245c6ada83 user: davygrvy tags: tip-162-branch | |
| 22:38 | Set the file channel to binary for size comparison on windows check-in: e9b5fdb875 user: patthoyts tags: trunk | |
| 21:47 | restore source and binary compatibility for TIP #337 implementation. (when it's _that_ simple, there... check-in: 10911e26ab user: nijtmans tags: trunk | |
| 20:16 | TIP #337 IMPLEMENTATION * doc/BackgdErr.3: Converted internal routine ... check-in: 2c2b2f27f3 user: dgp tags: trunk, potential incompatibility | |
| 19:52 | fixed small bug in IocpAcceptOne() that caused the DecodeSockAddr() func to produce a useless revers... check-in: 358802c7bc user: davygrvy tags: tip-162-branch | |
| 14:09 | A bit more readability refactoring. check-in: 579d74d29f user: dkf tags: trunk | |
|
2008-12-08
| ||
| 16:17 | Network protocol dream list completed. Total is 47 possibles. check-in: a9cef48d73 user: davygrvy tags: tip-162-branch | |
|
2008-12-07
| ||
| 16:28 | Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic check-in: b4396fa982 user: das tags: trunk | |
| 16:28 | Fix warnings with assertions enabled check-in: 0a4a880ba1 user: das tags: trunk | |
| 07:06 | default receive mode changed to flow-controlled from zero-byte. I would think performance outweighs... check-in: 0ceb7388ae user: davygrvy tags: tip-162-branch | |
| 06:40 | works! check-in: 1b2e66d397 user: davygrvy tags: tip-162-branch | |
| 01:23 | compiles again.. doesn't link yet check-in: a99e54d582 user: davygrvy tags: tip-162-branch | |
|
2008-12-06
| ||
| 20:42 | oops check-in: 5765ccbe83 user: dkf tags: trunk | |
| 20:12 | Partial fix for [Bug 2388866] check-in: 5977c47239 user: dkf tags: trunk | |
| 03:39 | what a swamp check-in: 5d39943b4e user: davygrvy tags: tip-162-branch | |
| 02:30 | still getting ready for the weekend code sparing match, me versus make check-in: 33827156b2 user: davygrvy tags: tip-162-branch | |
| 00:48 | weekend work prepared.. back to donuts check-in: ff239a7752 user: davygrvy tags: tip-162-branch | |
| 00:29 | initial content added, does not compile at this time check-in: ee6f9c3fad user: davygrvy tags: tip-162-branch | |
| 00:19 | a big mess, but some structure is forming check-in: a383b0d3fb user: davygrvy tags: tip-162-branch | |
|
2008-12-05
| ||
| 21:40 | regen check-in: 8357992d08 user: dkf tags: trunk | |
| 21:38 | Implement TIP#335 check-in: 27a3956c2c user: dkf tags: trunk | |
| 16:01 | fix Tcl_AppendElement documentation: signature in doc did not match with real signature in header fi... check-in: 0d2ab70b08 user: nijtmans tags: trunk | |
| 15:21 | minor improvements derived from [Patch 1723738] check-in: 0235d61b38 user: dkf tags: trunk | |
| 14:28 | regen check-in: 8ffe08936b user: dkf tags: trunk | |
| 14:27 | Implement TIP#307. check-in: 78cbddf838 user: dkf tags: trunk | |
| 02:17 | 1/2 of the generic code modified for IPv6 (and more protocols) support. check-in: 55b030a95f user: davygrvy tags: tip-162-branch | |
|
2008-12-04
| ||
| 17:45 | * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another flag value TC... check-in: 936137456c user: dgp tags: trunk | |
|
2008-12-03
| ||
| 09:51 | Fix [Bug 2380318] check-in: d181db5335 user: dkf tags: trunk | |
| 07:08 | * generic/tclFileName.c (DoGlob): One of the Tcl_FSMatchInDirectory() calls did n... check-in: 25f2f78225 user: dgp tags: trunk | |
|
2008-12-02
| ||
| 19:45 | note incompa check-in: fd75928630 user: dgp tags: trunk | |
| 19:40 | TIP #336 IMPLEMENTATION * generic/tcl.decls: New routines Tcl_(Get|Set)ErrorLine... check-in: e01657bdcf user: dgp tags: trunk, potential incompatibility | |
| 18:23 | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre Ferrieux's first patch for [Bug 22... check-in: 0510216fea user: andreas_kupries tags: trunk | |
|
2008-12-01
| ||
| 22:29 | * generic/tclParse.c: Coding standards fixups. check-in: 06db62d609 user: dgp tags: trunk | |
| 15:22 | Fix [Bug 2371623] with a constraint. check-in: 157967a1e1 user: dkf tags: trunk | |
| 09:55 | autoconf-2.59 check-in: 09d0c634f7 user: das tags: trunk | |
| 09:54 | autoheader-2.59 check-in: e193d00717 user: das tags: trunk | |
|
2008-11-30
| ||
| 19:24 | * library/clock.tcl (format, ParseClockScanFormat): Added a [string map] to get rid of namespace del... check-in: f50581ec54 user: kennykb tags: trunk | |
|
2008-11-29
| ||
| 18:18 | regen check-in: d1bb07f2c0 user: dkf tags: trunk | |
| 18:17 | Implementation of TIP #210. check-in: 9f965bfa57 user: dkf tags: trunk | |
| 14:44 | Moved a number of tests to the newer style. check-in: 0a4b8585b4 user: patthoyts tags: trunk | |
| 12:18 | Code now simple enough that we can improve its performance by applying the double-checked locking pa... check-in: 3f0a0fe4bc user: dkf tags: trunk | |
| 12:15 | Improvements to the general readability of the TSD implementation. check-in: 0df4a7b29c user: dkf tags: trunk | |
|
2008-11-27
| ||
| 08:23 | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded literals. check-in: dc5280ff20 user: ferrieux tags: trunk | |
|
2008-11-26
| ||
| 23:44 | A few more (harmless) Tcl_SetResult eliminations check-in: 2adf7a3416 user: nijtmans tags: trunk | |
| 23:09 | Eliminate warning: unused variable check-in: 80eddfdb43 user: nijtmans tags: trunk | |
| 19:19 | * library/tclIndex: Removed reference to no-longer-extant procedure 'tclLdAout'.... check-in: cefa3cef60 user: kennykb tags: trunk | |
|
2008-11-25
| ||
| 23:19 | Eliminate 3 calls to Tcl_SetResult, as examples how it should have been done. purpose: contribute in... check-in: 8956424338 user: nijtmans tags: trunk | |
| 22:13 | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre Ferrieux's patch for [Bug 2270477... check-in: 9fa4a72d8a user: andreas_kupries tags: trunk | |
| 06:48 | don't assume that Tcl_SetResult sets interp->result, especially not in a dstring test check-in: 55f77779aa user: nijtmans tags: trunk | |
|
2008-11-24
| ||
| 10:02 | Converter script improvements. [Bug 2330040] check-in: 4cc290da5f user: dkf tags: trunk | |
|
2008-11-23
| ||
| 18:05 | Fix IsChannelExisting name comparison [Bug 2333466] check-in: 23d8e42096 user: ferrieux tags: trunk | |
|
2008-11-19
| ||
| 00:04 | Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation fo... check-in: a75210e18b user: nijtmans tags: trunk | |
| 00:00 | Simplification of expanded-literals handling after analysis of dead branches check-in: 634598c6b7 user: ferrieux tags: trunk | |
|
2008-11-18
| ||
| 06:35 | Fix signature and implementation of Tcl_HashStats, such that it conforms to the documentation. check-in: ea4436773c user: nijtmans tags: trunk | |
|
2008-11-17
| ||
| 22:39 | Fix [Bug 2251175]: missing backslash substitution on expanded literals. check-in: 8c125cb7e1 user: ferrieux tags: trunk | |
| 22:37 | Fix [Bug 2251175]: missing backslash generic/tclCompCmds.c substitution on expanded literals. check-in: 660d564a9d user: ferrieux tags: trunk | |
| 22:26 | Fix [Bug 2251175]: missing backslash substitution on expanded literals. check-in: 92bf0067c9 user: ferrieux tags: trunk | |
| 22:15 | Fix signature and implementation of Tcl_HashStats, such that it conforms to the documentation. check-in: 2b7fc9b444 user: nijtmans tags: trunk | |
| 08:11 | Check for uncompiled-for-continue [Bug 2186888] fixed earlier. check-in: af5cdb41e0 user: ferrieux tags: trunk | |
|
2008-11-16
| ||
| 22:22 | change two Tcl_SetResult calls to Tcl_SetObjResult, as simplification for the TIP #340 patch. check-in: d58e03ce1a user: nijtmans tags: trunk | |
| 17:17 | Tidy up formatting. check-in: 720d076b4b user: dkf tags: trunk | |
|
2008-11-14
| ||
| 13:00 | remove -Wno-implicit-int check-in: dc988d50fd user: das tags: trunk | |
|
2008-11-13
| ||
| 22:34 | rename static function FSUnloadTempFile to TclFSUnloadTempFile, needed in tclLoad.c Fixed [Bug 22694... check-in: 9ed8aa8799 user: nijtmans tags: trunk | |
|
2008-11-12
| ||
| 13:32 | Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to HKCR requires administra... check-in: f1163306de user: patthoyts tags: trunk | |
| 00:31 | Use -O2 as gcc optimization compiler flag, and get rid of -Wno-implicit-int for... check-in: e70541f4de user: nijtmans tags: trunk | |
|
2008-11-11
| ||
| 21:55 | Eliminate warning: passing arg 4 of `Tcl_SplitList' from incompatible pointer type reverted change f... check-in: dcb26387d5 user: nijtmans tags: trunk | |
| 21:54 | Eliminate warning: passing arg 4 of `Tcl_SplitList' from incompatible pointer type reverted change f... check-in: c4b867d651 user: nijtmans tags: trunk | |
|
2008-11-10
| ||
| 17:57 | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich * library/platform/pkgIndex.tcl: ... check-in: 5f16738b09 user: andreas_kupries tags: trunk | |
|
2008-11-07
| ||
| 20:10 | patch #2215022: clean up the binary ensemble initialization code Applied a patch from Duoas which e... check-in: ce65d5a8de user: patthoyts tags: trunk | |
|
2008-11-06
| ||
| 21:47 | add "-Wno-implicit-int" for gcc, as on UNIX eliminate an 'array index out of bounds' warning on HP-U... check-in: 918ba31cc4 user: nijtmans tags: trunk | |
|
2008-11-04
| ||
| 23:57 | * generic/tclPort.h: remove the ../win/ header dir as the build system already has it, and it conf... check-in: c98c342725 user: hobbs tags: trunk | |
|
2008-11-01
| ||
| 15:03 | fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ check-in: b61a23bf62 user: das tags: trunk | |
| 08:05 | Version bump of TclOO check-in: 4c209e9ff3 user: dkf tags: trunk | |
| 00:04 | remove unused variable check-in: 194e700059 user: dkf tags: trunk | |
|
2008-10-31
| ||
| 22:08 | Fix [Bug 2200824] and make class constructor error handling much more robust. check-in: c8dd022f7e user: dkf tags: trunk | |
|
2008-10-28
| ||
| 23:30 | CONSTify TclDTraceInfo Eliminate some -Wstrings-write warnings check-in: 4a0a87f279 user: nijtmans tags: trunk | |
| 23:29 | CONSTify TclDTraceInfo Eliminate some -Wstrings-write warnings check-in: f5c4b2c4b3 user: nijtmans tags: trunk | |
|
2008-10-27
| ||
| 19:08 | * generic/tclEncoding.c: Use "iso8859-1" and not "identity" as the default an... check-in: 557645d373 user: dgp tags: trunk, potential incompatibility | |
|
2008-10-26
| ||
| 18:50 | Style improvements - invoking callbacks without visual junk. check-in: 4a9936c5ad user: dkf tags: trunk | |
| 18:34 | Style improvements - invoking callbacks without visual junk. check-in: a1a8afc25d user: dkf tags: trunk | |
| 12:45 | Style improvements - invoking callbacks without visual junk. check-in: de3bfd137a user: dkf tags: trunk | |
|
2008-10-24
| ||
| 00:40 | Removed a rogue ^M from the end of a line check-in: 67dbd05fb4 user: patthoyts tags: trunk | |
|
2008-10-23
| ||
| 23:17 | Fixed a failure to read SHOUTcast streams with the new 2.7 package. Introduced a new intial state as... check-in: 943b6dd8ce user: patthoyts tags: trunk | |
| 12:18 | only create test.dat file on windows, it is never used on unix and creation may fail due to insuffic... check-in: 7dff6665ff user: das tags: trunk | |
| 03:28 | * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in the for body [Bug 2186888]. check-in: 9cb9b8e5ed user: msofer tags: trunk | |
|
2008-10-22
| ||
| 20:23 | Letting CONST die a slow and graceful death, since NO_CONST was broken since 8.4 and no-one complain... check-in: dc58eb7219 user: nijtmans tags: trunk | |
|
2008-10-19
| ||
| 19:55 | * generic/tclProc.c: Reset -level and -code values to defaults after they are use... check-in: a85f2f72a4 user: dgp tags: trunk | |
| 16:52 | Check syntax of [info coroutine] args, i.e. there are none. check-in: 33628306b8 user: dkf tags: trunk | |
| 16:27 | Document [info coroutine]. check-in: 492d56fd9b user: dkf tags: trunk | |
| 16:22 | Improve documentation of [tcl::prefix]. check-in: 721748dd51 user: dkf tags: trunk | |
|
2008-10-17
| ||
| 20:14 | fix missing "-Wl," prefix in HP-UX build check-in: f5b4b4305c user: nijtmans tags: trunk | |
| 20:08 | fix missing "-Wl," prefix in HP-UX build check-in: e59ea6fb6a user: nijtmans tags: trunk | |
| 18:42 | CONST -> const check-in: 5f963f698b user: nijtmans tags: trunk | |
| 18:06 | * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removed debug output in C++ comment. check-in: 429cbd6df6 user: andreas_kupries tags: trunk | |
| 16:32 | * generic/tclCompile.h: Declare the internal tclInstructionTable * generic/tclExecut... check-in: c9106a2d20 user: dgp tags: trunk | |
| 10:22 | Improve clarity of formatting. check-in: 71edbde46a user: dkf tags: trunk | |
|
2008-10-16
| ||
| 22:34 | Add "const" to many internal const tables. No functional or API change. check-in: f03d2e2d83 user: nijtmans tags: trunk | |
| 17:04 | * library/init.tcl: Revised [unknown] so that it carefully preserves the state o... check-in: 91dbfe7baf user: dgp tags: trunk | |
| 16:08 | * library/init.tcl: Revised [unknown] so that it carefully preserves the state o... check-in: a07bfdf2de user: dgp tags: trunk | |
|
2008-10-15
| ||
| 10:43 | Lots of very minor formatting fixes. check-in: 4eecde7be6 user: dkf tags: trunk | |
| 06:17 | Add "const" to many internal const tables, so those will be put by the C-compiler in the TEXT segmen... check-in: 8fcbc25d98 user: nijtmans tags: trunk | |
|
2008-10-14
| ||
| 22:43 | * win/tclWinChan.c: Fix minor compiler warnings when * win/tclWinDde.c: compiling wit -... check-in: ec7f443aa8 user: nijtmans tags: trunk | |
| 22:37 | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling * generic/tclCmdMZ.c: w... check-in: 675e88f649 user: nijtmans tags: trunk | |
| 22:30 | Fix a bit of formatting. check-in: c710941ccd user: dkf tags: trunk | |
| 22:28 | Use the environment variable for program files to find the html help compiler check-in: 4a43f5ab31 user: patthoyts tags: trunk | |
| 20:08 | * README: Bump version number to 8.6a4 * generic/tcl.h: * libr... check-in: 3d9e72a73b user: dgp tags: trunk | |
| 19:26 | * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all. * generic/t... check-in: 06c13fc98b user: dgp tags: trunk | |
| 18:49 | Fix test flaws exposed by -singleproc 1 -debug 1 check-in: dd5b58f068 user: dgp tags: trunk | |
| 17:17 | Make safe-7.2 more robust to different environments check-in: 73af7029b1 user: dgp tags: trunk | |
| 16:48 | oops check-in: a250bfc0d6 user: dgp tags: trunk | |
| 16:35 | add missing constraints check-in: 28a3511d72 user: dgp tags: trunk | |
| 14:02 | Made documentation *even more* clear... check-in: 6f94816860 user: dkf tags: trunk | |
|
2008-10-13
| ||
| 22:51 | We need to initialize the thread id variable to 0 as on 64 bit windows this is a pointer sized field... check-in: 8f717ed738 user: patthoyts tags: trunk | |
| 22:05 | set array of Tcl_Obj's to the right size. check-in: a8fe689a21 user: patthoyts tags: trunk | |
| 21:10 | Handle error case [info class destructor]. check-in: c12e6d7da6 user: dkf tags: trunk | |
| 13:13 | Added magic for Objective C. [Bug 2163447] check-in: 6bb3cf9fbf user: dkf tags: trunk | |
|
2008-10-12
| ||
| 19:53 | * generic/tclCompile.c: fix bug in srcDelta encoding within ByteCodes. The bug can only be trigger... check-in: 25ecba7081 user: msofer tags: trunk | |
|
2008-10-10
| ||
| 21:45 | typo check-in: 42af675fdd user: dgp tags: trunk, core-8-6-a3 | |
| 21:12 | *** 8.6a3 TAGGED FOR RELEASE *** * changes: Updates for 8.6a3 release. check-in: a97484e77c user: dgp tags: trunk | |
| 13:04 | Fix [Bug 2155658] check-in: e58e13e886 user: dkf tags: trunk | |
| 04:09 | CONSTify char* DTrace probe arguments check-in: 42099d03d6 user: das tags: trunk | |
| 04:02 | fix warning check-in: 9c2baab056 user: das tags: trunk | |
|
2008-10-08
| ||
| 21:35 | * unix/tclUnixChan.c: fix minor compiler warning * unix/tcl.m4: fix for bug [2073255] ... check-in: ac6cee85db user: nijtmans tags: trunk | |
| 15:10 | * generic/tclBasic (TclInfoCoroutineCmd): * tests/unsupported.test: arrange for [info coroutine] t... check-in: cfefafc12b user: msofer tags: trunk | |
| 14:50 | * generic/tclTrace.c: Corrected handling of errors returned by variable traces so ... check-in: 05c091d997 user: dgp tags: trunk | |
|
2008-10-07
| ||
| 22:58 | Some cleaning up of the binary encode/decode engines check-in: 7763aab2c6 user: dkf tags: trunk | |
| 22:31 | Added better docs of [binary encode] and [binary decode] check-in: dffabf5e85 user: dkf tags: trunk | |
| 21:24 | undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), but in stead modify two mac... check-in: 8ab8fd2e1e user: nijtmans tags: trunk | |
| 17:58 | fix ChangeLof entry check-in: b045ddbf00 user: msofer tags: trunk | |
| 17:57 | * generic/tclBasic.c: Move [tailcall], [coroutine] and * generic/tclCmdIL.c: [yield] out... check-in: 368305a073 user: msofer tags: trunk | |
| 15:00 | Corrected order of subcommands in a section to be alphabetic check-in: 9f4ca00277 user: dkf tags: trunk | |
| 14:10 | Documented channel transformations. check-in: f37aa97888 user: dkf tags: trunk | |
| 01:15 | fix warnings from 2008-10-05 constification check-in: a143c62934 user: das tags: trunk | |
|
2008-10-06
| ||
| 21:27 | Fixed up some erroneous tests that are failing on Vista/Server2008 systems check-in: f96dc5db37 user: patthoyts tags: trunk | |
| 21:00 | fixed constness of last commit for msvc check-in: 2d35bb9a0e user: patthoyts tags: trunk | |
| 18:38 | Fix for [Bug 1934200] check-in: 1108f5efb5 user: mistachkin tags: trunk | |
| 04:25 | missed commit of lset.n in TIP #331 changes. check-in: be5e869c9b user: kennykb tags: trunk | |
|
2008-10-05
| ||
| 22:25 | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc * generic/tclFCmd.c: and tclpFileA... check-in: 40d0887361 user: nijtmans tags: trunk, potential incompatibility | |
| 22:12 | TIP #331 IMPLEMENTATION * generic/tclListObj.c (TclLsetFlat): * tests/lset.test: Modified the [lset]... check-in: 41ad4c4b67 user: kennykb tags: trunk | |
| 21:27 | * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where * tests/expr.test (expr-47.13): ... check-in: 5c9087286d user: kennykb tags: trunk | |
| 20:47 | * generic/tclInt.decls: CONSTified the AuxDataType argument * generic/tclCompCmds.c: of TclCreate... check-in: 20d2689bb9 user: nijtmans tags: trunk | |
| 19:22 | Fix [Bug 2144595] check-in: a484fe5df5 user: dkf tags: trunk | |
|
2008-10-04
| ||
| 18:06 | More result hygiene. check-in: 5de0a3380d user: dkf tags: trunk | |
| 12:54 | * generic/tclLoad.c: Make sure that any library which doesn't have an unloadproc is only really un... check-in: 535ff978c5 user: nijtmans tags: trunk | |
| 12:33 | * doc/ChnlStack.3: CONSTified the typePtr argument * doc/CrtChannel.3: of Tcl_CreateChannel an... check-in: 1fb6ccc45a user: nijtmans tags: trunk | |
| 12:00 | Clean up result handling, factor out some duplicated code, share objects. check-in: 3258456452 user: dkf tags: trunk | |
| 11:51 | * doc/Hash.3: CONSTified the typePtr argument * generic/tcl.decls: of Tcl_InitCustomHashTable.... check-in: fcc2624fe4 user: nijtmans tags: trunk | |
| 11:34 | * doc/RegConfig.3: CONSTified the configuration argument * generic/tcl.decls: of Tcl_RegisterCo... check-in: 3aa5a6de7f user: nijtmans tags: trunk | |
| 11:04 | * doc/GetIndex.3: CONSTified the tablePtr argument * generic/tcl.decls: of Tcl_GetIndexFromObj.... check-in: 4d465df046 user: nijtmans tags: trunk | |
|
2008-10-03
| ||
| 19:20 | * tests/stack.test: * unix/tclUnixTest.c: removed test command teststacklimit and the correspondi... check-in: c8d29ae885 user: msofer tags: trunk | |
| 13:24 | minor corrections check-in: f8dbf0312e user: dkf tags: trunk | |
| 08:13 | Tidying up formatting check-in: 754b252ed3 user: dkf tags: trunk | |
| 00:09 | regen again check-in: eb585aa4b8 user: dkf tags: trunk | |
| 00:07 | typofix check-in: 098e39bd8b user: dkf tags: trunk | |
| 00:05 | typo check-in: e9013079c4 user: dkf tags: trunk | |
| 00:01 | Implemented TIP#195 - tcl::prefix command. [Patch 1040206] check-in: b99e7f3d7a user: dkf tags: trunk | |
|
2008-10-02
| ||
| 23:55 | Regen check-in: 85794e5b8f user: dkf tags: trunk | |
| 23:36 | Reduce the number of (pointless) type-casts. check-in: 1412dede80 user: dkf tags: trunk | |
| 23:32 | Implement TIP #265. [FRQ 1446696] check-in: 020acd659d user: dkf tags: trunk | |
| 23:20 | * tests/info.test (info-23.3): See [SF Bug 2017632]. Updated output of the test to handle the N... check-in: 69e6f84143 user: andreas_kupries tags: trunk | |
| 23:03 | * doc/info.n: Fixed [SF Bug 2134049]. Rephrased the documentation of 'info frame' for positive ... check-in: 4c82407928 user: andreas_kupries tags: trunk | |
| 22:55 | * tests/info.test (info-22.8): Fixed [SF Bug 2129828]. Made pattern for file containing tcltest... check-in: 1962be163c user: andreas_kupries tags: trunk | |
| 20:59 | TIP #330 IMPLEMENTATION * generic/tcl.h: Remove the "result" and "freeProc" ... check-in: df44cd3e16 user: dgp tags: trunk, potential incompatibility | |
| 19:18 | forgot one missing unmatched font change check-in: c1dd492734 user: mistachkin tags: trunk | |
| 19:01 | Fixes for [Bug 1934272, 2072891] check-in: c2fdf161b8 user: mistachkin tags: trunk | |
|
2008-09-30
| ||
| 16:29 | remove outdated comment check-in: 4b84986114 user: dgp tags: trunk | |
|
2008-09-29
| ||
| 16:03 | TIP #323 IMPLEMENTATION (partial) * doc/glob.n: Revise [glob] to accept z... check-in: a7fdab8e2f user: dgp tags: trunk | |
| 15:38 | TIP #323 IMPLEMENTATION (partial) * doc/linsert.n: Revise [linsert] to accep... check-in: f4124d16f9 user: dgp tags: trunk | |
| 13:32 | TIP #326 IMPLEMENTATION check-in: e0ff4dac80 user: dkf tags: trunk | |
| 12:25 | TIP #313 IMPLEMENTATION check-in: c8c203b12e user: dkf tags: trunk | |
| 08:19 | Implement TIP 318. check-in: d30b262674 user: dkf tags: trunk | |
|
2008-09-28
| ||
| 22:18 | regen check-in: 39716ddec7 user: dkf tags: trunk | |
| 22:17 | Implement TIP 314. [Patch 1901783] check-in: 9834451d3a user: dkf tags: trunk | |
| 20:39 | Added test for [Bug 2130726]. check-in: 297406d088 user: dkf tags: trunk | |
| 13:46 | * generic/tclBasic.c: Fix the numLevels computations on * generic/tclInt.h: coroutine ... check-in: c18213886c user: msofer tags: trunk | |
|
2008-09-27
| ||
| 19:48 | Reduce the magic number count check-in: a0e8f66dae user: dkf tags: trunk | |
| 19:47 | Fix [Bug 2130726]. check-in: d18c55b8a2 user: dkf tags: trunk | |
| 19:40 | Stylistic improvements (consistent function separation standards, etc.) and some reduction in nestin... check-in: c90542955a user: dkf tags: trunk | |
| 19:34 | Corrected sanity test in zero-element case check-in: f54b9cef25 user: dkf tags: trunk | |
| 14:16 | Fix [Bug 2130992]. check-in: 14ace11843 user: dkf tags: trunk | |
|
2008-09-26
| ||
| 21:05 | TIP #323 IMPLEMENTATION (partial) * doc/lrepeat.n: Revise [lrepeat] to accept... check-in: 5065563421 user: dgp tags: trunk | |
| 20:16 | TIP #323 IMPLEMENTATION (partial) * doc/object.n: Revise standard oo method... check-in: 281da7a6fb user: dgp tags: trunk | |
| 19:54 | TIP #323 IMPLEMENTATION (partial) * doc/tm.n: Revise [tcl::tm::path add... check-in: 898345772b user: dgp tags: trunk | |
| 19:36 | TIP #323 IMPLEMENTATION (partial) * doc/namespace.n: Revise [namespace upvar] ... check-in: 00995907cb user: dgp tags: trunk | |
| 19:12 | TIP #323 IMPLEMENTATION (partial) * doc/lassign.n: Revise [lassign] to accep... check-in: 242df9962b user: dgp tags: trunk | |
| 12:53 | Bump the TclOO version. (Forgot when checking in TIP320 impl.) check-in: 2363bbd777 user: dkf tags: trunk | |
|
2008-09-25
| ||
| 19:51 | TIP #323 IMPLEMENTATION (partial) * doc/global.n: Revise [global] to accept... check-in: 1fa1d8c3e7 user: dgp tags: trunk | |
| 19:26 | TIP #323 IMPLEMENTATION (partial) * doc/global.n: Revise [global] to accept... check-in: 03e5f21d0d user: dgp tags: trunk | |
| 18:06 | * tests/platform.test: Update tests to expect revised results * tests/safe.test: ... check-in: 6c9eefd7f8 user: dgp tags: trunk | |
| 14:37 | overlooked 85 -> 86 bump check-in: 2782fc85d1 user: dgp tags: trunk | |
| 14:30 | Implement TIP #315. check-in: a9c586be0a user: dkf tags: trunk | |
| 10:17 | correct bug number check-in: a05bee07cc user: dkf tags: trunk | |
| 10:15 | slightly more efficient check-in: 7fac343845 user: dkf tags: trunk | |
| 10:13 | Fix [Bug 2120903] check-in: c27a3bf717 user: dkf tags: trunk | |
|
2008-09-24
| ||
| 19:31 | TIP #323 IMPLEMENTATION (partial) * doc/file.n: Revise [file delete] and ... check-in: 5351913241 user: dgp tags: trunk | |
| 09:51 | Remove obsolete debugging macro. [Bug 2124814] check-in: 75b9647452 user: dkf tags: trunk | |
| 09:41 | Implement TIP #316. check-in: 05e3bb92fd user: dkf tags: trunk | |
|
2008-09-23
| ||
| 14:27 | Apply [Patch 2082450] check-in: 045d8a63c9 user: dkf tags: trunk | |
| 13:22 | Fix [Bug 2118123] check-in: 9702f32993 user: dkf tags: trunk | |
| 05:05 | Implementation of TIP #320.#320.#320. check-in: 9bc559dfec user: dkf tags: trunk | |
|
2008-09-22
| ||
| 21:02 | Clean up paragraph order in chan.n [chan pipe] check-in: dd9b612925 user: ferrieux tags: trunk | |
|
2008-09-18
| ||
| 16:14 | simplify TCL_CT_ASSERT check-in: d285545ac3 user: msofer tags: trunk | |
| 15:43 | * generic/tclExecute.c (NEXT_INST_F): * generic/tclInt.h (TCL_CT_ASSERT): new compile-time asserti... check-in: 5686b2eef0 user: msofer tags: trunk | |
|
2008-09-17
| ||
| 18:11 | * generic/tclInt.h: Correct the TclGetLongFromObj, TclGetIntFromObj, and TclGetI... check-in: 148987ab5f user: dgp tags: trunk | |
| 12:38 | * library/init.tcl: export min and max commands from the mathfunc namespace [Bug 2116053] check-in: 98d7ad77b5 user: msofer tags: trunk | |
| 02:15 | * generic/tclParse.c: move TclResetCancellation to be called on returning to level 0... check-in: f4786edb4c user: mistachkin tags: trunk | |
| 00:01 | * generic/tclBasic.c: move TclResetCancellation to be called on returning to level 0, as opposed t... check-in: 3e6a322ef8 user: msofer tags: trunk | |
|
2008-09-10
| ||
| 22:48 | Incomplete docs for [binary encode] and [binary decode]. check-in: a0c0bd7c5a user: dkf tags: trunk | |
| 13:50 | Use the powers of tcltest2 for good! Also add basic testing of disassmbler (though not of its output... check-in: 677f3de5be user: dkf tags: trunk | |
| 13:23 | * tests/nre.test: add missing constraints; enable test of foreach recursion. * generic/tclBasic.... check-in: abc61b5a22 user: msofer tags: trunk | |
| 13:03 | Fix efficiency bug detected by Kieran Elby. check-in: b5547d4f7b user: dkf tags: trunk | |
|
2008-09-08
| ||
| 10:48 | Simplify test bodies using tcltest2 check-in: 24fb39dd18 user: dkf tags: trunk | |
| 03:55 | * generic/tclCompile.c (TclCompileTokens): * generic/tclExecute.c (CompileExprObj): fix a perf b... check-in: b78ba52c9d user: msofer tags: trunk | |
|
2008-09-07
| ||
| 14:01 | * doc/namespace.n: fix [Bug 2098441] check-in: 181400daae user: msofer tags: trunk | |
|
2008-09-05
| ||
| 01:19 | * generic/tclTrace.test (TraceVarProc): * generic/unsupported.test: insure that unset traces are r... check-in: 2d32371557 user: msofer tags: trunk | |
|
2008-09-04
| ||
| 16:34 | * generic/tclExecute.c (CACHE_STACK_INFO): * tests/unsupported.test: restore the execEnv's bottom... check-in: 6c3b82e2ad user: msofer tags: trunk | |
|
2008-09-03
| ||
| 05:43 | * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro * compat/dirent2... check-in: bbd0f4b7ed user: dgp tags: trunk | |
|
2008-09-02
| ||
| 22:55 | unbreak the build with TCL_NO_DEPRECATED defined check-in: 4480defc0a user: das tags: trunk | |
| 20:56 | * generic/tcl.h: Removed the conditional #define of _ANSI_ARGS_ that would su... check-in: 02492030f5 user: dgp tags: trunk | |
| 15:49 | Use tcltest2 better. check-in: aa30d823e8 user: dkf tags: trunk | |
|
2008-09-01
| ||
| 12:28 | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are now * generic/tclOOBasic.c: by... check-in: 22bb9ac0a9 user: msofer tags: trunk | |
| 00:35 | Improve the semantics of C-implemented destructors slightly. check-in: 879ea220fd user: dkf tags: trunk | |
|
2008-08-29
| ||
| 12:37 | Ensure that all TclOO headers get installed. [Bug 2082299] check-in: d8c81db9a2 user: dkf tags: trunk | |
|
2008-08-28
| ||
| 16:24 | * README: Bump version number to 8.6a3 * generic/tcl.h: * libr... check-in: cb2385ff07 user: dgp tags: trunk | |
|
2008-08-27
| ||
| 20:29 | typo check-in: 66806cbe6f user: dgp tags: trunk | |
| 12:47 | Added cross references to manual pages that discuss specific variables created by Tcl. check-in: 154659f1bf user: dkf tags: trunk | |
|
2008-08-26
| ||
| 22:36 | * generic/tclBasic.c (InfoCoroutine): * tests/unsupported.test: new command that returns the FQN ... check-in: 6e24ef6a03 user: msofer tags: trunk | |
|
2008-08-25
| ||
| 13:22 | * generic/tclBasic.c (NRInterpCoroutine): store the caller's eePtr, stop assuming the coroutine is... check-in: 6cde51f2d1 user: msofer tags: trunk | |
|
2008-08-24
| ||
| 14:42 | Split off the ChangeLog entries for 2006-2007 into their own file. check-in: e58b904c88 user: dkf tags: trunk | |
| 14:38 | NRE-enable non-compiled [foreach]. [Bug 2017632] check-in: 8bee319fc2 user: dkf tags: trunk | |
|
2008-08-23
| ||
| 18:53 | * generic/tclBasic.c: Removed unused var; fixed function * generic/tclOOInt.h: pointer dec... check-in: e7cb67cca4 user: msofer tags: trunk | |
| 11:35 | NRE-enable the ensemble creator (add extra field!) Arrange for [dict for] to be NRE-enabled when not... check-in: 51c9ce366f user: dkf tags: trunk | |
| 10:54 | Silence some warnings. check-in: 1a9a602400 user: dkf tags: trunk | |
| 01:55 | fix ChangeLog entry check-in: 5b2121e277 user: msofer tags: trunk | |
| 01:48 | * generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY, COROUTINE_CANT_YIELD, COROUTINE_ILLEG... check-in: 4c97f8aa43 user: msofer tags: trunk | |
| 01:42 | * generic/tclBasic.c: Set a special COROUTINE_BUSY errorcode check-in: c6616a4aa0 user: msofer tags: trunk | |
|
2008-08-22
| ||
| 19:41 | * changes: Updates for 8.6a2 release. check-in: 5b18c7b706 user: dgp tags: trunk, core-8-6-a2 | |
| 18:27 | speling ficks check-in: 3fb55502a3 user: dgp tags: trunk | |
| 18:16 | * generic/tcl.h: Drop use of USE_COMPAT85_CONST. That added indirection with... check-in: 4581b11cbe user: dgp tags: trunk | |
| 18:00 | * generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: fe9f78b0a6 user: dgp tags: trunk | |
| 17:26 | * generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: 9832ad37bc user: dgp tags: trunk | |
|
2008-08-21
| ||
| 23:57 | * generic/tclBasic.c: Previous fix, now done right. * generic/tclCmdIL.c: * generic/tclInt.h:... check-in: 9a8105fe32 user: msofer tags: trunk | |
| 23:42 | really fix translation to escape glob-sensitive chars check-in: 2954833c4a user: hobbs tags: trunk | |
| 23:19 | * tests/regexp.test, tests/regexpComp.test: correct re2glob ***= * generic/tclUtil.c (TclReToGlob)... check-in: 6e9764c87c user: hobbs tags: trunk | |
| 21:35 | * generic/tcl.h: Reduced the use of CONST86 and eliminated * generic/tcl.decl... check-in: b3e31c71c2 user: dgp tags: trunk, potential incompatibility | |
| 21:24 | parts of last commit were not saved :} check-in: b73a168de3 user: msofer tags: trunk | |
| 21:01 | * generic/tclBasic.c: Fix the cmdFrame level count in * generic/tclCmdIL.c: coroutines. Fix sm... check-in: dc107da7f4 user: msofer tags: trunk | |
| 14:02 | Added disassembly of TclOO methods. check-in: 271c1169b9 user: dkf tags: trunk | |
| 10:36 | Align variable naming and typing a bit better with tclNamesp.c. check-in: b23fa711a9 user: dkf tags: trunk | |
|
2008-08-20
| ||
| 23:48 | Added casts to make MSVC happy and re-enable the debug build. check-in: f78dfdd7d5 user: patthoyts tags: trunk | |
| 15:41 | Fix performance bug introduced by fix of [Bug 2037727] check-in: fbf4a7e36a user: dkf tags: trunk | |
| 15:31 | General whitespace/style policing check-in: c184a1d25e user: dkf tags: trunk | |
| 15:02 | Squelch warning check-in: 2a74b3f885 user: dkf tags: trunk | |
| 13:14 | Remove pointless casts check-in: bf97b95821 user: dkf tags: trunk | |
| 12:18 | Minor cleanup check-in: 71f957ca12 user: dkf tags: trunk | |
| 11:45 | * generic/tclTest.c (TestconcatobjCmd): fix use of internal-only TclInvalidateStringRep macro... check-in: 569ea2e888 user: das tags: trunk | |
|
2008-08-17
| ||
| 19:37 | * generic/tclBasic.c: Implementation of [coroutine] and [yield] * generic/tclCmdAH.c: co... check-in: bd5b25a1ec user: msofer tags: trunk | |
| 14:15 | * generic/tclTest.c (TestconcatobjCmd): * generic/tclUtil.c (Tcl_ConcatObj): * tests/util.test (u... check-in: 06993be2a4 user: msofer tags: trunk | |
|
2008-08-16
| ||
| 14:27 | fix last commit check-in: 3546c22a60 user: msofer tags: trunk | |
| 13:59 | * generic/tclExecute.c: better cmdFrame management check-in: f1f99b8c5c user: msofer tags: trunk | |
|
2008-08-14
| ||
| 13:09 | * tests/fileName.test: Revise new tests for portability to case insensitive filesys... check-in: 341ed145a9 user: dgp tags: trunk | |
| 10:49 | remove overlooked old TCL_DTRACE_PROC_ENTRY check-in: 4be2d39aa9 user: das tags: trunk | |
| 10:49 | fix unused variable warnings when USE_DTRACE is not defined check-in: 435d4b4c40 user: das tags: trunk | |
| 10:32 | #define DTraceCmdReturn when USE_DTRACE is not defined check-in: d9e22693a7 user: das tags: trunk | |
| 02:16 | typo check-in: b5df40bcd4 user: das tags: trunk | |
| 02:11 | * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probes * generic/tclProc.c (TclNR... check-in: c21fbf3f17 user: das tags: trunk | |
| 02:09 | * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line before dereferencing as line info may ... check-in: 8aedfc1b91 user: das tags: trunk | |
| 00:08 | * tests/fCmd.test (fCmd-6.23): made result matching robust when test workdir and /tmp are not ... check-in: 59c3f93246 user: das tags: trunk | |
|
2008-08-13
| ||
| 23:14 | autoheader-2.59 check-in: 57b8049a58 user: das tags: trunk | |
| 23:13 | autoconf-2.59 check-in: 6b73205484 user: das tags: trunk | |
| 23:08 | * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() * generic/tclInt.h: and related ifd... check-in: 626938b63a user: das tags: trunk | |
| 23:07 | * unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-en... check-in: 97358f39f0 user: das tags: trunk | |
| 23:04 | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to libX11.so et al. check-in: 60930ca354 user: das tags: trunk | |
| 22:02 | * tests/nre.test: added test for large {*}-expansion effects check-in: 871c9025a5 user: msofer tags: trunk | |
| 18:14 | * generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.t... check-in: d391632bf3 user: dgp tags: trunk | |
|
2008-08-12
| ||
| 23:19 | * generic/tclOOInfo.c (InfoObjectDefnCmd, InfoObjectMixinsCmd): fix # args displayed. [Bug 2048676... check-in: 7237db2f3e user: hobbs tags: trunk | |
| 17:51 | * generic/tclOOMethod.c (PushMethodCallFrame): Added missing check for bytecode val... check-in: ccb470815e user: dgp tags: trunk | |
| 17:45 | * generic/tclProc.c (TclProcCompileProc): On recompile of a proc, clear away a... check-in: 47649f8b79 user: dgp tags: trunk | |
| 15:10 | * README: Bump version number to 8.6a2 * generic/tcl.h: * libr... check-in: ff4d6323a8 user: dgp tags: trunk | |
| 15:00 | * changes: Updates for 8.6a2 release. check-in: 96183d9f3e user: dgp tags: trunk | |
|
2008-08-11
| ||
| 21:58 | * library/http/http.tcl: Remove 8.5 requirement. * library/http/pkgIndex.tcl: ... check-in: 8b417ebe57 user: dgp tags: trunk | |
| 21:29 | Remove the 8.5+ requirement to avoid problems with shipping http as a tcl module. check-in: 57e81cc526 user: patthoyts tags: trunk | |
| 21:04 | * library/tm.tcl: Added a 'package provide' command to the generated ifneeded scripts of Tcl Modu... check-in: f3cd8f5886 user: andreas_kupries tags: trunk | |
| 20:40 | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody:... check-in: 6ea9a5e52e user: andreas_kupries tags: trunk | |
| 17:32 | &#(*& typo! check-in: 2f88360993 user: dgp tags: trunk | |
| 15:59 | * library/http/http.tcl: Bump http version to 2.7.1 to account * library/http... check-in: 6e510ffad0 user: dgp tags: trunk | |
| 14:39 | crc field from zlib data should be treated as unsigned for 64bit support [Bug 2046846] check-in: ef5481bca1 user: patthoyts tags: trunk | |
|
2008-08-10
| ||
| 23:06 | made variable Tcl_ChannelType *parentType in TransFormSeek(Wide)?Proc a const. This variable is only... check-in: b300e8ceeb user: nijtmans tags: trunk | |
| 15:58 | remove unused vars check-in: 08501ee705 user: msofer tags: trunk | |
| 15:35 | * generic/tclProc.c: completely removed ProcCompileProc, which was a fix for [Bug 1482718]. This i... check-in: d97c9b7593 user: msofer tags: trunk | |
|
2008-08-09
| ||
| 22:20 | * generic/tclBasic.c: slight cleanup * generic/tclCompile.h: * generic/tclExecute.c: check-in: 62fd40602c user: msofer tags: trunk | |
| 00:20 | * generic/tclExecute.c: fix warnings. * generic/tclOOMethod.c (PushMethodCallFrame): fix uninitia... check-in: 306f85215c user: das tags: trunk | |
| 00:16 | (lrange-1.17): add test cleanup; whitespace check-in: 1c9b083956 user: das tags: trunk | |
| 00:15 | (PushMethodCallFrame): fix uninitialized efi name field check-in: d6b7e73887 user: das tags: trunk | |
| 00:13 | fix warnings check-in: ed57ce2e84 user: das tags: trunk | |
|
2008-08-08
| ||
| 20:56 | removed INCOMPAT flag check-in: 650bd711ca user: dgp tags: trunk | |
| 20:43 | * changes: Updates for 8.6a2 release. check-in: fe932c6048 user: dgp tags: trunk | |
| 15:43 | Olson's tzdata2008e check-in: e388275039 user: kennykb tags: trunk | |
| 15:30 | Olson's tzdata2008e check-in: 121b0de920 user: kennykb tags: trunk | |
|
2008-08-07
| ||
| 22:29 | generic/tclExecute.c formatting only: remove spaces at the end of a every line generic/tclConfig... check-in: 697472b8f7 user: nijtmans tags: trunk | |
| 11:27 | small modif of last commit check-in: acc1ffd677 user: msofer tags: trunk | |
| 04:13 | * generic/tclBasic.c: Fix tailcalls falling out of tebc into * generic/tclExecute.c: Tcl_EvalEx ... check-in: 46bf23d87d user: msofer tags: trunk | |
|
2008-08-06
| ||
| 21:23 | * generic/tclOO.c: Revised TclOO's check for an interp being deleted during han... check-in: dc2c6d9a11 user: dgp tags: trunk | |
| 21:02 | credit dgp for that bug :} check-in: fab82200af user: msofer tags: trunk | |
| 20:58 | * generic/tclVar.c (TclLookupSimpleVar): fix bug that the core could not trigger before TclOO: the... check-in: 85d2692b6e user: msofer tags: trunk | |
| 19:46 | missed some nukeable comments re [namespace inscope] check-in: 62b41b608a user: msofer tags: trunk | |
| 19:23 | * library/init.tcl (::unknown): removed the [namespace inscope] hack that was maintained for Itcl ... check-in: 53ee04101a user: msofer tags: trunk, potential incompatibility | |
|
2008-08-05
| ||
| 23:47 | Streamline async connect logic [Patch 1994512]. Consolidate error reporting paths in CreateSocket()... check-in: 27101ab8a1 user: jenglish tags: trunk | |
| 22:52 | missing ChangeLof entry check-in: 23631232a7 user: msofer tags: trunk | |
| 15:52 | * generic/tclExecute.c: Fix for [Bug 2038069] by dgp. * tests/execute.test: check-in: c1ff7f20d1 user: msofer tags: trunk | |
|
2008-08-04
| ||
| 18:32 | fix "bad stack top" bug in last commit check-in: 05bc3e14e1 user: msofer tags: trunk | |
| 15:32 | * tests/nre.test: added tests for [if], [while] and [for]. A test for [foreach] has been added and... check-in: 97a07cfc1f user: msofer tags: trunk | |
| 14:59 | missing commit to tests/unsupported.test check-in: c0b7ddbb03 user: msofer tags: trunk | |
| 14:09 | duh ... committed only the ChangeLog entry, not the rest check-in: 4fee944e9f user: msofer tags: trunk | |
| 13:43 | * generic/tclBasic.c: made atProcExit commands run * generic/tclCompile.h: inconditionally... check-in: 3ec5568989 user: msofer tags: trunk | |
| 04:49 | * generic/tclExecute.c: Stopped faulty double-logging of errors to * tests/execute.t... check-in: 9f82f568c0 user: dgp tags: trunk | |
|
2008-08-03
| ||
| 18:00 | made function static check-in: d643a1a461 user: msofer tags: trunk | |
| 17:49 | remove unneeded declaration check-in: 76b729dcd7 user: msofer tags: trunk | |
| 17:33 | ChangeLog entry check-in: fa08074664 user: msofer tags: trunk | |
| 17:33 | * generic/tclBasic.c: new unsupported command atProcExit * generic/tclCompile.h: that shar... check-in: 95e85cbce2 user: msofer tags: trunk | |
| 10:19 | remove NRE.test & add new test files to Tcl.xcodeproj check-in: bd9680fcd3 user: das tags: trunk | |
|
2008-08-02
| ||
| 14:12 | * tests/NRE.test: made empty, waiting for removal until das does his thing in macosx/Tcl.xcodeproj... check-in: 603dca99c0 user: msofer tags: trunk | |
|
2008-08-01
| ||
| 18:22 | * doc/Exit.3: do not call Tcl_Finalize implicitly * generic/tclEvent.c: ... check-in: 5f526d80a6 user: hobbs tags: trunk | |
| 17:07 | * generic/tclBasic.c: Revised timing of the CmdFrame stack management * tests/info... check-in: b561aa9385 user: dgp tags: trunk | |
| 00:44 | * tests/NRE.test: replaced all deep-recursing tests by shallower tests that actually measure the ... check-in: 740ca5abc7 user: msofer tags: trunk | |
|
2008-07-31
| ||
| 22:12 | tclNRE.h die die die check-in: 9e690fa22a user: das tags: trunk | |
| 20:01 | nr-enabling [for]; [while] made to reuse [for]'s infrastructure. check-in: 1b9a54b876 user: msofer tags: trunk | |
| 18:29 | nr-enabling [while] check-in: 091d0a6c54 user: msofer tags: trunk | |
| 17:37 | missing ChangeLog entry check-in: b4ae85afc8 user: msofer tags: trunk | |
| 17:32 | nr-enabling [if] check-in: 591a2cece4 user: msofer tags: trunk | |
| 15:42 | * generic/tclBasic.c: NR-enabling [catch] * generic/tclCmdAH.c: * generic/tclInt.h: * tests/NR... check-in: fe6fa5b7a7 user: msofer tags: trunk | |
| 14:47 | wrong date in Changelog check-in: b25f80bdf8 user: msofer tags: trunk | |
| 14:43 | Dumped tclNRE.h's contents into tclInt.h. The file is now empty and unrefernced everywhere but in ma... check-in: 451dda69d6 user: msofer tags: trunk | |
| 03:42 | restricting usage and avoiding panics in [tailcall] check-in: 5bce68bce8 user: msofer tags: trunk | |
| 00:55 | fix macro that gcc swallows but msvc doesn't check-in: 948cd763ef user: msofer tags: trunk | |
| 00:43 | * generic/tclBasic.c: Improved tailcalls and tests. * generic/tclCompile.h: * generic/tclExecu... check-in: 5b619c2fb3 user: msofer tags: trunk | |
|
2008-07-30
| ||
| 17:54 | * generic/tclBasic.c (TclNREvalObjEx): new comments and code reorg to clarify what is happening. check-in: 225f31d075 user: msofer tags: trunk | |
| 17:34 | fixing last commit check-in: bc709993b9 user: msofer tags: trunk | |
| 17:30 | * generic/tclBasic.c: guard against the value of iPtr->evalFlags changing between the times where ... check-in: b3662912c2 user: msofer tags: trunk | |
|
2008-07-29
| ||
| 23:18 | * tests/NRE.test: new tests that went MIA in the NRE revamping check-in: b090ac39c4 user: msofer tags: trunk | |
| 20:53 | a timid start at cleaning up check-in: 303d8d03a9 user: msofer tags: trunk | |
| 18:19 | * generic/tclBasic.c: Made use of the thread's alloc cache * generic/tclInt.h: stored in the e... check-in: 1a3aa54ccf user: msofer tags: trunk | |
| 13:45 | * generic/tclExecute.c: fix [Bug 2030670] that cause TclStackRealloc to panic on rare corner case... check-in: 63fdc405dd user: msofer tags: trunk | |
| 05:52 | fix macro check-in: 266312a39b user: msofer tags: trunk | |
| 05:31 | changelog entry check-in: 1519ed1a82 user: msofer tags: trunk | |
| 05:30 | Completely revamped NRE implementation, with (almost) unchanged API. check-in: 4c5c243ec3 user: msofer tags: trunk | |
|
2008-07-28
| ||
| 22:09 | it's tip #27, not #24 check-in: ea2042b8d4 user: nijtmans tags: trunk | |
| 21:31 | * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem * generic/tcl.decls: ... check-in: 246dcb287a user: nijtmans tags: trunk, potential incompatibility | |
| 21:06 | * generic/tclBasic.c: Added missing ref count when creating an empty string as path (TclEvalEx). ... check-in: 076818a1d9 user: andreas_kupries tags: trunk | |
|
2008-07-27
| ||
| 22:50 | general tidy up check-in: 26bc9ff861 user: dkf tags: trunk | |
| 22:40 | formatting only check-in: b72d55df84 user: nijtmans tags: trunk | |
| 22:28 | Remove unnecessary hack. check-in: 697475bbe2 user: dkf tags: trunk | |
| 22:18 | * doc/Object.3 CONSTified 3 functions using * doc/ObjectType.3 Tcl_ObjType which all... check-in: 4f99dac9fd user: nijtmans tags: trunk, potential incompatibility | |
|
2008-07-25
| ||
| 23:06 | * test/info.test: More work on singleTestInterp usability. This fixes bug [1605269]. check-in: b3b434585c user: andreas_kupries tags: trunk | |
| 22:11 | * tests/info.test: Tests 38.* added, exactly testing the tracking of location for uplevel scripts... check-in: 5317fc0855 user: andreas_kupries tags: trunk | |
| 21:23 | * tests/info.test (info-37.0): Add !singleTestInterp constraint; (info-22.8, info-23.0): switch to... check-in: ecb4a10c7d user: das tags: trunk | |
|
2008-07-24
| ||
| 22:57 | just a few const -> CONST (in header files and .decls files) and CONST -> const (.c files and intern... check-in: a3ec1868d0 user: nijtmans tags: trunk | |
| 21:56 | Oops, wrong date check-in: 6956cbec66 user: nijtmans tags: trunk | |
| 21:54 | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is supposed to be a co... check-in: 7ade6e690e user: nijtmans tags: trunk, potential incompatibility | |
|
2008-07-23
| ||
| 23:19 | Added relative speed test for pure byte array concats. check-in: 00a4e94abd user: ferrieux tags: trunk | |
| 22:50 | Added relative speed test for lrange, checking fro in-place optimization. check-in: c9f53feac9 user: ferrieux tags: trunk | |
| 21:43 | * tests/info.test: Reordered the tests to have monotonously increasing numbers. check-in: ea9e096338 user: andreas_kupries tags: trunk | |
| 21:07 | Rename new test to avoid duplicate test name. check-in: a66b179b51 user: andreas_kupries tags: trunk | |
| 20:49 | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists * generic/tclCmdIL.c: immediat... check-in: e34657a1ad user: andreas_kupries tags: trunk | |
| 13:38 | * generic/tclBasic.c (GetCommandSource): added comment with explanation and warning for waintainer... check-in: b02f76b28f user: msofer tags: trunk | |
|
2008-07-22
| ||
| 23:06 | make genstubs check-in: 163adf45a3 user: das tags: trunk | |
| 23:05 | fix TclNRInterpProc stub table declaration (broke 'make checkstubs') check-in: 5c86e9cf31 user: das tags: trunk | |
| 23:01 | fix line-endings check-in: 7352e91360 user: das tags: trunk | |
| 22:46 | Added missing function comments. check-in: 749377e420 user: andreas_kupries tags: trunk | |
| 22:26 | fix warning; formatting check-in: b3d96b33cd user: das tags: trunk | |
| 22:24 | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex * generic/tclCompile.h: static, and ans... check-in: a640735a9f user: andreas_kupries tags: trunk | |
| 21:50 | * generic/tclBasic.c: Ansified the new functions. check-in: 79c49df1f0 user: andreas_kupries tags: trunk | |
| 21:41 | * generic/tclBasic.c: Reworked the handling of bytecode literals * generic/tclCompile.c: for #280... check-in: 0052f52da7 user: andreas_kupries tags: trunk | |
| 21:02 | * generic/tclBasic.c: Added numLevels field to CommandFrame, * generic/tclExecute.c: let GetCo... check-in: c83cc0d79a user: msofer tags: trunk | |
|
2008-07-21
| ||
| 23:46 | fix warning, formatting, whitespace check-in: 23e20b113d user: das tags: trunk | |
| 22:50 | * generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), a... check-in: ffe14e5e73 user: andreas_kupries tags: trunk | |
| 22:22 | fix [2021443] inconsistant "wrong # args" messages (follow-up) check-in: cfc8157c41 user: nijtmans tags: trunk | |
| 21:58 | formatting, whitespace check-in: c7486e1b03 user: das tags: trunk | |
| 21:54 | whitespace check-in: 89f7360321 user: das tags: trunk | |
| 21:52 | stack-3.1 no longer fails when testsuite is run from Xcode check-in: 0ec5c3d4e5 user: das tags: trunk | |
| 21:51 | Added test for file rename with inode collision on windows check-in: f0b9a2f7da user: patthoyts tags: trunk | |
| 21:46 | fix warnings, formatting check-in: 0c0bc35d08 user: das tags: trunk | |
| 21:25 | fix [2021443] inconsistant "wrong # args" messages (follow-up) check-in: 395eaa2623 user: nijtmans tags: trunk | |
| 21:12 | Resync with recent ?arg ...? normalization check-in: b3191b84e8 user: ferrieux tags: trunk | |
| 21:02 | TIP #304 implementation check-in: 6cf782df52 user: ferrieux tags: trunk | |
| 19:41 | use TclEvalObjv instead of Tcl_EvalObjv at selected spots check-in: 005a5d9138 user: msofer tags: trunk | |
| 16:25 | * generic/tcl.decls: Changed the implementation of * generic/tclBasic.c: [namespace impor... check-in: 281b7ede58 user: msofer tags: trunk | |
| 14:42 | Inode numbers on Windows are not unique so avoid the inode check on this platform [Bug 2015723] check-in: afa89c1865 user: patthoyts tags: trunk | |
| 04:12 | ChangeLog fix check-in: a64bf16a74 user: msofer tags: trunk | |
| 03:49 | fix uninited and unused var warnings check-in: 677135de80 user: msofer tags: trunk | |
| 03:43 | * generic/tclBasic.c: NRE: enabled calling NR commands * generic/tclExecute.c: from the callba... check-in: 7a0e9388a7 user: msofer tags: trunk | |
|
2008-07-20
| ||
| 23:57 | add cleanup to fix subsequent test failures with -singleproc 1 check-in: 48d82216dd user: das tags: trunk | |
| 20:24 | * tests/fileName.test: Repaired the failing test fileName-15.7 from dkf's commit earlier today. check-in: 030524884f user: kennykb tags: trunk | |
| 17:55 | Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. check-in: 2e6c76f67e user: dkf tags: trunk | |
| 11:33 | Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2 check-in: 7001f3578e user: dkf tags: trunk | |
| 06:40 | Finish cleaning up this file (move cleanup actions out of test bodies, etc.) check-in: 23ebaae69a user: dkf tags: trunk | |
|
2008-07-19
| ||
| 22:50 | fix [2021443] inconsistant "wrong # args" messages check-in: 1e5261316e user: nijtmans tags: trunk | |
| 22:16 | Fix a gcc warning when compiling Tcl with mingw32 tclWinTest.c: In function `TestplatformChmod': tcl... check-in: c33e0b7cf5 user: nijtmans tags: trunk | |
| 21:47 | Fix miguel's problem with env failures; need LANG to get [encoding system] right in subprocesses... check-in: 33796e0fff user: dkf tags: trunk | |
| 16:20 | More test cleanup. check-in: aa3631fea9 user: dkf tags: trunk | |
| 09:57 | Rewrite to use tcltest2 and not generate non-ascii chars in results. Part of fix of [Bug 1513659] check-in: f856a8134a user: dkf tags: trunk | |
|
2008-07-18
| ||
| 23:29 | new TclNRAddCallback macro for internal use instead of the public Tcl_NRAddCallback check-in: 41bf7d9039 user: msofer tags: trunk | |
| 17:23 | NRE-enable the TclOO constructor system. check-in: e092b4ac90 user: dkf tags: trunk | |
| 14:02 | * tests/NRE.test: Added basic tests for deep TclOO calls check-in: 74a6afc49f user: msofer tags: trunk | |
| 13:46 | * generic/tcl.decls: Change the public api prefix from * generic/tcl.h: TclNR_foo ... check-in: 028024f0d3 user: msofer tags: trunk | |
| 13:10 | NRE-enable oo::object.eval check-in: b20aa20566 user: dkf tags: trunk | |
| 13:08 | Minor fixes (clearer panic messages, formatting of comments) check-in: 1acdaa5797 user: dkf tags: trunk | |
| 04:23 | * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fix refcounting bugs that caused crashes [Bug... check-in: d36c5fb6d6 user: msofer tags: trunk | |
|
2008-07-17
| ||
| 23:48 | Tinkering check-in: bf427c5224 user: dkf tags: trunk | |
| 21:57 | stop crash in test suite! check-in: 0da5dcb0e8 user: dkf tags: trunk | |
| 20:43 | NRE-ify the non-compiled version of [dict update]. check-in: 90f8772b53 user: dkf tags: trunk | |
| 15:43 | Add NRE support to [dict with]. check-in: 6f1625197f user: dkf tags: trunk | |
|
2008-07-16
| ||
| 23:31 | * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain that thread key creation is successf... check-in: fc0e0a02ad user: georgeps tags: trunk | |
| 22:08 | NRE-aware TclOO. check-in: a8d83acd18 user: dkf tags: trunk, potential incompatibility | |
| 00:44 | * tests/NRE.test: better constraint for testing the * tests/stack.test: existence of teststack... check-in: 41e62e1505 user: msofer tags: trunk | |
|
2008-07-15
| ||
| 14:13 | * generic/tclParse.c: fixing incomplete reversion of "fix" for [Bug 2017583], missing TclResetCanc... check-in: 34b2654de3 user: msofer tags: trunk | |
| 13:50 | Fix [Bug 2018603] check-in: a65d58e563 user: dkf tags: trunk | |
| 12:58 | Fix error in example. [Bug 2016740] check-in: d174149bbd user: dkf tags: trunk | |
| 10:15 | Factor the ensemble code a bit more. check-in: 77f9b57cf0 user: dkf tags: trunk | |
|
2008-07-14
| ||
| 20:29 | * generic/tclParse.c: reverting the "fix" for [Bug 2017583], * tests/parse.test: numLevel manage... check-in: 589a13cd5a user: msofer tags: trunk | |
| 14:15 | Tidy up code for clarity. check-in: 39ca815347 user: dkf tags: trunk | |
| 08:22 | Store ClientDatas in NRE callback storage as an array; that's how they are referred to in callback i... check-in: 26d39f7114 user: dkf tags: trunk | |
| 02:09 | * generic/tclParse.c: Remove unneeded TclInterpReady call check-in: f52ca120cd user: msofer tags: trunk | |
| 02:03 | * generic/tclExecute.c: Remove unneeded TclInterpReady call check-in: 08ab944551 user: msofer tags: trunk | |
| 01:38 | * generic/tclBasic.c.: Embedded Tcl_Canceled() calls into * generic/tclExecute.c: TclInterpRead... check-in: e494614ad5 user: msofer tags: trunk | |
| 01:27 | * generic/tclVar.c: fix error message check-in: d0fe4d4ec6 user: msofer tags: trunk | |
| 00:57 | remove unused variable check-in: f6560eca1e user: msofer tags: trunk | |
| 00:39 | ChangeLog fix check-in: 36cb847033 user: msofer tags: trunk | |
| 00:38 | * generic/tclParse.c: remove unnecessary numLevel management [Bug 2017583] check-in: f5e9b29a66 user: msofer tags: trunk | |
| 00:11 | * generic/tclBasic.c.: NRE left too many calls to * generic/tclExecute.c: TclResetCancellation ... check-in: 762ff2fe9f user: msofer tags: trunk | |
|
2008-07-13
| ||
| 23:15 | more consistent wrong # arg messages: change all messages containing ?options? to the form ?-option ... check-in: 7dcec0e5e2 user: nijtmans tags: trunk | |
| 22:42 | * generic/tclBasic.c: TclResetCancellation() calls were misplaced (merge mishap); stray //. Thanks... check-in: 0b71c2e082 user: msofer tags: trunk | |
| 16:07 | * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFree were badly defined under mem deb... check-in: 4931a14a74 user: msofer tags: trunk | |
| 15:56 | whitespace check-in: b689462c86 user: das tags: trunk | |
| 12:54 | add new NRE files check-in: 1f95bf67fa user: das tags: trunk | |
| 12:54 | autoheader-2.59 check-in: ae7205f383 user: das tags: trunk | |
| 12:54 | remove leftover DTRACE macro causing buid failure check-in: f5270f6b50 user: das tags: trunk | |
| 09:29 | silence compiler warnings about uninited variables (gcc can't follow the logic) check-in: e2f82b3946 user: msofer tags: trunk | |
| 09:04 | added new files generic/tclNRE.h and tests/NRE.test check-in: efe90c32ce user: msofer tags: trunk | |
| 09:03 | NRE implementation [Patch 2017110] check-in: a646e4c362 user: msofer tags: trunk | |
|
2008-07-11
| ||
| 14:41 | Minor updates for better readability. check-in: 870874a4ee user: dkf tags: trunk | |
|
2008-07-09
| ||
| 14:41 | add a vqtcl entry check-in: 1c90799316 user: patthoyts tags: trunk | |
|
2008-07-08
| ||
| 17:52 | * generic/tclGet.c: Corrected out of date comments and removed * generic/tclInt.... check-in: 006f71d8fb user: dgp tags: trunk, potential incompatibility | |
| 12:34 | Tighten up language. check-in: 8ee2474038 user: dkf tags: trunk | |
|
2008-07-07
| ||
| 21:40 | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don... check-in: cb0fe6bf7c user: andreas_kupries tags: trunk | |
| 14:06 | typo check-in: ed992275b3 user: dgp tags: trunk | |
| 08:29 | Correct examples. [Bug 1982642] check-in: 0cc6b56d0d user: dkf tags: trunk | |
|
2008-07-06
| ||
| 09:42 | Improve [lindex] examples. check-in: 9f091b0f8c user: dkf tags: trunk | |
|
2008-07-03
| ||
| 17:38 | * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak reported in [Bug 1987821]. Than... check-in: 2a130e3959 user: andreas_kupries tags: trunk | |
| 17:28 | * library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and fri... check-in: 570fddae32 user: dgp tags: trunk | |
|
2008-07-01
| ||
| 14:29 | Add focussed stack limiting to the RE compiler. Tuning might not yet be right but it passes everythi... check-in: 1ab85d8c7d user: dkf tags: trunk | |
| 13:24 | Fix [2006884] check-in: a8de9c95aa user: dkf tags: trunk | |
|
2008-06-30
| ||
| 15:58 | typo check-in: 57d6f5548c user: dgp tags: trunk | |
| 15:24 | Clean up typedef formatting check-in: 36fe95e2c4 user: dkf tags: trunk | |
| 14:01 | * doc/ObjectType.3: Updated documentation of the Tcl_ObjType struct to match exp... check-in: 031847e56d user: dgp tags: trunk | |
| 01:10 | formatting, whitespace check-in: e09456245c user: das tags: trunk | |
|
2008-06-29
| ||
| 23:12 | Lrange cleanup and in-place optimization [Patch 1890831] check-in: 37618d97d9 user: ferrieux tags: trunk | |
| 23:05 | Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758]. check-in: fd074bcd24 user: ferrieux tags: trunk | |
| 22:28 | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix typedefs, add a few missing ... check-in: 29df58df24 user: dkf tags: trunk | |
| 19:09 | * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks to Rolf Ade f... check-in: 47846b80dd user: dgp tags: trunk | |
| 13:50 | Fix [Bug 2004256] check-in: 2b42d73487 user: dkf tags: trunk | |
|
2008-06-28
| ||
| 23:43 | Fix [Bug 2004480] check-in: 13f2955f1c user: dkf tags: trunk | |
| 04:22 | * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks Rolf Ade for... check-in: f30a13da50 user: dgp tags: trunk | |
|
2008-06-27
| ||
| 21:46 | Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintain this claim in the docs. Also... check-in: 325a6ffd56 user: dgp tags: trunk | |
| 19:55 | typos check-in: 2482d2f0e5 user: dgp tags: trunk | |
|
2008-06-26
| ||
| 22:12 | * unix/Makefile.in: Followup to my change of 2008-06-25, make code generated by the Makefile and ... check-in: 670e250491 user: andreas_kupries tags: trunk | |
|
2008-06-25
| ||
| 18:18 | remove stray .RE check-in: c9b6198267 user: dgp tags: trunk, core-8-6-a1 | |
| 17:44 | Advance 8.6a1 release tag check-in: 4ed60d1e21 user: dgp tags: trunk | |
| 17:40 | * library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base t... check-in: d5216b1efd user: andreas_kupries tags: trunk | |
| 14:35 | * changes: Updates for 8.6a1 release. * generic/tclOO.h: Bump to TclOO 0.... check-in: d25bfca8b8 user: dgp tags: trunk | |
| 10:25 | fix versions of dde and registry dlls fix problem building with staticpkg option check-in: 9e6da61fc3 user: patthoyts tags: trunk | |
|
2008-06-24
| ||
| 20:02 | * generic/tclPathObj.c: Fixed some internals management in the "path" Tcl_ObjType fo... check-in: 88f07bcd32 user: dgp tags: trunk | |
| 14:42 | bug #1995063 fix examples and comment on eof use. check-in: 1e13a3a6e9 user: patthoyts tags: trunk | |
|
2008-06-23
| ||
| 15:34 | * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "... check-in: 8ab9adb4fe user: dgp tags: trunk | |
| 04:18 | * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "S... check-in: 8fbbf20d52 user: dgp tags: trunk | |
|
2008-06-20
| ||
| 20:48 | * changes: Updates for 8.6a1 release. * generic/tclInterp.c: Fixed completely... check-in: 8e76f85849 user: dgp tags: trunk | |
| 16:18 | * tests/encoding.test: Make failing tests pass again. check-in: 06e3a8cd73 user: dgp tags: trunk | |
| 13:51 | Solaris, stubs changes for 8.6a1 check-in: 4686f80be7 user: das tags: trunk | |
|
2008-06-19
| ||
| 21:29 | Make [next] work as described in TIP. [Bug 1998244] check-in: 3f569d031d user: dkf tags: trunk | |
| 21:03 | Forgot the bug number check-in: 602c96fc44 user: dkf tags: trunk | |
| 20:57 | Fix [Bug 1998221] check-in: 3b2afa4b8d user: dkf tags: trunk | |
| 19:27 | * changes: Updates for 8.6a1 release. check-in: b63c18a546 user: dgp tags: trunk | |
| 15:36 | * README: Bump version number to 8.6a1 * generic/tcl.h: * libr... check-in: 764de4e88b user: dgp tags: trunk | |
|
2008-06-17
| ||
| 17:22 | * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. check-in: 358cc29f46 user: andreas_kupries tags: trunk | |
| 16:44 | * doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the doc... check-in: deb59c513b user: andreas_kupries tags: trunk | |
| 02:16 | 2006-06-17 Kevin Kenny <kennykb@acm.org> * generic/tclClock.c (ConvertLocalToUTC): * tests/cloc... check-in: b108b4c3a8 user: kennykb tags: trunk | |
|
2008-06-16
| ||
| 19:59 | * generic/tclCmdIL.c (TclInfoFrame): Moved the code looking up the * tests/info.test: information... check-in: af7eafb38d user: andreas_kupries tags: trunk | |
| 18:38 | * tests/ioTrans.test (iortrans-11.*): Fixed same issue as for iortrans.tf-11.*, cleanup of temp f... check-in: 97e8db2004 user: andreas_kupries tags: trunk | |
|
2008-06-14
| ||
| 02:25 | no message check-in: 9bf2713544 user: davygrvy tags: trunk | |
| 02:07 | The Stubs source files (tclStubLib.c and tclOOStubLib.c) should not be compiled with the -GL flag. check-in: 3df591bc85 user: davygrvy tags: trunk | |
|
2008-06-13
| ||
| 19:59 | 2008-06-13 David Gravereaux <davygrvy@pobox.com> * win/rules.vc: SYMBOLS macro now being set to z... check-in: 25b826cd5a user: davygrvy tags: trunk | |
| 19:58 | no message check-in: c635c729fc user: davygrvy tags: trunk | |
| 12:14 | fix warning check-in: 51662c877f user: das tags: trunk | |
| 05:45 | TIP 285 Implementation check-in: 505c316922 user: mistachkin tags: trunk | |
|
2008-06-12
| ||
| 20:08 | * unix/Makefile.in: add complete deps on tclDTrace.h. check-in: fbe3190a72 user: das tags: trunk | |
| 09:46 | sync with 2008-05-26 io-53.9 change check-in: 78c5f73eb5 user: das tags: trunk | |
| 06:49 | s/target/config/ check-in: 7f492b6e59 user: das tags: trunk | |
| 06:29 | * generic/tclOO.c: use TclOOStubs hooks field to retrieve * generic/tclOODecls.h: TclOOIntStubs ... check-in: 7e4d255b66 user: das tags: trunk | |
| 06:28 | * generic/tclIORTrans.c: fix signed <-> unsigned cast warnings. check-in: f9bd5af393 user: das tags: trunk | |
| 06:28 | * unix/configure: autoconf-2.59 check-in: 8c90b75124 user: das tags: trunk | |
| 06:27 | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. check-in: c942686054 user: das tags: trunk | |
| 06:27 | * unix/configure.in: fix static DTrace-enabled build on Solaris. check-in: 6e2a97abfa user: das tags: trunk | |
| 06:27 | * unix/Makefile.in: clean generated tclDTrace.h file. check-in: d81dd08fd4 user: das tags: trunk | |
| 06:26 | * macosx/Tcl.xcodeproj/project.pbxproj: add tclIORTrans.c; updates and cleanup for Xcode 3.1/... check-in: 1fe18f5b63 user: das tags: trunk | |
|
2008-06-11
| ||
| 01:30 | UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 19... check-in: 0fc4d3a006 user: jenglish tags: trunk | |
|
2008-06-10
| ||
| 18:06 | * tests/ioTrans.test (iortrans.tf-6.1): Fixed the [Bug 1988552], reported by Kevin. Have to clo... check-in: 3e145aec5b user: andreas_kupries tags: trunk | |
| 03:35 | * generic/tclIORTrans.c (ReflectInput): Fixed a bug triggered by Pat Thoyts <patthoyts@users.sour... check-in: a9634b2343 user: andreas_kupries tags: trunk | |
|
2008-06-08
| ||
| 23:13 | Plug leak. [Bug 1987817] check-in: a3fd190cc6 user: dkf tags: trunk | |
| 03:21 | * generic/tclBasic.c: Compilation of uplevel scripts, allow * generic/tclCompCmds.c: non-bo... check-in: 302b0120aa user: msofer tags: trunk | |
|
2008-06-06
| ||
| 19:46 | TIP #230 IMPLEMENTATION * generic/tclIOCmd.c: Integration of transform commands into 'chan' ense... check-in: 057ba9eab5 user: andreas_kupries tags: trunk | |
|
2008-06-05
| ||
| 00:02 | fix warnings, remove unused debug code that causes build failure check-in: d4062110a3 user: das tags: trunk | |
|
2008-06-03
| ||
| 23:52 | TIP #317 implementation check-in: 8a9c01c0ca user: patthoyts tags: trunk | |
|
2008-06-02
| ||
| 02:19 | * generic/tclOO.c (ReleaseClassContents): Fix the one remaining valgrind complaint about oo.test, ca... check-in: 9188c64990 user: kennykb tags: trunk | |
|
2008-06-01
| ||
| 08:11 | Complete fix of [Bug 1981001] check-in: 205a10dec2 user: dkf tags: trunk | |
| 05:09 | * generic/tclOOMethod.c: Fix a bug where the refcount of a method was r... check-in: d14255cc75 user: kennykb tags: trunk | |
| 02:44 | Add tclOO genstubs to Windows makefiles check-in: ef222bfbfa user: mistachkin tags: trunk | |
| 02:42 | * generic/tclDictObj.c: Added missing initializers to the ensemble map... check-in: fbb81c8921 user: kennykb tags: trunk | |
| 02:02 | * generic/tclOODecls.h: Added the swizzling of DLLEXPORT and * generic/tclOOIntDecls.h: DLLIMPORT... check-in: 882dc41185 user: kennykb tags: trunk | |
| 00:33 | More patches to make stub generation work. check-in: 687b9da09e user: dkf tags: trunk | |
| 00:29 | typo, skip crashing http.test for gcov check-in: bd144937a4 user: das tags: trunk | |
| 00:02 | Fix generation of stubs for the OO API. check-in: 4c3441444d user: dkf tags: trunk | |
|
2008-05-31
| ||
| 23:35 | * generic/tclOOStubLib.c: ensure use of tcl stubs; include in * unix/Makefile.in: stub lib; disab... check-in: 7efe478a95 user: das tags: trunk | |
| 23:34 | * tests/msgcat.test: fix for ::tcl::mac::locale with @modifier. check-in: 5b3a020ceb user: das tags: trunk | |
| 23:34 | * tools/tsdPerf.tcl: use [info sharedlibextension] check-in: f8c0850da0 user: das tags: trunk | |
| 23:34 | * unix/tclConfig.h.in: autoheader-2.59 check-in: ec72ed5874 user: das tags: trunk | |
| 23:33 | * macosx/Tcl.xcodeproj/project.pbxproj: add new tclOO files; add debug * macosx/README: targets ... check-in: ddfeb80290 user: das tags: trunk | |
| 22:29 | Plug method-related memory leaks pointed out by Miguel. check-in: ce09fe3526 user: dkf tags: trunk | |
| 19:56 | Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861] check-in: 428c548d5f user: dkf tags: trunk | |
| 11:41 | Implementation of TIP #257. Incomplete due to missing Win build support. check-in: e46e1575d3 user: dkf tags: trunk | |
|
2008-05-30
| ||
| 22:54 | Small clarifications that code a bit nicer to read. check-in: 0979177469 user: dkf tags: trunk | |
|
2008-05-27
| ||
| 23:13 | Fixed line endings check-in: 92f3208d85 user: patthoyts tags: trunk | |
|
2008-05-26
| ||
| 18:28 | (io-53.9): need to close chan before removing file check-in: b4d73a84f1 user: hobbs tags: trunk | |
| 10:04 | Missed one! check-in: 49f148ad86 user: dkf tags: trunk | |
| 10:02 | Remove obsolete winhelp targets. They weren't supported and didn't work. check-in: 2b7ac345d5 user: dkf tags: trunk | |
|
2008-05-23
| ||
| 21:05 | Oops. Undo commit of the local tweaks. check-in: 886a0a8186 user: andreas_kupries tags: trunk | |
| 21:00 | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <ferrieux@users.sou... check-in: f337d855cc user: andreas_kupries tags: trunk | |
|
2008-05-22
| ||
| 15:22 | * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to handle the argum... check-in: b93953deab user: dgp tags: trunk | |
|
2008-05-21
| ||
| 20:28 | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() * tests/pars... check-in: 0dd3531d09 user: dgp tags: trunk | |
|
2008-05-20
| ||
| 22:22 | Correct logic for handling error cases when setting the namespace unknown handler. check-in: 3a0964b236 user: dkf tags: trunk | |
|
2008-05-16
| ||
| 14:13 | * generic/tclCompile.c: fix crash with tcl_traceExec. Found and fixed by Alexander Pasadyn [Bug 19... check-in: 7a08d942d5 user: msofer tags: trunk | |
|
2008-05-15
| ||
| 00:04 | We should use the thread allocator for threaded builds. Added 'tclalloc' option to disable. check-in: 80de1f17a7 user: patthoyts tags: trunk | |
|
2008-05-09
| ||
| 05:07 | * tools/tsdPerf.c A loadable Tcl extension for testing TSD performance. * too... check-in: 438f03c41c user: georgeps tags: trunk | |
| 04:58 | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. * generic/tclInt.h: Change aro... check-in: 2fd77728e6 user: georgeps tags: trunk | |
| 03:51 | * tests/dict.test (dict-19.2): Corrected a bug where the test was changed to use [apply] instead o... check-in: d1b2683623 user: kennykb tags: trunk | |
| 03:44 | * Makefile: Restored compilability of 'stitcher.exe' on vc2k5. * cameraparams.h: * compressor.cpp: ... check-in: aee64f60e8 user: kennykb tags: trunk | |
|
2008-05-07
| ||
| 13:17 | Cleaning up check-in: 5fbe89447c user: dkf tags: trunk | |
| 10:42 | Simplify test check-in: 21108a2594 user: dkf tags: trunk | |
| 10:25 | Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg) check-in: 1e8111a112 user: patthoyts tags: trunk | |
| 09:23 | Detect problem case and prove that it's fixed. check-in: ca93781920 user: dkf tags: trunk | |
| 09:07 | Fix off-by-one error that caused crashes. D'oh! check-in: c72744fe33 user: dkf tags: trunk | |
|
2008-05-06
| ||
| 16:33 | fix Makefile dependency check-in: c0210bf746 user: das tags: trunk | |
|
2008-05-04
| ||
| 07:28 | CONST -> const check-in: af93d720f5 user: nijtmans tags: trunk | |
|
2008-05-03
| ||
| 19:31 | use Tcl_Panic() instead of panic() check-in: f2076ab1fb user: das tags: trunk | |
|
2008-05-02
| ||
| 20:08 | Converted the [binary] command into an ensemble. check-in: dca4069c80 user: patthoyts tags: trunk | |
| 20:02 | Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanup check-in: e4acb9c146 user: patthoyts tags: trunk | |
| 19:32 | Record tclvfs base check-in: fcb40a675a user: patthoyts tags: trunk | |
| 10:27 | More elimination of pre-C89-isms. check-in: 27caec3459 user: dkf tags: trunk | |
|
2008-04-27
| ||
| 22:41 | Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2dee210a8d user: dkf tags: trunk | |
| 22:21 | Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2d205c22fb user: dkf tags: trunk | |