summary refs log tree commit diff
path: root/src/mktokens
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2006-04-23 16:01:05 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2006-04-23 16:01:05 +1000
commitd8014392bc291504997c65b3b44a7f21a60b0e07 (patch)
tree03fd6cb8f8590ca8b54b7f40387ec02d6edb4b03 /src/mktokens
parent[PARSER] Use alloca to get rid of setjmp (diff)
downloaddash-d8014392bc291504997c65b3b44a7f21a60b0e07.tar.gz
dash-d8014392bc291504997c65b3b44a7f21a60b0e07.zip
[PARSER] Only use signed char for syntax arrays
The existing scheme of using the native char for syntax array indicies
makes cross-compiling difficult.  Therefore it makes sense to choose
one specific sign for everyone.

Since signed chars are native to most platforms and i386, it makes more
sense to use that if we are to choose one type for everyone.
Diffstat (limited to 'src/mktokens')
0 files changed, 0 insertions, 0 deletions
9 19:08:21 -0400'>2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe