Build.sh
|
apply patch from Brian Callahan <bcallah@devio.us> for better pcc support
|
2016-11-07 16:55:51 +00:00 |
check.pl
|
janitorial work
|
2015-11-29 17:05:02 +00:00 |
check.t
|
fix lazy evaluation with side effects; spotted by ormaaj via IRC
|
2016-11-07 16:58:48 +00:00 |
dot.mkshrc
|
missed a function (due to it being POSIX, not Korn, probably)
|
2016-07-26 22:03:41 +00:00 |
edit.c
|
put print_columns options into a helper struct, eases passing things around
|
2016-11-11 20:14:18 +00:00 |
emacsfn.h
|
fix English (thanks to Andreas Buschka); TIL:
|
2016-09-01 12:59:12 +00:00 |
eval.c
|
fix English (thanks to Andreas Buschka); TIL:
|
2016-09-01 12:59:12 +00:00 |
exec.c
|
put print_columns options into a helper struct, eases passing things around
|
2016-11-11 20:14:18 +00:00 |
expr.c
|
fix lazy evaluation with side effects; spotted by ormaaj via IRC
|
2016-11-07 16:58:48 +00:00 |
exprtok.h
|
fix refactoro, spotted by Natureshadow; add (working) testsuite for all operators
|
2016-08-12 16:48:05 +00:00 |
funcs.c
|
just 'print -c' outputs not even a newline; plug a memleak while here
|
2016-11-11 20:53:15 +00:00 |
histrap.c
|
pack local bools into a struct, for tighter stack packing
|
2016-11-11 18:44:32 +00:00 |
jobs.c
|
rework string pooling; disable our own (rely on compiler’s)…
|
2016-07-25 00:04:48 +00:00 |
lalloc.c
|
clean up, avoid aliasing concerns in non-debug case
|
2016-02-26 21:53:37 +00:00 |
lex.c
|
implement $KSH_MATCH and, to make it usable, ${foo@/bar/baz};
|
2016-08-01 21:38:07 +00:00 |
lksh.1
|
outstanding bumps
|
2016-08-25 16:21:34 +00:00 |
main.c
|
shave five spaces off .rodata with no functional difference
|
2016-10-26 22:55:51 +00:00 |
Makefile
|
fix lazy evaluation with side effects; spotted by ormaaj via IRC
|
2016-11-07 16:58:48 +00:00 |
mirhash.h
|
janitorial work
|
2015-11-29 17:05:02 +00:00 |
misc.c
|
restructure so that the trailing separator is output separately from
|
2016-11-11 20:22:52 +00:00 |
mksh.1
|
today, Andreas Buschka learnt that the Oxford comma is an american thing
|
2016-09-29 09:04:56 +00:00 |
mksh.ico
|
|
|
rlimits.opt
|
add explicit licence
|
2015-12-12 21:08:44 +00:00 |
sh_flags.opt
|
add explicit licence
|
2015-12-12 21:08:44 +00:00 |
sh.h
|
fix lazy evaluation with side effects; spotted by ormaaj via IRC
|
2016-11-07 16:58:48 +00:00 |
shf.c
|
rework string pooling; disable our own (rely on compiler’s)…
|
2016-07-25 00:04:48 +00:00 |
strlcpy.c
|
janitorial work
|
2015-11-29 17:05:02 +00:00 |
syn.c
|
fix English (thanks to Andreas Buschka); TIL:
|
2016-09-01 12:59:12 +00:00 |
tree.c
|
rework string pooling; disable our own (rely on compiler’s)…
|
2016-07-25 00:04:48 +00:00 |
var_spec.h
|
oops…
|
2016-07-25 21:02:13 +00:00 |
var.c
|
avoid even the chance at UB, it’s too risky with “postmodern” compilers
|
2016-10-22 23:56:50 +00:00 |