tg
a82dc41e99
add an explicit message when mirtoconf+siglist generation are done
2010-01-19 14:26:24 +00:00
tg
559125f5f9
RCSID sync (oksh bumped their array limit again… wonder when………)
2010-01-16 19:08:05 +00:00
tg
833810a154
While we were supposed to use Ctrl-Arrowkey for wordwise jumping,
...
some idiotic terminal emulators and/or people seem to use the es-
cape codes normally denoting Alt-Arrowkey instead so let's simply
bind them to the vt_hack as well... (untested)
2010-01-08 22:21:06 +00:00
tg
1baed92a90
document that mksh evaluates namerefs lazily but ksh93 doesn't
2010-01-06 18:29:01 +00:00
tg
df4137c2e2
I don't care that AT&T ksh93 fails this nameref test case, but
...
it's important and we'll want it.
2010-01-04 21:08:00 +00:00
tg
18754d1cf8
__attribute__((used)) is not for pcc (but unused works)
2010-01-01 18:27:42 +00:00
tg
0611ecad1f
make [[ -o ‣-U ]] = [[ -o ‣+U ]] = [[ -o ‣utf8-mode ]]
...
where ‘‣’ is either nothing, ‘!’ or ‘?’ as usual.
2010-01-01 18:02:01 +00:00
tg
6115f5a91c
• re-implement wcswidth-like behaviour for ${%foo} even in !UTFMODE
...
• merge the rest of branch tg-wcswidth-behaviour
• enhance test cases for wcswidth-like behaviour
• switch hash table collision resolution algorithm to Python’s as announced
• bump vsn
2010-01-01 17:44:10 +00:00
tg
c413edb34a
jobs.c: apply patch from deraadt@o:
...
│remember to restore errno (ie. stop someone from making a mistake later)
│ok guenther
check.t, sh.h: bump vsn
I wonder though why errno must be restored even if nothing was
called after reading it… moid?
2009-12-31 14:05:44 +00:00
tg
01823e0e11
use [[ -o … ]] instead of [[ $- = *U* ]] manipulation
2009-12-12 22:27:14 +00:00
tg
769e222586
re-vamp __attribute__ handling; let this pass on HP-UX bundled compiler
...
as well as HP aCC
2009-12-12 22:27:10 +00:00
tg
0c3acb2374
HP-UX IA64: +DD64 is no longer necessary with aCC (no gcc available…)
2009-12-12 21:17:25 +00:00
tg
c49852b4dc
Revision 1.38: [7]download - view: [8]text, [9]markup, [10]annotated - [11]select for diffs
...
Sat Dec 12 04:28:44 2009 UTC (13 hours, 14 minutes ago) by deraadt
Branches: [12]MAIN
CVS tags: [13]HEAD
Diff to: previous 1.37: [14]preferred, [15]coloured
Changes since revision 1.37: +2 -3 lines
a dangling do / while that was very very ugly
2009-12-12 17:45:42 +00:00
tg
a77bbf6123
HP aCC tells me I'm using "const" twice, and /usr/ccs/bin/cc even
...
errors out here. Let's hope that this form will *still* have the
entirety of that array in .rodata...
XXX more to come, thanks to HP DSPP PvP, e.g. __attribute__ stuff
2009-12-08 19:23:34 +00:00
tg
09bda13970
memmove not memcpy, src/dst overlap
2009-12-05 22:24:35 +00:00
tg
65a3713605
strchr related fixes
2009-12-05 22:19:42 +00:00
tg
df51db99c9
another Valgrind würgaround
2009-12-05 22:03:39 +00:00
tg
703551bd4f
attempt a better fix: break off widthadj upon encountering NUL,
...
add remaining columns as octets (should also speed optimise)
2009-12-05 20:17:59 +00:00
tg
86d4dee0da
valgrind (thanks ciruZ for trying) found uninitialised memory use
...
in utf_skipcols by x_goto
2009-12-05 19:44:09 +00:00
tg
8213a28403
llvm/clang scan-build is now content…
2009-12-05 17:43:50 +00:00
tg
437f9b76e1
clangs static analyser says these are dead stores
2009-12-05 17:02:25 +00:00
tg
37b1260d13
unbreak test.sh in some cases
2009-12-05 16:19:59 +00:00
tg
f7ef72cbd7
Kürzen!
2009-12-05 13:02:26 +00:00
tg
417fd60c76
* fix 'set -A foo -- [2]=a b c' contingency (tested against GNU bash4,
...
which, in its latest sid incarnation, even received mksh's ability
to produce ${!foo[*]} array keys, wow!)
* plug a memory leak while here (ATEMP only, but still)
2009-12-01 19:15:35 +00:00
tg
0f10db42ef
explicit cast, since Bionic headers aren’t type safe, apparently
2009-12-01 13:12:30 +00:00
tg
24b48aeb3f
this better be const, too
2009-11-29 17:37:22 +00:00
tg
fa3acb939b
fix 'mksh -U -i' and 'mksh +U -i'
2009-11-28 15:38:30 +00:00
tg
a09f05e77a
/me is annoyed
...
I read, IIRC in the Cederqvist, that 'cvs tag' sets a sticky tag onto
the cwd… it doesn’t, apparently. (I actually like it better this way,
but one needs to know!)
2009-11-28 14:28:03 +00:00
tg
883d9d99b3
switch ${%foo} to wcswidth-like behaviour – slightly problematic, and
...
the “set +U” case isn’t even handled
committed to branch because I’d like to get more input on this, for now
2009-11-28 14:21:47 +00:00
tg
7063a9a921
lintian: hyphen-used-as-minus-sign
2009-11-23 12:49:55 +00:00
tg
68b81a10bc
fix a warning from MirDebian mksh_39.9.20091122-0wtf1:
...
../../mksh/misc.c:586: warning: pointer targets in passing argument 1 of 'utf_ptradj' differ in signedness
2009-11-23 12:48:19 +00:00
tg
29176a176f
fix more manpages
2009-11-22 18:23:38 +00:00
tg
4cff10296b
bump vsn
2009-11-22 14:25:18 +00:00
tg
22ff50fe55
IFS (even in AT&T ksh93) are octets, so 'IFS=…' isn’t possible atm
2009-11-22 14:23:21 +00:00
tg
09b96b8fc7
25 is a better (POSIX) CHILD_MAX
2009-11-22 14:14:42 +00:00
tg
e240e62a55
don't tell lies
2009-11-22 14:13:38 +00:00
tg
ccc6f6de86
prevent buffer underrun reads, ok bsiegert@
2009-11-22 13:49:04 +00:00
tg
2094e3f25c
since we have wcwidth anyway, expose it as ${%strvar} to the user, iff
...
utf8-mode is enabled (otherwise it'll be a synonym for ${#strvar} aka
the number of octets in it)
2009-11-21 23:23:20 +00:00
tg
aa31a51e5f
sync with reality
2009-11-21 23:21:23 +00:00
tg
398b5b7a60
fix that as well
2009-11-21 22:32:08 +00:00
tg
6e67920bef
improve globbing:
...
• a=blöd; print ${a%???} → now printf 'b' not 'bl' in UTF-8 mode
• a=hä; print ${a%?} still broken
2009-11-21 22:30:36 +00:00
tg
d02e6be6cf
bugfix: ${x#?} should expand to nothing not '' if x was unset
2009-11-21 22:29:12 +00:00
tg
ba9375684d
update portmdoc, sprinke a few more macros that now work
2009-11-17 21:49:42 +00:00
tg
fe853065bb
make print_columns() aware that octets≠characters≠columns
2009-11-09 23:35:11 +00:00
tg
6e9d7f33e8
like a pathfinder, one good commit a day:
...
add most of the mksh wtf edition dot.mkshrc patch, some commented
out; optimise some other cases (e.g. don't reset MKSH if set, don't
export already exported variables, etc.)
2009-11-03 17:58:44 +00:00
tg
9008fe34a2
unalias which, to allow which -a sh, etc.
2009-11-02 18:47:02 +00:00
tg
f0bec87228
• fix 「mksh -lT1」 (it was broken due to getpgrp() et al. being
...
moved to early)
• allow ‘-T’ for MKSH_SMALL too, the installer needs it
sync clog
2009-10-30 14:37:43 +00:00
tg
6fcacf577d
make tab completing filenames with ':' '=' '$' '`' work as well as
...
others (colon and equals sign need to be simply escaped, while dollar
sign and accent gravis need double escaping like opening square brak-
ket did back then); add = to C_QUOTE to simplify (doesn't break any-
thing) and sort these strings asciibetically while here
2009-10-30 00:57:39 +00:00
tg
dc98ec23a6
do not use PATH_MAX on GNU/Hurd (even if it *was* defined), but use
...
some glibc-only functions that don’t require its use instead
tested on gnubber, where (admittedly) sysconf(_PC_PATH_MAX) == 1024…
2009-10-27 17:00:02 +00:00
tg
ceb591bf6a
• better IV for the oaathash-on-binary (as if we prepended a '\x01')
...
• better variable name for the LCG state
2009-10-18 12:30:06 +00:00