summary refs log tree commit diff
path: root/src/mkbuiltins
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2006-10-04 17:44:31 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2006-10-04 17:44:31 +1000
commit1adfb341436bdde325d89e01a0b96ebc13d5856b (patch)
tree0dcf9d63c18d56671f7d73572c12316b23c14cb3 /src/mkbuiltins
parent[BUILD] Added --with-libedit option to configure (diff)
downloaddash-1adfb341436bdde325d89e01a0b96ebc13d5856b.tar.gz
dash-1adfb341436bdde325d89e01a0b96ebc13d5856b.zip
[EXPAND] Fixed inverted char class matching
The return value of ccmatch was being treated as 0 or 1 but
it's actually zero or non-zero.  This broke inverted character
class matching.

Reported by Alexander Skwar.
Diffstat (limited to 'src/mkbuiltins')
0 files changed, 0 insertions, 0 deletions
= assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe