summary refs log tree commit diff
path: root/src/cd.h
diff options
context:
space:
mode:
authorherbert <herbert@gondor.apana.org.au>2004-08-18 21:24:11 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2005-09-26 18:33:02 +1000
commitf1cbb2a734f46279ad3fa942978d29d9cf25978c (patch)
treeeac61cde98ddd4bfbd26b5454085e0140ea443c7 /src/cd.h
parentAllow negative pid argument to kill(1) in src/jobs.c. (diff)
downloaddash-f1cbb2a734f46279ad3fa942978d29d9cf25978c.tar.gz
dash-f1cbb2a734f46279ad3fa942978d29d9cf25978c.zip
Fixed expansion when leading argument is null in src/expand.c.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
s for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroeb12adada&follow=1'>git: update to 2.0.1Christian Hesse 2014-06-28ui-patch: Flush stdout after outputting dataJohn Keeping 2014-06-28ui-log: ignore unhandled argumentsJohn Keeping 2014-06-28git: update for git 2.0Christian Hesse 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse