Timeline
Not logged in

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

118 check-ins using file compat/zlib/contrib/dotzlib/readme.txt version dd9e8e778f

2010-04-20
14:24
Use function prototypes from the FS API. check-in: 586991963c user: nijtmans tags: trunk
2010-04-19
15:58
merge check-in: 256b0d9584 user: dgp tags: dgp-refactor
15:43
* generic/tclExecute.c (TclExecuteByteCode): Improve commenting and reduce indentation for the Inv... check-in: 2cde16e618 user: dkf tags: trunk
2010-04-18
11:51
* doc/unset.n: [Bug 2988940]: Fix typo. check-in: 02fe026b3e user: dkf tags: trunk
2010-04-15
14:56
Added comment check-in: 1791ed0caa user: nijtmans tags: trunk
13:58
Move inclusion of <tchar.h> from tclPlatDecls.h to tclWinPort.h, where it belongs. Add fallback in t... check-in: 4967cf572a user: nijtmans tags: trunk
08:52
* doc/try.n: [Bug 2987551]: Fix typo. check-in: 4768780b45 user: dkf tags: trunk
2010-04-14
22:58
Fixed missing update of platform package index, and Makefiles. check-in: 002244c6c6 user: andreas_kupries tags: trunk
19:43
* library/platform/platform.tcl: Linux platform identification: Check /lib64 for existence of fil... check-in: 3dd57d60df user: andreas_kupries tags: trunk
2010-04-13
13:37
Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp Fix gcc warning: comparison of un... check-in: 5426e082dc user: nijtmans tags: trunk
2010-04-09
02:05
merge check-in: 8799d8f95f user: dgp tags: dgp-refactor
2010-04-08
13:26
* generic/tclCompCmdsSZ.c (TclSubstCompile): If the first token does not result in a *guaranteed* ... check-in: 79caf5084b user: dkf tags: trunk
2010-04-07
13:58
merge check-in: dafc023c05 user: dgp tags: dgp-refactor
09:51
Formatting improvements for error stack docs check-in: 92aed87404 user: dkf tags: trunk
2010-04-06
19:59
Repair missing bits in ChangeLog check-in: 304410e619 user: kennykb tags: trunk
14:22
merge check-in: 4b4a48f50b user: dgp tags: dgp-refactor
12:51
* doc/Load.3: Minor corrections of formatting and cross links. check-in: 929a216ffb user: dkf tags: trunk
12:35
Fix signature of Tcl_LoadFile in documentation check-in: 8d125f4c10 user: nijtmans tags: trunk
12:02
merge check-in: 6d5b47b764 user: dgp tags: dgp-refactor
09:17
regenerated with autoconf-2.59 [Bug 2982540] configure and install* script files should always have ... check-in: 01324f0ef5 user: nijtmans tags: trunk
09:05
regenerated with autoconf-2.59 [Bug 2982540] configure and install* script files should always have ... check-in: 401c0108e1 user: nijtmans tags: trunk
08:34
Undo check-in: a322ec99b4 user: dkf tags: trunk
07:50
* generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Plug leak of object when setting a variable fails. check-in: e3b1fcdc88 user: dkf tags: trunk
02:37
merge check-in: 5a7746cb57 user: dgp tags: dgp-refactor
2010-04-05
21:46
merge check-in: 73102b13ad user: dgp tags: dgp-refactor
19:44
TIP #348 IMPLEMENTATION - Substituted error stack check-in: 43fe304839 user: ferrieux tags: trunk
13:54
Regen with autoconf 2.61 (what I have) check-in: ef3fae2e21 user: dkf tags: trunk
12:45
Flip the defaults for whether to build threaded. Part of TIP #364. check-in: cdc00c6f74 user: dkf tags: trunk
07:38
Fix two failing tests by matching the can't-lookup-symbol error message. check-in: 74f9cd4b4f user: dkf tags: trunk
2010-04-04
17:37
merge check-in: cb456a1f91 user: dgp tags: dgp-refactor
15:11
Minor changes to enforce Engineering Manual style rules. check-in: e0779f4c92 user: dkf tags: trunk
15:03
Added a first crack at documentation for TIP #357's Tcl_LoadFile et al. check-in: 3d4b2b893a user: dkf tags: trunk
11:59
* macosx/tclMacOSXBundle.c (OpenResourceMap): [Bug 2981528]: Only define this function when HAVE_C... check-in: 73ff3de36b user: dkf tags: trunk
2010-04-02
23:48
merge check-in: bda2f88d91 user: dgp tags: dgp-refactor
23:11
Add missing "const" in signature, and some formatting fixes check-in: 0400a6f222 user: nijtmans tags: trunk
22:52
* generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commit * unix/tclLoadDyld.c (TclpDlo... check-in: 72fb2df278 user: dkf tags: trunk
21:21
* generic/tcl.decls: [TIP #357]: First round of changes * generic/tclDecls.h: to export Tcl_LoadFi... check-in: 80aa157f45 user: kennykb tags: trunk
19:27
* library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of * tests/registry.test: bug... check-in: dd10b0cf0b user: kennykb tags: trunk
19:23
* generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallest floating point number until it ... check-in: 0ff9783605 user: kennykb tags: trunk
2010-04-01
13:31
Small changes to make code fit Engineering Manual and compile on C89. check-in: 0c034c15c5 user: dkf tags: rmax-ipv6-branch
2010-03-31
22:12
Added missing doc. Oops! check-in: a9f31bb325 user: dkf tags: trunk
20:58
merge check-in: 755150b4ea user: dgp tags: dgp-refactor
20:55
* doc/package.n: [Bug 2980210]: Document the arguments taken by the [package present] command corr... check-in: f350503aa0 user: dkf tags: trunk
14:14
Improve the documentation of how to make and use a thread. check-in: c08ea9d1e0 user: dkf tags: trunk
14:13
merge check-in: 869f5f1957 user: dgp tags: dgp-refactor
10:29
[FRQ 2974744]: share exception codes (ObjType?): Revised test cases, making sure that abbreviated co... check-in: 8a5a22ad19 user: nijtmans tags: trunk
2010-03-30
22:48
merge check-in: b0a10bb76f user: dgp tags: dgp-refactor
21:18
Use TclWinConvertWSAError() at the right places inside CreateSocket() check-in: 176cfa12e7 user: rmax tags: rmax-ipv6-branch
21:17
* generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, ReflectSeekWide, ReflectWatch,... check-in: 420bcd3d39 user: andreas_kupries tags: trunk
18:52
Fix the logic of connecting client sockets under Windows check-in: 8973c3f502 user: rmax tags: rmax-ipv6-branch
16:51
merge check-in: 8088400890 user: dgp tags: dgp-refactor
16:31
* generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder the validity ... check-in: f73bde5491 user: dgp tags: trunk
16:26
First shot at porting the IPv6 changes to Windows check-in: ba424136ad user: rmax tags: rmax-ipv6-branch
14:28
merge check-in: e3a9325792 user: dgp tags: dgp-refactor
14:16
[Bug 2979399] uninitialized value troubles check-in: a7f4609167 user: nijtmans tags: trunk
14:10
merge check-in: 758e7bb9f6 user: dgp tags: dgp-refactor
14:05
Finish bump to registry 1.3.0 check-in: 2268733bd3 user: dgp tags: trunk
13:17
[FRQ 2974744]: share exception codes (ObjType?): further optimization, making use of indexType. check-in: 416a8249cd user: nijtmans tags: trunk
12:38
Bump version of registry package to 1.3. check-in: 977c9f9ba6 user: dkf tags: trunk
12:33
TIP #362 IMPLEMENTATION * win/tclWinReg.c: [Patch 2960976]: Apply patch from Damon Courtney to * ... check-in: 3606e1e39c user: dkf tags: trunk
08:45
Merge from HEAD to rmax-ipv6-branch check-in: 54b695423d user: rmax tags: rmax-ipv6-branch
02:29
merge check-in: c3f2341ff0 user: dgp tags: dgp-refactor
2010-03-29
22:31
Only test for -visibility=hidden with gcc (Second remark in [Bug 2976508]) check-in: 397c8a8733 user: nijtmans tags: trunk
21:58
* generic/tclStringObj.c: Fix array overrun in test format-1.12 caught by valg... check-in: 091499cda4 user: dgp tags: trunk
20:16
Add a compat-define for AF_INET6 check-in: f4a0700510 user: rmax tags: rmax-ipv6-branch
14:03
merge check-in: 7e3238e45f user: dgp tags: dgp-refactor
09:31
Minor formatting corrections check-in: 2de30c6817 user: dkf tags: trunk
2010-03-28
03:24
merge check-in: d15d5b7c2b user: dgp tags: dgp-refactor
03:17
Revert the conversion of TCL_VERSION to "8.1" and "8.5" in the Tcl_InitStubs() calls of the pkg*.c t... check-in: fe807045e6 user: dgp tags: trunk
2010-03-27
22:47
Provide "lowest supported Tcl version" to the Tcl_InitStubs functions in unix/dltest, in stead of "c... check-in: 2a8d873d37 user: nijtmans tags: trunk
22:40
[Freq 2974744] share exception codes (ObjType?) check-in: a7d613dfe6 user: nijtmans tags: trunk
15:14
Comment the ifdefery around AI_ADDRCONFIG and IPV6_V6ONLY check-in: aede3689f0 user: rmax tags: rmax-ipv6-branch
13:25
Conditionalize the use of IPV6_V6ONLY check-in: 5938be08e9 user: rmax tags: rmax-ipv6-branch
2010-03-26
14:21
merge check-in: 706217e9df user: dgp tags: dgp-refactor
09:43
[Bug 2976508] tcl HEAD fails on HP-UX check-in: 6833cb0282 user: nijtmans tags: trunk
2010-03-25
19:34
Fix the address logic when opening client sockets check-in: 4e29b86545 user: rmax tags: rmax-ipv6-branch
14:53
* unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected number of arguments to fstatfs() ... check-in: fed3232b19 user: dkf tags: trunk
14:26
merge check-in: ed6d94268d user: dgp tags: dgp-refactor
14:02
* macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c: * macosx/tclMacOSXNotify.c: Reduce the level o... check-in: 59d080706b user: dkf tags: trunk
2010-03-24
16:53
oops check-in: ce5fad172e user: dgp tags: trunk
16:12
merge check-in: 25c57bd142 user: dgp tags: dgp-refactor
15:33
* generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so * tests/result.t... check-in: 7cdddeb282 user: dgp tags: trunk
13:29
merge check-in: ff7d54a3ec user: dgp tags: dgp-refactor
13:21
* generic/tclOOInfo.c (InfoObjectMethodTypeCmd) (InfoClassMethodTypeCmd): Added introspection of m... check-in: 2b08d45000 user: dkf tags: trunk
13:03
merge updates check-in: f493796d89 user: dgp tags: dgp-refactor
10:35
* tests/async.test (async-4.*): Reduce obscurity of these tests by putting the bulk of the code fo... check-in: 4edcf391c7 user: dkf tags: trunk
10:25
* generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the [try] command does not trap... check-in: 19993c384d user: dkf tags: trunk
2010-03-23
23:28
merge updates check-in: dbd4d38478 user: dgp tags: dgp-refactor
23:25
* generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computing indices of script ar... check-in: 6bc6b87821 user: dgp tags: trunk
14:14
Conditionalize the use of AI_ADDRCONFIG check-in: d7c7735f38 user: rmax tags: rmax-ipv6-branch
14:07
merge updates check-in: a05b7c29a2 user: dgp tags: dgp-refactor
13:08
Make error message in "try" implementation exactly the same as the one in "return" check-in: 624d3b1b3c user: nijtmans tags: trunk
12:58
Make error message in "try" implementation exactly the same as the one in "return" check-in: bd5b3c5b09 user: nijtmans tags: trunk
2010-03-22
22:55
merge updates check-in: 1c6ab93f50 user: dgp tags: dgp-refactor
22:47
* generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer values to identif... check-in: 3bbde5159a user: dgp tags: trunk
13:07
merge updates check-in: 5f9d9e4edb user: dgp tags: dgp-refactor
2010-03-20
21:26
Clarify the use of '&' for backgrounding a pipeline. check-in: 008ec6eae4 user: dkf tags: trunk
18:00
merge updates check-in: c65700492b user: dgp tags: dgp-refactor
17:49
Missed a spot. check-in: eb14061610 user: dkf tags: trunk
15:58
merge updates check-in: f275ac41be user: dgp tags: dgp-refactor
15:40
regen check-in: bba3e3d384 user: dkf tags: trunk
15:39
Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue. check-in: a2e969549f user: dkf tags: trunk
12:00
stub16.c Don't hide that we use the ASCII API here. tclWinPipe.c 2 unnecessary type c... check-in: f5209189f6 user: nijtmans tags: trunk
2010-03-19
15:26
merge updates check-in: cae9f6bfbc user: dgp tags: dgp-refactor
11:54
Compile the [throw] command. check-in: 7f27b697b7 user: dkf tags: trunk
2010-03-18
20:54
commit msg error check-in: 8e0fe48844 user: dgp tags: trunk
20:34
* generic/tclListObj.c: Prevent in overflow trouble in [lreplace] * generic/tclTestO... check-in: d368f28135 user: dgp tags: trunk
14:39
merge updates from HEAD check-in: 7d0274e793 user: dgp tags: dgp-refactor
14:35
Fix silly error in bytecode generation for [try]. check-in: b4a8de2746 user: dkf tags: trunk
14:29
merge updates check-in: c4a702fdd7 user: dgp tags: dgp-refactor
10:59
[Bug 2971921]: Corrected jump so that it doesn't skip into the middle of an instruction! Tightened... check-in: 77164c4ac7 user: dkf tags: trunk
2010-03-17
19:27
First attempt on IPv6 support with the goal of maximum transparency and backwards compatibility. check-in: eee9f47c0a user: rmax tags: rmax-ipv6-branch
17:26
merge updates from HEAD check-in: 296b59ea58 user: dgp tags: dgp-refactor
16:35
* generic/tclIORTrans.c (ReflectInput, ReflectOutput, ReflectSeekWide): [Bug 2921116]: Added miss... check-in: 366cd619ab user: andreas_kupries tags: trunk
2010-03-16
17:12
merge updates check-in: 76fc58806c user: dgp tags: dgp-refactor
16:18
don't cast away "const" without reason. check-in: 8373402a4b user: nijtmans tags: trunk
14:40
merge updates from HEAD check-in: d0785e12de user: dgp tags: dgp-refactor
09:01
Upgrade zlib to version 1.2.4 check-in: 62fd020af8 user: nijtmans tags: trunk