Timeline
Not logged in

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

88 check-ins using file win/Makefile.in version b1928f0216

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
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
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
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
05:25
some edits on the unix socket stuff, still a mess (all mine) check-in: 833f6b9947 user: davygrvy tags: tip-162-branch
2008-12-11
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