Timeline
Not logged in

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

41 check-ins using file unix/tcl.spec version a463514c32

2004-11-24
20:19
took out redundant memcpy from tclUnixNotfy.c check-in: f0e5a5da8d user: kennykb tags: core-8-4-branch
19:49
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for 3-argument readdir_r [Bug 1001325]. * uni... check-in: 8e08d8ca27 user: kennykb tags: core-8-4-branch
19:28
* generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new * tests/info.test ... check-in: d5123f55d6 user: dgp tags: core-8-4-branch
2004-11-23
15:23
backport file join fix check-in: 1a608efe04 user: vincentdarley tags: core-8-4-branch
2004-11-22
23:02
* unix/configure: Regen. * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when o... check-in: 670b018d62 user: mdejong tags: core-8-4-branch
22:48
* unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of rea... check-in: 63b8c61faa user: mdejong tags: core-8-4-branch
2004-11-19
09:37
Classic sed doesn't support | in REs. check-in: 9902ad7422 user: rmax tags: core-8-4-8, core-8-4-branch
06:51
*** 8.4.8 TAGGED FOR RELEASE *** check-in: 7c33c763a2 user: das tags: core-8-4-branch
06:29
* macosx/Makefile: * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed dete... check-in: 7902f93e6c user: das tags: core-8-4-branch
2004-11-18
19:35
date correction check-in: 80270457cf user: hobbs tags: core-8-4-branch
18:08
Arghh - some seds don't even support comments at all. check-in: e2fdd64ea9 user: rmax tags: core-8-4-branch
17:21
Some versions of sed appear to need semicolons in front of comments. check-in: 8203541530 user: rmax tags: core-8-4-branch
16:23
mark release tagging check-in: 0c5a3466b7 user: dgp tags: core-8-4-branch
15:44
* changes: Final updates for Tcl 8.4.8 release. check-in: 223f95ed5a user: dgp tags: core-8-4-branch
10:21
Fixed manpage installation. check-in: d0f59fa563 user: rmax tags: core-8-4-branch
02:07
2004-11-18 Reinhard Max <max@suse.de> * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an impr... check-in: 3a48a79704 user: rmax tags: core-8-4-branch
2004-11-17
02:52
* unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring -ttycontrol on a channel. [Bug 10... check-in: 9a8dc0f581 user: hobbs tags: core-8-4-branch
2004-11-16
23:39
* win/makefile.vc: Fixed bug in installation of http 2.5. * win/makefile.bc: Was installed into d... check-in: 062dd62964 user: andreas_kupries tags: core-8-4-branch
16:55
* library/auto.tcl: Updated [tcl_findLibrary] search path to include the $::auto... check-in: 9d88eb0d5d user: dgp tags: core-8-4-branch
10:06
Backport of [Patch 1065732] check-in: 0ecaa7ab6c user: dkf tags: core-8-4-branch
2004-11-15
21:52
more changes for Tcl 8.4.8 check-in: 968cba98df user: dgp tags: core-8-4-branch
21:14
* generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed * tests/trace... check-in: 0c5016cb64 user: dgp tags: core-8-4-branch
2004-11-13
00:41
* library/init.tcl: Made [unknown] robust in the case that either of the variabl... check-in: e526fa14ad user: dgp tags: core-8-4-branch
2004-11-12
23:41
* generic/tclEncoding.c (TableFromUtfProc): correct crash condition when TCL_UTF_MAX == 6. [Bug 10... check-in: 22220414e2 user: hobbs tags: core-8-4-branch
09:02
* doc/clock.n: * doc/registry.n: * doc/upvar.n: fixed *roff errors uncovered by running 'make htm... check-in: 8cd37342ff user: das tags: core-8-4-branch
2004-11-11
01:20
* tests/fCmd.test: * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir(... check-in: 48054e59d7 user: das tags: core-8-4-branch
01:18
* generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead of manual copy loop to shift li... check-in: 7512e64d88 user: das tags: core-8-4-branch
01:17
* macosx/Makefile: corrected path to html help inside framework. Prevent parallel make from buildi... check-in: c980caa33c user: das tags: core-8-4-branch
01:16
* tests/fileName.test: * tests/fileSystem.test: * tests/io.test: * tests/tcltest.test: fixed bug... check-in: 2b9f53cea6 user: das tags: core-8-4-branch
01:15
* tests/fCmd.test: * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir(... check-in: 8259942e8b user: das tags: core-8-4-branch
2004-11-09
10:25
Clarify return code documentation. [Bug 1062647] check-in: 8922282968 user: dkf tags: core-8-4-branch
2004-11-04
06:06
* changes: Updates for Tcl 8.4.8 release. check-in: 130cab3318 user: dgp tags: core-8-4-branch
2004-11-03
22:12
niggly test suite fixes check-in: a6e2efa90f user: dgp tags: core-8-4-branch
2004-11-02
19:03
2004-11-02 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: ... check-in: b37ea3d531 user: dgp tags: core-8-4-branch
15:46
Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. [Bug 761471] check-in: 85f7b0c31c user: dkf tags: core-8-4-branch
09:21
Add synopsis for Tcl_GetChannelMode. [Bug 1058446] check-in: 682b09131b user: dkf tags: core-8-4-branch
2004-10-31
16:43
Make [info globals ::foo] work. [Bug 1057461] check-in: ac9f2079e9 user: dkf tags: core-8-4-branch
2004-10-30
21:00
removed erroneous comment [Bug 1029518] check-in: 837b2ba9c2 user: msofer tags: core-8-4-branch
03:16
* library/tcltest/tcltest.tcl: Correct reaction to errors in the obsolete processCm... check-in: 87b922f78a user: dgp tags: core-8-4-branch
2004-10-28
21:12
* generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], a * generic/tclThreadAlloc.c: threaded debu... check-in: 6d824cc2bb user: andreas_kupries tags: core-8-4-branch
16:41
* README: Bumped patch level to 8.4.8 to prepare * generic/tcl.h: ... check-in: bbb1bd7f56 user: dgp tags: core-8-4-branch