plan9fox/sys/src/cmd/acid
cinap_lenrek 16acf605e2 acid: make 'a' and 'A' format to have the same size as mach->szaddr
to make it easier to write portable acid code, we
introduce 'A' format in the same meaning as in db(1):

A    Print the value of dot in hexadecimal.  Dot is
     unaffected.

both 'a' (symbolic) and 'A' will both have 64 or 32 bit
size depending on the mach, so pointer array indexing
works the same.
2014-02-09 22:43:09 +01:00
..
acid.h acid: make 'a' and 'A' format to have the same size as mach->szaddr 2014-02-09 22:43:09 +01:00
builtin.c acid: make 'a' and 'A' format to have the same size as mach->szaddr 2014-02-09 22:43:09 +01:00
dbg.y acid: fix memory corruption due to gc 2014-02-09 01:37:05 +01:00
dot.c
exec.c acid: fix memory corruption due to gc 2014-02-09 01:37:05 +01:00
expr.c acid: make 'a' and 'A' format to have the same size as mach->szaddr 2014-02-09 22:43:09 +01:00
lex.c acid: fix memory corruption due to gc 2014-02-09 01:37:05 +01:00
list.c acid: make 'a' and 'A' format to have the same size as mach->szaddr 2014-02-09 22:43:09 +01:00
main.c acid: make 'a' and 'A' format to have the same size as mach->szaddr 2014-02-09 22:43:09 +01:00
mkfile
print.c acid: fix memory leak in fundefs (from 9atom) 2014-02-02 03:17:48 -08:00
proc.c
util.c acid: make 'a' and 'A' format to have the same size as mach->szaddr 2014-02-09 22:43:09 +01:00