Timeline
Not logged in

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

53 check-ins using file unix/tclUnixInit.c version c7cd65a757

2004-04-06
14:35
* tests/unixInit.test (unixInit-3.1): Default encoding on Darwin systems is utf-8.... check-in: 8eebfd07af user: dgp tags: trunk
08:45
root interacts badly with access(...,X_OK) [Bug 929892] check-in: 4134751ce4 user: dkf tags: trunk
2004-04-02
21:11
add thanks check-in: 3ad41eca5c user: dgp tags: trunk
20:07
* generic/tclCompile.c: * generic/tclInt.h: removed the macro TCL_ALIGN() from tclInt.h, replaced... check-in: dca13b4dc1 user: msofer tags: trunk
18:54
* generic/tclCompile.h: removed redundant #ifdef _TCLINT [Bug 928415], reported by tauvan. check-in: dcd82a5757 user: msofer tags: trunk
17:39
* tests/tcltest.test: Corrected constraint typos: "nonRoot" -> "notRoot". [Bug 9283... check-in: 6027154766 user: dgp tags: trunk
2004-04-01
15:07
* generic/tclInt.h: Removed obsolete tclBlockTime* declarations. [Bug 926454] check-in: f9118983f5 user: dgp tags: trunk
11:13
cross-filesystem boundary glob fix check-in: 5aa612eb19 user: vincentdarley tags: trunk
2004-03-31
18:51
date fix check-in: fcc88eb7e4 user: dgp tags: trunk
18:51
* doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] * library/msg... check-in: 55d1d19622 user: dgp tags: trunk
18:13
Add comment for TCL_TOKEN_EXPAND_WORD flag check-in: 82b2f2dd60 user: dgp tags: trunk
02:12
* doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] check-in: 84a1e2ed53 user: dgp tags: trunk
02:03
* library/msgcat/msgcat.tcl: Updated internals to make use of * library/msgcat/pk... check-in: 45053de92d user: dgp tags: trunk
2004-03-30
22:27
More hash function cleaning up. check-in: f32595c386 user: dkf tags: trunk
21:34
Fixed object hashing bozo-ness. The code as it stood looked like a cargo-cult hangover from the has... check-in: 9a948a8375 user: dkf tags: trunk
19:17
* generic/tclExecute.c (TEBC): reverting to the previous method for async tests in TEBC, as the ne... check-in: 41f93f469a user: msofer tags: trunk
16:22
* generic/tclCompile.c: New instruction code INST_START_CMD * generic/tclCompile.h: that a... check-in: f7f63d8e13 user: msofer tags: trunk
16:13
Corrected case: Filesystem.h -> FileSystem.h check-in: 95ac488c9c user: dgp tags: trunk
15:35
fix to glob with volume relative paths, bug 898238 check-in: 420ac4b311 user: vincentdarley tags: trunk
09:56
fix to Tcl bug 918320 check-in: 6693f94672 user: vincentdarley tags: trunk
2004-03-29
16:35
overlooked update to tests. check-in: 3e60c7abe4 user: dgp tags: trunk
15:47
* generic/tclMain.c (Tcl_Main, StdinProc): Append newline only to incomplete scripts... check-in: 98d02c1264 user: dgp tags: trunk
02:18
Changelog fix check-in: 62378ec1ea user: msofer tags: trunk
02:09
* generic/tclCompile.c (TclCompileScript): corrected possible segfault when a compilation returns ... check-in: 6dd42cd8f5 user: msofer tags: trunk
2004-03-28
00:48
* doc/array.n: added documentation for trace-realted behaviour of 'array get' [Bug 449893] check-in: 6b87fc6495 user: msofer tags: trunk
2004-03-26
22:35
a bit more detail in the changes file about new package versions check-in: 102ee64a59 user: dgp tags: trunk
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