* Fix UB access of NULL context. During the tests the global RzCons is accessed. Because it was never initialized all members were 0. Leading to undefined behavior and breaking the test with ASAN enabled. * Use correct yaml example for the command described. * Remove old shell compatibility code. * Remove dependency tree of rz_core_cmd_subst() and rz_core_cmd_subst_i(). * Remove rz_core_cmd_pipe_old() * Remove unused rz_core_hack_help() * Regenerate grammar after removal of legacy_quoted_stmt. |
||
|---|---|---|
| .. | ||
| cmd_specifier.txt | ||
| cmd_substitution.txt | ||
| comments.txt | ||
| escape_args.txt | ||
| grep_commands.txt | ||
| iter_commands.txt | ||
| pipes.txt | ||
| quoted_args.txt | ||
| redirects.txt | ||
| repeated_commands.txt | ||
| search_commands.txt | ||
| simple_commands.txt | ||
| special_commands.txt | ||
| temporary_changes.txt | ||