Timeline
Not logged in

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

63 check-ins using file win/tclWinPipe.c version d70f3efc28

2018-11-16
20:44
merge 8.7 check-in: d167840eb0 user: dgp tags: trunk
05:26
merge trunk check-in: 0b160fa68c user: dgp tags: dgp-refactor
05:04
conflict free merge check-in: 1f2a70dff3 user: dgp tags: dgp-refactor
04:57
Merge TIP 514 and drop tests that it breaks. check-in: 940a19f559 user: dgp tags: dgp-refactor
04:10
silence compiler warnings check-in: 6364870a14 user: dgp tags: dgp-refactor
03:51
PushLiteral() is no longer happy with a length argument of -1. check-in: f886387b13 user: dgp tags: dgp-refactor
03:03
Revise code that assumed you could pass any negative string length, not only -1. check-in: 57b63a61eb user: dgp tags: dgp-refactor
01:01
Parser cannot test for a size_t numBytes to be < 0; convert to TCL_AUTO_LENGTH check-in: e911f0d2bd user: dgp tags: dgp-refactor
2018-11-15
20:33
Remove "nostub" entries, which are no longer used. See also TIP #512. Also fix many EXEC/UNEXEC fi... check-in: 06ef5adfa9 user: jan.nijtmans tags: trunk
19:38
Merge 8.7 check-in: 1a1a5c4cb9 user: jan.nijtmans tags: trunk
17:34
merge 8.7 check-in: cbf99b063b user: dgp tags: trunk
17:04
merge 8.7 check-in: 49392a99c5 user: dgp tags: trunk
08:19
Merge 8.7 Fix Tcl_InitStringRep() signature in line with TIP #494, so it can handle lengths >2Gb on ... check-in: 016f65758f user: jan.nijtmans tags: trunk
03:16
Merge TIP 494 and remove conflicts. Result doesn't work. check-in: 37c7a89a0b user: dgp tags: dgp-refactor
2018-11-14
07:41
Merge 8.7 check-in: 363e4d99c1 user: jan.nijtmans tags: trunk
2018-11-13
21:11
merge mark check-in: 90ecb4056f user: dgp tags: trunk
21:10
[35a8f1c04a] Fix bad lengths when creating string rep of some lists. check-in: 848f2df503 user: dgp tags: trunk
21:04
Implement TIP 445 check-in: 439113e1be user: dgp tags: trunk
17:55
make genstubs check-in: 519a1e2663 user: dgp tags: trunk
16:49
TIP 525 bug fix. check-in: a1207d9a2f user: dgp tags: trunk
16:37
Implement TIP 506 check-in: 2b96285daf user: dgp tags: trunk
16:29
Implement TIP 524 check-in: 98ce708184 user: dgp tags: trunk
16:18
Adapted TIP 523 check-in: b0c34f2f60 user: dgp tags: trunk
16:02
Adapted TIP 519 check-in: c2d56ebcdb user: dgp tags: trunk
15:52
Adapted TIP 501 check-in: 4c1f444dd9 user: dgp tags: trunk
15:41
Repaired and adapted TIP 406. check-in: 27523cea66 user: dgp tags: trunk
15:23
Plug memory leak. Fork new trunk that isn't broken. check-in: b512b07904 user: dgp tags: trunk
2018-11-01
14:50
merge 8.7 check-in: 7664bb78aa user: dgp tags: trunk
2018-10-30
20:43
Merge 8.7 check-in: c501ac4d38 user: jan.nijtmans tags: trunk
2018-10-29
19:58
Merge 8.7 check-in: f96f19e7e4 user: jan.nijtmans tags: trunk
15:04
merge 8.7 check-in: f3611d1ed1 user: dgp tags: trunk
2018-10-27
19:46
Merge 8.7 check-in: 6966eb6f6f user: jan.nijtmans tags: trunk
18:08
Update TZ info to tzdata2018g. check-in: 939c6715ef user: jima tags: trunk
2018-10-26
19:03
Merge 8.7 check-in: 60ab530f61 user: jan.nijtmans tags: trunk
2018-10-24
00:06
merge trunk check-in: b2e2314ae8 user: dgp tags: dgp-properbytearray
2018-10-23
23:42
merge 8.7 check-in: eebc90221c user: dgp tags: trunk
19:42
Merge 9.0 check-in: 21c7ee7905 user: jan.nijtmans tags: tip-497
19:15
Merge 8.7 check-in: 8c20090491 user: jan.nijtmans tags: trunk
11:18
Expand the build matrix Closed-Leaf check-in: 63ef573993 user: dkf tags: travis-9.0
2018-10-22
20:41
Merge 8.7 check-in: 066566fd78 user: jan.nijtmans tags: trunk
18:21
Merge 8.7 check-in: c80a06649b user: jan.nijtmans tags: trunk
18:04
Merge 8.7 check-in: 30c74fc0a1 user: jan.nijtmans tags: trunk
2018-10-21
21:32
Formatting, PTR2INT range improvements, and remove some macro's only used on Cygwin, which are no lo... check-in: 5590cac709 user: jan.nijtmans tags: trunk
21:00
Merge 8.7 check-in: 280d890b3e user: jan.nijtmans tags: trunk
10:17
Disable windows builds. Make test failures fatal. check-in: 48c901a8db user: dkf tags: travis-9.0
2018-10-20
21:09
Use right branch name check-in: 528022563b user: dkf tags: travis-9.0
21:09
Convert into a README for 9.0 check-in: 3fb0f6035a user: dkf tags: travis-9.0
21:08
Working on porting the travis config forward check-in: 4759254be3 user: dkf tags: travis-9.0
2018-10-19
21:11
Fix [77f1088210fd739]: trunk: mac os x: compilation warnings check-in: bac617bc8b user: jan.nijtmans tags: trunk
19:21
merge trunk check-in: 62d8b86bae user: jan.nijtmans tags: tip-497
15:53
Merge 8.7 check-in: 8c57795bed user: jan.nijtmans tags: trunk
2018-10-18
18:25
Update TZ info to tzdata2018f. check-in: 95c3478530 user: jima tags: trunk
15:42
Implementation of TIP 519 Closed-Leaf check-in: edb8c8e2f0 user: gahr tags: tip-519
2018-10-17
22:40
Merge 8.7 check-in: 79ce3a5301 user: jan.nijtmans tags: trunk
20:03
Merge 8.7 check-in: c7bdbf4755 user: jan.nijtmans tags: trunk
16:37
merge 8.7 check-in: cd5dd34ec3 user: dgp tags: trunk
2018-10-12
18:29
Merge 8.7 check-in: 41013f5dac user: jan.nijtmans tags: trunk
2018-10-09
21:16
Merge 8.7 check-in: ca235a6fe7 user: jan.nijtmans tags: trunk
18:52
Merge trunk check-in: 2ec0fe1752 user: jan.nijtmans tags: tip-497
18:17
Merge 8.7 check-in: 41b954d063 user: jan.nijtmans tags: trunk
2018-10-08
19:36
Merge 8.7 check-in: acd6c0661e user: jan.nijtmans tags: trunk
19:00
TIP #494 implementation: More use of size_t in Tcl 9 check-in: f3d49044c4 user: jan.nijtmans tags: trunk
2018-10-06
19:20
Use more TCL_AUTO_LENGTH, when appropriate Closed-Leaf check-in: c643e8fe38 user: jan.nijtmans tags: memory-API