Build.sh
|
port to FreeMiNT: add OS uname and flags; 2>&- is evil™; $UNIXMODE must be preserved; unlink(2) is weird
|
2011-02-27 19:29:20 +00:00 |
Makefile
|
• more comment and int→bool cleanup, add and improve some comments
|
2011-02-11 01:18:23 +00:00 |
check.pl
|
port to FreeMiNT: add OS uname and flags; 2>&- is evil™; $UNIXMODE must be preserved; unlink(2) is weird
|
2011-02-27 19:29:20 +00:00 |
check.t
|
even more test cases for comsub (2 breaking, but one of them fixed already)
|
2011-03-12 20:20:17 +00:00 |
dot.mkshrc
|
add smores, a more(1)-like pager
|
2011-02-09 19:32:35 +00:00 |
edit.c
|
introduce a tobool(cond) abstraction¹ and switch bool to char if !stdbool.h
|
2011-03-07 20:30:41 +00:00 |
emacsfn.h
|
• merge printf from OpenBSD
|
2010-07-17 22:09:40 +00:00 |
eval.c
|
• make EXPRSUB not initiate an ASCIIZ string any more but a wdstring
|
2011-03-12 21:41:15 +00:00 |
exec.c
|
• add -u option (POSIX: unbuffered ⇒ nop) to the built-in cat
|
2011-02-18 22:26:13 +00:00 |
expr.c
|
regenerate all wcwidth code from UCD 6.0.0 and related tables,
|
2010-12-11 16:05:03 +00:00 |
funcs.c
|
introduce a tobool(cond) abstraction¹ and switch bool to char if !stdbool.h
|
2011-03-07 20:30:41 +00:00 |
histrap.c
|
introduce a tobool(cond) abstraction¹ and switch bool to char if !stdbool.h
|
2011-03-07 20:30:41 +00:00 |
jobs.c
|
• more fixes (some regression, some new)
|
2011-03-06 17:08:14 +00:00 |
lalloc.c
|
split malloc_os and friends further into
|
2011-03-05 21:48:09 +00:00 |
lex.c
|
SASPAREN changes have the same problem, revert too for now
|
2011-03-12 22:44:28 +00:00 |
main.c
|
introduce macros for malloc, realloc, free to hide them from mksh
|
2011-03-05 21:43:18 +00:00 |
misc.c
|
introduce a tobool(cond) abstraction¹ and switch bool to char if !stdbool.h
|
2011-03-07 20:30:41 +00:00 |
mksh.1
|
I thought of making COMSUB pass a pointer to the struct op *t->left around
|
2011-03-06 01:50:11 +00:00 |
sh.h
|
• make EXPRSUB not initiate an ASCIIZ string any more but a wdstring
|
2011-03-12 21:41:15 +00:00 |
sh_flags.h
|
• more comment and int→bool cleanup, add and improve some comments
|
2011-02-11 01:18:23 +00:00 |
shf.c
|
• Address concerns of Chris Palmer from the Android security team
|
2010-09-14 21:26:19 +00:00 |
strlcpy.c
|
more KNF, mostly whitespace, this time more manual labour applying style(9)
|
2009-06-10 18:12:51 +00:00 |
syn.c
|
even more test cases for comsub (2 breaking, but one of them fixed already)
|
2011-03-12 20:20:17 +00:00 |
tree.c
|
• make EXPRSUB not initiate an ASCIIZ string any more but a wdstring
|
2011-03-12 21:41:15 +00:00 |
var.c
|
introduce a tobool(cond) abstraction¹ and switch bool to char if !stdbool.h
|
2011-03-07 20:30:41 +00:00 |
var_spec.h
|
further optimise and simplify the handling of $RANDOM, reads and writes
|
2009-09-26 03:40:03 +00:00 |