ash: rename some function parameters to match dash
[oweals/busybox.git] / shell / match.c
2018-03-02 Denys Vlasenkohush: fix a='a\\'; echo "${a%\\\\}"
2018-03-02 Denys Vlasenkoshell: tweak bkslash_in_varexp.tests, add bkslash_in_va...
2010-09-12 Denys Vlasenkoshell/match.c: shrink by dropping double bool inversion
2010-09-04 Denys Vlasenkohush: optimize #[#] and %[%] for speed. size -2 bytes.
2010-09-04 Denys Vlasenkohush: fix handling of backslashes in variable assignment
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-01-12 Denys Vlasenkoshell: split read builtin from ash
2009-04-26 Denis Vlasenkohush: fix SEGV in % expansion
2009-04-09 Denis Vlasenkohush: plug the leak of expanded heredoc
2009-04-07 Mike Frysingerimplement support for parameter substitution via #...