index
:
repeat
master
Conveniently Repeat a Shell Command
Tristan Riehs <tristan.riehs@bordeaux-inp.fr>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-09
version 1.3.0
HEAD
master
Tristan Riehs
2024-02-09
OPTIONS and EXIT STATUS section formatted properly
Tristan Riehs
2024-02-08
man page updated
Tristan Riehs
2024-02-08
-p option introduced
Tristan Riehs
2024-02-07
check for conflicting options added
Tristan Riehs
2024-02-07
introducing the -u option
Tristan Riehs
2024-02-03
license header added
Tristan Riehs
2024-02-03
version indication in the manual page fixed
Tristan Riehs
2024-02-03
manual page no longer contain long options
Tristan Riehs
2024-02-03
license is now GPL3
Tristan Riehs
2024-02-03
help message formatted better
Tristan Riehs
2024-02-03
code made POSIX-compliant
Tristan Riehs
2024-02-03
CFLAGS adjusted for POSIX compliancy
Tristan Riehs
2024-02-03
reapeat now built using the GNU Autotools
Tristan Riehs
2023-11-11
added information about stdin
Tristan Riehs
2023-11-11
exit instead of return in main
Tristan Riehs
2023-11-11
exit status defined as macros
Tristan Riehs
2023-11-11
version updated
Tristan Riehs
2023-11-11
exit_on_error closes the stdin clone
Tristan Riehs
2023-11-11
wrong fclose deleted
Tristan Riehs
2023-11-11
error messages made consistent
Tristan Riehs
2023-11-11
manual page improved
Tristan Riehs
2023-11-11
empty stdin behaviour fixed
Tristan Riehs
2023-11-11
global variables not static
Tristan Riehs
2023-11-11
stdin copied only if it contains data
Tristan Riehs
2023-11-11
better error messages
Tristan Riehs
2023-11-11
wait instead of waitpid
Tristan Riehs
2023-11-11
exit with subprocess' exit code when failure
Tristan Riehs
2023-10-22
error handling edited
Tristan Riehs
2023-10-20
piping supported
Tristan Riehs
2023-10-19
trying to redirect stdin
Tristan Riehs
2023-10-19
stdin clone OK
Tristan Riehs
2023-10-19
tmp file name defined
Tristan Riehs
2023-10-08
refactoring
Tristan Riehs
2023-10-08
error message and unused comments deleted
Tristan Riehs
2023-10-08
better error handling
Tristan Riehs
2023-09-28
README
Tristan Riehs
2023-09-28
man page improved
Tristan Riehs
2023-09-28
install and uninstall rules
Tristan Riehs
2023-09-28
source moved
Tristan Riehs
2023-09-27
command repetition looks OK
Tristan Riehs
2023-09-27
option parsing + reading of COUNT
Tristan Riehs
2023-09-27
start
Tristan Riehs
2023-09-27
initial commit
Tristan Riehs