MirBSD Korn Shell for Jehanne
Go to file
tg 6be5205b36 mksh:
* initialise the integers PPID, OPTIND, RANDOM, SECONDS, and TMOUT to base-10
* bring back PGRP as base-10 integer to the process group via getpgrp(2)
* initialise USER_ID as base-10 integer to the effective user id as retrieved
  from geteuid(2) = $(id -u)
* use $USER_ID in dot.mkshrc instead of spawning an id(1) process
  -> dot.mkshrc,v 1.34 now requires mksh R34
* convert more int to bool where appropriate
* remove dead code - getpgrp(2) cannot fail
* sync manual page to reality
* bump to mksh R34(beta) - feature freeze

XXX check if our_pgrp in jobs.c is still really needed, the setpgid call
XXX probably just makes us our own pgrp leader, and we might have to use
XXX and update kshpgrp accordingly - need feedback/help here but I think
XXX this simplification should be possible if I grok the code correctly.

etc/profile:
* adjust to $USER_ID changes in mksh (speed-up here, too)

mksh.hts:
* sync changelog
2008-05-15 15:24:11 +00:00
Build.sh * default to no setlocale for a couple more platforms 2008-05-13 00:08:12 +00:00
Makefile remove dead code and ifdefs, speed up configuring 2008-05-04 01:51:31 +00:00
alloc.c quieten gcc __CRAZY (-m32) on sparc64 2007-06-05 18:59:54 +00:00
check.pl … and $__perlname (for perl5 ipv perl, etc.) 2008-04-01 16:26:42 +00:00
check.t mksh: 2008-05-15 15:24:11 +00:00
copyright remove advertising clause from mksh distribution: while I’d still prefer 2008-04-22 11:47:57 +00:00
dot.mkshrc mksh: 2008-05-15 15:24:11 +00:00
edit.c thinko: multibyte characters are not always 1 column wide 2008-05-02 18:55:37 +00:00
eval.c a better way to check for empty patterns 2008-03-01 22:49:37 +00:00
exec.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
expr.c mostly revert 100480A853206FB56FA and parse utf-8 lead bytes ourselves 2008-04-20 00:24:26 +00:00
funcs.c take most of the goodies of the recent c_ulimit() changes, but retain the 2008-04-22 18:58:20 +00:00
histrap.c • new ksh_mbswidth 2008-04-19 17:21:55 +00:00
jobs.c mksh: 2008-05-15 15:24:11 +00:00
lex.c remove dead code and ifdefs, speed up configuring 2008-05-04 01:51:31 +00:00
main.c mksh: 2008-05-15 15:24:11 +00:00
misc.c shrink code size for a corner case 2008-05-04 02:02:32 +00:00
mksh.1 mksh: 2008-05-15 15:24:11 +00:00
setmode.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
sh.h mksh: 2008-05-15 15:24:11 +00:00
shf.c thinko: multibyte characters are not always 1 column wide 2008-05-02 18:55:37 +00:00
strlcpy.c • strlcpy.c: remove superfluous rcs ids in comments 2007-04-23 11:33:26 +00:00
syn.c some more code “folding” 2008-04-01 22:20:20 +00:00
tree.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
var.c thinko: multibyte characters are not always 1 column wide 2008-05-02 18:55:37 +00:00