MirBSD Korn Shell for Jehanne
Go to file
tg a1aff7e194 libc strlfun.c:
• fix file description, history, etc.
• require <stddef.h> for portable size_t declaration (if ! kernel, bootloader)
• mention why we do _not_ include <string.h> (for building on obsd/mbsd)
• sync RCSID definition with that of mksh (more portable)
• fix strlcat description
• sync strlcpy obsd rcsid and licence header with obsd-current
  (their code change 1.10→1.11 was something we already did)
• use “does not”, not “doesn’t”
• make it easier to produce wcslfun.c

libc wcslfun.c:
• sync with strlfun.c (much easier now)

mksh strlcpy.c:
• sync with strlfun.c (in comments, mostly)

no binary changes
2008-07-07 12:59:54 +00:00
alloc.c
Build.sh fix HP aCC compiler version identification 2008-07-06 23:19:31 +00:00
check.pl
check.t check return value of unlink(2) when trying to remove an existing HISTFILE, 2008-07-06 22:41:09 +00:00
copyright remove advertising clause from mksh distribution: while I’d still prefer 2008-04-22 11:47:57 +00:00
dot.mkshrc add new builtin “realpath” calling realpath(3) on its argument, skipping 2008-05-17 18:27:57 +00:00
edit.c • alloc() can’t fail, afree() can take NULL 2008-05-17 18:47:03 +00:00
eval.c • alloc() can’t fail, afree() can take NULL 2008-05-17 18:47:03 +00:00
exec.c • alloc() can’t fail, afree() can take NULL 2008-05-17 18:47:03 +00:00
expr.c mostly revert 100480A853206FB56FA and parse utf-8 lead bytes ourselves 2008-04-20 00:24:26 +00:00
funcs.c fix the RCS IDs 2008-06-08 17:16:25 +00:00
histrap.c check return value of unlink(2) when trying to remove an existing HISTFILE, 2008-07-06 22:41:09 +00:00
jobs.c optimise based upon the following assumption: 2008-05-17 19:03:25 +00:00
lex.c • add code to support GNU bash’s “&> file” I/O redirection extension, 2008-06-28 22:51:56 +00:00
main.c • alloc() can’t fail, afree() can take NULL 2008-05-17 18:47:03 +00:00
Makefile remove check_category “pdksh”, it starts to make trouble and was never 2008-06-21 19:20:15 +00:00
misc.c • alloc() can’t fail, afree() can take NULL 2008-05-17 18:47:03 +00:00
mksh.1 • add code to support GNU bash’s “&> file” I/O redirection extension, 2008-06-28 22:51:56 +00:00
setmode.c • more unsigned → unsigned int 2008-04-19 22:15:06 +00:00
sh.h check return value of unlink(2) when trying to remove an existing HISTFILE, 2008-07-06 22:41:09 +00:00
shf.c • alloc() can’t fail, afree() can take NULL 2008-05-17 18:47:03 +00:00
strlcpy.c libc strlfun.c: 2008-07-07 12:59:54 +00:00
syn.c • add code to support GNU bash’s “&> file” I/O redirection extension, 2008-06-28 22:51:56 +00:00
tree.c • alloc() can’t fail, afree() can take NULL 2008-05-17 18:47:03 +00:00
var.c • alloc() can’t fail, afree() can take NULL 2008-05-17 18:47:03 +00:00