Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

444 check-ins using file tests/fileName.test version 8baea82605

2009-02-19
14:55
alternative solution to the signed/unsigned warnings check-in: a6265b9b52 user: dgp tags: trunk
06:35
fix signed/unsigned comparison warnings check-in: a5b3726442 user: das tags: trunk
2009-02-18
20:10
* generic/tclStringObj.c: Simplify the logic of the Tcl_*SetObjLength() routin... check-in: b2511db171 user: dgp tags: trunk
19:47
another TODO check-in: e8f8bf65a5 user: dgp tags: trunk
18:31
* generic/tclStringObj.c: Rewrite GrowStringBuffer() so that it has parallel s... check-in: 3f462e6880 user: dgp tags: trunk
17:45
* generic/tclStringObj.c: Another round of simplification on the allocation ma... check-in: e352a00e67 user: dgp tags: trunk
06:26
* generic/tclStringObj.c: Another round of simplification on the allocation ma... check-in: 61fb6cf251 user: dgp tags: trunk
2009-02-17
21:40
* generic/tclStringObj.c: Pare back the length of the unicode array in a non-e... check-in: 8754f4357d user: dgp tags: trunk
21:05
* generic/tclStringObj.c: Factor out common GrowUnicodeBuffer() and solve over... check-in: cfe9911057 user: dgp tags: trunk
18:10
* win/tcl.m4, win/configure: Check if cl groks _WIN64 already to avoid CC manipulation that can sc... check-in: e587ee7ca9 user: hobbs tags: trunk
17:17
* generic/tclStringObj.c: Factor out common GrowStringBuffer(). * generic/tcl... check-in: 820ba0e29a user: dgp tags: trunk, potential incompatibility
06:52
* generic/tclStringObj.c: Revise buffer growth implementation in ExtendStringR... check-in: e188de7032 user: dgp tags: trunk
2009-02-16
23:03
fix [Feature Request 2605263] use official zlib build. check-in: 77fa325ce4 user: nijtmans tags: trunk
22:56
fix [Feature Request 2605263] use official zlib build. check-in: 8f34b18e0c user: nijtmans tags: trunk
21:41
fix [Bug 2605232] tdbc doesn't build when Tcl is compiled with --disable-shared. check-in: b12ff1f84a user: nijtmans tags: trunk
04:33
* generic/tclTestObj.c: Replace the [teststringobj ualloc] testing * tests/stringObj... check-in: e0e22cfc3b user: dgp tags: trunk
04:06
* generic/tclStringObj.c: Added protections from invalid memory * generic/tclT... check-in: 1c3c3be74a user: dgp tags: trunk
2009-02-15
23:13
* generic/tclStringObj.c: Factor out duplicate code from Tcl_AppendObjToObj. check-in: dac012d276 user: dgp tags: trunk
22:32
* generic/tclStringObj.c: Replace the 'size_t uallocated' field of the String ... check-in: 14abdb946c user: dgp tags: trunk
16:49
* generic/tclStringObj.c: Removed limitation in Tcl_AppendObjToObj where the c... check-in: 24a9c9e7b5 user: dgp tags: trunk
2009-02-14
23:07
* generic/tclStringObj.c: Revisions so that we avoid creating the strange repr... check-in: 59f23bd2a8 user: dgp tags: trunk
22:54
* generic/tclTestObj.c: Revise updates to [teststringobj] so we don't get blocked by... check-in: 701671c72e user: dgp tags: trunk
20:30
Const correctness fixes in the debug build. check-in: 5f4a54eded user: dgp tags: trunk
2009-02-13
14:45
Remove all "register" keywords. check-in: 8676898b20 user: dgp tags: trunk
04:01
New utility routine UnicodeLength(), to compute the length of unicode buffer argumen... check-in: 42a8e6fdf2 user: dgp tags: trunk
03:22
* generic/tclStringObj.c: Rewrites of the routines Tcl_GetCharLength, Tcl_GetU... check-in: d2191985b4 user: dgp tags: trunk
2009-02-12
17:08
* generic/tclStringObj.c: Simplified Tcl_GetCharLength by * generic/tclTestObj... check-in: 215d13fc4c user: dgp tags: trunk
14:45
* generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRep so that we no l... check-in: 7d98b7fffc user: dgp tags: trunk
09:27
Fix tricky point that meant it was next to impossible to extend [oo::define]. check-in: ac61ee3958 user: dkf tags: trunk
04:35
Revise latest commit to better maintain stringPtr->numChars. check-in: f9db57a39e user: dgp tags: trunk
03:46
* generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRep so that we no l... check-in: ed8007db13 user: dgp tags: trunk
2009-02-11
19:33
Removed casts now unnecessary after type of stringPtr->allocated changed. check-in: 0bc9529c8f user: dgp tags: trunk
18:07
* generic/tclStringObj.c: Changed type of the 'allocated' field * generic/tclT... check-in: d0225f51c9 user: dgp tags: trunk
15:28
* generic/tclStringObj.c: Changed type of the 'allocated' field of the String struct... check-in: 93efedde3f user: dgp tags: trunk
2009-02-10
23:08
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: a45c7b126b user: nijtmans tags: trunk
22:49
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 160bcb1152 user: nijtmans tags: trunk
21:57
fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC. check-in: 3023b7c8ff user: nijtmans tags: trunk
21:04
Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString, which is only... check-in: 1f05ccc310 user: dgp tags: trunk
17:37
Simplify Tcl_SetObjLength by removing unreachable code. check-in: 927c8dae6c user: dgp tags: trunk
17:28
Simplify SetStringFromAny() by removing unreachable and duplicate code. check-in: f811987143 user: dgp tags: trunk
17:09
* generic/tclObj.c (Tcl_GetString): Added comments and validity checks following... check-in: 78d89e677c user: dgp tags: trunk
15:37
Convert all Tcl_InvalidateStringRep() calls into macros. check-in: e1cda5d2cf user: dgp tags: trunk
14:59
* generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*. Restrict Appen... check-in: 84a1bb328a user: dgp tags: trunk
14:38
* generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication. check-in: 0fb18eb9e7 user: dgp tags: trunk
03:55
formatting check-in: 03085a5401 user: dgp tags: trunk
2009-02-09
22:55
fix [Bug 2555129] const compiler warning (as error) in tclCompile.c check-in: a844523f95 user: nijtmans tags: trunk
2009-02-07
22:42
Improve error messages. [Bug 2573172] check-in: 6397952565 user: dkf tags: trunk
2009-02-06
00:59
Fix for [Bug 2544618] check-in: bdd187e3de user: mistachkin tags: trunk
2009-02-05
22:12
Simplify the implementation of some commands now that the underlying string API knows more about byt... check-in: ee4709ceaf user: dkf tags: trunk
21:27
Add missing cast check-in: 9cef9aac53 user: dkf tags: trunk
14:21
Fix [Bug 2568434] check-in: f783e3b9ff user: dkf tags: trunk
11:57
More/better/cleaner handling of the bytearray special casing for string ops. check-in: 174db4e4cd user: dkf tags: trunk
01:21
Improve efficiency of Tcl_AppendObjToObj's bytearray handling. check-in: 94be40db3a user: dkf tags: trunk
2009-02-04
21:45
comment typo check-in: 0a9d076582 user: dgp tags: trunk
19:59
* generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routin... check-in: 50800297d9 user: dgp tags: trunk
18:15
* generic/tclCmdMZ.c: Prevent crashes due to int overflow of the length of the res... check-in: cf87a8291e user: dgp tags: trunk
2009-02-03
23:34
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 4e6ad69d53 user: nijtmans tags: trunk
23:10
- eliminate some unnessary type casts - some internal const decorations - spacing check-in: 4ad5e07e8e user: nijtmans tags: trunk
18:48
Added missing declaration of tclCmdNameType check-in: f72414bcb8 user: dkf tags: trunk
18:16
Fix for [Bug 2558422] though this area is still a mess. check-in: 3e5eb95379 user: dkf tags: trunk
18:10
* generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeO... check-in: b0fc858575 user: dgp tags: trunk
17:15
* generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication. check-in: 237d9f22c5 user: dgp tags: trunk
2009-02-02
06:02
* generic/tclInterp.c: Reverted the conversion of [interp] into an * tests/interp.t... check-in: 419a8c1538 user: dgp tags: trunk
05:54
* generic/tclStringObj.c (STRING_NOMEM): Add missing cast of NULL to (char *) that ... check-in: 75bf4b19b7 user: dgp tags: trunk
05:47
* generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Added protections against ca... check-in: 2a6367e1b9 user: dgp tags: trunk
05:44
Revert unreleased improvements to pkgs/itcl . check-in: 75729d9a20 user: dgp tags: trunk
2009-02-01
19:36
no message check-in: f8d96d4bb1 user: davygrvy tags: trunk
19:35
* win/makefile.vc: Allow nmake flags such as -a (rebuild all) to pass down to the pkgs targets, to... check-in: 84588b5ce4 user: davygrvy tags: trunk
17:57
no message check-in: ccfe88b393 user: davygrvy tags: trunk
2009-01-31
15:11
remove accidental typo check-in: e6bc97edbd user: dkf tags: trunk
2009-01-30
16:01
improved test fixes check-in: 80965d4042 user: dgp tags: trunk
11:34
Added another example. [Bug 1216074] check-in: 162596d230 user: dkf tags: trunk
11:18
Added example. check-in: c0f0334598 user: dkf tags: trunk
2009-01-29
22:14
Fix [Bug 2006888] check-in: 259603c6a0 user: dkf tags: trunk
17:13
* generic/tclInterp.c: Convert the [interp] command into a * tests/interp.test: ... check-in: ab2e541228 user: dgp tags: trunk
15:57
Fix [Bug 2519474] check-in: a1b195f5d2 user: dkf tags: trunk
14:53
Fix [Bug 2537839] check-in: 0140eb5ef5 user: dkf tags: trunk
14:45
* generic/tclInterp.c: Convert the [interp] command into a [namespace ensemble]. W... check-in: e0463ea7f5 user: dgp tags: trunk
11:28
Fix [Bug 2529117] check-in: ead5164915 user: dkf tags: trunk
2009-01-28
16:28
Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c where only the objProc case w... check-in: 2694a37e98 user: dkf tags: trunk
2009-01-27
11:11
Fix [Bug 2531577] check-in: ff97a151d3 user: dkf tags: trunk
00:01
Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for similar late... check-in: 12792e6ea9 user: ferrieux tags: trunk
2009-01-26
22:57
Fix [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). check-in: 3022658c78 user: ferrieux tags: trunk
16:42
minor formatting improvements check-in: 96c5ce1f39 user: dkf tags: trunk
16:25
Fix [Bug 2536400] check-in: 45b68fba26 user: dkf tags: trunk
2009-01-24
00:03
Added a note that 'zlib push' is reversed by 'chan pop'. check-in: 0641f0dfe8 user: dkf tags: trunk
2009-01-22
06:42
CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) {unix win} in *.decls is equivalent to... check-in: b4d9520da5 user: nijtmans tags: trunk
05:07
typo check-in: 15291e35f5 user: dgp tags: trunk
02:11
* unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). * unix/configure: Au... check-in: 7c74da2b81 user: kennykb tags: trunk
00:11
* generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. * generic/tclIORTrans.c (ReflectClo... check-in: e96c03080e user: andreas_kupries tags: trunk
2009-01-21
21:29
* generic/tclStringObj.c: New fix for [Bug 2494093] replaces the flawed attempt comm... check-in: 17135c11fc user: dgp tags: trunk
2009-01-20
03:38
Patch 907924 check-in: c905b776df user: kennykb tags: trunk
2009-01-19
22:13
no message check-in: 8f48c4d13a user: davygrvy tags: trunk
22:10
Addressed the over-building nature of the htmlhelp target by moving from a pseudo target to a real t... check-in: 7b6199f027 user: davygrvy tags: trunk
19:55
no message check-in: 35a94fbf85 user: davygrvy tags: trunk
19:54
* win/build.vc.bat: Improved tools detection and error message. * win/makefile.vc: Reorganized the... check-in: 8898dfcee4 user: davygrvy tags: trunk
2009-01-18
00:07
The converter author should not be assigned copyright for transformed documents check-in: 53d907e750 user: patthoyts tags: trunk
2009-01-16
20:49
correct the commit message check-in: bcc4a2e0a5 user: dgp tags: trunk
20:44
* generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish * library/init.tcl... check-in: c8cfc118c3 user: dgp tags: trunk
09:20
[Bug 2512659] patch for typo applied check-in: 3bbaf4de79 user: patthoyts tags: trunk
2009-01-14
14:14
typo check-in: b0777357cf user: dgp tags: trunk
06:10
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverted most of the substan... check-in: e0ace167c0 user: dgp tags: trunk
2009-01-13
22:35
fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC check-in: e7b65e5e4c user: nijtmans tags: trunk
20:30
Move [throw] implementation into C. check-in: edad258731 user: dkf tags: trunk
2009-01-12
16:50
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequence of the NRE rewrit... check-in: 860d062f15 user: dgp tags: trunk
2009-01-09
15:34
* generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation... check-in: 3b1f4e78cd user: dgp tags: trunk
15:00
Fix [Bug 1558654] check-in: e8ce6096bc user: dkf tags: trunk
11:21
Style fixes (unfouling whitespace, sorting comments, removing useless casts, etc.) check-in: cd3c38f00a user: dkf tags: trunk
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