Package: rc / 1.7.2-1

Metadata

Package Version Patches format
rc 1.7.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
which error handling.diff | (download)

which.c | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 improve error handling in the which() function
panic attribute noreturn.diff | (download)

rc.h | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 mark panic() with attribute noreturn
 Mark the panic() function with attribute noreturn.
 .
 This is to avoid false-positive warning:
   ../open.c:24:13: warning: array subscript is above array bounds [-Warray-bounds]
trip hide envvars.diff | (download)

trip.rc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 hide environment variables from the test suite output
 It might not be desirable to expose environment variables in the build log.
 Hide them from the test suite output.
manpage typography.diff | (download)

rc.1 | 138 69 + 69 - 0 !
1 file changed, 69 insertions(+), 69 deletions(-)

 improve typography in the manual page