]> git.ipfire.org Git - thirdparty/bash.git/commit
new getconf shell builtin
authorChet Ramey <chet.ramey@case.edu>
Tue, 30 Nov 2021 15:41:22 +0000 (10:41 -0500)
committerChet Ramey <chet.ramey@case.edu>
Tue, 30 Nov 2021 15:41:22 +0000 (10:41 -0500)
commitfffe80d438966ab089444c13f61a06c6d325449c
tree6cc49a7b7144e22d2e7482dd554d1c30ede3d969
parent25e43d2c0a4543e6d8893d0cd50e832cbd3e6015
new getconf shell builtin
40 files changed:
COMPAT
CWRU/CWRU.chlog
MANIFEST
RBASH
builtins/declare.def
doc/bash.0
doc/bash.1
doc/bash.html
doc/bash.info
doc/bash.pdf
doc/bash.ps
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.ps
doc/bashref.texi
doc/bashref.toc
doc/bashref.vr
doc/bashref.vrs
doc/builtins.0
doc/builtins.ps
doc/rbash.0
doc/rbash.ps
doc/version.texi
examples/loadables/Makefile.in
examples/loadables/getconf.c [new file with mode: 0644]
examples/loadables/getconf.h [new file with mode: 0644]
examples/loadables/sleep.c
execute_cmd.c
include/typemax.h
test.c