Timeline
Not logged in

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

52 check-ins using file unix/tclUnixNotfy.c version 8f80dfe8b4

2012-09-06
19:01
3564735 Protection against namespace var resolvers that unexpectedly return a pointer to Var while T... Closed-Leaf check-in: b0ffeaec95 user: dgp tags: bug-3564735
2012-09-05
09:37
Minor clarification of description; all traces use a command prefix for their callbacks. check-in: 2bb4e9212b user: dkf tags: core-8-5-branch
2012-08-29
08:49
Alternative fix for bug-3562640 Closed-Leaf check-in: 71d18ede8d user: jan.nijtmans tags: bug-3562640-alt
2012-08-25
16:39
minor: tidy up formatting check-in: 9bc869dda1 user: dkf tags: core-8-5-branch
10:07
[Bug 3561330]: Use the correct full name of March in Ukrainian. check-in: 0c983d78f7 user: dkf tags: core-8-5-branch
2012-08-24
06:29
make sure that extensions which might still use TclWinNToHS, now use ntohs directly. check-in: f66713fc65 user: jan.nijtmans tags: core-8-5-branch
2012-08-23
20:06
small wrapper for TclWinNToHs, for change in calling convention check-in: 624e7971f7 user: jan.nijtmans tags: core-8-5-branch
12:07
[Bug 3496014] Protect Tcl_SetByteArrayObj for invalid values (Backported from Tcl 8.6) check-in: 268122a79b user: jan.nijtmans tags: core-8-5-branch
2012-08-20
23:45
3559678 Fix bad filename normalization when the last component is the empty string. check-in: 0b332ef62e user: dgp tags: core-8-5-branch
09:01
... and don't forget ChangeLog entry check-in: 4000282abb user: jan.nijtmans tags: core-8-5-branch
08:59
Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an initialized winsock_2 l... check-in: 8dfb46ecf8 user: jan.nijtmans tags: core-8-5-branch
2012-08-17
07:19
nmakehlp: Add "-V<num>" option, in order to be able to detect partial version numbers. check-in: 38bf51dba1 user: jan.nijtmans tags: core-8-5-branch
2012-08-15
08:12
Only build the threaded builds by default. Backport some improvements from Tcl 8.6 check-in: 8cf1845eaf user: jan.nijtmans tags: core-8-5-branch
2012-08-13
22:27
[Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler warnings. check-in: 074c6d5d58 user: stwo tags: core-8-5-branch
2012-08-08
09:25
[Bug #1536227]: Cygwin network pathname supoort check-in: b43269edb8 user: jan.nijtmans tags: core-8-5-branch
2012-08-07
15:23
3554250 Overlooked one field of cleanup in the thread exit handler for the filesystem subsystem. check-in: ab38ae2fd5 user: dgp tags: core-8-5-branch
06:46
Installer improvements, like [226a993973]. check-in: 238d0cb630 user: stwo tags: core-8-5-branch
2012-08-06
07:01
Reference to correct Bug #number check-in: cde975b711 user: jan.nijtmans tags: core-8-5-branch
2012-07-31
23:25
add coffbase for sample check-in: 2b8235ee3f user: jan.nijtmans tags: core-8-5-branch
14:46
add thread to coffbase.txt, so the thread extensions can use it check-in: ad357243f9 user: jan.nijtmans tags: core-8-5-branch
10:33
Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension check-in: 837d4e168b user: jan.nijtmans tags: core-8-5-branch
2012-07-28
22:54
Bug [3549770]: Multiple test failures running tcltest outside build tree check-in: 288d3e72e5 user: jan.nijtmans tags: core-8-5-branch
14:52
[Bug 3549770] Multiple test failures running tcltest outside build tree check-in: 6aef22c0bb user: jan.nijtmans tags: core-8-5-branch
2012-07-27
21:48
Support Unicode 6.2 (Add Turkish lira sign) check-in: bc05289ee9 user: jan.nijtmans tags: core-8-5-branch
16:26
merge release to dev check-in: 4e1195ef70 user: dgp tags: core-8-5-branch
2012-07-25
15:03
merge 8.5 Closed-Leaf check-in: 1cc0f68d7d user: dgp tags: core-8-5-12-rc, core-8-5-12
14:56
update changes check-in: 972b3415a1 user: dgp tags: core-8-5-branch
14:44
3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert. check-in: 1710c3171d user: dgp tags: core-8-5-branch
11:18
merge 8.5 check-in: b741cf9ae4 user: dgp tags: core-8-5-12-rc
2012-07-24
20:19
merge mark check-in: 702f260e56 user: dgp tags: core-8-5-branch
20:14
Preserve the chanPtr so that script evaluation cannot invalidate it when we plan to use it again. check-in: 14f2ba0d03 user: dgp tags: core-8-5-branch
12:58
merge 8.5 check-in: cd3b9d4d0e user: dgp tags: core-8-5-12-rc
2012-07-23
14:45
use backslash and braces in regexp check-in: 247c77fb0f user: jan.nijtmans tags: core-8-5-branch
14:20
Bug #3547593: fcmd test failures on Windows 7 WOW64 check-in: 8eed2203b6 user: jan.nijtmans tags: core-8-5-branch
2012-07-20
08:43
merge-mark check-in: 8c75ef0d5f user: jan.nijtmans tags: core-8-5-branch
08:28
Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, Darwin or Cygwin check-in: fc2b68ca7f user: jan.nijtmans tags: core-8-5-branch
01:47
Fix several more missing mutex-locks in TestasyncCmd. check-in: e393e41a8d user: mistachkin tags: core-8-5-branch
2012-07-19
22:37
autoconf-2.59 check-in: 39d2d58c69 user: jan.nijtmans tags: core-8-5-branch
17:36
[Bug 3544685]: Missing mutex-lock in TestasyncCmd since 2011-08-19. Unbounded gratitude to Stuart Ca... check-in: 9463032761 user: ferrieux tags: core-8-5-branch
17:34
Fix for 3544685: Threaded build failures on OpenBSD-current Closed-Leaf check-in: 5194cd81f9 user: jan.nijtmans tags: bug-3544685
13:41
Remove surplus parens check-in: d5166be931 user: dgp tags: core-8-5-branch
09:18
fix fCmd-6.19 testcase on win32 (can't read "tmpspace": no such variable) check-in: 2b84f30b13 user: jan.nijtmans tags: core-8-5-branch
2012-07-18
11:12
better formatting of "configure --help" check-in: e963f45c7c user: jan.nijtmans tags: core-8-5-branch
2012-07-17
17:08
Release note tidiness check-in: 28f19c5aaa user: dgp tags: core-8-5-12-rc
16:25
merge 8.5 check-in: 20a4fde8d8 user: dgp tags: core-8-5-12-rc
13:07
should be uppercase check-in: 1e99ac7328 user: jan.nijtmans tags: core-8-5-branch
12:51
[Bug 3544932]: Visual studio compiler check fails check-in: 9e14e63f45 user: jan.nijtmans tags: core-8-5-branch
2012-07-16
22:40
[Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of the passwd/group access fun... check-in: 2516ef336d user: dkf tags: core-8-5-branch
19:35
merge 8.5 check-in: 3d64e70c04 user: dgp tags: core-8-5-12-rc
08:05
merge-mark check-in: c5b1b41e6a user: jan.nijtmans tags: core-8-5-branch
2012-07-11
19:24
[Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts example better in order ... check-in: b27068f63e user: jan.nijtmans tags: core-8-5-branch
2012-07-10
18:28
[Bug 3541646] Don't panic on triggerPipe overrun check-in: 8937ef6b48 user: jan.nijtmans tags: core-8-5-branch