yasm/modules/arch
Peter Johnson e542de015a Correctly handle input characters >127 by using unsigned char in the re2c
tokenizers.  Signed chars >127 are negative, and thus aren't caught by the
[\000-\377] range.
* gas-parser.h (YYCTYPE): Change to unsigned char.
* gas-bison.y, gas-token.re: Cast as necessary to char.
* nasm-parser.h, nasm-bison.y, nasm-token.re: Likewise.
* lc3bid.re: Likewise.

svn path=/trunk/yasm/; revision=1481
2006-04-12 04:06:44 +00:00
..
lc3b Correctly handle input characters >127 by using unsigned char in the re2c 2006-04-12 04:06:44 +00:00
x86 * x86id.c: Fix pause instruction (closing #72). 2006-03-22 16:49:41 +00:00
Makefile.inc Change how man pages are built (and where they are built to). Building man 2005-01-13 07:14:48 +00:00
yasm_arch.xml * yasm_arch.xml, yasm_arch.7: Fix typo in 64-bit implicit zero extension 2004-09-12 21:06:45 +00:00