2011-03-19 04:58:20 by OBATA Akio | Files touched by this commit (3) |
Log message:
* add user-destdir installation support.
* fixes a linterpreter line.
* remove post-configure subst, no information in commit log and
the file will not created there.
|
2011-01-25 23:22:16 by Sergey Svishchev | Files touched by this commit (16) |
Log message:
Remove patch hunks that disable --recheck in GNU configure scripts.
These were generated, apparently, by mk/configure/gnu-configure.mk
(configure-scripts-override target).
|
2010-05-07 14:02:45 by Julio M. Merino Vidal | Files touched by this commit (20) | |
Log message:
Bump PKGREVISION to reflect the recent change in pkginstall/shells to use
etcutils to update /etc/shells.
|
2009-06-14 20:14:22 by Joerg Sonnenberger | Files touched by this commit (13) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-11-28 12:45:40 by OBATA Akio | Files touched by this commit (1) |
Log message:
Switch to http for ftp.scsh.net, can't connet with ftp and download page
link to distfile with http.
While here, add SourceForge to MASTER_SITES.
|
2007-03-17 00:18:42 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Don't require mtree.
|
2007-02-25 02:39:02 by Yuji Yamano | Files touched by this commit (3) |
Log message:
Make this build on Darwin.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-12-06 19:59:28 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
CHECK_WRKREF_SKIP is relative.
|
2006-09-03 13:39:08 by Krister Walfridsson | Files touched by this commit (5) |
Log message:
Update shells/scsh to 0.6.7.
New in this release
=====================
** Support for interix
** Ignoring of synchronous signals
The procedures IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT have been
added.
** Support for gcc 4.0
** 0.6 for module path
The standard module path now contains
${prefix}/lib/scsh/modules/0.6 in addition to
$prefix/lib/scsh/modules for compatibility with install-lib
** New implementation of open-pty
Instead of search for /dev/pty??, scsh now tries a wide variety of
ways to aquire a new pty and the corresponding tty.
** Bug fixes
argv[0] is now the first element of command-line
Fixes found by new test suite
Regexp for empty string
Argument checking for COPY-BYTES!
GC_PROTECTs for send_substring
format_date support for #f timezone
Added predicates for user-info and group-info
Reaping of stopped processes: Do not mark stopped processes as dead
md5-digest-for-port
| regexps return char-sets
standard-let in srfi-5
(%)read-delimited! checks for mutable buffer
leap second for srfi-19
The default image for the scshvm is now the installed scsh.image.
|