Build.sh
|
we only require strcasestr if setlocale() is used at the moment
|
2007-05-02 20:02:07 +00:00 |
Makefile
|
• arc4random, arc4random_push: use our own protos to check
|
2007-04-24 10:42:02 +00:00 |
alloc.c
|
• remove strcasestr.c, use home-grown implementation¹, call it stricmp,
|
2007-03-04 03:04:28 +00:00 |
check.pl
|
this doesn't need a shebang line, especially not one hardcoding /usr/bin/perl
|
2007-02-13 12:59:03 +00:00 |
check.t
|
fix the “dramsey horizontal scrolling bug” – time for you to find another ☺
|
2007-05-10 19:08:48 +00:00 |
copyright
|
• remove strcasestr.c, use home-grown implementation¹, call it stricmp,
|
2007-03-04 03:04:28 +00:00 |
dot.mkshrc
|
• remove an unneeded pair of double quotes
|
2007-04-17 20:07:09 +00:00 |
edit.c
|
fix the “dramsey horizontal scrolling bug” – time for you to find another ☺
|
2007-05-10 19:08:48 +00:00 |
eval.c
|
• use wdcopy() not str_save() to duplicate an “encoded string”, whatever
|
2007-03-14 02:41:09 +00:00 |
exec.c
|
• MKSH_SMALL users want to trade off size vs functionality,
|
2007-04-18 00:59:20 +00:00 |
expr.c
|
• remove strcasestr.c, use home-grown implementation¹, call it stricmp,
|
2007-03-04 03:04:28 +00:00 |
funcs.c
|
some gcc 4.1.2pre warning shutup
|
2007-03-10 18:16:28 +00:00 |
histrap.c
|
• remove strcasestr.c, use home-grown implementation¹, call it stricmp,
|
2007-03-04 03:04:28 +00:00 |
jobs.c
|
if internal error, tell what failed
|
2007-04-19 12:07:46 +00:00 |
lex.c
|
optimisation: #ifdef MKSH_ASSUME_UTF8, don't bother to “Flag(FUTFHACK) = 1;” on UTF-8 BOM encounter, it's always on (unless manually set to off) – saves a few bytes, I guess
|
2007-04-26 11:58:53 +00:00 |
main.c
|
ignore the UTF-8 Byte Order Mark at the beginning of the input (via a file
|
2007-04-15 10:45:59 +00:00 |
misc.c
|
• remove strcasestr.c, use home-grown implementation¹, call it stricmp,
|
2007-03-04 03:04:28 +00:00 |
mksh.1
|
• change version number to “R29 and up” so
|
2007-04-30 19:16:30 +00:00 |
setmode.c
|
sync
|
2007-03-04 03:47:37 +00:00 |
sh.h
|
fix the “dramsey horizontal scrolling bug” – time for you to find another ☺
|
2007-05-10 19:08:48 +00:00 |
shf.c
|
some gcc 4.1.2pre warning shutup
|
2007-03-10 18:16:28 +00:00 |
signames.c
|
• remove strcasestr.c, use home-grown implementation¹, call it stricmp,
|
2007-03-04 03:04:28 +00:00 |
strlcpy.c
|
• strlcpy.c: remove superfluous rcs ids in comments
|
2007-04-23 11:33:26 +00:00 |
syn.c
|
• remove strcasestr.c, use home-grown implementation¹, call it stricmp,
|
2007-03-04 03:04:28 +00:00 |
tree.c
|
• remove strcasestr.c, use home-grown implementation¹, call it stricmp,
|
2007-03-04 03:04:28 +00:00 |
var.c
|
• remove strcasestr.c, use home-grown implementation¹, call it stricmp,
|
2007-03-04 03:04:28 +00:00 |