NetBSD/bin/sh
hannken f438a6a065 Use "sigjmp_buf loc" after switch to sigsetjmp()/siglongjmp().
Fixes errors and aborts on sparc at least.
2023-03-21 08:31:30 +00:00
..
USD.doc Fix "every" typo in quote from The Mythical Man-Month 2018-09-14 05:59:10 +00:00
bltin Fix a bug in the built-in echo in /bin/sh reported in private mail by 2021-05-18 21:39:06 +00:00
funcs delete clauses 3,4 2016-02-29 23:50:59 +00:00
Makefile sh: remove no-op 'continue' from do-while-0 loop 2021-10-10 08:35:34 +00:00
TOUR Fix grammar in couple of sentences. 2016-10-25 13:01:59 +00:00
alias.c Allow (but do not require) the magic '--' option terminator in 2023-02-24 19:04:54 +00:00
alias.h Revamp aliases - as dumb an idea as they are, if we're going 2018-12-03 06:40:26 +00:00
arith_token.c Do a better job of reporting invalid numeric constants in arithmetic exprs. 2017-12-17 04:06:03 +00:00
arith_tokens.h Add support for ++ and -- (pre & post) and ',' to arithmetic. 2017-07-24 13:21:14 +00:00
arithmetic.c In uses like $(( var )) (un-dollared vars in arithmetic) we allow 2018-04-21 23:01:29 +00:00
arithmetic.h A better LINENO implementation. This version deletes (well, #if 0's out) 2017-06-07 05:08:32 +00:00
builtins.def Ensure that all of the POSIX standard utilities are correctly 2021-11-10 18:25:52 +00:00
cd.c Add some comments explaining accesses to the environment via 2022-01-31 16:54:28 +00:00
cd.h
error.c Do a better job handling EACCES errors from exec() calls. If the 2023-03-19 17:55:57 +00:00
error.h Use "sigjmp_buf loc" after switch to sigsetjmp()/siglongjmp(). 2023-03-21 08:31:30 +00:00
eval.c Use a volative local shadow of a field in an (on-stack) non-volatile struct 2022-01-05 15:25:44 +00:00
eval.h PR bin/53919 2019-02-04 11:16:41 +00:00
exec.c Do a better job handling EACCES errors from exec() calls. If the 2023-03-19 17:55:57 +00:00
exec.h Deal with ref after free found by ASAN when a function redefines 2018-06-22 11:04:55 +00:00
expand.c Adjust tilde expansion as will be documented in the forthcoming 2023-03-06 05:54:34 +00:00
expand.h PR bin/53550 2021-11-22 05:17:43 +00:00
histedit.c Add debugging trace points for history and the editline interface. 2022-08-22 17:33:11 +00:00
init.h
input.c PR bin/55979 2021-02-16 15:30:26 +00:00
input.h PR bin/48875 (is related, and ameliorated, but not exactly "fixed") 2018-08-19 23:50:27 +00:00
jobs.c PR bin/57053 is related (peripherally) here. 2022-10-30 01:46:16 +00:00
jobs.h Add jobs -Z (like in zsh(1)) to setproctitle(3). 2021-09-11 20:43:32 +00:00
machdep.h
mail.c If we are going to keep the MAILPATH % hack, then at least do something 2017-06-04 20:28:13 +00:00
mail.h
main.c Add the -l option (aka -o login): be a login shell. Meaningful only on 2022-09-18 06:03:19 +00:00
main.h When forking a child shell, arrange for errors/exit to always unwind 2018-12-03 02:38:30 +00:00
memalloc.c fix various typos in comments, documentation and messages. 2022-05-31 08:43:13 +00:00
memalloc.h Use a type-correct end marker for strstrcat() rather than NULL, as 2021-10-26 10:07:20 +00:00
miscbltin.c It appears that POSIX intends to add a -d X option to the read command 2022-12-11 08:23:10 +00:00
miscbltin.h
mkbuiltins
mkinit.sh Use printf, rather than echo (via echo redefined as a function that 2018-12-05 09:20:18 +00:00
mknodenames.sh In the older debug code (not using the new macros added in the 2018-08-18 03:09:37 +00:00
mknodes.sh Add some error checking, and stop assuming what the input 2019-01-19 13:08:50 +00:00
mkoptions.sh Sort options with long names that differ only by char case in 2017-11-15 09:21:19 +00:00
mktokens Add a comment explaining the ordering reltionship of the tokens 2017-07-26 03:46:54 +00:00
myhistedit.h - Add command completion (from FreeBSD) 2021-08-15 10:17:55 +00:00
mystring.c Avoid generating error messages implying that user errors are illegal. 2022-04-16 14:20:45 +00:00
mystring.h
nodes.c.pat Deal with ref after free found by ASAN when a function redefines 2018-06-22 11:04:55 +00:00
nodetypes PR bin/53550 2021-11-22 05:17:43 +00:00
option.list Add the -l option (aka -o login): be a login shell. Meaningful only on 2022-09-18 06:03:19 +00:00
options.c Add the -l option (aka -o login): be a login shell. Meaningful only on 2022-09-18 06:03:19 +00:00
options.h Arrange for set -o and $- output to be sorted, rather than more 2017-05-28 00:38:01 +00:00
output.c Remove the -X option from SMALL shells (as used on boot floppies, 2017-11-21 03:42:39 +00:00
output.h Add a couple of macro definitions for dealing with shell I/O errors. 2021-11-10 15:58:38 +00:00
parser.c fix various typos in comments. 2022-04-17 21:24:52 +00:00
parser.h Delete a no-longer-used #define that referred to a struct field that 2019-02-13 21:40:50 +00:00
redir.c PR bin/53550 2021-11-22 05:17:43 +00:00
redir.h Improve the solution for the 2nd access to a fd which shouldn't 2021-09-15 18:29:45 +00:00
sh.1 More markup errors. \+ was intended to be \&+ and .EV .Ev of course. 2022-12-20 17:51:54 +00:00
shell.h PR bin/56464 2021-10-26 00:05:38 +00:00
show.c bin: remove unnecessary lint comment CONSTCOND 2021-09-10 22:11:03 +00:00
show.h NFC: DEBUG only change - provide an externally visible (to the DEBUG sh 2017-06-30 23:00:40 +00:00
syntax.c Add a couple of comments. NFC. 2019-02-04 09:56:48 +00:00
syntax.h Finish the fixes from Feb 4 for handling of random data that 2019-02-27 04:10:56 +00:00
trap.c DEBUG mode changes only. NFC (NC) for any normally compiled shell. 2021-11-10 15:26:34 +00:00
trap.h Make pendingsigs forward declaration match the definition. 2018-12-03 10:53:29 +00:00
var.c Oops, somehow managed to commit an older version where NBSH_INVOCATION 2022-09-18 17:11:33 +00:00
var.h Add the -l option (aka -o login): be a login shell. Meaningful only on 2022-09-18 06:03:19 +00:00
version.h After 3 and a bit years, it is time... 2022-01-22 22:53:58 +00:00