summary refs log tree commit diff
path: root/src/TOUR
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-10-04 22:15:10 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-10-04 22:15:10 +0800
commitb8268e8edbe90e4298c58e81e1940075f1bdfadc (patch)
treeb89c18ef9b33b77b471a2cbbff5ec447ff2750f0 /src/TOUR
parent[BUILD] Add --enable-static option to configure. (diff)
downloaddash-b8268e8edbe90e4298c58e81e1940075f1bdfadc.tar.gz
dash-b8268e8edbe90e4298c58e81e1940075f1bdfadc.zip
[PARSER] Fix parsing of ${##1}
Previously dash treated ${##1} as a length operation.  This patch fixes that.

Test case:

	set -- a
	echo ${##1}OK

Old result:

	1OK

New result:

	OK
Diffstat (limited to 'src/TOUR')
0 files changed, 0 insertions, 0 deletions
me of them are pretty good. The author of the worst written story also has the worst written bio. 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe