Tcl Source Code

Timeline
Login

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

48 check-ins using file changes version 9a27161fbf

2004-03-26
19:47
* README: Bumped version number to 8.5a2 to * tools/tcl.wse.in: di...
check-in: 2894e72102 user: dgp tags: trunk
19:04
fixed another volume-relative file normalization problem check-in: 82c15c433d user: vincentdarley tags: trunk
18:45
fix to windows volume-relative path normalization check-in: 7e000dfba5 user: vincentdarley tags: trunk
2004-03-24
21:54
Silly bug found originally by Damon Courtney. [922752] check-in: fa1b9ceadb user: dkf tags: trunk
2004-03-23
09:00
Docfix. [Bug 921464] check-in: 2a45eac74c user: dkf tags: trunk
2004-03-19
18:43
Added CONST to TclpGetTime declaration and `make genstubs` check-in: c981f6dd1e user: dgp tags: trunk
18:34
Include tclInt.h instead of tclPort.h to fix building on Solaris. check-in: b18183a7f0 user: rmax tags: trunk
18:33
Made HEAD build on Windows VC++ again. check-in: 6610e1aa01 user: kennykb tags: trunk
16:15
Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP. check-in: 01243a7c07 user: dkf tags: trunk
16:05
autoconf-2.57 check-in: e0539e53b3 user: dgp tags: trunk
2004-03-18
19:03
*** empty log message *** check-in: 2b1ba2f519 user: rmax tags: trunk
19:01
* unix/tcl.m4: Removed -Wno-strict-aliasing. check-in: fb21d8b68d user: rmax tags: trunk
18:55
* generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, * generic/tclInt.h: but c... check-in: dab531a337 user: rmax tags: trunk
18:54
* generic/tclNamesp.c: Added temporary pointer variables to work * generic/tclStubLib.c: around w... check-in: fd479acbdb user: rmax tags: trunk
18:50
* generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, * generic/tclInt.h: but c... check-in: c4cc68d13f user: rmax tags: trunk
2004-03-17
19:29
Reverted changes to tcltest so that it can still support Mac when copied to Mac systems (only requir... check-in: 990a5ef147 user: dgp tags: trunk
18:45
Removed support for Mac OS Classic platform [Patch 918142] check-in: 843d7d5bb5 user: das tags: trunk
18:14
Removed support for Mac OS Classic platform [Patch 918142] check-in: b6330dbac7 user: das tags: trunk
00:57
Slightly better docs for [lsearch]'s advanced capabilities check-in: da98392a5d user: dkf tags: trunk
2004-03-16
22:19
* doc/catch.n: Compiled [catch] no longer fails to catch syntax errors. Removed th...
check-in: 4a8f2f7e68 user: dgp tags: trunk
19:54
* unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC to suppress useless type puning wa...
check-in: 152b2ad062 user: hobbs tags: trunk
10:48
Formatting fix. [Bug 917171] check-in: aa6ebc91ca user: dkf tags: trunk
03:40
no message check-in: d8fddcf655 user: davygrvy tags: trunk
03:40
* win/tclWinNotify.c: Fixed a mistake where the return value of MsgWaitForMultipleObjectsEx for "a m... check-in: 7d7363280b user: davygrvy tags: trunk
2004-03-12
23:21
Implementation of [dict merge] subcommand, based on [FRQ 745851] check-in: 1ce578a9ea user: dkf tags: trunk
2004-03-10
16:01
* generic/tclGetDate.y (TclGetDate): Fix so that [clock scan <timeOfDay> -gmt true] uses the GMT b... check-in: 3256bce743 user: kennykb tags: trunk
2004-03-09
13:34
Fixed incorrect reporting of OS version for DJGPP. This known misinterpretation of uts_name struct f... check-in: ad2ec2e5bb user: vbwagner tags: trunk
13:32
Removed undefining of extra error codes for DJGPP. It is not needed when Waterloo TCP 32 is properly... check-in: 84ea012850 user: vbwagner tags: trunk
12:59
fixed typos in documentation and comments check-in: 720c4fb879 user: vincentdarley tags: trunk
12:57
glob -path fix for near filesystem root check-in: 43b58eb623 user: vincentdarley tags: trunk
12:54
glob -path fix for near filesystem root check-in: cd921511a7 user: vincentdarley tags: trunk
2004-03-08
16:34
* generic/tclParse.c (TclParseInit): Modified TclParseInit so * generic/tclTest.c...
check-in: ffd089be31 user: dgp tags: trunk
01:53
reformatted a comment I had once moved so it doesn't exceed 74 colums. check-in: c3199a26cf user: davygrvy tags: trunk
01:51
some silly reformatting changes to remove useless whitespace. check-in: 958f519d14 user: davygrvy tags: trunk
01:50
added a slot position for a project of my own. check-in: 0f0dfb3fa4 user: davygrvy tags: trunk
01:50
Checks MSDevDir, not MSVCDir envar. check-in: b5776c465d user: davygrvy tags: trunk
2004-03-05
21:27
* win/configure: Regen. * win/configure.in: Check for define of MWMO_ALERTABLE in winuser.h. * w...
check-in: 2dd40b62f0 user: mdejong tags: trunk
16:36
* generic/tclTest.c: Modified TesteventObjCmd to use a Tcl_QueuePosition in place of an 'int' for t... check-in: 6b18cc1df5 user: kennykb tags: trunk
15:48
* tests/registry.test: Applied fix from Patch #910174 to make the test for an English-language ... check-in: 2c9ca622ea user: kennykb tags: trunk
14:06
hidden unix-specific implementations of file volumes and file attributes under #ifndef DJGPP. Added ... check-in: 8616737a8a user: vbwagner tags: trunk
2004-03-04
23:25
* generic/tclInt.h (TclParseInit): Factored the common code * generic/tclParse....
check-in: c12d51f5d1 user: dgp tags: trunk
23:02
Applied fix from #766159 for Win98 registry to skip unicode tests. check-in: a3e24a02e0 user: patthoyts tags: trunk
22:39
* generic/tclParse.c (InitParse): Factored the common code for initializing a ...
check-in: e4a6a58133 user: dgp tags: trunk
15:10
Added TIP #100 support to the registry package (patch #903831) This provides a Windows test of the T... check-in: e9c5a80862 user: patthoyts tags: trunk
09:40
Fix minor syntax problems. [Bug 909288] check-in: 285f8155e0 user: dkf tags: trunk
2004-03-03
23:58
minor doc fixes for html conversion check-in: 19368459df user: hobbs tags: trunk, core-8-5-a1
23:26
whitespace mods check-in: c108dc0c63 user: hobbs tags: trunk
23:26
note TIP#124 changes check-in: d80a777066 user: hobbs tags: trunk