tg
62b347a1b0
merge the const branch +- a few
2007-03-04 00:13:17 +00:00
tg
90af366ee0
sync
2007-03-03 21:48:33 +00:00
tg
e31b852abc
mirtoconf the checks if to use persistent history support
2007-03-03 21:36:08 +00:00
tg
f6ff09ccbe
don't have two functions token(), helps ctags
2007-03-03 21:12:51 +00:00
tg
67a28c4c3f
typo, prevents compilation under Interix (has _sys_signame[] array)
2007-02-27 15:03:28 +00:00
tg
6485b06eed
* From the Solaris tr(1) manual page:
...
o Each input character found in the array specified by
string1 is replaced by the character in the same rela-
tive position in the array specified by string2. When
the array specified by string2 is shorter that the one
specified by string1, the results are unspecified.
So give tr <everythingbutalphanum> _ the appropriate number of underscores.
* Also strip dashes from header names.
2007-02-27 00:31:17 +00:00
tg
e9d1b0fb7b
/usr/ucb/tr chokes to freeze state on tr -d -c
2007-02-27 00:23:20 +00:00
tg
e0e4c992fc
• embed MKSH_ASSUME_UTF8 and MKSH_NEED_MKNOD in Build.sh
...
• have mksh with BSD makefiles always enable MKSH_ASSUME_UTF8
• sync BSD makefiles with Build.sh output
2007-02-18 16:24:13 +00:00
tg
6661a2b408
optimise away, this had not let me sleep; still the same output
...
shell quoting mystery ;)
2007-02-17 06:34:46 +00:00
tg
26adf9d62d
fix superfluous spaces appearing twice at the line continuation
...
points and expanding to larger than 80c, major oops, cought on fwrt
2007-02-17 06:04:48 +00:00
tg
ad05a2414b
* edit.c: when tabcompleting a newline to backslash+newline, this
...
sequence is eaten before the command is called; cought by <TGEN>
(Thomas E. Spanjaard) via IRC
fix is to tabcomplete a newline to singlequote+newline+singlequote
* bump version
2007-02-16 17:46:42 +00:00
tg
1ac25b72dc
add a note about the default $PATH
2007-02-13 13:36:18 +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
ebaf8ed5b5
add CPPFLAGS for The HURD
2007-02-13 12:26:46 +00:00
tg
a0fcdecb75
add new #ifdef MKSH_ASSUME_UTF8 which saves us from needing to
...
call setlocale() if we know the result will always be UTF-8
2007-02-10 21:59:15 +00:00
tg
665fba6dbf
bump version
2007-02-07 02:31:06 +00:00
tg
dd462f00d3
repair 'bind' builtin with no args output; damage taken in -r1.80
2007-02-07 02:01:43 +00:00
tg
83b2f7d316
* _POSIX_C_SOURCE=2 is redundant and _BSD_SOURCE makes ancient BSD have
...
precedence over POSIX/SUSv3 stuff and requires libbsd-compat which is
something we don't desire; _GNU_SOURCE even in Linux libc5 always has
included _POSIX_C_SOURCE=2 and BSD functions since at least Feb 1995.
* sync GNU/kFreeBSD with GNU/Linux, it uses glibc2
First mentioned and second response on inquiry by Bastian "waldi" Blank
Thanks!
2007-02-02 10:27:21 +00:00
tg
890da93291
* GNU/kFreeBSD: seems to work, except for missing defns of
...
strcasestr, setres[ug]id - probably needs same cflags as linux
* Linux: default HAVE_REVOKE to 0 since it's unimplemented anyway
2007-01-28 20:05:29 +00:00
tg
ffc0a2e438
add c_mknod() if MKSH_NEED_MKNOD even if MKSH_SMALL
2007-01-26 18:37:26 +00:00
tg
8d696d001e
if mksh_small don't even support -T instead of ignoring it
2007-01-26 18:27:34 +00:00
tg
d62686fdf8
don't scan for revoke() if mksh_small since use_chvt isn't used then
2007-01-26 18:25:01 +00:00
tg
e05d6e0a2f
* parse_T is a shitty function name for chvt()
...
* chvt() argument can be const
2007-01-18 20:54:30 +00:00
tg
b511df8ded
not having revoke() or not being able to revoke() [Debian 4.0] is insecure
2007-01-18 20:48:23 +00:00
tg
dec386d3f5
fix test for flock() on Debian 4.0
2007-01-18 20:40:39 +00:00
tg
939a9dea33
wording
2007-01-18 16:23:52 +00:00
tg
6900d1e3ca
history editing seems to work without persistent history sometimes
2007-01-18 16:13:29 +00:00
tg
9a442d732e
oops, persistent history also depends on MKSH_FULL
2007-01-18 16:06:22 +00:00
tg
6d157ffe47
autoscan for persistent history support
2007-01-18 16:05:05 +00:00
tg
7b903e4aa9
header overhaul: replace all #ifdef __OS__ with mirtoconf checks
...
(except the persistent history one)
2007-01-18 15:50:32 +00:00
tg
44af708ac8
remove a line which shows the other possible values of $s
...
separate commit for educational & hysteric purposes
2007-01-18 03:31:50 +00:00
tg
1ea10f62cd
more ldstatic fuckup, late night reverse logic errors
2007-01-18 03:31:24 +00:00
tg
ef81fd0b75
simplify this LDSTATIC shit and fix -nd in the process *sigh*
...
found on ecce!GNU/Linux 1.0, all tests pass, mksh-current
is exactly half the size of bash 2.01.1(1)r, both dynamic
2007-01-18 02:54:19 +00:00
tg
8df4639675
* new target 'test-build' to easily check Build.sh operation from mbsd
...
* regen CPPFLAGS+= stuff with 'test-build'
2007-01-18 01:24:46 +00:00
tg
21bceac32e
autoscan for the correct ed(1) type
...
XXX amend check_categories with stuff like persist history, etc.
2007-01-18 01:10:55 +00:00
tg
70a7e1527b
oops, this must of course be a pointer
2007-01-18 01:03:10 +00:00
tg
545c72e315
typo (reverse logic error)
2007-01-18 01:01:25 +00:00
tg
9e0001d315
pasto, and add more comments
2007-01-18 00:16:26 +00:00
tg
65a86d2f67
bring back sig_t as void pointer in the rare case we
...
don't have sighandler_t or __sighandler_t either
2007-01-18 00:10:16 +00:00
tg
7056c561ec
if .Nm is used with arguments, it needs the name, always (groff 1.15)
2007-01-18 00:00:27 +00:00
tg
ecc6beb7d5
scan for sig_t (and friends)
2007-01-17 23:54:39 +00:00
tg
2099f1765d
prevent confusion
2007-01-17 23:50:26 +00:00
tg
bca0f4d603
* Build.sh, histrap.c: prevent testing of strsignal() if we have sys_siglist[]
...
* mksh.1: .Nm is never used with "" as argument, fixes GNU groff 1.15
2007-01-17 23:47:15 +00:00
tg
65a2806e81
scan for revoke()
2007-01-17 23:27:47 +00:00
tg
af606537e2
if we don't have rlim_t, assume it's long
2007-01-17 23:18:55 +00:00
tg
22ab30b556
Linux missing MAP_FAILED?
2007-01-17 23:10:14 +00:00
tg
c3de1d7564
<sys/sysmacros.h> contains major/minor/makedev on Linux 2.0
2007-01-17 23:04:19 +00:00
tg
4c82f74d2b
new option -nd to force static linking of mksh but not mirtoconf tests
2007-01-17 22:59:25 +00:00
tg
da2f916010
remove -x (cross-build) option, use -d instead, it does the same
...
side effect: TARGET_OS is now honoured without -x too
2007-01-17 22:55:47 +00:00
tg
ddd2dac47d
* support old environments without libgen.h (ancient GNU/Linux)
...
and stdbool.h (ancient GNU/Linux; NetBSD® 1.6.1)
* __dead must come after, not before, to accomodate gcc 2.7.2.3
2007-01-17 22:51:47 +00:00