Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
41 check-ins using file doc/clock.n version 8b8d13e274
|
2004-12-09
| ||
| 09:24 | Minor doc fixes check-in: d2b3f026a6 user: dkf tags: core-8-4-branch | |
|
2004-12-07
| ||
| 00:07 | * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBits [Bug 1079286] check-in: 5af173439a user: hobbs tags: core-8-4-9, core-8-4-branch | |
|
2004-12-03
| ||
| 00:37 | removed extra .TP macro check-in: 25a56ea140 user: hobbs tags: core-8-4-branch | |
| 00:34 | updated for 8.4.9 release check-in: 664faf1007 user: hobbs tags: core-8-4-branch | |
|
2004-12-02
| ||
| 18:48 | filesystem, glob, tilde fix check-in: 612cef4642 user: vincentdarley tags: core-8-4-branch | |
|
2004-12-01
| ||
| 22:07 | * library/auto.tcl (tcl_findLibrary): Disabled use of [file normalize] that caused ... check-in: 32e7a37cde user: dgp tags: core-8-4-branch | |
|
2004-11-27
| ||
| 05:43 | * tests/reg.test (reg-32.*): Added missing testregexp constraints. check-in: 12bd71f2ba user: dgp tags: core-8-4-branch | |
|
2004-11-26
| ||
| 19:42 | * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying operations on the ... check-in: 6bc286dbd4 user: dgp tags: core-8-4-branch | |
| 09:37 | Assorted dde fixes as requested by Andreas Kupries. check-in: 9c433c4207 user: dkf tags: core-8-4-branch | |
|
2004-11-25
| ||
| 15:53 | See file check-in: a472d13420 user: vasiljevic tags: core-8-4-branch | |
| 15:48 | Added hint to TCL_DECLARE_MUTEX macro usage. check-in: cf849ef569 user: vasiljevic tags: core-8-4-branch | |
| 15:31 | Fixed argument of mutexPtr wrongly saying that it is a Tcl_Condition. (Tcl Bug #1068077) check-in: 151e659188 user: vasiljevic tags: core-8-4-branch | |
| 15:28 | Fixed the Tcl_ThreadAlert() call declaration (Tcl Bug #1068077) check-in: b3e17c2026 user: vasiljevic tags: core-8-4-branch | |
| 11:31 | * tests/tcltest.test: The order in which [glob] returns the file names * tests/fCmd.test: is unde... check-in: a5f11d5ec9 user: rmax tags: core-8-4-branch | |
| 01:31 | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine the number of... check-in: 6c8167568c user: dgp tags: core-8-4-branch | |
| 00:19 | bumped patchlevel to 8.4.9 check-in: 86cc05cbbe user: hobbs tags: core-8-4-branch | |
|
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 | |