tg
18199e20fd
pass LOCPATH environment variable too, might be needed on glibc systems
2009-04-07 18:45:19 +00:00
tg
2427e028c0
spelling fixes, from oksh
2009-03-22 16:59:18 +00:00
tg
d363c6a729
revision 1.13 told lies and was an incomplete commit
...
d’oh, nobody noticed, as nobody uses icc anyway… but
MirPorts llvm-gcc currently is similarily broken ;-)
2008-12-20 20:21:19 +00:00
tg
efc4971c9a
prevent using a possibly undefined variable
...
(although the perl installation in question is probably broken)
2008-07-14 14:53:23 +00:00
tg
4738940ded
… and $__perlname (for perl5 ipv perl, etc.)
2008-04-01 16:26:42 +00:00
tg
018d44cf4c
export __progname as environment to the test script,
...
so that the "$0" abuse can stop
2008-04-01 16:01:45 +00:00
tg
d18e58e74d
fix environment handling for perl 5.003_02
...
gotta love 1997’s software
2008-03-23 20:54:29 +00:00
tg
c7594709db
mention only one -e works
2008-02-29 12:48:09 +00:00
tg
20f32015d0
icc needs this
2008-02-29 12:47:03 +00:00
tg
f69f2664df
spacing
2007-10-25 14:44:45 +00:00
tg
e60d1db958
use binmode to fix on UWIN
2007-07-01 18:00:00 +00:00
tg
a207b0eda5
this doesn't need a shebang line, especially not one hardcoding /usr/bin/perl
2007-02-13 12:59:03 +00:00
tg
87f681b488
* revert some of the const-warning cleanup which must be done
...
with different means (reads, tricky magical kludgery)
YES, THIS BREAKS -rHEAD, I KNOW.
* while here, fix spelling
2007-01-12 10:18:22 +00:00
tg
b0eb8f5b5e
* check.t: add two mkshrc-tests (turn on, turn off)
...
* check.pl, check.t: add mkshrc-test whether "real" $HOME/.mkshrc interfers
* mksh.1: sync with reality: $ENV unset isn't needed, $ENV='' is enough
to turn on ~/.mkshrc processing
2006-05-08 11:59:41 +00:00
tg
ee7992988b
* move <sys/param.h> include to sh.h
...
* fix compilation and invocation of test suite with whitespace in
the pathnames for real, this time
* clean up (especially whitespace)
2005-07-07 23:27:52 +00:00
tg
faecfafee7
beautify
2005-06-08 21:39:59 +00:00
tg
1f32407004
use modern modules and blahblah
...
from openbsd, by Han Boetes originally
also, clean up comments a bit
2005-06-08 11:06:45 +00:00
tg
0df992276b
mksh R22d
2005-06-05 16:38:20 +00:00
tg
f860e80cbc
this commit made my dedicated server reboot spontaneously,
...
but the Pentium 120 with a Hercules graphics card (anno 1981)
survives it:
allow building and running the testsuite if the source or
build directory contain spaces (not unusual on Windows®)
2005-05-30 07:05:29 +00:00
tg
5b1a2fe3a9
fix running of all tests
2005-05-23 14:48:21 +00:00
tg
cd7b8bd79b
Add mirbsdksh R21, which was developed in a temporary external CVS repo-
...
sitory whose ChangeLog follows. mksh R21 is licenced under the MirOS li-
cence, shown in "sh.h", and a two-clause UCB-style licence by Marc Espie
as shown in "alloc.c".
This executable is a fair bit smaller and shorter than our /bin/ksh that
it is designed to eventually replace (as /bin/sh hardlink), with the old
/bin/ksh to completely vanish. It is still in beta testing though, and I
don't think it will compile on other operating systems.
mksh R21 is a completely new port, bringing together the OpenBSD-current
/bin/ksh, the MirOS-current /bin/ksh and the older mksh R20 (which still
was portable, ocvs-based).
2005-05-23 03:06:10 +00:00