]> git.ipfire.org Git - thirdparty/bash.git/commit
complete initial implementation of nofork command substitution (${ command; })
authorChet Ramey <chet.ramey@case.edu>
Mon, 15 May 2023 17:30:18 +0000 (13:30 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 15 May 2023 17:30:18 +0000 (13:30 -0400)
commite44e3d50dee26d12927baca188ad2a44a0135173
treee4ff8c47078cdd7b23901205f7e1db26cd1f2242
parentc375f8f45f4882db3098f9b54a19b75d2b176537
complete initial implementation of nofork command substitution (${ command; })
42 files changed:
CWRU/CWRU.chlog
MANIFEST
builtins/evalstring.c
doc/bash.0
doc/bash.1
doc/bash.html
doc/bash.info
doc/bashref.aux
doc/bashref.bt
doc/bashref.bts
doc/bashref.cp
doc/bashref.cps
doc/bashref.dvi
doc/bashref.fn
doc/bashref.fns
doc/bashref.html
doc/bashref.info
doc/bashref.log
doc/bashref.pdf
doc/bashref.texi
doc/bashref.toc
doc/bashref.vr
doc/bashref.vrs
doc/version.texi
execute_cmd.c
execute_cmd.h
externs.h
jobs.c
jobs.h
lib/sh/anonfile.c
parse.y
parser.h
sig.c
subst.c
subst.h
tests/comsub2.right [new file with mode: 0644]
tests/comsub2.tests [new file with mode: 0644]
tests/comsub21.sub [new file with mode: 0644]
tests/comsub22.sub [new file with mode: 0644]
tests/exportfunc.right
tests/exportfunc.tests
tests/run-comsub2 [new file with mode: 0644]