2002-07-24 19:51:33 by Kimmo Suominen | Files touched by this commit (7) | |
Log message:
Upgrade to tcsh-6.12.00:
New Features:
* %j in prompt
* utf8 support
New Ports:
* darwin support
Locale Support:
* russian locale fixes
* polish locale fixes
Highlights from Bug Fixes:
* Dissallow setting of environment variables that do not contain
alphanumeric names
* Don't expand path components that don't resolve to path names
* Make $ignoreeof agree with the man page
* Don't close file descriptors too early because setuid scripts fail
|
2002-04-11 17:26:48 by David Brownlee | Files touched by this commit (3) | |
Log message:
Imagine my surprise when this failed to build on my -current shark.
Rather than require that _every_ new port update config.guess,
fall back to using `uname -p`-unknown-netbsd on >= 1.4,
so we only need to patch for each new machine_arch.
|
2002-04-11 17:26:22 by David Brownlee | Files touched by this commit (7) | |
Log message:
Imagine my surprise when this failed to build on my -current shark.
Rather than require that _every_ new port update config.guess,
fall back to using `uname -p`-unknown-netbsd on >= 1.4,
so we only need to patch for each new machine_arch.
|
2002-03-22 12:13:41 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
* Add HOMEPAGE (http://www.tcsh.org/).
* echo -> ${ECHO}, sed -> ${SED}.
|