summary refs log tree commit diff
path: root/COPYING
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-05-03 14:17:40 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-05-03 14:17:40 +0800
commitd2bb89771175405c308a8a89424eeb82a15aaaee (patch)
tree17a9b3b8e7a8970e867e267d997c8500b85ad255 /COPYING
parent[EXEC] Fixed _PATH_BSHELL warning (diff)
downloaddash-d2bb89771175405c308a8a89424eeb82a15aaaee.tar.gz
dash-d2bb89771175405c308a8a89424eeb82a15aaaee.zip
[CD] Test __GLIBC__ instead of _GNU_SOURCE
AC_GNU_SOURCE always defines _GNU_SOURCE so testing it is pointless.
This patch changes it to test __GLIBC__ instead.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
00'>2019-07-12Support insert mode in shottyJune McEnroe 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe