Subversion Repositories tendra.SVN

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
121 1871 d 1 h 7u83 /trunk/ With this merge TenDRA can be used on FreeBSD with AMD64 (only in 32bit mode)  
/trunk/src/build/APIS0
/trunk/src/build/APIS1
/trunk/src/lib/env/freebsd/common/amd64
/trunk/src/lib/machines/freebsd/amd64/include/assert.h
/trunk/src/lib/machines/freebsd/amd64/include/curses.h
/trunk/src/lib/machines/freebsd/amd64/include/dirent.h
/trunk/src/lib/machines/freebsd/amd64/include/ermios.h
/trunk/src/lib/machines/freebsd/amd64/include/errno.h
/trunk/src/lib/machines/freebsd/amd64/include/eti.h
/trunk/src/lib/machines/freebsd/amd64/include/fcntl.h
/trunk/src/lib/machines/freebsd/amd64/include/float.h
/trunk/src/lib/machines/freebsd/amd64/include/ftw.h
/trunk/src/lib/machines/freebsd/amd64/include/grp.h
/trunk/src/lib/machines/freebsd/amd64/include/locale.h
/trunk/src/lib/machines/freebsd/amd64/include/malloc.h
/trunk/src/lib/machines/freebsd/amd64/include/math.h
/trunk/src/lib/machines/freebsd/amd64/include/nl_types.h
/trunk/src/lib/machines/freebsd/amd64/include/pwd.h
/trunk/src/lib/machines/freebsd/amd64/include/setjmp.h
/trunk/src/lib/machines/freebsd/amd64/include/signal.h
/trunk/src/lib/machines/freebsd/amd64/include/stdbool.h
/trunk/src/lib/machines/freebsd/amd64/include/stddef.h
/trunk/src/lib/machines/freebsd/amd64/include/stdio.h
/trunk/src/lib/machines/freebsd/amd64/include/stdlib.h
/trunk/src/lib/machines/freebsd/amd64/include/string.h
/trunk/src/lib/machines/freebsd/amd64/include/sys/ipc.h
/trunk/src/lib/machines/freebsd/amd64/include/sys/msg.h
/trunk/src/lib/machines/freebsd/amd64/include/sys/sem.h
/trunk/src/lib/machines/freebsd/amd64/include/sys/stat.h
/trunk/src/lib/machines/freebsd/amd64/include/sys/times.h
/trunk/src/lib/machines/freebsd/amd64/include/sys/types.h
/trunk/src/lib/machines/freebsd/amd64/include/sys/utsname.h
/trunk/src/lib/machines/freebsd/amd64/include/sys/wait.h
/trunk/src/lib/machines/freebsd/amd64/include/termios.h
/trunk/src/lib/machines/freebsd/amd64/include/time.h
/trunk/src/lib/machines/freebsd/amd64/include/utime.h
/trunk
/trunk/INSTALL
/trunk/Makefile
/trunk/makedefs
/trunk/src/installers/amd64/common/codec.c
/trunk/src/installers/amd64/freebsd/Makefile
/trunk/src/lib/env/common/default
/trunk/src/lib/machines/freebsd/amd64/include/ctype.h
/trunk/src/lib/machines/freebsd/amd64/include/limits.h
/trunk/src/lib/machines/freebsd/amd64/include/stdarg.h
/trunk/src/lib/machines/freebsd/amd64/include/sys/shm.h
/trunk/src/lib/machines/freebsd/amd64/include/unistd.h
/trunk/src/lib/machines/freebsd/amd64/tokens/Makefile
/trunk/src/lib/machines/freebsd/amd64/tokens/map_toks.pl
/trunk/src/tools/tld/Makefile
/trunk/src/tools/tnc/Makefile
/trunk/src/utilities/sid/Makefile
105 2160 d 3 h 7u83 /trunk/ Tendra compiles without stop

There are still not all stages are compiled.
C++ support is missing
 
/trunk/src/prog.mk
/trunk/defs.mk.bak
/trunk
/trunk/Makefile
/trunk/makedefs
/trunk/src/lib/apis/ansi/Makefile
/trunk/src/lib/cpp/src/Makefile
/trunk/src/lib/env/common/xpg3
/trunk/src/lib/machines/freebsd/80x86/tokens/Makefile
/trunk/src/tools/tcc/Makefile
/trunk/src/tools/tld/Makefile
/trunk/src/tools/tspec/Makefile
/trunk/src/tools/tspec/makefile.c
/trunk/src/utilities/sid/Makefile
89 2183 d 5 h 7u83 /trunk/ TenDRA works on FreeBSD 386

with this merge TenDRA can be compiled under FreeBSD and also
compile itself. Therefore al lot of headers had to be created in
/src/lib/machines/freebsd/80x86/include because the latest FreeBSD
headers are poluted with variadic macros which TenDRA currently can't
process.

Further changes:

- tcc is compiled in pure ANSI mode by default now
- some serious bugs (return w/o value from int function)
were removed. These bugs were not seen in TenDRA 4. Introduced
in TenDRA 5 somehow.
- There seems to be still a bug which prevents correct compiling
when structure alignment is set to 8 bits. Works only with
32 bits for now.
 
/trunk/defs.mk.bak
/trunk/src/lib/machines/freebsd/80x86/include/assert.h
/trunk/src/lib/machines/freebsd/80x86/include/curses.h
/trunk/src/lib/machines/freebsd/80x86/include/dirent.h
/trunk/src/lib/machines/freebsd/80x86/include/ermios.h
/trunk/src/lib/machines/freebsd/80x86/include/errno.h
/trunk/src/lib/machines/freebsd/80x86/include/eti.h
/trunk/src/lib/machines/freebsd/80x86/include/fcntl.h
/trunk/src/lib/machines/freebsd/80x86/include/float.h
/trunk/src/lib/machines/freebsd/80x86/include/ftw.h
/trunk/src/lib/machines/freebsd/80x86/include/grp.h
/trunk/src/lib/machines/freebsd/80x86/include/locale.h
/trunk/src/lib/machines/freebsd/80x86/include/malloc.h
/trunk/src/lib/machines/freebsd/80x86/include/math.h
/trunk/src/lib/machines/freebsd/80x86/include/nl_types.h
/trunk/src/lib/machines/freebsd/80x86/include/pwd.h
/trunk/src/lib/machines/freebsd/80x86/include/setjmp.h
/trunk/src/lib/machines/freebsd/80x86/include/signal.h
/trunk/src/lib/machines/freebsd/80x86/include/stdbool.h
/trunk/src/lib/machines/freebsd/80x86/include/stddef.h
/trunk/src/lib/machines/freebsd/80x86/include/stdio.h
/trunk/src/lib/machines/freebsd/80x86/include/stdlib.h
/trunk/src/lib/machines/freebsd/80x86/include/string.h
/trunk/src/lib/machines/freebsd/80x86/include/sys/ipc.h
/trunk/src/lib/machines/freebsd/80x86/include/sys/msg.h
/trunk/src/lib/machines/freebsd/80x86/include/sys/sem.h
/trunk/src/lib/machines/freebsd/80x86/include/sys/stat.h
/trunk/src/lib/machines/freebsd/80x86/include/sys/times.h
/trunk/src/lib/machines/freebsd/80x86/include/sys/types.h
/trunk/src/lib/machines/freebsd/80x86/include/sys/utsname.h
/trunk/src/lib/machines/freebsd/80x86/include/sys/wait.h
/trunk/src/lib/machines/freebsd/80x86/include/termios.h
/trunk/src/lib/machines/freebsd/80x86/include/time.h
/trunk/src/lib/machines/freebsd/80x86/include/utime.h
/trunk/src/producers/algol60
/trunk/src/producers/c/.depend
/trunk/src/tools/tcc/.depend
/trunk/defs.mk
/trunk/src/utilities/lexi/syntax.c
/trunk/src/utilities/lexi/syntax.h
/trunk
/trunk/Makefile
/trunk/makedefs
/trunk/src/installers/common/reader/table_fns.c
/trunk/src/lib/env/common/default
/trunk/src/lib/env/common/xpg4
/trunk/src/lib/env/freebsd/common/80x86/default.extra
/trunk/src/lib/machines/freebsd/80x86/include/ctype.h
/trunk/src/lib/machines/freebsd/80x86/include/limits.h
/trunk/src/lib/machines/freebsd/80x86/include/sys/shm.h
/trunk/src/lib/machines/freebsd/80x86/include/unistd.h
/trunk/src/lib/machines/freebsd/80x86/tokens/Makefile
/trunk/src/lib/machines/freebsd/80x86/tokens/map_toks.pl
/trunk/src/lib/machines/netbsd/80x86/tokens/Makefile
/trunk/src/producers/c/Makefile
/trunk/src/producers/common/construct/initialise.c
/trunk/src/producers/cpp/Makefile
/trunk/src/tools/disp/Makefile
/trunk/src/tools/tcc/Makefile
/trunk/src/tools/tcc/config.h
/trunk/src/tools/tcc/environ.c
/trunk/src/tools/tcc/execute.c
/trunk/src/tools/tcc/external.h
/trunk/src/tools/tcc/options.c
/trunk/src/tools/tcc/startup.h
/trunk/src/tools/tcc/utility.h
/trunk/src/tools/tld/Makefile
/trunk/src/tools/tnc/Makefile
/trunk/src/tools/tpl/Makefile
/trunk/src/tools/tspec/Makefile
/trunk/src/utilities/Makefile
/trunk/src/utilities/calculus/Makefile
/trunk/src/utilities/lexi/Makefile
/trunk/src/utilities/make_err/Makefile
/trunk/src/utilities/make_tdf/Makefile
/trunk/src/utilities/sid/Makefile
38 2199 d 19 h 7u83 /trunk/ Simplified build system with Makefiles / NetBSD

The Makefiles from TenDRA 5.0.0 were hard to read and hard to debug.
In the next release (probably 5.0.1) Makefiles should be reduced to
basicaly *one* Makefile in TenDRA's base directory and one config file,
also located in the base directory.
There is linking of c_tok into ansi.tl anymore. c_tok and other stuff
is linked into sys.tl which almost always must be loaded to get stuf
compiled.
Furthermore this merge conainns a new tspec version which (internally)
generates Makefiles from a template. In the future this template should
be loadable by program arguments.
In this merge are many hacks to get TenDRA work on NetBSD 8.0. All
other systems will probably not work.
 
/trunk/defs.mk
/trunk/src/lib/machines/netbsd/80x86/include/machine
/trunk/src/lib/machines/netbsd/80x86/include/signal.h
/trunk/src/lib/machines/netbsd/80x86/include/stdio.h
/trunk/src/lib/machines/netbsd/80x86/include/stdlib.h
/trunk/src/lib/machines/netbsd/80x86/include/sys/ansi.h
/trunk/src/lib/machines/netbsd/80x86/include/sys/cdefs.h
/trunk/src/lib/machines/netbsd/80x86/include/sys/signal.h
/trunk/src/lib/machines/netbsd/80x86/include/sys/ucontext.h
/trunk/GNUmakefile
/trunk
/trunk/Makefile
/trunk/Makefile.inc
/trunk/makedefs
/trunk/mk/tendra.base.mk
/trunk/mk/tendra.bootstrap.mk
/trunk/src/include/release.h
/trunk/src/installers/80x86/freebsd/Makefile
/trunk/src/installers/80x86/netbsd/Makefile
/trunk/src/installers/80x86/netbsd/assembler.c
/trunk/src/installers/80x86/netbsd/machine.c
/trunk/src/lib/apis/Makefile.inc
/trunk/src/lib/apis/ansi/Makefile
/trunk/src/lib/cpp/tokens/Makefile
/trunk/src/lib/env/Makefile
/trunk/src/lib/env/common/Makefile
/trunk/src/lib/env/common/aes
/trunk/src/lib/env/common/ansi
/trunk/src/lib/env/common/building
/trunk/src/lib/env/common/default
/trunk/src/lib/env/common/iso
/trunk/src/lib/env/common/mse
/trunk/src/lib/env/common/posix
/trunk/src/lib/env/common/posix1
/trunk/src/lib/env/common/posix2
/trunk/src/lib/env/common/unix95
/trunk/src/lib/env/common/xpg3
/trunk/src/lib/env/common/xpg4
/trunk/src/lib/env/netbsd/common/80x86/Makefile
/trunk/src/lib/env/netbsd/common/80x86/default.extra
/trunk/src/lib/libtdf/Makefile
/trunk/src/lib/machines/freebsd/80x86/tokens/Makefile
/trunk/src/lib/machines/netbsd/80x86/startup/system.h
/trunk/src/lib/machines/netbsd/80x86/tokens/Makefile
/trunk/src/producers/c/Makefile
/trunk/src/producers/cpp/Makefile
/trunk/src/tools/Makefile
/trunk/src/tools/disp/Makefile
/trunk/src/tools/tcc/Makefile
/trunk/src/tools/tcc/options.c
/trunk/src/tools/tcc/tcc.sh
/trunk/src/tools/tld/Makefile
/trunk/src/tools/tnc/Makefile
/trunk/src/tools/tpl/Makefile
/trunk/src/tools/tspec/Makefile
/trunk/src/tools/tspec/main.c
/trunk/src/tools/tspec/makefile.c
/trunk/src/tools/tspec/name.c
/trunk/src/tools/tspec/name.h
/trunk/src/tools/tspec/print.c
/trunk/src/tools/tspec/tspec.1
/trunk/src/tools/tspec/tspec.sh
/trunk/src/tools/tspec/utility.c
/trunk/src/utilities/Makefile
/trunk/src/utilities/Makefile.inc
/trunk/src/utilities/calculus/Makefile
/trunk/src/utilities/calculus/disk.c
/trunk/src/utilities/calculus/output.c
/trunk/src/utilities/calculus/output.h
/trunk/src/utilities/lexi/Makefile
/trunk/src/utilities/lexi/syntax.c
/trunk/src/utilities/lexi/syntax.h
/trunk/src/utilities/make_err/Makefile
/trunk/src/utilities/make_tdf/Makefile
/trunk/src/utilities/sid/Makefile
7 2206 d 16 h 7u83 /trunk/ Merged TenDRA 5.0.0 into trunk  
/trunk/GNUmakefile
/trunk/Makefile
/trunk/Makefile.inc
/trunk/doc/Makefile
/trunk/doc/common
/trunk/doc/components
/trunk/doc/developer
/trunk/doc/developerguides
/trunk/doc/development
/trunk/doc/faq
/trunk/doc/glossary
/trunk/doc/marketing
/trunk/doc/outlineplan
/trunk/doc/papers
/trunk/doc/reference
/trunk/doc/restructure
/trunk/doc/share
/trunk/doc/style
/trunk/doc/user
/trunk/doc/website
/trunk/makedefs
/trunk/makedefs.funcs
/trunk/mk
/trunk/src/Makefile
/trunk/src/Makefile.inc
/trunk/src/build/BUILD_ERRORS
/trunk/src/include
/trunk/src/installers/680x0/Makefile
/trunk/src/installers/680x0/Makefile.inc
/trunk/src/installers/80x86/Makefile
/trunk/src/installers/80x86/Makefile.inc
/trunk/src/installers/80x86/cygwin
/trunk/src/installers/80x86/dragonfly
/trunk/src/installers/80x86/netbsd
/trunk/src/installers/80x86/openbsd
/trunk/src/installers/Makefile
/trunk/src/installers/Makefile.inc
/trunk/src/installers/alpha/Makefile
/trunk/src/installers/alpha/Makefile.inc
/trunk/src/installers/amd64
/trunk/src/installers/hppa/Makefile
/trunk/src/installers/hppa/Makefile.inc
/trunk/src/installers/mips/Makefile
/trunk/src/installers/mips/Makefile.inc
/trunk/src/installers/power/Makefile
/trunk/src/installers/power/Makefile.inc
/trunk/src/installers/ppc601/Makefile
/trunk/src/installers/ppc601/Makefile.inc
/trunk/src/installers/sparc/Makefile
/trunk/src/installers/sparc/Makefile.inc
/trunk/src/lib/Makefile
/trunk/src/lib/Makefile.inc
/trunk/src/lib/apis/Makefile
/trunk/src/lib/apis/Makefile.inc
/trunk/src/lib/apis/ansi/Makefile
/trunk/src/lib/apis/bsd_extn/Makefile
/trunk/src/lib/apis/cpp/Makefile
/trunk/src/lib/apis/dummy/Makefile
/trunk/src/lib/apis/gcc/Makefile
/trunk/src/lib/apis/iso/Makefile
/trunk/src/lib/apis/posix/Makefile
/trunk/src/lib/apis/posix1/Makefile
/trunk/src/lib/apis/posix2/Makefile
/trunk/src/lib/apis/posix3
/trunk/src/lib/apis/svid3/Makefile
/trunk/src/lib/apis/unix95/Makefile
/trunk/src/lib/apis/xpg3/Makefile
/trunk/src/lib/apis/xpg4/Makefile
/trunk/src/lib/env/Makefile
/trunk/src/lib/env/Makefile.inc
/trunk/src/lib/env/aix/common/common/Makefile
/trunk/src/lib/env/common/Makefile
/trunk/src/lib/env/common/bootstrap
/trunk/src/lib/env/common/build
/trunk/src/lib/env/cygwin
/trunk/src/lib/env/dragonfly
/trunk/src/lib/env/freebsd/Makefile.inc
/trunk/src/lib/env/freebsd/common/80x86/Makefile
/trunk/src/lib/env/freebsd/common/Makefile.inc
/trunk/src/lib/env/hpux/common/hppa/Makefile
/trunk/src/lib/env/irix/5.1.1/mips/Makefile
/trunk/src/lib/env/irix/common/mips/Makefile
/trunk/src/lib/env/linux/aout/80x86/Makefile
/trunk/src/lib/env/linux/elf/80x86.new/Makefile
/trunk/src/lib/env/linux/elf/80x86/Makefile
/trunk/src/lib/env/netbsd
/trunk/src/lib/env/openbsd
/trunk/src/lib/env/osf1/common/alpha/Makefile
/trunk/src/lib/env/sco/common/80x86/Makefile
/trunk/src/lib/env/solaris/common/80x86/Makefile
/trunk/src/lib/env/solaris/common/sparc/Makefile
/trunk/src/lib/env/sunos/common/680x0/Makefile
/trunk/src/lib/env/sunos/common/sparc/Makefile
/trunk/src/lib/env/svr4.2/common/80x86/Makefile
/trunk/src/lib/env/svr4.2/common/sparc/Makefile
/trunk/src/lib/env/ultrix/3.9/mips/Makefile
/trunk/src/lib/env/ultrix/4.1/mips/Makefile
/trunk/src/lib/env/ultrix/4.2/mips/Makefile
/trunk/src/lib/env/ultrix/common/mips/Makefile
/trunk/src/lib/machines/Makefile
/trunk/src/lib/machines/Makefile.inc
/trunk/src/lib/machines/cygwin
/trunk/src/lib/machines/dragonfly
/trunk/src/lib/machines/freebsd/amd64
/trunk/src/lib/machines/linux/amd64
/trunk/src/lib/machines/netbsd
/trunk/src/lib/machines/openbsd
/trunk/src/lib/startup/Makefile
/trunk/src/libspill
/trunk/src/producers/Makefile
/trunk/src/producers/Makefile.inc
/trunk/src/tools/Makefile
/trunk/src/tools/Makefile.inc
/trunk/src/tools/tcc/tcc.sh
/trunk/src/tools/tpl
/trunk/src/tools/tspec/tspec.sh
/trunk/src/utilities/Makefile
/trunk/src/utilities/Makefile.inc
/trunk/src/utilities/make_err/make_err.1
/trunk/src/utilities/make_tdf/make_tdf.1
/trunk/tendra.csw
/trunk/doc/FAQ
/trunk/doc/diag
/trunk/doc/guide
/trunk/doc/images
/trunk/doc/index.html
/trunk/doc/pl
/trunk/doc/port
/trunk/doc/tcc
/trunk/doc/tcpplus
/trunk/doc/tdf
/trunk/doc/tdfc
/trunk/doc/tools
/trunk/doc/utilities
/trunk/src/installers/680x0/sunos/GEN_MF
/trunk/src/installers/80x86/common/proto.h
/trunk/src/installers/80x86/cygwin32
/trunk/src/installers/80x86/freebsd/GEN_MF
/trunk/src/installers/80x86/linux/GEN_MF
/trunk/src/installers/80x86/sco/GEN_MF
/trunk/src/installers/80x86/solaris/GEN_MF
/trunk/src/installers/80x86/svr4.2/GEN_MF
/trunk/src/installers/alpha/osf1/GEN_MF
/trunk/src/installers/common/reader/release.h
/trunk/src/installers/hppa/hpux/GEN_MF
/trunk/src/installers/mips/irix/GEN_MF
/trunk/src/installers/mips/ultrix/GEN_MF
/trunk/src/installers/power/aix/GEN_MF
/trunk/src/installers/ppc601/aix/GEN_MF
/trunk/src/installers/sparc/solaris/GEN_MF
/trunk/src/installers/sparc/sunos/GEN_MF
/trunk/src/lib/cpp/src/GEN_MF
/trunk/src/lib/env/cygwin32
/trunk/src/lib/libtdf/release.h
/trunk/src/lib/machines/common/src/release.h
/trunk/src/lib/machines/cygwin32
/trunk/src/producers/c/GEN_MF
/trunk/src/producers/c/Makefile.chk
/trunk/src/producers/common/utility/release.h
/trunk/src/producers/cpp/GEN_MF
/trunk/src/producers/cpp/Makefile.chk
/trunk/src/tools/disp/GEN_MF
/trunk/src/tools/disp/release.h
/trunk/src/tools/pl
/trunk/src/tools/tcc/GEN_MF
/trunk/src/tools/tcc/ossg.h
/trunk/src/tools/tcc/release.h
/trunk/src/tools/tld/GEN_MF
/trunk/src/tools/tld/errors/BUILD_ERRORS
/trunk/src/tools/tld/gen-errors.c
/trunk/src/tools/tld/gen-errors.h
/trunk/src/tools/tld/ossg.h
/trunk/src/tools/tld/release.h
/trunk/src/tools/tnc/GEN_MF
/trunk/src/tools/tnc/release.h
/trunk/src/tools/tspec/GEN_MF
/trunk/src/tools/tspec/release.h
/trunk/src/utilities/calculus/GEN_MF
/trunk/src/utilities/calculus/Makefile.chk
/trunk/src/utilities/lexi/GEN_MF
/trunk/src/utilities/make_err/GEN_MF
/trunk/src/utilities/make_err/Makefile.chk
/trunk/src/utilities/make_mf
/trunk/src/utilities/make_tdf/GEN_MF
/trunk/src/utilities/make_tdf/Makefile.chk
/trunk/src/utilities/shared/ossg.h
/trunk/src/utilities/shared/ossg_std.h
/trunk/src/utilities/shared/release.h
/trunk/src/utilities/sid/GEN_MF
/trunk/src/utilities/sid/errors/BUILD_ERRORS
/trunk/src/utilities/sid/gen-errors.c
/trunk/src/utilities/sid/gen-errors.h
/trunk/src/utilities/sid/ossg.h
/trunk/src/utilities/sid/release.h
/trunk/src/utilities/tuname
/trunk
/trunk/COPYRIGHT
/trunk/INSTALL
/trunk/README
/trunk/doc/COPYRIGHT
/trunk/src/build/VERSION
/trunk/src/installers/680x0/common/codec.c
/trunk/src/installers/680x0/common/codec.h
/trunk/src/installers/680x0/common/coder.c
/trunk/src/installers/680x0/common/coder.h
/trunk/src/installers/680x0/common/codex.c
/trunk/src/installers/680x0/common/codex.h
/trunk/src/installers/680x0/common/evaluate.c
/trunk/src/installers/680x0/common/evaluate.h
/trunk/src/installers/680x0/common/general_proc.c
/trunk/src/installers/680x0/common/general_proc.h
/trunk/src/installers/680x0/common/glopt.c
/trunk/src/installers/680x0/common/glopt.h
/trunk/src/installers/680x0/common/inliner.c
/trunk/src/installers/680x0/common/input.c
/trunk/src/installers/680x0/common/instr.c
/trunk/src/installers/680x0/common/instr.h
/trunk/src/installers/680x0/common/mach_ins.c
/trunk/src/installers/680x0/common/mach_ins.h
/trunk/src/installers/680x0/common/mach_op.c
/trunk/src/installers/680x0/common/mach_op.h
/trunk/src/installers/680x0/common/operations.h
/trunk/src/installers/680x0/common/ops_float.c
/trunk/src/installers/680x0/common/ops_int.c
/trunk/src/installers/680x0/common/ops_logic.c
/trunk/src/installers/680x0/common/ops_misc.c
/trunk/src/installers/680x0/common/ops_shared.h
/trunk/src/installers/680x0/common/output.c
/trunk/src/installers/680x0/common/output.h
/trunk/src/installers/680x0/common/peephole.c
/trunk/src/installers/680x0/common/peephole.h
/trunk/src/installers/680x0/common/scan2.c
/trunk/src/installers/680x0/common/spec_tok.c
/trunk/src/installers/680x0/common/special_exps.c
/trunk/src/installers/680x0/common/special_exps.h
/trunk/src/installers/680x0/common/stab_types.c
/trunk/src/installers/680x0/common/stab_types.h
/trunk/src/installers/680x0/common/tests.c
/trunk/src/installers/680x0/common/tests.h
/trunk/src/installers/680x0/common/trans.c
/trunk/src/installers/680x0/common/utility.c
/trunk/src/installers/680x0/common/utility.h
/trunk/src/installers/680x0/common/weights.c
/trunk/src/installers/680x0/common/weights.h
/trunk/src/installers/680x0/common/where.c
/trunk/src/installers/680x0/common/where.h
/trunk/src/installers/680x0/common/xdb_basics.c
/trunk/src/installers/680x0/common/xdb_basics.h
/trunk/src/installers/680x0/common/xdb_output.c
/trunk/src/installers/680x0/common/xdb_output.h
/trunk/src/installers/680x0/common/xdb_types.c
/trunk/src/installers/680x0/common/xdb_types.h
/trunk/src/installers/680x0/sunos/Makefile
/trunk/src/installers/680x0/sunos/assembler.h
/trunk/src/installers/680x0/sunos/config.h
/trunk/src/installers/680x0/sunos/diag_config.h
/trunk/src/installers/680x0/sunos/main.c
/trunk/src/installers/80x86/common/assembler.h
/trunk/src/installers/80x86/common/c_arith_type.c
/trunk/src/installers/80x86/common/codec.c
/trunk/src/installers/80x86/common/codec.h
/trunk/src/installers/80x86/common/coder.c
/trunk/src/installers/80x86/common/coder.h
/trunk/src/installers/80x86/common/cproc.c
/trunk/src/installers/80x86/common/cproc.h
/trunk/src/installers/80x86/common/dw2_extra.c
/trunk/src/installers/80x86/common/dw2_extra.h
/trunk/src/installers/80x86/common/evaluate.c
/trunk/src/installers/80x86/common/evaluate.h
/trunk/src/installers/80x86/common/glopt.c
/trunk/src/installers/80x86/common/glopt.h
/trunk/src/installers/80x86/common/inlinechoice.c
/trunk/src/installers/80x86/common/instr.c
/trunk/src/installers/80x86/common/instr.h
/trunk/src/installers/80x86/common/instr386.c
/trunk/src/installers/80x86/common/instr386.h
/trunk/src/installers/80x86/common/is_worth.c
/trunk/src/installers/80x86/common/machine_toks.c
/trunk/src/installers/80x86/common/operand.c
/trunk/src/installers/80x86/common/operand.h
/trunk/src/installers/80x86/common/out.c
/trunk/src/installers/80x86/common/out.h
/trunk/src/installers/80x86/common/overlap.c
/trunk/src/installers/80x86/common/overlap.h
/trunk/src/installers/80x86/common/reg_record.c
/trunk/src/installers/80x86/common/reg_record.h
/trunk/src/installers/80x86/common/scan2.c
/trunk/src/installers/80x86/common/scan2.h
/trunk/src/installers/80x86/common/spec.c
/trunk/src/installers/80x86/common/spec_tok.c
/trunk/src/installers/80x86/common/trans.c
/trunk/src/installers/80x86/common/translate.c
/trunk/src/installers/80x86/common/tv_callees.c
/trunk/src/installers/80x86/common/tv_callees.h
/trunk/src/installers/80x86/common/weights.c
/trunk/src/installers/80x86/common/weights.h
/trunk/src/installers/80x86/freebsd/Makefile
/trunk/src/installers/80x86/freebsd/assembler.c
/trunk/src/installers/80x86/freebsd/config.h
/trunk/src/installers/80x86/freebsd/diag_config.h
/trunk/src/installers/80x86/freebsd/diag_out.c
/trunk/src/installers/80x86/freebsd/machine.c
/trunk/src/installers/80x86/freebsd/system_v.h
/trunk/src/installers/80x86/linux/Makefile
/trunk/src/installers/80x86/linux/assembler.c
/trunk/src/installers/80x86/linux/config.h
/trunk/src/installers/80x86/linux/diag_config.h
/trunk/src/installers/80x86/linux/diag_out.c
/trunk/src/installers/80x86/linux/machine.c
/trunk/src/installers/80x86/linux/system_v.h
/trunk/src/installers/80x86/sco/Makefile
/trunk/src/installers/80x86/sco/assembler.c
/trunk/src/installers/80x86/sco/config.h
/trunk/src/installers/80x86/sco/cv_fns.c
/trunk/src/installers/80x86/sco/cv_outtype.c
/trunk/src/installers/80x86/sco/cv_outtype.h
/trunk/src/installers/80x86/sco/cv_types.h
/trunk/src/installers/80x86/sco/diag_config.h
/trunk/src/installers/80x86/sco/machine.c
/trunk/src/installers/80x86/sco/system_v.h
/trunk/src/installers/80x86/solaris/Makefile
/trunk/src/installers/80x86/solaris/assembler.c
/trunk/src/installers/80x86/solaris/config.h
/trunk/src/installers/80x86/solaris/diag_config.h
/trunk/src/installers/80x86/solaris/diag_out.c
/trunk/src/installers/80x86/solaris/dw2_config.c
/trunk/src/installers/80x86/solaris/dw2_config.h
/trunk/src/installers/80x86/solaris/machine.c
/trunk/src/installers/80x86/solaris/system_v.h
/trunk/src/installers/80x86/svr4.2/Makefile
/trunk/src/installers/80x86/svr4.2/assembler.c
/trunk/src/installers/80x86/svr4.2/config.h
/trunk/src/installers/80x86/svr4.2/cross_config.h
/trunk/src/installers/80x86/svr4.2/machine.c
/trunk/src/installers/80x86/svr4.2/system_v.h
/trunk/src/installers/alpha/common/alphadiags.c
/trunk/src/installers/alpha/common/alphadiags.h
/trunk/src/installers/alpha/common/bstack.h
/trunk/src/installers/alpha/common/code_here.h
/trunk/src/installers/alpha/common/coder.c
/trunk/src/installers/alpha/common/coder.h
/trunk/src/installers/alpha/common/comp_eq_exp.h
/trunk/src/installers/alpha/common/cross.h
/trunk/src/installers/alpha/common/dump_distr.h
/trunk/src/installers/alpha/common/eval.h
/trunk/src/installers/alpha/common/extern_adds.c
/trunk/src/installers/alpha/common/extern_adds.h
/trunk/src/installers/alpha/common/fail.h
/trunk/src/installers/alpha/common/file.h
/trunk/src/installers/alpha/common/float.h
/trunk/src/installers/alpha/common/frames.c
/trunk/src/installers/alpha/common/frames.h
/trunk/src/installers/alpha/common/getregs.h
/trunk/src/installers/alpha/common/glopt.h
/trunk/src/installers/alpha/common/guard.h
/trunk/src/installers/alpha/common/handle_sregs.h
/trunk/src/installers/alpha/common/inlinechoice.c
/trunk/src/installers/alpha/common/inst_fmt.h
/trunk/src/installers/alpha/common/labels.h
/trunk/src/installers/alpha/common/localtypes.h
/trunk/src/installers/alpha/common/locate.c
/trunk/src/installers/alpha/common/locate.h
/trunk/src/installers/alpha/common/makesymtab.h
/trunk/src/installers/alpha/common/move.h
/trunk/src/installers/alpha/common/new_code.h
/trunk/src/installers/alpha/common/oddtest.h
/trunk/src/installers/alpha/common/operators.h
/trunk/src/installers/alpha/common/out_ba.h
/trunk/src/installers/alpha/common/pseudo.h
/trunk/src/installers/alpha/common/regable.h
/trunk/src/installers/alpha/common/regalloc.h
/trunk/src/installers/alpha/common/regexps.c
/trunk/src/installers/alpha/common/regexps.h
/trunk/src/installers/alpha/common/scan.c
/trunk/src/installers/alpha/common/scan.h
/trunk/src/installers/alpha/common/special.h
/trunk/src/installers/alpha/common/symbol.c
/trunk/src/installers/alpha/common/symbol.h
/trunk/src/installers/alpha/common/symdiags.h
/trunk/src/installers/alpha/common/syms.h
/trunk/src/installers/alpha/common/tempdecs.h
/trunk/src/installers/alpha/common/translate.h
/trunk/src/installers/alpha/common/type_to_aux.c
/trunk/src/installers/alpha/common/type_to_aux.h
/trunk/src/installers/alpha/common/weights.c
/trunk/src/installers/alpha/common/weights.h
/trunk/src/installers/alpha/osf1/Makefile
/trunk/src/installers/alpha/osf1/diag_config.h
/trunk/src/installers/common/construct/aldefs.c
/trunk/src/installers/common/construct/aldefs.h
/trunk/src/installers/common/construct/case_opt.c
/trunk/src/installers/common/construct/case_opt.h
/trunk/src/installers/common/construct/check.c
/trunk/src/installers/common/construct/check.h
/trunk/src/installers/common/construct/check_id.c
/trunk/src/installers/common/construct/check_id.h
/trunk/src/installers/common/construct/complex_eq.c
/trunk/src/installers/common/construct/complex_eq.h
/trunk/src/installers/common/construct/const.c
/trunk/src/installers/common/construct/const.h
/trunk/src/installers/common/construct/constmacs.h
/trunk/src/installers/common/construct/construct_v.h
/trunk/src/installers/common/construct/consttypes.h
/trunk/src/installers/common/construct/exp.c
/trunk/src/installers/common/construct/exp.h
/trunk/src/installers/common/construct/f64.c
/trunk/src/installers/common/construct/f64.h
/trunk/src/installers/common/construct/flags.c
/trunk/src/installers/common/construct/flags.h
/trunk/src/installers/common/construct/flpt.c
/trunk/src/installers/common/construct/flpt.h
/trunk/src/installers/common/construct/flpt_fns.c
/trunk/src/installers/common/construct/flpttypes.h
/trunk/src/installers/common/construct/foralls.c
/trunk/src/installers/common/construct/foralls.h
/trunk/src/installers/common/construct/global_opt.c
/trunk/src/installers/common/construct/global_opt.h
/trunk/src/installers/common/construct/inl_norm.c
/trunk/src/installers/common/construct/inl_norm.h
/trunk/src/installers/common/construct/inline.c
/trunk/src/installers/common/construct/inline.h
/trunk/src/installers/common/construct/install_fns.c
/trunk/src/installers/common/construct/install_fns.h
/trunk/src/installers/common/construct/installglob.c
/trunk/src/installers/common/construct/installglob.h
/trunk/src/installers/common/construct/installtypes.h
/trunk/src/installers/common/construct/is_worth.h
/trunk/src/installers/common/construct/label_ops.c
/trunk/src/installers/common/construct/label_ops.h
/trunk/src/installers/common/construct/machine.h
/trunk/src/installers/common/construct/me_fns.c
/trunk/src/installers/common/construct/me_fns.h
/trunk/src/installers/common/construct/messages_c.h
/trunk/src/installers/common/construct/misc_c.c
/trunk/src/installers/common/construct/misc_c.h
/trunk/src/installers/common/construct/optimise.h
/trunk/src/installers/common/construct/shapemacs.h
/trunk/src/installers/common/construct/spec.h
/trunk/src/installers/common/construct/tags.h
/trunk/src/installers/common/construct/unroll.c
/trunk/src/installers/common/construct/unroll.h
/trunk/src/installers/common/diag/dg_aux.c
/trunk/src/installers/common/diag/dg_aux.h
/trunk/src/installers/common/diag/dg_first.h
/trunk/src/installers/common/diag/dg_fns.c
/trunk/src/installers/common/diag/dg_fns.h
/trunk/src/installers/common/diag/dg_globs.h
/trunk/src/installers/common/diag/dg_types.h
/trunk/src/installers/common/diag/diag_fns.c
/trunk/src/installers/common/diag/diag_fns.h
/trunk/src/installers/common/diag/diag_info.c
/trunk/src/installers/common/diag/diag_v.h
/trunk/src/installers/common/diag/diagglob.h
/trunk/src/installers/common/diag/diaginfo.h
/trunk/src/installers/common/diag/diagtypes.h
/trunk/src/installers/common/diag/diagtypes1.h
/trunk/src/installers/common/diag/mark_scope.c
/trunk/src/installers/common/diag/mark_scope.h
/trunk/src/installers/common/dwarf/diag_config.h
/trunk/src/installers/common/dwarf/dwarf_gbl.h
/trunk/src/installers/common/dwarf/dwarf_info.c
/trunk/src/installers/common/dwarf/dwarf_loc.c
/trunk/src/installers/common/dwarf/dwarf_loc.h
/trunk/src/installers/common/dwarf/dwarf_mc.h
/trunk/src/installers/common/dwarf/dwarf_out.c
/trunk/src/installers/common/dwarf/dwarf_out.h
/trunk/src/installers/common/dwarf/dwarf_proc.c
/trunk/src/installers/common/dwarf/dwarf_queue.c
/trunk/src/installers/common/dwarf/dwarf_queue.h
/trunk/src/installers/common/dwarf/dwarf_type.c
/trunk/src/installers/common/dwarf/dwarf_type.h
/trunk/src/installers/common/dwarf/dwarf_types.h
/trunk/src/installers/common/dwarf/dwarf_vsn.h
/trunk/src/installers/common/dwarf2/dw2_abbrev.c
/trunk/src/installers/common/dwarf2/dw2_abbrev.h
/trunk/src/installers/common/dwarf2/dw2_abbrev_vn.h
/trunk/src/installers/common/dwarf2/dw2_basic.c
/trunk/src/installers/common/dwarf2/dw2_basic.h
/trunk/src/installers/common/dwarf2/dw2_codes.h
/trunk/src/installers/common/dwarf2/dw2_common.c
/trunk/src/installers/common/dwarf2/dw2_common.h
/trunk/src/installers/common/dwarf2/dw2_entries.c
/trunk/src/installers/common/dwarf2/dw2_entries.h
/trunk/src/installers/common/dwarf2/dw2_iface.c
/trunk/src/installers/common/dwarf2/dw2_iface.h
/trunk/src/installers/common/dwarf2/dw2_info.c
/trunk/src/installers/common/dwarf2/dw2_info.h
/trunk/src/installers/common/dwarf2/dw2_lines.c
/trunk/src/installers/common/dwarf2/dw2_lines.h
/trunk/src/installers/common/dwarf2/dw2_locdata.c
/trunk/src/installers/common/dwarf2/dw2_locdata.h
/trunk/src/installers/common/dwarf2/dw2_types.c
/trunk/src/installers/common/dwarf2/dw2_types.h
/trunk/src/installers/common/dwarf2/dw2_vsn.h
/trunk/src/installers/common/linkinfo/li_fns.c
/trunk/src/installers/common/linkinfo/li_types.h
/trunk/src/installers/common/linkinfo/messages_li.h
/trunk/src/installers/common/reader/arith_codes.h
/trunk/src/installers/common/reader/basicread.c
/trunk/src/installers/common/reader/basicread.h
/trunk/src/installers/common/reader/c_arith_type.h
/trunk/src/installers/common/reader/codetypes.h
/trunk/src/installers/common/reader/common_types.h
/trunk/src/installers/common/reader/decoder.c
/trunk/src/installers/common/reader/dg_version.h
/trunk/src/installers/common/reader/ecodes.h
/trunk/src/installers/common/reader/externs.h
/trunk/src/installers/common/reader/inits.h
/trunk/src/installers/common/reader/main_reads.h
/trunk/src/installers/common/reader/messages_r.h
/trunk/src/installers/common/reader/natmacs.h
/trunk/src/installers/common/reader/ossg.h
/trunk/src/installers/common/reader/read_fns.c
/trunk/src/installers/common/reader/read_fns.h
/trunk/src/installers/common/reader/read_sort.c
/trunk/src/installers/common/reader/read_sort.h
/trunk/src/installers/common/reader/reader_v.h
/trunk/src/installers/common/reader/readglob.c
/trunk/src/installers/common/reader/readglob.h
/trunk/src/installers/common/reader/sort_union.h
/trunk/src/installers/common/reader/sortmacs.h
/trunk/src/installers/common/reader/spec_tok.h
/trunk/src/installers/common/reader/table_fns.c
/trunk/src/installers/common/reader/table_fns.h
/trunk/src/installers/common/reader/temp_fns.new
/trunk/src/installers/common/reader/toktypes.h
/trunk/src/installers/common/reader/xalloc.c
/trunk/src/installers/common/reader/xalloc.h
/trunk/src/installers/common/templ/decoder.c
/trunk/src/installers/common/templ/ecodes.h
/trunk/src/installers/common/templ/externs.h
/trunk/src/installers/common/templ/inits.h
/trunk/src/installers/common/templ/main_reads.h
/trunk/src/installers/common/templ/temp_fns.c
/trunk/src/installers/hppa/common/codehere.h
/trunk/src/installers/hppa/common/comment.h
/trunk/src/installers/hppa/common/eval.h
/trunk/src/installers/hppa/common/frames.c
/trunk/src/installers/hppa/common/frames.h
/trunk/src/installers/hppa/common/getregs.h
/trunk/src/installers/hppa/common/glopt.h
/trunk/src/installers/hppa/common/guard.h
/trunk/src/installers/hppa/common/hppadiags.c
/trunk/src/installers/hppa/common/hppadiags.h
/trunk/src/installers/hppa/common/inlinechoice.c
/trunk/src/installers/hppa/common/inst_fmt.h
/trunk/src/installers/hppa/common/labels.h
/trunk/src/installers/hppa/common/localtypes.h
/trunk/src/installers/hppa/common/locate.c
/trunk/src/installers/hppa/common/locate.h
/trunk/src/installers/hppa/common/makecode.c
/trunk/src/installers/hppa/common/makecode.h
/trunk/src/installers/hppa/common/move.h
/trunk/src/installers/hppa/common/muldvrem.c
/trunk/src/installers/hppa/common/muldvrem.h
/trunk/src/installers/hppa/common/needscan.c
/trunk/src/installers/hppa/common/needscan.h
/trunk/src/installers/hppa/common/oprators.c
/trunk/src/installers/hppa/common/oprators.h
/trunk/src/installers/hppa/common/proc.c
/trunk/src/installers/hppa/common/proc.h
/trunk/src/installers/hppa/common/regable.h
/trunk/src/installers/hppa/common/regalloc.h
/trunk/src/installers/hppa/common/regexps.c
/trunk/src/installers/hppa/common/regexps.h
/trunk/src/installers/hppa/common/special.h
/trunk/src/installers/hppa/common/tempdecs.h
/trunk/src/installers/hppa/common/translat.c
/trunk/src/installers/hppa/common/translat.h
/trunk/src/installers/hppa/common/weights.c
/trunk/src/installers/hppa/common/weights.h
/trunk/src/installers/hppa/hpux/Makefile
/trunk/src/installers/hppa/hpux/hppatrans.c
/trunk/src/installers/mips/common/bstack.h
/trunk/src/installers/mips/common/code_here.h
/trunk/src/installers/mips/common/comp_eq_exp.h
/trunk/src/installers/mips/common/diag_config.h
/trunk/src/installers/mips/common/dump_distr.h
/trunk/src/installers/mips/common/eval.c
/trunk/src/installers/mips/common/eval.h
/trunk/src/installers/mips/common/extern_adds.h
/trunk/src/installers/mips/common/frames.c
/trunk/src/installers/mips/common/frames.h
/trunk/src/installers/mips/common/getregs.h
/trunk/src/installers/mips/common/glopt.h
/trunk/src/installers/mips/common/guard.h
/trunk/src/installers/mips/common/handle_sregs.h
/trunk/src/installers/mips/common/inlinechoice.c
/trunk/src/installers/mips/common/inst_fmt.h
/trunk/src/installers/mips/common/labels.h
/trunk/src/installers/mips/common/localtypes.h
/trunk/src/installers/mips/common/locate.c
/trunk/src/installers/mips/common/locate.h
/trunk/src/installers/mips/common/makesymtab.h
/trunk/src/installers/mips/common/mipsdiags.h
/trunk/src/installers/mips/common/move.h
/trunk/src/installers/mips/common/needs_scan.h
/trunk/src/installers/mips/common/new_code.c
/trunk/src/installers/mips/common/new_code.h
/trunk/src/installers/mips/common/new_symbol.h
/trunk/src/installers/mips/common/oddtest.h
/trunk/src/installers/mips/common/operators.h
/trunk/src/installers/mips/common/out_ba.h
/trunk/src/installers/mips/common/psu_ops.h
/trunk/src/installers/mips/common/regable.h
/trunk/src/installers/mips/common/regalloc.h
/trunk/src/installers/mips/common/regexps.c
/trunk/src/installers/mips/common/regexps.h
/trunk/src/installers/mips/common/special.h
/trunk/src/installers/mips/common/syms.h
/trunk/src/installers/mips/common/tempdecs.h
/trunk/src/installers/mips/common/translate.c
/trunk/src/installers/mips/common/type_to_aux.h
/trunk/src/installers/mips/common/weights.c
/trunk/src/installers/mips/common/weights.h
/trunk/src/installers/mips/irix/Makefile
/trunk/src/installers/mips/irix/main.c
/trunk/src/installers/mips/ultrix/Makefile
/trunk/src/installers/mips/ultrix/main.c
/trunk/src/installers/power/aix/Makefile
/trunk/src/installers/power/aix/diag_config.h
/trunk/src/installers/power/common/ash.h
/trunk/src/installers/power/common/codehere.h
/trunk/src/installers/power/common/comment.h
/trunk/src/installers/power/common/diagout.c
/trunk/src/installers/power/common/diagout.h
/trunk/src/installers/power/common/dynamic_init.h
/trunk/src/installers/power/common/error.c
/trunk/src/installers/power/common/error.h
/trunk/src/installers/power/common/eval.c
/trunk/src/installers/power/common/eval.h
/trunk/src/installers/power/common/frames.h
/trunk/src/installers/power/common/getregs.h
/trunk/src/installers/power/common/glopt.h
/trunk/src/installers/power/common/guard.h
/trunk/src/installers/power/common/inlinechoice.c
/trunk/src/installers/power/common/inst_fmt.c
/trunk/src/installers/power/common/inst_fmt.h
/trunk/src/installers/power/common/labels.h
/trunk/src/installers/power/common/locate.c
/trunk/src/installers/power/common/locate.h
/trunk/src/installers/power/common/machine.h
/trunk/src/installers/power/common/macro.c
/trunk/src/installers/power/common/macro.h
/trunk/src/installers/power/common/makecode.c
/trunk/src/installers/power/common/makecode.h
/trunk/src/installers/power/common/mask.h
/trunk/src/installers/power/common/mem_copy.h
/trunk/src/installers/power/common/move.h
/trunk/src/installers/power/common/muldvrem.c
/trunk/src/installers/power/common/muldvrem.h
/trunk/src/installers/power/common/needscan.c
/trunk/src/installers/power/common/needscan.h
/trunk/src/installers/power/common/oprators.h
/trunk/src/installers/power/common/parameter.c
/trunk/src/installers/power/common/parameter.h
/trunk/src/installers/power/common/pp.c
/trunk/src/installers/power/common/pp.h
/trunk/src/installers/power/common/proc.c
/trunk/src/installers/power/common/proc.h
/trunk/src/installers/power/common/record_bit.h
/trunk/src/installers/power/common/regable.h
/trunk/src/installers/power/common/regalloc.h
/trunk/src/installers/power/common/regexps.c
/trunk/src/installers/power/common/regexps.h
/trunk/src/installers/power/common/stack.h
/trunk/src/installers/power/common/tempdecs.c
/trunk/src/installers/power/common/tempdecs.h
/trunk/src/installers/power/common/translat.h
/trunk/src/installers/power/common/weights.c
/trunk/src/installers/power/common/weights.h
/trunk/src/installers/ppc601/aix/Makefile
/trunk/src/installers/sparc/common/codehere.h
/trunk/src/installers/sparc/common/comment.h
/trunk/src/installers/sparc/common/dw2_extra.h
/trunk/src/installers/sparc/common/eval.h
/trunk/src/installers/sparc/common/getregs.h
/trunk/src/installers/sparc/common/glopt.h
/trunk/src/installers/sparc/common/guard.h
/trunk/src/installers/sparc/common/inlinechoice.c
/trunk/src/installers/sparc/common/inst_fmt.h
/trunk/src/installers/sparc/common/labels.h
/trunk/src/installers/sparc/common/localtypes.h
/trunk/src/installers/sparc/common/locate.h
/trunk/src/installers/sparc/common/makecode.h
/trunk/src/installers/sparc/common/move.h
/trunk/src/installers/sparc/common/muldvrem.c
/trunk/src/installers/sparc/common/muldvrem.h
/trunk/src/installers/sparc/common/needscan.h
/trunk/src/installers/sparc/common/oprators.h
/trunk/src/installers/sparc/common/proc.c
/trunk/src/installers/sparc/common/proc.h
/trunk/src/installers/sparc/common/regable.h
/trunk/src/installers/sparc/common/regalloc.h
/trunk/src/installers/sparc/common/regexps.h
/trunk/src/installers/sparc/common/special.h
/trunk/src/installers/sparc/common/tempdecs.h
/trunk/src/installers/sparc/common/translat.h
/trunk/src/installers/sparc/common/weights.h
/trunk/src/installers/sparc/solaris/Makefile
/trunk/src/installers/sparc/solaris/diag_config.h
/trunk/src/installers/sparc/solaris/dw2_config.h
/trunk/src/installers/sparc/solaris/sparcddecs.h
/trunk/src/installers/sparc/solaris/sparcdiags.c
/trunk/src/installers/sparc/solaris/sparcdiags.h
/trunk/src/installers/sparc/sunos/Makefile
/trunk/src/installers/sparc/sunos/config.h
/trunk/src/installers/sparc/sunos/sparcdiags.c
/trunk/src/installers/sparc/sunos/sparcdiags.h
/trunk/src/lib/apis/README
/trunk/src/lib/apis/ansi/MASTER
/trunk/src/lib/apis/ansi/assert.h
/trunk/src/lib/apis/ansi/ctype.h
/trunk/src/lib/apis/ansi/dummy/sys.h
/trunk/src/lib/apis/ansi/errno.h
/trunk/src/lib/apis/ansi/float.h
/trunk/src/lib/apis/ansi/limits.h
/trunk/src/lib/apis/ansi/locale.h
/trunk/src/lib/apis/ansi/math.h
/trunk/src/lib/apis/ansi/setjmp.h
/trunk/src/lib/apis/ansi/signal.h
/trunk/src/lib/apis/ansi/stdarg.h
/trunk/src/lib/apis/ansi/stddef.h
/trunk/src/lib/apis/ansi/stdio.h
/trunk/src/lib/apis/ansi/stdlib.h
/trunk/src/lib/apis/ansi/string.h
/trunk/src/lib/apis/ansi/time.h
/trunk/src/lib/apis/posix/limits.h
/trunk/src/lib/apis/posix/time.h
/trunk/src/lib/apis/posix2/regex.h
/trunk/src/lib/cpp/src/Makefile
/trunk/src/lib/cpp/tokens/Makefile
/trunk/src/lib/env/aix/common/common/default.extra
/trunk/src/lib/env/aix/common/common/tcc_diag
/trunk/src/lib/env/common/16bit
/trunk/src/lib/env/common/32bit
/trunk/src/lib/env/common/K-prom
/trunk/src/lib/env/common/Xa
/trunk/src/lib/env/common/Xc
/trunk/src/lib/env/common/Xp
/trunk/src/lib/env/common/Xs
/trunk/src/lib/env/common/Xt
/trunk/src/lib/env/common/Xw
/trunk/src/lib/env/common/aes
/trunk/src/lib/env/common/alloca
/trunk/src/lib/env/common/ansi
/trunk/src/lib/env/common/bsd_extn
/trunk/src/lib/env/common/building
/trunk/src/lib/env/common/c++
/trunk/src/lib/env/common/common
/trunk/src/lib/env/common/default
/trunk/src/lib/env/common/gcc
/trunk/src/lib/env/common/iso
/trunk/src/lib/env/common/makelib
/trunk/src/lib/env/common/motif_1_1
/trunk/src/lib/env/common/motif_1_2
/trunk/src/lib/env/common/mse
/trunk/src/lib/env/common/posix
/trunk/src/lib/env/common/posix1
/trunk/src/lib/env/common/posix2
/trunk/src/lib/env/common/svid3
/trunk/src/lib/env/common/system
/trunk/src/lib/env/common/system+
/trunk/src/lib/env/common/tdf_ext
/trunk/src/lib/env/common/tdp
/trunk/src/lib/env/common/tnc
/trunk/src/lib/env/common/tsimp
/trunk/src/lib/env/common/unix95
/trunk/src/lib/env/common/x5_aw
/trunk/src/lib/env/common/x5_ext
/trunk/src/lib/env/common/x5_lib
/trunk/src/lib/env/common/x5_mit
/trunk/src/lib/env/common/x5_mu
/trunk/src/lib/env/common/x5_proto
/trunk/src/lib/env/common/x5_t
/trunk/src/lib/env/common/xpg3
/trunk/src/lib/env/common/xpg4
/trunk/src/lib/env/freebsd/common/80x86/default.extra
/trunk/src/lib/env/freebsd/common/80x86/tcc_diag
/trunk/src/lib/env/freebsd/common/80x86/tcc_prof
/trunk/src/lib/env/hpux/common/hppa/default.extra
/trunk/src/lib/env/hpux/common/hppa/tcc_diag
/trunk/src/lib/env/hpux/common/hppa/tdf_ext
/trunk/src/lib/env/irix/5.1.1/mips/tcc_diag
/trunk/src/lib/env/irix/common/mips/default.extra
/trunk/src/lib/env/irix/common/mips/tcc_diag
/trunk/src/lib/env/irix/common/mips/tcc_prof
/trunk/src/lib/env/linux/aout/80x86/default.extra
/trunk/src/lib/env/linux/aout/80x86/tcc_diag
/trunk/src/lib/env/linux/elf/80x86.new/K-aout
/trunk/src/lib/env/linux/elf/80x86.new/default.extra
/trunk/src/lib/env/linux/elf/80x86.new/system
/trunk/src/lib/env/linux/elf/80x86.new/system+
/trunk/src/lib/env/linux/elf/80x86/K-aout
/trunk/src/lib/env/linux/elf/80x86/default.extra
/trunk/src/lib/env/linux/elf/80x86/system
/trunk/src/lib/env/linux/elf/80x86/system+
/trunk/src/lib/env/osf1/common/alpha/tcc_diag
/trunk/src/lib/env/sco/common/80x86/tcc_diag
/trunk/src/lib/env/solaris/common/80x86/Goption
/trunk/src/lib/env/solaris/common/80x86/Xa
/trunk/src/lib/env/solaris/common/80x86/Xc
/trunk/src/lib/env/solaris/common/80x86/Xp
/trunk/src/lib/env/solaris/common/80x86/Xs
/trunk/src/lib/env/solaris/common/80x86/Xt
/trunk/src/lib/env/solaris/common/80x86/Xw
/trunk/src/lib/env/solaris/common/80x86/default.extra
/trunk/src/lib/env/solaris/common/80x86/tcc_diag
/trunk/src/lib/env/solaris/common/80x86/tcc_prof
/trunk/src/lib/env/solaris/common/sparc/Goption
/trunk/src/lib/env/solaris/common/sparc/Xa
/trunk/src/lib/env/solaris/common/sparc/Xc
/trunk/src/lib/env/solaris/common/sparc/Xp
/trunk/src/lib/env/solaris/common/sparc/Xs
/trunk/src/lib/env/solaris/common/sparc/Xt
/trunk/src/lib/env/solaris/common/sparc/Xw
/trunk/src/lib/env/solaris/common/sparc/default.extra
/trunk/src/lib/env/solaris/common/sparc/tcc_diag
/trunk/src/lib/env/solaris/common/sparc/tcc_prof
/trunk/src/lib/env/sunos/common/680x0/tcc_diag
/trunk/src/lib/env/sunos/common/sparc/tcc_diag
/trunk/src/lib/env/sunos/common/sparc/tdf_ext
/trunk/src/lib/env/svr4.2/common/80x86/Xa
/trunk/src/lib/env/svr4.2/common/80x86/Xc
/trunk/src/lib/env/svr4.2/common/80x86/Xp
/trunk/src/lib/env/svr4.2/common/80x86/Xs
/trunk/src/lib/env/svr4.2/common/80x86/Xt
/trunk/src/lib/env/svr4.2/common/80x86/Xw
/trunk/src/lib/env/svr4.2/common/80x86/tcc_diag
/trunk/src/lib/env/svr4.2/common/sparc/Xa
/trunk/src/lib/env/svr4.2/common/sparc/Xc
/trunk/src/lib/env/svr4.2/common/sparc/Xp
/trunk/src/lib/env/svr4.2/common/sparc/Xs
/trunk/src/lib/env/svr4.2/common/sparc/Xt
/trunk/src/lib/env/svr4.2/common/sparc/Xw
/trunk/src/lib/env/svr4.2/common/sparc/tcc_diag
/trunk/src/lib/env/ultrix/3.9/mips/tcc_diag
/trunk/src/lib/env/ultrix/4.1/mips/tcc_diag
/trunk/src/lib/env/ultrix/4.2/mips/tcc_diag
/trunk/src/lib/env/ultrix/common/mips/tcc_diag
/trunk/src/lib/libtdf/INT64.h
/trunk/src/lib/libtdf/INT64a.c
/trunk/src/lib/libtdf/Makefile
/trunk/src/lib/libtdf/ossg.h
/trunk/src/lib/machines/aix/power/src/Makefile
/trunk/src/lib/machines/aix/power/src/TDFpower.c
/trunk/src/lib/machines/aix/power/src/dyninit.c
/trunk/src/lib/machines/aix/power/tokens/Makefile
/trunk/src/lib/machines/aix/ppc601/src/Makefile
/trunk/src/lib/machines/aix/ppc601/src/TDFpower.c
/trunk/src/lib/machines/aix/ppc601/src/dyninit.c
/trunk/src/lib/machines/aix/ppc601/tokens/Makefile
/trunk/src/lib/machines/common/src/ossg.h
/trunk/src/lib/machines/common/tokens/gen_tokens.c
/trunk/src/lib/machines/freebsd/80x86/include/stdarg.h
/trunk/src/lib/machines/freebsd/80x86/startup/ansi.h
/trunk/src/lib/machines/freebsd/80x86/startup/xpg3.h
/trunk/src/lib/machines/freebsd/80x86/tokens/Makefile
/trunk/src/lib/machines/hpux/hppa/src/Makefile
/trunk/src/lib/machines/hpux/hppa/tokens/Makefile
/trunk/src/lib/machines/irix/mips/src/Makefile
/trunk/src/lib/machines/irix/mips/src/dyn_begin.c
/trunk/src/lib/machines/irix/mips/tokens/Makefile
/trunk/src/lib/machines/linux/80x86/tokens/Makefile
/trunk/src/lib/machines/osf1/alpha/tokens/Makefile
/trunk/src/lib/machines/sco/80x86/tokens/Makefile
/trunk/src/lib/machines/solaris/80x86/src/Makefile
/trunk/src/lib/machines/solaris/80x86/src/dwarf.p
/trunk/src/lib/machines/solaris/80x86/tokens/Makefile
/trunk/src/lib/machines/solaris/sparc/src/Makefile
/trunk/src/lib/machines/solaris/sparc/src/dwarf.p
/trunk/src/lib/machines/solaris/sparc/tokens/Makefile
/trunk/src/lib/machines/sunos/680x0/src/Makefile
/trunk/src/lib/machines/sunos/680x0/src/dyninit.c
/trunk/src/lib/machines/sunos/680x0/tokens/Makefile
/trunk/src/lib/machines/sunos/sparc/src/Makefile
/trunk/src/lib/machines/sunos/sparc/src/dyninit.c
/trunk/src/lib/machines/sunos/sparc/tokens/Makefile
/trunk/src/lib/machines/svr4.2/80x86/tokens/Makefile
/trunk/src/lib/machines/ultrix/mips/tokens/Makefile
/trunk/src/producers/c/Makefile
/trunk/src/producers/c/syntax/syntax.h
/trunk/src/producers/c/syntax/syntax1.c
/trunk/src/producers/c/syntax/syntax2.c
/trunk/src/producers/c/syntax/syntax3.c
/trunk/src/producers/c/tdfc2.1
/trunk/src/producers/common/Makefile.ext
/trunk/src/producers/common/c_class.alg
/trunk/src/producers/common/c_types.h
/trunk/src/producers/common/construct/access.c
/trunk/src/producers/common/construct/access.h
/trunk/src/producers/common/construct/allocate.c
/trunk/src/producers/common/construct/allocate.h
/trunk/src/producers/common/construct/assign.c
/trunk/src/producers/common/construct/assign.h
/trunk/src/producers/common/construct/basetype.c
/trunk/src/producers/common/construct/basetype.h
/trunk/src/producers/common/construct/cast.c
/trunk/src/producers/common/construct/cast.h
/trunk/src/producers/common/construct/check.c
/trunk/src/producers/common/construct/check.h
/trunk/src/producers/common/construct/chktype.c
/trunk/src/producers/common/construct/chktype.h
/trunk/src/producers/common/construct/class.c
/trunk/src/producers/common/construct/class.h
/trunk/src/producers/common/construct/construct.c
/trunk/src/producers/common/construct/construct.h
/trunk/src/producers/common/construct/convert.c
/trunk/src/producers/common/construct/convert.h
/trunk/src/producers/common/construct/copy.c
/trunk/src/producers/common/construct/copy.h
/trunk/src/producers/common/construct/declare.c
/trunk/src/producers/common/construct/declare.h
/trunk/src/producers/common/construct/derive.c
/trunk/src/producers/common/construct/derive.h
/trunk/src/producers/common/construct/destroy.c
/trunk/src/producers/common/construct/destroy.h
/trunk/src/producers/common/construct/exception.c
/trunk/src/producers/common/construct/exception.h
/trunk/src/producers/common/construct/expression.c
/trunk/src/producers/common/construct/expression.h
/trunk/src/producers/common/construct/function.c
/trunk/src/producers/common/construct/function.h
/trunk/src/producers/common/construct/identifier.c
/trunk/src/producers/common/construct/identifier.h
/trunk/src/producers/common/construct/initialise.c
/trunk/src/producers/common/construct/initialise.h
/trunk/src/producers/common/construct/instance.c
/trunk/src/producers/common/construct/instance.h
/trunk/src/producers/common/construct/inttype.c
/trunk/src/producers/common/construct/inttype.h
/trunk/src/producers/common/construct/label.c
/trunk/src/producers/common/construct/label.h
/trunk/src/producers/common/construct/member.c
/trunk/src/producers/common/construct/member.h
/trunk/src/producers/common/construct/merge.c
/trunk/src/producers/common/construct/merge.h
/trunk/src/producers/common/construct/namespace.c
/trunk/src/producers/common/construct/namespace.h
/trunk/src/producers/common/construct/operator.c
/trunk/src/producers/common/construct/operator.h
/trunk/src/producers/common/construct/overload.c
/trunk/src/producers/common/construct/overload.h
/trunk/src/producers/common/construct/printf.c
/trunk/src/producers/common/construct/printf.h
/trunk/src/producers/common/construct/quality.c
/trunk/src/producers/common/construct/quality.h
/trunk/src/producers/common/construct/redeclare.c
/trunk/src/producers/common/construct/redeclare.h
/trunk/src/producers/common/construct/rewrite.c
/trunk/src/producers/common/construct/rewrite.h
/trunk/src/producers/common/construct/statement.c
/trunk/src/producers/common/construct/statement.h
/trunk/src/producers/common/construct/template.c
/trunk/src/producers/common/construct/template.h
/trunk/src/producers/common/construct/tokdef.c
/trunk/src/producers/common/construct/tokdef.h
/trunk/src/producers/common/construct/token.c
/trunk/src/producers/common/construct/token.h
/trunk/src/producers/common/construct/typeid.c
/trunk/src/producers/common/construct/typeid.h
/trunk/src/producers/common/construct/variable.c
/trunk/src/producers/common/construct/variable.h
/trunk/src/producers/common/construct/virtual.c
/trunk/src/producers/common/construct/virtual.h
/trunk/src/producers/common/main.c
/trunk/src/producers/common/obj_c/assert_def.h
/trunk/src/producers/common/obj_c/bits.h
/trunk/src/producers/common/obj_c/c_class.c
/trunk/src/producers/common/obj_c/c_class.h
/trunk/src/producers/common/obj_c/ctype_ops.h
/trunk/src/producers/common/obj_c/err_ext.h
/trunk/src/producers/common/obj_c/err_ops.h
/trunk/src/producers/common/obj_c/etype_ops.h
/trunk/src/producers/common/obj_c/exp_ops.h
/trunk/src/producers/common/obj_c/flt_ops.h
/trunk/src/producers/common/obj_c/ftype_ops.h
/trunk/src/producers/common/obj_c/graph_ops.h
/trunk/src/producers/common/obj_c/hashid_ops.h
/trunk/src/producers/common/obj_c/id_ops.h
/trunk/src/producers/common/obj_c/inst_ops.h
/trunk/src/producers/common/obj_c/itype_ops.h
/trunk/src/producers/common/obj_c/loc_ext.h
/trunk/src/producers/common/obj_c/member_ops.h
/trunk/src/producers/common/obj_c/nat_ops.h
/trunk/src/producers/common/obj_c/nspace_ops.h
/trunk/src/producers/common/obj_c/off_ops.h
/trunk/src/producers/common/obj_c/str_ops.h
/trunk/src/producers/common/obj_c/tok_ops.h
/trunk/src/producers/common/obj_c/type_ops.h
/trunk/src/producers/common/obj_c/virt_ops.h
/trunk/src/producers/common/obj_templ/bits.h
/trunk/src/producers/common/obj_templ/err_ext.h
/trunk/src/producers/common/obj_templ/loc_ext.h
/trunk/src/producers/common/obj_templ/tdf1.h
/trunk/src/producers/common/obj_tok/bits.h
/trunk/src/producers/common/obj_tok/c_class.h
/trunk/src/producers/common/obj_tok/ctype_ops.h
/trunk/src/producers/common/obj_tok/err_ext.h
/trunk/src/producers/common/obj_tok/err_ops.h
/trunk/src/producers/common/obj_tok/etype_ops.h
/trunk/src/producers/common/obj_tok/exp_ops.h
/trunk/src/producers/common/obj_tok/flt_ops.h
/trunk/src/producers/common/obj_tok/ftype_ops.h
/trunk/src/producers/common/obj_tok/graph_ops.h
/trunk/src/producers/common/obj_tok/hashid_ops.h
/trunk/src/producers/common/obj_tok/id_ops.h
/trunk/src/producers/common/obj_tok/inst_ops.h
/trunk/src/producers/common/obj_tok/itype_ops.h
/trunk/src/producers/common/obj_tok/loc_ext.h
/trunk/src/producers/common/obj_tok/member_ops.h
/trunk/src/producers/common/obj_tok/nat_ops.h
/trunk/src/producers/common/obj_tok/nspace_ops.h
/trunk/src/producers/common/obj_tok/off_ops.h
/trunk/src/producers/common/obj_tok/str_ops.h
/trunk/src/producers/common/obj_tok/tok_ops.h
/trunk/src/producers/common/obj_tok/type_ops.h
/trunk/src/producers/common/obj_tok/virt_ops.h
/trunk/src/producers/common/output/capsule.c
/trunk/src/producers/common/output/capsule.h
/trunk/src/producers/common/output/compile.c
/trunk/src/producers/common/output/compile.h
/trunk/src/producers/common/output/decode.c
/trunk/src/producers/common/output/decode.h
/trunk/src/producers/common/output/diag.c
/trunk/src/producers/common/output/diag.h
/trunk/src/producers/common/output/diag2.c
/trunk/src/producers/common/output/diag2.h
/trunk/src/producers/common/output/dump.c
/trunk/src/producers/common/output/dump.h
/trunk/src/producers/common/output/encode.c
/trunk/src/producers/common/output/encode.h
/trunk/src/producers/common/output/exp.c
/trunk/src/producers/common/output/exp.h
/trunk/src/producers/common/output/init.c
/trunk/src/producers/common/output/init.h
/trunk/src/producers/common/output/load.c
/trunk/src/producers/common/output/load.h
/trunk/src/producers/common/output/mangle.c
/trunk/src/producers/common/output/mangle.h
/trunk/src/producers/common/output/save.c
/trunk/src/producers/common/output/save.h
/trunk/src/producers/common/output/shape.c
/trunk/src/producers/common/output/shape.h
/trunk/src/producers/common/output/stmt.c
/trunk/src/producers/common/output/stmt.h
/trunk/src/producers/common/output/struct.c
/trunk/src/producers/common/output/struct.h
/trunk/src/producers/common/output/tdf.h
/trunk/src/producers/common/output/throw.c
/trunk/src/producers/common/output/throw.h
/trunk/src/producers/common/output/tok.c
/trunk/src/producers/common/output/tok.h
/trunk/src/producers/common/output/unmangle.c
/trunk/src/producers/common/output/unmangle.h
/trunk/src/producers/common/parse/char.c
/trunk/src/producers/common/parse/char.h
/trunk/src/producers/common/parse/constant.c
/trunk/src/producers/common/parse/constant.h
/trunk/src/producers/common/parse/file.c
/trunk/src/producers/common/parse/file.h
/trunk/src/producers/common/parse/hash.c
/trunk/src/producers/common/parse/hash.h
/trunk/src/producers/common/parse/lex.c
/trunk/src/producers/common/parse/lex.h
/trunk/src/producers/common/parse/literal.c
/trunk/src/producers/common/parse/literal.h
/trunk/src/producers/common/parse/macro.c
/trunk/src/producers/common/parse/macro.h
/trunk/src/producers/common/parse/parse.c
/trunk/src/producers/common/parse/parse.h
/trunk/src/producers/common/parse/pragma.c
/trunk/src/producers/common/parse/pragma.h
/trunk/src/producers/common/parse/predict.c
/trunk/src/producers/common/parse/predict.h
/trunk/src/producers/common/parse/preproc.c
/trunk/src/producers/common/parse/preproc.h
/trunk/src/producers/common/parse/psyntax.act
/trunk/src/producers/common/parse/psyntax.h
/trunk/src/producers/common/parse/psyntax1.c
/trunk/src/producers/common/parse/psyntax2.c
/trunk/src/producers/common/parse/psyntax3.c
/trunk/src/producers/common/parse/symbols.h
/trunk/src/producers/common/parse/table.c
/trunk/src/producers/common/parse/table.h
/trunk/src/producers/common/utility/buffer.c
/trunk/src/producers/common/utility/buffer.h
/trunk/src/producers/common/utility/catalog.c
/trunk/src/producers/common/utility/catalog.h
/trunk/src/producers/common/utility/config.h
/trunk/src/producers/common/utility/debug.c
/trunk/src/producers/common/utility/debug.h
/trunk/src/producers/common/utility/error.c
/trunk/src/producers/common/utility/error.h
/trunk/src/producers/common/utility/option.c
/trunk/src/producers/common/utility/option.h
/trunk/src/producers/common/utility/ossg.h
/trunk/src/producers/common/utility/print.c
/trunk/src/producers/common/utility/print.h
/trunk/src/producers/common/utility/system.c
/trunk/src/producers/common/utility/system.h
/trunk/src/producers/common/utility/xalloc.c
/trunk/src/producers/common/utility/xalloc.h
/trunk/src/producers/cpp/Makefile
/trunk/src/producers/cpp/syntax/syntax.h
/trunk/src/producers/cpp/syntax/syntax1.c
/trunk/src/producers/cpp/syntax/syntax2.c
/trunk/src/producers/cpp/syntax/syntax3.c
/trunk/src/producers/cpp/syntax/syntax4.c
/trunk/src/producers/cpp/syntax/syntax5.c
/trunk/src/producers/cpp/syntax/syntax6.c
/trunk/src/producers/cpp/syntax/syntax7.c
/trunk/src/producers/cpp/tcpplus.1
/trunk/src/tools/disp/Makefile
/trunk/src/tools/disp/ascii.h
/trunk/src/tools/disp/basic.c
/trunk/src/tools/disp/basic.h
/trunk/src/tools/disp/binding.c
/trunk/src/tools/disp/binding.h
/trunk/src/tools/disp/capsule.c
/trunk/src/tools/disp/capsule.h
/trunk/src/tools/disp/config.h
/trunk/src/tools/disp/file.c
/trunk/src/tools/disp/file.h
/trunk/src/tools/disp/main.c
/trunk/src/tools/disp/ossg.h
/trunk/src/tools/disp/pretty.c
/trunk/src/tools/disp/pretty.h
/trunk/src/tools/disp/sort.c
/trunk/src/tools/disp/sort.h
/trunk/src/tools/disp/tdf.c
/trunk/src/tools/disp/tdf.h
/trunk/src/tools/disp/templ/tdf.c
/trunk/src/tools/disp/templ/tdf.h
/trunk/src/tools/disp/tree.c
/trunk/src/tools/disp/tree.h
/trunk/src/tools/disp/types.h
/trunk/src/tools/disp/unit.c
/trunk/src/tools/disp/unit.h
/trunk/src/tools/disp/utility.c
/trunk/src/tools/disp/utility.h
/trunk/src/tools/tcc/Makefile
/trunk/src/tools/tcc/archive.c
/trunk/src/tools/tcc/archive.h
/trunk/src/tools/tcc/compile.c
/trunk/src/tools/tcc/compile.h
/trunk/src/tools/tcc/config.h
/trunk/src/tools/tcc/copyright.h
/trunk/src/tools/tcc/environ.c
/trunk/src/tools/tcc/environ.h
/trunk/src/tools/tcc/execute.c
/trunk/src/tools/tcc/execute.h
/trunk/src/tools/tcc/external.h
/trunk/src/tools/tcc/filename.c
/trunk/src/tools/tcc/filename.h
/trunk/src/tools/tcc/flags.c
/trunk/src/tools/tcc/flags.h
/trunk/src/tools/tcc/list.c
/trunk/src/tools/tcc/list.h
/trunk/src/tools/tcc/main.c
/trunk/src/tools/tcc/main.h
/trunk/src/tools/tcc/options.c
/trunk/src/tools/tcc/options.h
/trunk/src/tools/tcc/stages.c
/trunk/src/tools/tcc/stages.h
/trunk/src/tools/tcc/startup.c
/trunk/src/tools/tcc/startup.h
/trunk/src/tools/tcc/suffix.h
/trunk/src/tools/tcc/tcc.1
/trunk/src/tools/tcc/utility.c
/trunk/src/tools/tcc/utility.h
/trunk/src/tools/tld/Makefile
/trunk/src/tools/tld/arg-data.c
/trunk/src/tools/tld/arg-data.h
/trunk/src/tools/tld/arg-parse.c
/trunk/src/tools/tld/arg-parse.h
/trunk/src/tools/tld/bistream.c
/trunk/src/tools/tld/bistream.h
/trunk/src/tools/tld/bostream.c
/trunk/src/tools/tld/bostream.h
/trunk/src/tools/tld/builder.c
/trunk/src/tools/tld/builder.h
/trunk/src/tools/tld/capsule.c
/trunk/src/tools/tld/capsule.h
/trunk/src/tools/tld/contents.c
/trunk/src/tools/tld/contents.h
/trunk/src/tools/tld/cstring-list.c
/trunk/src/tools/tld/cstring-list.h
/trunk/src/tools/tld/cstring.c
/trunk/src/tools/tld/cstring.h
/trunk/src/tools/tld/dalloc.c
/trunk/src/tools/tld/dalloc.h
/trunk/src/tools/tld/debug.c
/trunk/src/tools/tld/debug.h
/trunk/src/tools/tld/dstring.c
/trunk/src/tools/tld/dstring.h
/trunk/src/tools/tld/error-file.c
/trunk/src/tools/tld/error-file.h
/trunk/src/tools/tld/error.c
/trunk/src/tools/tld/error.h
/trunk/src/tools/tld/exception.c
/trunk/src/tools/tld/exception.h
/trunk/src/tools/tld/extract.c
/trunk/src/tools/tld/extract.h
/trunk/src/tools/tld/file-name.c
/trunk/src/tools/tld/file-name.h
/trunk/src/tools/tld/istream.c
/trunk/src/tools/tld/istream.h
/trunk/src/tools/tld/library.c
/trunk/src/tools/tld/library.h
/trunk/src/tools/tld/linker.c
/trunk/src/tools/tld/linker.h
/trunk/src/tools/tld/main.c
/trunk/src/tools/tld/map-entry.c
/trunk/src/tools/tld/map-entry.h
/trunk/src/tools/tld/map-table.c
/trunk/src/tools/tld/map-table.h
/trunk/src/tools/tld/name-entry.c
/trunk/src/tools/tld/name-entry.h
/trunk/src/tools/tld/name-key.c
/trunk/src/tools/tld/name-key.h
/trunk/src/tools/tld/name-table.c
/trunk/src/tools/tld/name-table.h
/trunk/src/tools/tld/nstring-list.c
/trunk/src/tools/tld/nstring-list.h
/trunk/src/tools/tld/os-interface.h
/trunk/src/tools/tld/ostream.c
/trunk/src/tools/tld/ostream.h
/trunk/src/tools/tld/rename-file.c
/trunk/src/tools/tld/rename-file.h
/trunk/src/tools/tld/shape-entry.c
/trunk/src/tools/tld/shape-entry.h
/trunk/src/tools/tld/shape-table.c
/trunk/src/tools/tld/shape-table.h
/trunk/src/tools/tld/syntax.c
/trunk/src/tools/tld/syntax.h
/trunk/src/tools/tld/tdf-read.c
/trunk/src/tools/tld/tdf-read.h
/trunk/src/tools/tld/tdf-write.c
/trunk/src/tools/tld/tdf-write.h
/trunk/src/tools/tld/tdf.c
/trunk/src/tools/tld/tdf.h
/trunk/src/tools/tld/unit-entry.c
/trunk/src/tools/tld/unit-entry.h
/trunk/src/tools/tld/unit-table.c
/trunk/src/tools/tld/unit-table.h
/trunk/src/tools/tnc/Makefile
/trunk/src/tools/tnc/alignment.c
/trunk/src/tools/tnc/alignment.h
/trunk/src/tools/tnc/analyser.c
/trunk/src/tools/tnc/analyser.h
/trunk/src/tools/tnc/bitstream.c
/trunk/src/tools/tnc/bitstream.h
/trunk/src/tools/tnc/check.c
/trunk/src/tools/tnc/check.h
/trunk/src/tools/tnc/check_def.h
/trunk/src/tools/tnc/check_exp.h
/trunk/src/tools/tnc/config.h
/trunk/src/tools/tnc/de_capsule.c
/trunk/src/tools/tnc/de_capsule.h
/trunk/src/tools/tnc/de_types.h
/trunk/src/tools/tnc/de_unit.c
/trunk/src/tools/tnc/de_unit.h
/trunk/src/tools/tnc/decode.c
/trunk/src/tools/tnc/decode.h
/trunk/src/tools/tnc/enc_cap.c
/trunk/src/tools/tnc/enc_cap.h
/trunk/src/tools/tnc/enc_types.h
/trunk/src/tools/tnc/encode.c
/trunk/src/tools/tnc/encode.h
/trunk/src/tools/tnc/eval.c
/trunk/src/tools/tnc/eval.h
/trunk/src/tools/tnc/fetch.c
/trunk/src/tools/tnc/fetch.h
/trunk/src/tools/tnc/file.c
/trunk/src/tools/tnc/file.h
/trunk/src/tools/tnc/help.c
/trunk/src/tools/tnc/help.h
/trunk/src/tools/tnc/high.c
/trunk/src/tools/tnc/high.h
/trunk/src/tools/tnc/main.c
/trunk/src/tools/tnc/names.h
/trunk/src/tools/tnc/node.c
/trunk/src/tools/tnc/node.h
/trunk/src/tools/tnc/ossg.h
/trunk/src/tools/tnc/read.c
/trunk/src/tools/tnc/read.h
/trunk/src/tools/tnc/read_cap.c
/trunk/src/tools/tnc/read_cap.h
/trunk/src/tools/tnc/read_types.h
/trunk/src/tools/tnc/shape.c
/trunk/src/tools/tnc/shape.h
/trunk/src/tools/tnc/table.c
/trunk/src/tools/tnc/table.h
/trunk/src/tools/tnc/tdf.c
/trunk/src/tools/tnc/tdf.h
/trunk/src/tools/tnc/templ/check_exp.h
/trunk/src/tools/tnc/templ/tdf.c
/trunk/src/tools/tnc/templ/tdf.h
/trunk/src/tools/tnc/types.h
/trunk/src/tools/tnc/utility.c
/trunk/src/tools/tnc/utility.h
/trunk/src/tools/tnc/write.c
/trunk/src/tools/tnc/write.h
/trunk/src/tools/tspec/Makefile
/trunk/src/tools/tspec/builtin.h
/trunk/src/tools/tspec/config.h
/trunk/src/tools/tspec/hash.c
/trunk/src/tools/tspec/hash.h
/trunk/src/tools/tspec/index.c
/trunk/src/tools/tspec/index.h
/trunk/src/tools/tspec/keyword.h
/trunk/src/tools/tspec/lex.c
/trunk/src/tools/tspec/lex.h
/trunk/src/tools/tspec/lexer.h
/trunk/src/tools/tspec/lexer.lxi
/trunk/src/tools/tspec/main.c
/trunk/src/tools/tspec/makefile.c
/trunk/src/tools/tspec/makefile.h
/trunk/src/tools/tspec/name.c
/trunk/src/tools/tspec/name.h
/trunk/src/tools/tspec/object.c
/trunk/src/tools/tspec/object.h
/trunk/src/tools/tspec/ossg.h
/trunk/src/tools/tspec/print.c
/trunk/src/tools/tspec/print.h
/trunk/src/tools/tspec/syntax.act
/trunk/src/tools/tspec/syntax.c
/trunk/src/tools/tspec/syntax.h
/trunk/src/tools/tspec/syntax.sid
/trunk/src/tools/tspec/tspec.1
/trunk/src/tools/tspec/type.c
/trunk/src/tools/tspec/type.h
/trunk/src/tools/tspec/utility.c
/trunk/src/tools/tspec/utility.h
/trunk/src/tools/tspec/variable.c
/trunk/src/tools/tspec/variable.h
/trunk/src/utilities/calculus/Makefile
/trunk/src/utilities/calculus/check.c
/trunk/src/utilities/calculus/check.h
/trunk/src/utilities/calculus/code.c
/trunk/src/utilities/calculus/code.h
/trunk/src/utilities/calculus/common.c
/trunk/src/utilities/calculus/common.h
/trunk/src/utilities/calculus/disk.c
/trunk/src/utilities/calculus/disk.h
/trunk/src/utilities/calculus/extra.h
/trunk/src/utilities/calculus/keyword.h
/trunk/src/utilities/calculus/lex.c
/trunk/src/utilities/calculus/lex.h
/trunk/src/utilities/calculus/lexer.h
/trunk/src/utilities/calculus/main.c
/trunk/src/utilities/calculus/obj_c/assert_def.h
/trunk/src/utilities/calculus/obj_c/calculus.c
/trunk/src/utilities/calculus/obj_c/calculus.h
/trunk/src/utilities/calculus/obj_c/cmd_ops.h
/trunk/src/utilities/calculus/obj_c/type_ops.h
/trunk/src/utilities/calculus/obj_tok/calculus.c
/trunk/src/utilities/calculus/obj_tok/calculus.h
/trunk/src/utilities/calculus/obj_tok/cmd_ops.h
/trunk/src/utilities/calculus/obj_tok/type_ops.h
/trunk/src/utilities/calculus/output.c
/trunk/src/utilities/calculus/output.h
/trunk/src/utilities/calculus/pretty.c
/trunk/src/utilities/calculus/pretty.h
/trunk/src/utilities/calculus/print.c
/trunk/src/utilities/calculus/print.h
/trunk/src/utilities/calculus/print_def.h
/trunk/src/utilities/calculus/read.c
/trunk/src/utilities/calculus/read.h
/trunk/src/utilities/calculus/read_def.h
/trunk/src/utilities/calculus/suffix.h
/trunk/src/utilities/calculus/syntax.c
/trunk/src/utilities/calculus/syntax.h
/trunk/src/utilities/calculus/template.c
/trunk/src/utilities/calculus/template.h
/trunk/src/utilities/calculus/token.c
/trunk/src/utilities/calculus/token.h
/trunk/src/utilities/calculus/write.c
/trunk/src/utilities/calculus/write.h
/trunk/src/utilities/calculus/write_def.h
/trunk/src/utilities/lexi/Makefile
/trunk/src/utilities/lexi/char.c
/trunk/src/utilities/lexi/char.h
/trunk/src/utilities/lexi/keyword.h
/trunk/src/utilities/lexi/lex.c
/trunk/src/utilities/lexi/lex.h
/trunk/src/utilities/lexi/lexer.h
/trunk/src/utilities/lexi/main.c
/trunk/src/utilities/lexi/output.c
/trunk/src/utilities/lexi/output.h
/trunk/src/utilities/lexi/syntax.c
/trunk/src/utilities/lexi/syntax.h
/trunk/src/utilities/make_err/Makefile
/trunk/src/utilities/make_err/errors.alg
/trunk/src/utilities/make_err/keyword.h
/trunk/src/utilities/make_err/lex.c
/trunk/src/utilities/make_err/lex.h
/trunk/src/utilities/make_err/lexer.h
/trunk/src/utilities/make_err/lexer.lxi
/trunk/src/utilities/make_err/main.c
/trunk/src/utilities/make_err/obj_c/assert_def.h
/trunk/src/utilities/make_err/obj_c/entry_ops.h
/trunk/src/utilities/make_err/obj_c/errors.c
/trunk/src/utilities/make_err/obj_c/errors.h
/trunk/src/utilities/make_err/obj_c/map_ops.h
/trunk/src/utilities/make_err/obj_c/msg_ops.h
/trunk/src/utilities/make_err/obj_c/name_ops.h
/trunk/src/utilities/make_err/obj_c/param_ops.h
/trunk/src/utilities/make_err/obj_tok/assert_def.h
/trunk/src/utilities/make_err/obj_tok/entry_ops.h
/trunk/src/utilities/make_err/obj_tok/errors.h
/trunk/src/utilities/make_err/obj_tok/map_ops.h
/trunk/src/utilities/make_err/obj_tok/msg_ops.h
/trunk/src/utilities/make_err/obj_tok/name_ops.h
/trunk/src/utilities/make_err/obj_tok/param_ops.h
/trunk/src/utilities/make_err/process.c
/trunk/src/utilities/make_err/process.h
/trunk/src/utilities/make_err/syntax.act
/trunk/src/utilities/make_err/syntax.c
/trunk/src/utilities/make_err/syntax.h
/trunk/src/utilities/make_err/syntax.sid
/trunk/src/utilities/make_tdf/Makefile
/trunk/src/utilities/make_tdf/input.c
/trunk/src/utilities/make_tdf/input.h
/trunk/src/utilities/make_tdf/keyword.h
/trunk/src/utilities/make_tdf/lex.c
/trunk/src/utilities/make_tdf/lex.h
/trunk/src/utilities/make_tdf/lexer.h
/trunk/src/utilities/make_tdf/main.c
/trunk/src/utilities/make_tdf/obj_c/assert_def.h
/trunk/src/utilities/make_tdf/obj_c/cmd_ops.h
/trunk/src/utilities/make_tdf/obj_c/cons_ops.h
/trunk/src/utilities/make_tdf/obj_c/info_ops.h
/trunk/src/utilities/make_tdf/obj_c/link_ops.h
/trunk/src/utilities/make_tdf/obj_c/par_ops.h
/trunk/src/utilities/make_tdf/obj_c/sort_ops.h
/trunk/src/utilities/make_tdf/obj_c/spec_ops.h
/trunk/src/utilities/make_tdf/obj_c/tdf.c
/trunk/src/utilities/make_tdf/obj_c/tdf.h
/trunk/src/utilities/make_tdf/obj_tok/cmd_ops.h
/trunk/src/utilities/make_tdf/obj_tok/cons_ops.h
/trunk/src/utilities/make_tdf/obj_tok/info_ops.h
/trunk/src/utilities/make_tdf/obj_tok/link_ops.h
/trunk/src/utilities/make_tdf/obj_tok/par_ops.h
/trunk/src/utilities/make_tdf/obj_tok/sort_ops.h
/trunk/src/utilities/make_tdf/obj_tok/spec_ops.h
/trunk/src/utilities/make_tdf/obj_tok/tdf.h
/trunk/src/utilities/make_tdf/output.c
/trunk/src/utilities/make_tdf/output.h
/trunk/src/utilities/make_tdf/syntax.c
/trunk/src/utilities/make_tdf/syntax.h
/trunk/src/utilities/shared/config.h
/trunk/src/utilities/shared/error.c
/trunk/src/utilities/shared/error.h
/trunk/src/utilities/shared/ustring.h
/trunk/src/utilities/shared/xalloc.c
/trunk/src/utilities/shared/xalloc.h
/trunk/src/utilities/sid/Makefile
/trunk/src/utilities/sid/action.c
/trunk/src/utilities/sid/action.h
/trunk/src/utilities/sid/alt.c
/trunk/src/utilities/sid/arg-parse.c
/trunk/src/utilities/sid/arg-parse.h
/trunk/src/utilities/sid/basic.c
/trunk/src/utilities/sid/basic.h
/trunk/src/utilities/sid/bitvec.c
/trunk/src/utilities/sid/bitvec.h
/trunk/src/utilities/sid/c-check.c
/trunk/src/utilities/sid/c-check.h
/trunk/src/utilities/sid/c-code.c
/trunk/src/utilities/sid/c-code.h
/trunk/src/utilities/sid/c-junk.h
/trunk/src/utilities/sid/c-lexer.c
/trunk/src/utilities/sid/c-lexer.h
/trunk/src/utilities/sid/c-out-info.c
/trunk/src/utilities/sid/c-out-info.h
/trunk/src/utilities/sid/c-out-key.c
/trunk/src/utilities/sid/c-out-key.h
/trunk/src/utilities/sid/c-out-nl.c
/trunk/src/utilities/sid/c-out-nl.h
/trunk/src/utilities/sid/c-out-types.c
/trunk/src/utilities/sid/c-out-types.h
/trunk/src/utilities/sid/c-output.c
/trunk/src/utilities/sid/c-output.h
/trunk/src/utilities/sid/c-parser.c
/trunk/src/utilities/sid/c-parser.h
/trunk/src/utilities/sid/cstring-list.c
/trunk/src/utilities/sid/cstring-list.h
/trunk/src/utilities/sid/cstring.c
/trunk/src/utilities/sid/cstring.h
/trunk/src/utilities/sid/dalloc.c
/trunk/src/utilities/sid/dalloc.h
/trunk/src/utilities/sid/dstring.c
/trunk/src/utilities/sid/dstring.h
/trunk/src/utilities/sid/entry-list.c
/trunk/src/utilities/sid/entry-list.h
/trunk/src/utilities/sid/entry.c
/trunk/src/utilities/sid/entry.h
/trunk/src/utilities/sid/error-file.c
/trunk/src/utilities/sid/error-file.h
/trunk/src/utilities/sid/error.c
/trunk/src/utilities/sid/error.h
/trunk/src/utilities/sid/errors/arg-parse.e
/trunk/src/utilities/sid/errors/c-check.e
/trunk/src/utilities/sid/errors/c-code.e
/trunk/src/utilities/sid/errors/c-lexer.e
/trunk/src/utilities/sid/errors/c-parser.e
/trunk/src/utilities/sid/errors/error-file.e
/trunk/src/utilities/sid/errors/for-osif.e
/trunk/src/utilities/sid/errors/grammar.e
/trunk/src/utilities/sid/errors/lexer.e
/trunk/src/utilities/sid/errors/main.e
/trunk/src/utilities/sid/errors/parser.e
/trunk/src/utilities/sid/errors/rule-check.e
/trunk/src/utilities/sid/errors/rule-factor.e
/trunk/src/utilities/sid/errors/rule-firsts.e
/trunk/src/utilities/sid/errors/rule-lre.e
/trunk/src/utilities/sid/errors/scope.e
/trunk/src/utilities/sid/exception.c
/trunk/src/utilities/sid/exception.h
/trunk/src/utilities/sid/fast-short.h
/trunk/src/utilities/sid/grammar.c
/trunk/src/utilities/sid/grammar.h
/trunk/src/utilities/sid/istream.c
/trunk/src/utilities/sid/istream.h
/trunk/src/utilities/sid/item.c
/trunk/src/utilities/sid/junk.h
/trunk/src/utilities/sid/key.c
/trunk/src/utilities/sid/key.h
/trunk/src/utilities/sid/lexer.c
/trunk/src/utilities/sid/lexer.h
/trunk/src/utilities/sid/main.c
/trunk/src/utilities/sid/name.c
/trunk/src/utilities/sid/name.h
/trunk/src/utilities/sid/non-local.c
/trunk/src/utilities/sid/non-local.h
/trunk/src/utilities/sid/os-interface.h
/trunk/src/utilities/sid/ostream.c
/trunk/src/utilities/sid/ostream.h
/trunk/src/utilities/sid/output.c
/trunk/src/utilities/sid/output.h
/trunk/src/utilities/sid/parser.c
/trunk/src/utilities/sid/parser.h
/trunk/src/utilities/sid/parser.sid
/trunk/src/utilities/sid/rstack.c
/trunk/src/utilities/sid/rstack.h
/trunk/src/utilities/sid/rule-check.c
/trunk/src/utilities/sid/rule-factor.c
/trunk/src/utilities/sid/rule-firsts.c
/trunk/src/utilities/sid/rule-lre.c
/trunk/src/utilities/sid/rule-mutate.c
/trunk/src/utilities/sid/rule-names.c
/trunk/src/utilities/sid/rule-simp.c
/trunk/src/utilities/sid/rule-tail.c
/trunk/src/utilities/sid/rule.c
/trunk/src/utilities/sid/rule.h
/trunk/src/utilities/sid/scope.c
/trunk/src/utilities/sid/scope.h
/trunk/src/utilities/sid/shortnames.h
/trunk/src/utilities/sid/sid.1
/trunk/src/utilities/sid/syntax.c
/trunk/src/utilities/sid/syntax.h
/trunk/src/utilities/sid/table.c
/trunk/src/utilities/sid/table.h
/trunk/src/utilities/sid/tcheck.h
/trunk/src/utilities/sid/type.c
/trunk/src/utilities/sid/type.h
/trunk/src/utilities/sid/types.c
/trunk/src/utilities/sid/types.h
6 2206 d 16 h 7u83 /branches/tendra5/ Import TenDRA 5.0.0 from https://bitbucket.org/asmodai/tendra  
/branches/tendra5/GNUmakefile
/branches/tendra5/Makefile
/branches/tendra5/Makefile.inc
/branches/tendra5/doc/Makefile
/branches/tendra5/doc/common
/branches/tendra5/doc/common/colophon-dera.xml
/branches/tendra5/doc/common/colophon.xml
/branches/tendra5/doc/components
/branches/tendra5/doc/developer
/branches/tendra5/doc/developer/Makefile
/branches/tendra5/doc/developer/README
/branches/tendra5/doc/developer/components
/branches/tendra5/doc/developer/components/Makefile
/branches/tendra5/doc/developer/components/tcpplus
/branches/tendra5/doc/developer/components/tcpplus/Makefile
/branches/tendra5/doc/developer/components/tcpplus/tcpplus.xml
/branches/tendra5/doc/developer/components/tdfc
/branches/tendra5/doc/developer/components/tdfc/Makefile
/branches/tendra5/doc/developer/guides
/branches/tendra5/doc/developer/guides/Makefile
/branches/tendra5/doc/developer/guides/README
/branches/tendra5/doc/developer/guides/api
/branches/tendra5/doc/developer/guides/api/Makefile
/branches/tendra5/doc/developer/guides/api/api.xml
/branches/tendra5/doc/developer/guides/porting
/branches/tendra5/doc/developer/guides/porting/Makefile
/branches/tendra5/doc/developer/guides/porting/porting.xml
/branches/tendra5/doc/developerguides
/branches/tendra5/doc/development
/branches/tendra5/doc/development/buildsystem
/branches/tendra5/doc/development/features
/branches/tendra5/doc/development/historical-installation
/branches/tendra5/doc/development/historical-ossg
/branches/tendra5/doc/development/movingouttools
/branches/tendra5/doc/development/projects
/branches/tendra5/doc/faq
/branches/tendra5/doc/faq/Makefile
/branches/tendra5/doc/faq/faq.xml
/branches/tendra5/doc/faq/faq.xsl
/branches/tendra5/doc/glossary
/branches/tendra5/doc/glossary/Makefile
/branches/tendra5/doc/glossary/a.xml
/branches/tendra5/doc/glossary/apis.xml
/branches/tendra5/doc/glossary/architectures.xml
/branches/tendra5/doc/glossary/b.xml
/branches/tendra5/doc/glossary/c.xml
/branches/tendra5/doc/glossary/d.xml
/branches/tendra5/doc/glossary/entries
/branches/tendra5/doc/glossary/entries/README
/branches/tendra5/doc/glossary/entries/calculus.xml
/branches/tendra5/doc/glossary/entries/disp.xml
/branches/tendra5/doc/glossary/entries/make_tdf.xml
/branches/tendra5/doc/glossary/entries/sid.xml
/branches/tendra5/doc/glossary/entries/tld.xml
/branches/tendra5/doc/glossary/entries/tnc.xml
/branches/tendra5/doc/glossary/entries/tpl.xml
/branches/tendra5/doc/glossary/entries/tspec.xml
/branches/tendra5/doc/glossary/f.xml
/branches/tendra5/doc/glossary/g.xml
/branches/tendra5/doc/glossary/glossary.xml
/branches/tendra5/doc/glossary/i.xml
/branches/tendra5/doc/glossary/j.xml
/branches/tendra5/doc/glossary/l.xml
/branches/tendra5/doc/glossary/languages.xml
/branches/tendra5/doc/glossary/legalities.xml
/branches/tendra5/doc/glossary/m.xml
/branches/tendra5/doc/glossary/machines.xml
/branches/tendra5/doc/glossary/o.xml
/branches/tendra5/doc/glossary/p.xml
/branches/tendra5/doc/glossary/s.xml
/branches/tendra5/doc/glossary/t.xml
/branches/tendra5/doc/glossary/u.xml
/branches/tendra5/doc/glossary/v.xml
/branches/tendra5/doc/glossary/w.xml
/branches/tendra5/doc/marketing
/branches/tendra5/doc/marketing/Makefile
/branches/tendra5/doc/marketing/donations
/branches/tendra5/doc/marketing/goals
/branches/tendra5/doc/marketing/goals.dot
/branches/tendra5/doc/marketing/newdevelopers
/branches/tendra5/doc/marketing/patches
/branches/tendra5/doc/marketing/propaganda
/branches/tendra5/doc/marketing/targetaudience
/branches/tendra5/doc/outlineplan
/branches/tendra5/doc/papers
/branches/tendra5/doc/papers/Makefile
/branches/tendra5/doc/papers/README
/branches/tendra5/doc/papers/linux-validation
/branches/tendra5/doc/papers/linux-validation/Makefile
/branches/tendra5/doc/papers/linux-validation/linux-validation.xml
/branches/tendra5/doc/papers/porting
/branches/tendra5/doc/papers/porting/Makefile
/branches/tendra5/doc/papers/porting/porting.xml
/branches/tendra5/doc/papers/unix-validation
/branches/tendra5/doc/papers/unix-validation/Makefile
/branches/tendra5/doc/papers/unix-validation/unix-validation.xml
/branches/tendra5/doc/reference
/branches/tendra5/doc/reference/Makefile
/branches/tendra5/doc/reference/README
/branches/tendra5/doc/reference/diagnostic
/branches/tendra5/doc/reference/diagnostic/Makefile
/branches/tendra5/doc/reference/diagnostic/diagnostic.xml
/branches/tendra5/doc/reference/guide
/branches/tendra5/doc/reference/guide/Makefile
/branches/tendra5/doc/reference/guide/guide.xml
/branches/tendra5/doc/reference/guide/images
/branches/tendra5/doc/reference/guide/images/guide1.png
/branches/tendra5/doc/reference/guide/images/guide2.png
/branches/tendra5/doc/reference/guide/images/guide3.png
/branches/tendra5/doc/reference/guide/images/guidetable1.png
/branches/tendra5/doc/reference/guide/images/guidetable2.png
/branches/tendra5/doc/reference/guide/images/guidetable3.png
/branches/tendra5/doc/reference/register
/branches/tendra5/doc/reference/register/Makefile
/branches/tendra5/doc/reference/specification
/branches/tendra5/doc/reference/specification/Makefile
/branches/tendra5/doc/reference/tpl
/branches/tendra5/doc/reference/tpl/Makefile
/branches/tendra5/doc/reference/tpl/tpl.xml
/branches/tendra5/doc/restructure
/branches/tendra5/doc/share
/branches/tendra5/doc/share/doc.docbook.mk
/branches/tendra5/doc/share/doc.subdir.mk
/branches/tendra5/doc/style
/branches/tendra5/doc/style/Makefile
/branches/tendra5/doc/style/style.xml
/branches/tendra5/doc/user
/branches/tendra5/doc/user/Makefile
/branches/tendra5/doc/user/README
/branches/tendra5/doc/user/guides
/branches/tendra5/doc/user/guides/Makefile
/branches/tendra5/doc/user/guides/calculus
/branches/tendra5/doc/user/guides/calculus/Makefile
/branches/tendra5/doc/user/guides/calculus/calculus.xml
/branches/tendra5/doc/user/guides/calculus/images
/branches/tendra5/doc/user/guides/calculus/images/calculus.png
/branches/tendra5/doc/user/guides/sid
/branches/tendra5/doc/user/guides/sid/Makefile
/branches/tendra5/doc/user/guides/sid/sid.xml
/branches/tendra5/doc/user/guides/tcc
/branches/tendra5/doc/user/guides/tcc/Makefile
/branches/tendra5/doc/user/guides/tld
/branches/tendra5/doc/user/guides/tld/Makefile
/branches/tendra5/doc/user/guides/tld/tld.xml
/branches/tendra5/doc/user/guides/tnc
/branches/tendra5/doc/user/guides/tnc/Makefile
/branches/tendra5/doc/user/guides/tspec
/branches/tendra5/doc/user/guides/tspec/Makefile
/branches/tendra5/doc/user/guides/tspec/tspec.xml
/branches/tendra5/doc/user/suite
/branches/tendra5/doc/user/suite/Makefile
/branches/tendra5/doc/user/suite/suite.xml
/branches/tendra5/doc/website
/branches/tendra5/makedefs
/branches/tendra5/makedefs.funcs
/branches/tendra5/mk
/branches/tendra5/mk/tendra.base.mk
/branches/tendra5/mk/tendra.bootstrap.mk
/branches/tendra5/mk/tendra.build.mk
/branches/tendra5/mk/tendra.compiler.mk
/branches/tendra5/mk/tendra.functions.mk
/branches/tendra5/mk/tendra.install.mk
/branches/tendra5/mk/tendra.rules.mk
/branches/tendra5/src/Makefile
/branches/tendra5/src/Makefile.inc
/branches/tendra5/src/build/BUILD_ERRORS
/branches/tendra5/src/include
/branches/tendra5/src/include/release.h
/branches/tendra5/src/include/tendra.h
/branches/tendra5/src/include/tendracheck.h
/branches/tendra5/src/installers/680x0/Makefile
/branches/tendra5/src/installers/680x0/Makefile.inc
/branches/tendra5/src/installers/80x86/Makefile
/branches/tendra5/src/installers/80x86/Makefile.inc
/branches/tendra5/src/installers/80x86/cygwin
/branches/tendra5/src/installers/80x86/cygwin/Makefile
/branches/tendra5/src/installers/80x86/cygwin/assembler.c
/branches/tendra5/src/installers/80x86/cygwin/config.h
/branches/tendra5/src/installers/80x86/cygwin/diag_config.h
/branches/tendra5/src/installers/80x86/cygwin/diag_out.c
/branches/tendra5/src/installers/80x86/cygwin/machine.c
/branches/tendra5/src/installers/80x86/cygwin/system_v.h
/branches/tendra5/src/installers/80x86/cygwin/trans.1
/branches/tendra5/src/installers/80x86/dragonfly
/branches/tendra5/src/installers/80x86/dragonfly/Makefile
/branches/tendra5/src/installers/80x86/dragonfly/assembler.c
/branches/tendra5/src/installers/80x86/dragonfly/config.h
/branches/tendra5/src/installers/80x86/dragonfly/diag_config.h
/branches/tendra5/src/installers/80x86/dragonfly/diag_out.c
/branches/tendra5/src/installers/80x86/dragonfly/machine.c
/branches/tendra5/src/installers/80x86/dragonfly/system_v.h
/branches/tendra5/src/installers/80x86/dragonfly/trans.1
/branches/tendra5/src/installers/80x86/netbsd
/branches/tendra5/src/installers/80x86/netbsd/Makefile
/branches/tendra5/src/installers/80x86/netbsd/assembler.c
/branches/tendra5/src/installers/80x86/netbsd/config.h
/branches/tendra5/src/installers/80x86/netbsd/diag_config.h
/branches/tendra5/src/installers/80x86/netbsd/diag_out.c
/branches/tendra5/src/installers/80x86/netbsd/machine.c
/branches/tendra5/src/installers/80x86/netbsd/system_v.h
/branches/tendra5/src/installers/80x86/netbsd/trans.1
/branches/tendra5/src/installers/80x86/openbsd
/branches/tendra5/src/installers/80x86/openbsd/Makefile
/branches/tendra5/src/installers/80x86/openbsd/assembler.c
/branches/tendra5/src/installers/80x86/openbsd/config.h
/branches/tendra5/src/installers/80x86/openbsd/diag_config.h
/branches/tendra5/src/installers/80x86/openbsd/diag_out.c
/branches/tendra5/src/installers/80x86/openbsd/machine.c
/branches/tendra5/src/installers/80x86/openbsd/system_v.h
/branches/tendra5/src/installers/80x86/openbsd/trans.1
/branches/tendra5/src/installers/Makefile
/branches/tendra5/src/installers/Makefile.inc
/branches/tendra5/src/installers/alpha/Makefile
/branches/tendra5/src/installers/alpha/Makefile.inc
/branches/tendra5/src/installers/amd64
/branches/tendra5/src/installers/amd64/Makefile
/branches/tendra5/src/installers/amd64/Makefile.inc
/branches/tendra5/src/installers/amd64/common
/branches/tendra5/src/installers/amd64/common/assembler.h
/branches/tendra5/src/installers/amd64/common/c_arith_type.c
/branches/tendra5/src/installers/amd64/common/codec.c
/branches/tendra5/src/installers/amd64/common/codec.h
/branches/tendra5/src/installers/amd64/common/coder.c
/branches/tendra5/src/installers/amd64/common/coder.h
/branches/tendra5/src/installers/amd64/common/codermacs.h
/branches/tendra5/src/installers/amd64/common/cproc.c
/branches/tendra5/src/installers/amd64/common/cproc.h
/branches/tendra5/src/installers/amd64/common/dw2_extra.c
/branches/tendra5/src/installers/amd64/common/dw2_extra.h
/branches/tendra5/src/installers/amd64/common/evaluate.c
/branches/tendra5/src/installers/amd64/common/evaluate.h
/branches/tendra5/src/installers/amd64/common/expmacs.h
/branches/tendra5/src/installers/amd64/common/exptypes.h
/branches/tendra5/src/installers/amd64/common/fbase.h
/branches/tendra5/src/installers/amd64/common/glopt.c
/branches/tendra5/src/installers/amd64/common/glopt.h
/branches/tendra5/src/installers/amd64/common/inlinechoice.c
/branches/tendra5/src/installers/amd64/common/instr.c
/branches/tendra5/src/installers/amd64/common/instr.h
/branches/tendra5/src/installers/amd64/common/instr386.c
/branches/tendra5/src/installers/amd64/common/instr386.h
/branches/tendra5/src/installers/amd64/common/instrmacs.h
/branches/tendra5/src/installers/amd64/common/is_worth.c
/branches/tendra5/src/installers/amd64/common/localflags.c
/branches/tendra5/src/installers/amd64/common/localflags.h
/branches/tendra5/src/installers/amd64/common/localtypes.h
/branches/tendra5/src/installers/amd64/common/machine_toks.c
/branches/tendra5/src/installers/amd64/common/messages_8.h
/branches/tendra5/src/installers/amd64/common/operand.c
/branches/tendra5/src/installers/amd64/common/operand.h
/branches/tendra5/src/installers/amd64/common/out.c
/branches/tendra5/src/installers/amd64/common/out.h
/branches/tendra5/src/installers/amd64/common/overlap.c
/branches/tendra5/src/installers/amd64/common/overlap.h
/branches/tendra5/src/installers/amd64/common/reg_record.c
/branches/tendra5/src/installers/amd64/common/reg_record.h
/branches/tendra5/src/installers/amd64/common/scan2.c
/branches/tendra5/src/installers/amd64/common/scan2.h
/branches/tendra5/src/installers/amd64/common/spec.c
/branches/tendra5/src/installers/amd64/common/spec_tok.c
/branches/tendra5/src/installers/amd64/common/szs_als.h
/branches/tendra5/src/installers/amd64/common/target_v.h
/branches/tendra5/src/installers/amd64/common/trans.c
/branches/tendra5/src/installers/amd64/common/translate.c
/branches/tendra5/src/installers/amd64/common/tv_callees.c
/branches/tendra5/src/installers/amd64/common/tv_callees.h
/branches/tendra5/src/installers/amd64/common/weights.c
/branches/tendra5/src/installers/amd64/common/weights.h
/branches/tendra5/src/installers/amd64/dragonfly
/branches/tendra5/src/installers/amd64/dragonfly/Makefile
/branches/tendra5/src/installers/amd64/dragonfly/assembler.c
/branches/tendra5/src/installers/amd64/dragonfly/config.h
/branches/tendra5/src/installers/amd64/dragonfly/diag_config.h
/branches/tendra5/src/installers/amd64/dragonfly/diag_out.c
/branches/tendra5/src/installers/amd64/dragonfly/machine.c
/branches/tendra5/src/installers/amd64/dragonfly/system_v.h
/branches/tendra5/src/installers/amd64/dragonfly/trans.1
/branches/tendra5/src/installers/amd64/freebsd
/branches/tendra5/src/installers/amd64/freebsd/Makefile
/branches/tendra5/src/installers/amd64/freebsd/assembler.c
/branches/tendra5/src/installers/amd64/freebsd/config.h
/branches/tendra5/src/installers/amd64/freebsd/diag_config.h
/branches/tendra5/src/installers/amd64/freebsd/diag_out.c
/branches/tendra5/src/installers/amd64/freebsd/machine.c
/branches/tendra5/src/installers/amd64/freebsd/system_v.h
/branches/tendra5/src/installers/amd64/freebsd/trans.1
/branches/tendra5/src/installers/amd64/linux
/branches/tendra5/src/installers/amd64/linux/Makefile
/branches/tendra5/src/installers/amd64/linux/assembler.c
/branches/tendra5/src/installers/amd64/linux/config.h
/branches/tendra5/src/installers/amd64/linux/diag_config.h
/branches/tendra5/src/installers/amd64/linux/diag_out.c
/branches/tendra5/src/installers/amd64/linux/machine.c
/branches/tendra5/src/installers/amd64/linux/system_v.h
/branches/tendra5/src/installers/amd64/linux/trans.1
/branches/tendra5/src/installers/amd64/netbsd
/branches/tendra5/src/installers/amd64/netbsd/Makefile
/branches/tendra5/src/installers/amd64/netbsd/assembler.c
/branches/tendra5/src/installers/amd64/netbsd/config.h
/branches/tendra5/src/installers/amd64/netbsd/diag_config.h
/branches/tendra5/src/installers/amd64/netbsd/diag_out.c
/branches/tendra5/src/installers/amd64/netbsd/machine.c
/branches/tendra5/src/installers/amd64/netbsd/system_v.h
/branches/tendra5/src/installers/amd64/netbsd/trans.1
/branches/tendra5/src/installers/amd64/openbsd
/branches/tendra5/src/installers/amd64/openbsd/Makefile
/branches/tendra5/src/installers/amd64/openbsd/assembler.c
/branches/tendra5/src/installers/amd64/openbsd/config.h
/branches/tendra5/src/installers/amd64/openbsd/diag_config.h
/branches/tendra5/src/installers/amd64/openbsd/diag_out.c
/branches/tendra5/src/installers/amd64/openbsd/machine.c
/branches/tendra5/src/installers/amd64/openbsd/system_v.h
/branches/tendra5/src/installers/amd64/openbsd/trans.1
/branches/tendra5/src/installers/hppa/Makefile
/branches/tendra5/src/installers/hppa/Makefile.inc
/branches/tendra5/src/installers/mips/Makefile
/branches/tendra5/src/installers/mips/Makefile.inc
/branches/tendra5/src/installers/power/Makefile
/branches/tendra5/src/installers/power/Makefile.inc
/branches/tendra5/src/installers/ppc601/Makefile
/branches/tendra5/src/installers/ppc601/Makefile.inc
/branches/tendra5/src/installers/sparc/Makefile
/branches/tendra5/src/installers/sparc/Makefile.inc
/branches/tendra5/src/lib/Makefile
/branches/tendra5/src/lib/Makefile.inc
/branches/tendra5/src/lib/apis/Makefile
/branches/tendra5/src/lib/apis/Makefile.inc
/branches/tendra5/src/lib/apis/ansi/Makefile
/branches/tendra5/src/lib/apis/bsd_extn/Makefile
/branches/tendra5/src/lib/apis/cpp/Makefile
/branches/tendra5/src/lib/apis/dummy/Makefile
/branches/tendra5/src/lib/apis/gcc/Makefile
/branches/tendra5/src/lib/apis/iso/Makefile
/branches/tendra5/src/lib/apis/posix/Makefile
/branches/tendra5/src/lib/apis/posix1/Makefile
/branches/tendra5/src/lib/apis/posix2/Makefile
/branches/tendra5/src/lib/apis/posix3
/branches/tendra5/src/lib/apis/posix3/MASTER
/branches/tendra5/src/lib/apis/posix3/Makefile
/branches/tendra5/src/lib/apis/posix3/assert.h
/branches/tendra5/src/lib/apis/posix3/fnmatch.h
/branches/tendra5/src/lib/apis/posix3/glob.h
/branches/tendra5/src/lib/apis/posix3/locale.h
/branches/tendra5/src/lib/apis/posix3/regex.h
/branches/tendra5/src/lib/apis/posix3/stddef.h
/branches/tendra5/src/lib/apis/svid3/Makefile
/branches/tendra5/src/lib/apis/unix95/Makefile
/branches/tendra5/src/lib/apis/xpg3/Makefile
/branches/tendra5/src/lib/apis/xpg4/Makefile
/branches/tendra5/src/lib/env/Makefile
/branches/tendra5/src/lib/env/Makefile.inc
/branches/tendra5/src/lib/env/aix/common/common/Makefile
/branches/tendra5/src/lib/env/common/Makefile
/branches/tendra5/src/lib/env/common/bootstrap
/branches/tendra5/src/lib/env/common/build
/branches/tendra5/src/lib/env/cygwin
/branches/tendra5/src/lib/env/cygwin/common
/branches/tendra5/src/lib/env/cygwin/common/80x86
/branches/tendra5/src/lib/env/cygwin/common/80x86/K-P5
/branches/tendra5/src/lib/env/cygwin/common/80x86/K-aout
/branches/tendra5/src/lib/env/cygwin/common/80x86/K-frame
/branches/tendra5/src/lib/env/cygwin/common/80x86/K-i386
/branches/tendra5/src/lib/env/cygwin/common/80x86/K-i486
/branches/tendra5/src/lib/env/cygwin/common/80x86/K-noframe
/branches/tendra5/src/lib/env/cygwin/common/80x86/Makefile
/branches/tendra5/src/lib/env/cygwin/common/80x86/Z-p
/branches/tendra5/src/lib/env/cygwin/common/80x86/Z-p1
/branches/tendra5/src/lib/env/cygwin/common/80x86/Z-p2
/branches/tendra5/src/lib/env/cygwin/common/80x86/Z-p4
/branches/tendra5/src/lib/env/cygwin/common/80x86/default.extra
/branches/tendra5/src/lib/env/cygwin/common/80x86/system
/branches/tendra5/src/lib/env/cygwin/common/80x86/system+
/branches/tendra5/src/lib/env/cygwin/common/80x86/tcc_prof
/branches/tendra5/src/lib/env/cygwin/common/80x86/tdf_ext
/branches/tendra5/src/lib/env/dragonfly
/branches/tendra5/src/lib/env/dragonfly/Makefile.inc
/branches/tendra5/src/lib/env/dragonfly/common
/branches/tendra5/src/lib/env/dragonfly/common/80x86
/branches/tendra5/src/lib/env/dragonfly/common/80x86/K-P5
/branches/tendra5/src/lib/env/dragonfly/common/80x86/K-PIC
/branches/tendra5/src/lib/env/dragonfly/common/80x86/K-frame
/branches/tendra5/src/lib/env/dragonfly/common/80x86/K-i386
/branches/tendra5/src/lib/env/dragonfly/common/80x86/K-i486
/branches/tendra5/src/lib/env/dragonfly/common/80x86/K-noframe
/branches/tendra5/src/lib/env/dragonfly/common/80x86/Makefile
/branches/tendra5/src/lib/env/dragonfly/common/80x86/Z-p
/branches/tendra5/src/lib/env/dragonfly/common/80x86/Z-p1
/branches/tendra5/src/lib/env/dragonfly/common/80x86/Z-p2
/branches/tendra5/src/lib/env/dragonfly/common/80x86/Z-p4
/branches/tendra5/src/lib/env/dragonfly/common/80x86/default.extra
/branches/tendra5/src/lib/env/dragonfly/common/80x86/tcc_diag
/branches/tendra5/src/lib/env/dragonfly/common/80x86/tcc_prof
/branches/tendra5/src/lib/env/dragonfly/common/Makefile.inc
/branches/tendra5/src/lib/env/freebsd/Makefile.inc
/branches/tendra5/src/lib/env/freebsd/common/80x86/Makefile
/branches/tendra5/src/lib/env/freebsd/common/Makefile.inc
/branches/tendra5/src/lib/env/hpux/common/hppa/Makefile
/branches/tendra5/src/lib/env/irix/5.1.1/mips/Makefile
/branches/tendra5/src/lib/env/irix/common/mips/Makefile
/branches/tendra5/src/lib/env/linux/aout/80x86/Makefile
/branches/tendra5/src/lib/env/linux/elf/80x86.new/Makefile
/branches/tendra5/src/lib/env/linux/elf/80x86/Makefile
/branches/tendra5/src/lib/env/netbsd
/branches/tendra5/src/lib/env/netbsd/Makefile.inc
/branches/tendra5/src/lib/env/netbsd/common
/branches/tendra5/src/lib/env/netbsd/common/80x86
/branches/tendra5/src/lib/env/netbsd/common/80x86/K-P5
/branches/tendra5/src/lib/env/netbsd/common/80x86/K-PIC
/branches/tendra5/src/lib/env/netbsd/common/80x86/K-frame
/branches/tendra5/src/lib/env/netbsd/common/80x86/K-i386
/branches/tendra5/src/lib/env/netbsd/common/80x86/K-i486
/branches/tendra5/src/lib/env/netbsd/common/80x86/K-noframe
/branches/tendra5/src/lib/env/netbsd/common/80x86/Makefile
/branches/tendra5/src/lib/env/netbsd/common/80x86/Z-p
/branches/tendra5/src/lib/env/netbsd/common/80x86/Z-p1
/branches/tendra5/src/lib/env/netbsd/common/80x86/Z-p2
/branches/tendra5/src/lib/env/netbsd/common/80x86/Z-p4
/branches/tendra5/src/lib/env/netbsd/common/80x86/default.extra
/branches/tendra5/src/lib/env/netbsd/common/80x86/tcc_diag
/branches/tendra5/src/lib/env/netbsd/common/80x86/tcc_prof
/branches/tendra5/src/lib/env/netbsd/common/Makefile.inc
/branches/tendra5/src/lib/env/openbsd
/branches/tendra5/src/lib/env/openbsd/Makefile.inc
/branches/tendra5/src/lib/env/openbsd/common
/branches/tendra5/src/lib/env/openbsd/common/80x86
/branches/tendra5/src/lib/env/openbsd/common/80x86/K-P5
/branches/tendra5/src/lib/env/openbsd/common/80x86/K-PIC
/branches/tendra5/src/lib/env/openbsd/common/80x86/K-frame
/branches/tendra5/src/lib/env/openbsd/common/80x86/K-i386
/branches/tendra5/src/lib/env/openbsd/common/80x86/K-i486
/branches/tendra5/src/lib/env/openbsd/common/80x86/K-noframe
/branches/tendra5/src/lib/env/openbsd/common/80x86/Makefile
/branches/tendra5/src/lib/env/openbsd/common/80x86/Z-p
/branches/tendra5/src/lib/env/openbsd/common/80x86/Z-p1
/branches/tendra5/src/lib/env/openbsd/common/80x86/Z-p2
/branches/tendra5/src/lib/env/openbsd/common/80x86/Z-p4
/branches/tendra5/src/lib/env/openbsd/common/80x86/default.extra
/branches/tendra5/src/lib/env/openbsd/common/80x86/tcc_diag
/branches/tendra5/src/lib/env/openbsd/common/80x86/tcc_prof
/branches/tendra5/src/lib/env/openbsd/common/Makefile.inc
/branches/tendra5/src/lib/env/openbsd/common/amd64
/branches/tendra5/src/lib/env/openbsd/common/amd64/Makefile
/branches/tendra5/src/lib/env/openbsd/common/amd64/default.extra
/branches/tendra5/src/lib/env/openbsd/common/amd64/tcc_diag
/branches/tendra5/src/lib/env/openbsd/common/amd64/tcc_prof
/branches/tendra5/src/lib/env/osf1/common/alpha/Makefile
/branches/tendra5/src/lib/env/sco/common/80x86/Makefile
/branches/tendra5/src/lib/env/solaris/common/80x86/Makefile
/branches/tendra5/src/lib/env/solaris/common/sparc/Makefile
/branches/tendra5/src/lib/env/sunos/common/680x0/Makefile
/branches/tendra5/src/lib/env/sunos/common/sparc/Makefile
/branches/tendra5/src/lib/env/svr4.2/common/80x86/Makefile
/branches/tendra5/src/lib/env/svr4.2/common/sparc/Makefile
/branches/tendra5/src/lib/env/ultrix/3.9/mips/Makefile
/branches/tendra5/src/lib/env/ultrix/4.1/mips/Makefile
/branches/tendra5/src/lib/env/ultrix/4.2/mips/Makefile
/branches/tendra5/src/lib/env/ultrix/common/mips/Makefile
/branches/tendra5/src/lib/machines/Makefile
/branches/tendra5/src/lib/machines/Makefile.inc
/branches/tendra5/src/lib/machines/cygwin
/branches/tendra5/src/lib/machines/cygwin/80x86
/branches/tendra5/src/lib/machines/cygwin/80x86/include
/branches/tendra5/src/lib/machines/cygwin/80x86/include/alloca.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/ctype.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/float.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/limits.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/locale.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/math.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/setjmp.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/stdarg.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/stddef.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/stdio.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/sys
/branches/tendra5/src/lib/machines/cygwin/80x86/include/sys/wait.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/unistd.h
/branches/tendra5/src/lib/machines/cygwin/80x86/include/varargs.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/ansi.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/bsd_extn.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/cpp.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/gcc.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/iso.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/posix.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/posix1.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/posix2.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/svid3.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/system.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/unix95.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/xpg3.h
/branches/tendra5/src/lib/machines/cygwin/80x86/startup/xpg4.h
/branches/tendra5/src/lib/machines/cygwin/80x86/tokens
/branches/tendra5/src/lib/machines/cygwin/80x86/tokens/Makefile
/branches/tendra5/src/lib/machines/cygwin/80x86/tokens/dep_toks.pl
/branches/tendra5/src/lib/machines/cygwin/80x86/tokens/except_toks.pl
/branches/tendra5/src/lib/machines/cygwin/80x86/tokens/map_toks.pl
/branches/tendra5/src/lib/machines/dragonfly
/branches/tendra5/src/lib/machines/dragonfly/80x86
/branches/tendra5/src/lib/machines/dragonfly/80x86/include
/branches/tendra5/src/lib/machines/dragonfly/80x86/include/ctype.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/include/limits.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/include/stdarg.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/include/sys
/branches/tendra5/src/lib/machines/dragonfly/80x86/include/sys/param.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/include/sys/shm.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/include/unistd.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/include/xti.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/ansi.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/bsd_extn.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/cpp.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/gcc.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/iso.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/posix.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/posix1.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/posix2.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/svid3.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/system.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/unix95.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/xpg3.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/startup/xpg4.h
/branches/tendra5/src/lib/machines/dragonfly/80x86/tokens
/branches/tendra5/src/lib/machines/dragonfly/80x86/tokens/Makefile
/branches/tendra5/src/lib/machines/dragonfly/80x86/tokens/dep_toks.pl
/branches/tendra5/src/lib/machines/dragonfly/80x86/tokens/except_toks.pl
/branches/tendra5/src/lib/machines/dragonfly/80x86/tokens/map_toks.pl
/branches/tendra5/src/lib/machines/dragonfly/amd64
/branches/tendra5/src/lib/machines/dragonfly/amd64/include
/branches/tendra5/src/lib/machines/dragonfly/amd64/include/ctype.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/include/limits.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/include/stdarg.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/include/sys
/branches/tendra5/src/lib/machines/dragonfly/amd64/include/sys/param.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/include/sys/shm.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/include/unistd.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/include/xti.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/ansi.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/bsd_extn.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/cpp.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/gcc.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/iso.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/posix.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/posix1.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/posix2.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/svid3.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/system.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/unix95.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/xpg3.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/startup/xpg4.h
/branches/tendra5/src/lib/machines/dragonfly/amd64/tokens
/branches/tendra5/src/lib/machines/dragonfly/amd64/tokens/Makefile
/branches/tendra5/src/lib/machines/dragonfly/amd64/tokens/dep_toks.pl
/branches/tendra5/src/lib/machines/dragonfly/amd64/tokens/except_toks.pl
/branches/tendra5/src/lib/machines/dragonfly/amd64/tokens/map_toks.pl
/branches/tendra5/src/lib/machines/freebsd/amd64
/branches/tendra5/src/lib/machines/freebsd/amd64/include
/branches/tendra5/src/lib/machines/freebsd/amd64/include/ctype.h
/branches/tendra5/src/lib/machines/freebsd/amd64/include/limits.h
/branches/tendra5/src/lib/machines/freebsd/amd64/include/stdarg.h
/branches/tendra5/src/lib/machines/freebsd/amd64/include/sys
/branches/tendra5/src/lib/machines/freebsd/amd64/include/sys/param.h
/branches/tendra5/src/lib/machines/freebsd/amd64/include/sys/shm.h
/branches/tendra5/src/lib/machines/freebsd/amd64/include/unistd.h
/branches/tendra5/src/lib/machines/freebsd/amd64/include/xti.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/ansi.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/bsd_extn.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/cpp.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/gcc.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/iso.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/posix.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/posix1.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/posix2.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/svid3.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/system.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/unix95.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/xpg3.h
/branches/tendra5/src/lib/machines/freebsd/amd64/startup/xpg4.h
/branches/tendra5/src/lib/machines/freebsd/amd64/tokens
/branches/tendra5/src/lib/machines/freebsd/amd64/tokens/Makefile
/branches/tendra5/src/lib/machines/freebsd/amd64/tokens/dep_toks.pl
/branches/tendra5/src/lib/machines/freebsd/amd64/tokens/except_toks.pl
/branches/tendra5/src/lib/machines/freebsd/amd64/tokens/map_toks.pl
/branches/tendra5/src/lib/machines/linux/amd64
/branches/tendra5/src/lib/machines/linux/amd64/include
/branches/tendra5/src/lib/machines/linux/amd64/include/alloca.h
/branches/tendra5/src/lib/machines/linux/amd64/include/asm
/branches/tendra5/src/lib/machines/linux/amd64/include/asm/bitops.h
/branches/tendra5/src/lib/machines/linux/amd64/include/ctype.h
/branches/tendra5/src/lib/machines/linux/amd64/include/float.h
/branches/tendra5/src/lib/machines/linux/amd64/include/gnu
/branches/tendra5/src/lib/machines/linux/amd64/include/gnu/types.h
/branches/tendra5/src/lib/machines/linux/amd64/include/langinfo.h
/branches/tendra5/src/lib/machines/linux/amd64/include/limits.h
/branches/tendra5/src/lib/machines/linux/amd64/include/linux
/branches/tendra5/src/lib/machines/linux/amd64/include/linux/signal.h
/branches/tendra5/src/lib/machines/linux/amd64/include/math.h
/branches/tendra5/src/lib/machines/linux/amd64/include/nl_types.h
/branches/tendra5/src/lib/machines/linux/amd64/include/stdarg.h
/branches/tendra5/src/lib/machines/linux/amd64/include/stddef.h
/branches/tendra5/src/lib/machines/linux/amd64/include/sys
/branches/tendra5/src/lib/machines/linux/amd64/include/sys/msg.h
/branches/tendra5/src/lib/machines/linux/amd64/include/sys/sem.h
/branches/tendra5/src/lib/machines/linux/amd64/include/sys/shm.h
/branches/tendra5/src/lib/machines/linux/amd64/include/sys/types.h
/branches/tendra5/src/lib/machines/linux/amd64/include/ulimit.h
/branches/tendra5/src/lib/machines/linux/amd64/include/unistd.h
/branches/tendra5/src/lib/machines/linux/amd64/include/varargs.h
/branches/tendra5/src/lib/machines/linux/amd64/include/xti.h
/branches/tendra5/src/lib/machines/linux/amd64/startup
/branches/tendra5/src/lib/machines/linux/amd64/startup/ansi.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/bsd_extn.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/cpp.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/gcc.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/iso.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/posix.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/posix1.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/posix2.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/svid3.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/system.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/unix95.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/xpg3.h
/branches/tendra5/src/lib/machines/linux/amd64/startup/xpg4.h
/branches/tendra5/src/lib/machines/linux/amd64/tokens
/branches/tendra5/src/lib/machines/linux/amd64/tokens/Makefile
/branches/tendra5/src/lib/machines/linux/amd64/tokens/dep_toks.pl
/branches/tendra5/src/lib/machines/linux/amd64/tokens/except_toks.pl
/branches/tendra5/src/lib/machines/linux/amd64/tokens/map_toks.pl
/branches/tendra5/src/lib/machines/netbsd
/branches/tendra5/src/lib/machines/netbsd/80x86
/branches/tendra5/src/lib/machines/netbsd/80x86/include
/branches/tendra5/src/lib/machines/netbsd/80x86/include/ctype.h
/branches/tendra5/src/lib/machines/netbsd/80x86/include/limits.h
/branches/tendra5/src/lib/machines/netbsd/80x86/include/stdarg.h
/branches/tendra5/src/lib/machines/netbsd/80x86/include/sys
/branches/tendra5/src/lib/machines/netbsd/80x86/include/sys/param.h
/branches/tendra5/src/lib/machines/netbsd/80x86/include/sys/shm.h
/branches/tendra5/src/lib/machines/netbsd/80x86/include/unistd.h
/branches/tendra5/src/lib/machines/netbsd/80x86/include/xti.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/ansi.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/bsd_extn.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/cpp.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/gcc.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/iso.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/posix.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/posix1.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/posix2.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/svid3.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/system.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/unix95.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/xpg3.h
/branches/tendra5/src/lib/machines/netbsd/80x86/startup/xpg4.h
/branches/tendra5/src/lib/machines/netbsd/80x86/tokens
/branches/tendra5/src/lib/machines/netbsd/80x86/tokens/Makefile
/branches/tendra5/src/lib/machines/netbsd/80x86/tokens/dep_toks.pl
/branches/tendra5/src/lib/machines/netbsd/80x86/tokens/except_toks.pl
/branches/tendra5/src/lib/machines/netbsd/80x86/tokens/map_toks.pl
/branches/tendra5/src/lib/machines/netbsd/amd64
/branches/tendra5/src/lib/machines/netbsd/amd64/include
/branches/tendra5/src/lib/machines/netbsd/amd64/include/ctype.h
/branches/tendra5/src/lib/machines/netbsd/amd64/include/limits.h
/branches/tendra5/src/lib/machines/netbsd/amd64/include/stdarg.h
/branches/tendra5/src/lib/machines/netbsd/amd64/include/sys
/branches/tendra5/src/lib/machines/netbsd/amd64/include/sys/param.h
/branches/tendra5/src/lib/machines/netbsd/amd64/include/sys/shm.h
/branches/tendra5/src/lib/machines/netbsd/amd64/include/unistd.h
/branches/tendra5/src/lib/machines/netbsd/amd64/include/xti.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/ansi.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/bsd_extn.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/cpp.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/gcc.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/iso.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/posix.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/posix1.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/posix2.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/svid3.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/system.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/unix95.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/xpg3.h
/branches/tendra5/src/lib/machines/netbsd/amd64/startup/xpg4.h
/branches/tendra5/src/lib/machines/netbsd/amd64/tokens
/branches/tendra5/src/lib/machines/netbsd/amd64/tokens/Makefile
/branches/tendra5/src/lib/machines/netbsd/amd64/tokens/dep_toks.pl
/branches/tendra5/src/lib/machines/netbsd/amd64/tokens/except_toks.pl
/branches/tendra5/src/lib/machines/netbsd/amd64/tokens/map_toks.pl
/branches/tendra5/src/lib/machines/openbsd
/branches/tendra5/src/lib/machines/openbsd/80x86
/branches/tendra5/src/lib/machines/openbsd/80x86/include
/branches/tendra5/src/lib/machines/openbsd/80x86/include/ctype.h
/branches/tendra5/src/lib/machines/openbsd/80x86/include/limits.h
/branches/tendra5/src/lib/machines/openbsd/80x86/include/stdarg.h
/branches/tendra5/src/lib/machines/openbsd/80x86/include/sys
/branches/tendra5/src/lib/machines/openbsd/80x86/include/sys/param.h
/branches/tendra5/src/lib/machines/openbsd/80x86/include/sys/shm.h
/branches/tendra5/src/lib/machines/openbsd/80x86/include/unistd.h
/branches/tendra5/src/lib/machines/openbsd/80x86/include/xti.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/ansi.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/bsd_extn.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/cpp.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/gcc.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/iso.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/posix.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/posix1.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/posix2.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/svid3.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/system.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/unix95.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/xpg3.h
/branches/tendra5/src/lib/machines/openbsd/80x86/startup/xpg4.h
/branches/tendra5/src/lib/machines/openbsd/80x86/tokens
/branches/tendra5/src/lib/machines/openbsd/80x86/tokens/Makefile
/branches/tendra5/src/lib/machines/openbsd/80x86/tokens/dep_toks.pl
/branches/tendra5/src/lib/machines/openbsd/80x86/tokens/except_toks.pl
/branches/tendra5/src/lib/machines/openbsd/80x86/tokens/map_toks.pl
/branches/tendra5/src/lib/machines/openbsd/amd64
/branches/tendra5/src/lib/machines/openbsd/amd64/include
/branches/tendra5/src/lib/machines/openbsd/amd64/include/ctype.h
/branches/tendra5/src/lib/machines/openbsd/amd64/include/limits.h
/branches/tendra5/src/lib/machines/openbsd/amd64/include/stdarg.h
/branches/tendra5/src/lib/machines/openbsd/amd64/include/sys
/branches/tendra5/src/lib/machines/openbsd/amd64/include/sys/param.h
/branches/tendra5/src/lib/machines/openbsd/amd64/include/sys/shm.h
/branches/tendra5/src/lib/machines/openbsd/amd64/include/unistd.h
/branches/tendra5/src/lib/machines/openbsd/amd64/include/xti.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/ansi.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/bsd_extn.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/cpp.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/gcc.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/iso.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/posix.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/posix1.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/posix2.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/svid3.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/system.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/unix95.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/xpg3.h
/branches/tendra5/src/lib/machines/openbsd/amd64/startup/xpg4.h
/branches/tendra5/src/lib/machines/openbsd/amd64/tokens
/branches/tendra5/src/lib/machines/openbsd/amd64/tokens/Makefile
/branches/tendra5/src/lib/machines/openbsd/amd64/tokens/dep_toks.pl
/branches/tendra5/src/lib/machines/openbsd/amd64/tokens/except_toks.pl
/branches/tendra5/src/lib/machines/openbsd/amd64/tokens/map_toks.pl
/branches/tendra5/src/lib/startup/Makefile
/branches/tendra5/src/libspill
/branches/tendra5/src/libspill/Makefile
/branches/tendra5/src/libspill/overview.txt
/branches/tendra5/src/producers/Makefile
/branches/tendra5/src/producers/Makefile.inc
/branches/tendra5/src/tools/Makefile
/branches/tendra5/src/tools/Makefile.inc
/branches/tendra5/src/tools/tcc/tcc.sh
/branches/tendra5/src/tools/tpl
/branches/tendra5/src/tools/tpl/Makefile
/branches/tendra5/src/tools/tpl/PROGRAM
/branches/tendra5/src/tools/tpl/analyse_sort.c
/branches/tendra5/src/tools/tpl/analyse_sort.h
/branches/tendra5/src/tools/tpl/config.h
/branches/tendra5/src/tools/tpl/consfile.c
/branches/tendra5/src/tools/tpl/consfile.h
/branches/tendra5/src/tools/tpl/decodings.c
/branches/tendra5/src/tools/tpl/decodings.h
/branches/tendra5/src/tools/tpl/defs.h
/branches/tendra5/src/tools/tpl/enc_nos.h
/branches/tendra5/src/tools/tpl/encodings.h
/branches/tendra5/src/tools/tpl/errors.c
/branches/tendra5/src/tools/tpl/errors.h
/branches/tendra5/src/tools/tpl/examples
/branches/tendra5/src/tools/tpl/examples/EXCEPTTOK.pl
/branches/tendra5/src/tools/tpl/examples/SIGCSGI.pl
/branches/tendra5/src/tools/tpl/examples/SIGCULTRIX.pl
/branches/tendra5/src/tools/tpl/examples/TEST
/branches/tendra5/src/tools/tpl/examples/Throw.pl
/branches/tendra5/src/tools/tpl/examples/TryBITF.pl
/branches/tendra5/src/tools/tpl/examples/arep.pl
/branches/tendra5/src/tools/tpl/examples/big_test.pl
/branches/tendra5/src/tools/tpl/examples/errcode1.pl
/branches/tendra5/src/tools/tpl/examples/errcode2.pl
/branches/tendra5/src/tools/tpl/examples/for90.pl
/branches/tendra5/src/tools/tpl/examples/inits.pl
/branches/tendra5/src/tools/tpl/examples/inits2.pl
/branches/tendra5/src/tools/tpl/examples/johnbug.pl
/branches/tendra5/src/tools/tpl/examples/lists.pl
/branches/tendra5/src/tools/tpl/examples/newprocs.pl
/branches/tendra5/src/tools/tpl/examples/nonC.pl
/branches/tendra5/src/tools/tpl/examples/primes4.pl
/branches/tendra5/src/tools/tpl/examples/primes8.pl
/branches/tendra5/src/tools/tpl/examples/test.pl
/branches/tendra5/src/tools/tpl/examples/testf90.pl
/branches/tendra5/src/tools/tpl/examples/untidy.pl
/branches/tendra5/src/tools/tpl/examples/varpars.pl
/branches/tendra5/src/tools/tpl/find_id.c
/branches/tendra5/src/tools/tpl/find_id.h
/branches/tendra5/src/tools/tpl/fnsfile.c
/branches/tendra5/src/tools/tpl/includes.c
/branches/tendra5/src/tools/tpl/includes.h
/branches/tendra5/src/tools/tpl/lex.c
/branches/tendra5/src/tools/tpl/lex.h
/branches/tendra5/src/tools/tpl/main.c
/branches/tendra5/src/tools/tpl/namedecs.h
/branches/tendra5/src/tools/tpl/ossg.h
/branches/tendra5/src/tools/tpl/readstreams.c
/branches/tendra5/src/tools/tpl/readstreams.h
/branches/tendra5/src/tools/tpl/reserved.h
/branches/tendra5/src/tools/tpl/standardsh.c
/branches/tendra5/src/tools/tpl/standardsh.h
/branches/tendra5/src/tools/tpl/streams.c
/branches/tendra5/src/tools/tpl/streams.h
/branches/tendra5/src/tools/tpl/syntax.act
/branches/tendra5/src/tools/tpl/syntax.c
/branches/tendra5/src/tools/tpl/syntax.h
/branches/tendra5/src/tools/tpl/syntax.sid
/branches/tendra5/src/tools/tpl/templ
/branches/tendra5/src/tools/tpl/templ/consfile.c
/branches/tendra5/src/tools/tpl/templ/consfile.h
/branches/tendra5/src/tools/tpl/templ/decodings.c
/branches/tendra5/src/tools/tpl/templ/decodings.h
/branches/tendra5/src/tools/tpl/templ/enc_nos.h
/branches/tendra5/src/tools/tpl/templ/encodings.h
/branches/tendra5/src/tools/tpl/templ/fnsfile.c
/branches/tendra5/src/tools/tpl/tpl.1
/branches/tendra5/src/tools/tpl/units.c
/branches/tendra5/src/tools/tpl/units.h
/branches/tendra5/src/tools/tpl/util.c
/branches/tendra5/src/tools/tpl/util.h
/branches/tendra5/src/tools/tspec/tspec.sh
/branches/tendra5/src/utilities/Makefile
/branches/tendra5/src/utilities/Makefile.inc
/branches/tendra5/src/utilities/make_err/make_err.1
/branches/tendra5/src/utilities/make_tdf/make_tdf.1
/branches/tendra5/tendra.csw
/branches/tendra5/doc/FAQ
/branches/tendra5/doc/diag
/branches/tendra5/doc/guide
/branches/tendra5/doc/images
/branches/tendra5/doc/index.html
/branches/tendra5/doc/pl
/branches/tendra5/doc/port
/branches/tendra5/doc/tcc
/branches/tendra5/doc/tcpplus
/branches/tendra5/doc/tdf
/branches/tendra5/doc/tdfc
/branches/tendra5/doc/tools
/branches/tendra5/doc/utilities
/branches/tendra5/src/installers/680x0/sunos/GEN_MF
/branches/tendra5/src/installers/80x86/common/proto.h
/branches/tendra5/src/installers/80x86/cygwin32
/branches/tendra5/src/installers/80x86/freebsd/GEN_MF
/branches/tendra5/src/installers/80x86/linux/GEN_MF
/branches/tendra5/src/installers/80x86/sco/GEN_MF
/branches/tendra5/src/installers/80x86/solaris/GEN_MF
/branches/tendra5/src/installers/80x86/svr4.2/GEN_MF
/branches/tendra5/src/installers/alpha/osf1/GEN_MF
/branches/tendra5/src/installers/common/reader/release.h
/branches/tendra5/src/installers/hppa/hpux/GEN_MF
/branches/tendra5/src/installers/mips/irix/GEN_MF
/branches/tendra5/src/installers/mips/ultrix/GEN_MF
/branches/tendra5/src/installers/power/aix/GEN_MF
/branches/tendra5/src/installers/ppc601/aix/GEN_MF
/branches/tendra5/src/installers/sparc/solaris/GEN_MF
/branches/tendra5/src/installers/sparc/sunos/GEN_MF
/branches/tendra5/src/lib/cpp/src/GEN_MF
/branches/tendra5/src/lib/env/cygwin32
/branches/tendra5/src/lib/libtdf/release.h
/branches/tendra5/src/lib/machines/common/src/release.h
/branches/tendra5/src/lib/machines/cygwin32
/branches/tendra5/src/producers/c/GEN_MF
/branches/tendra5/src/producers/c/Makefile.chk
/branches/tendra5/src/producers/common/utility/release.h
/branches/tendra5/src/producers/cpp/GEN_MF
/branches/tendra5/src/producers/cpp/Makefile.chk
/branches/tendra5/src/tools/disp/GEN_MF
/branches/tendra5/src/tools/disp/release.h
/branches/tendra5/src/tools/pl
/branches/tendra5/src/tools/tcc/GEN_MF
/branches/tendra5/src/tools/tcc/ossg.h
/branches/tendra5/src/tools/tcc/release.h
/branches/tendra5/src/tools/tld/GEN_MF
/branches/tendra5/src/tools/tld/errors/BUILD_ERRORS
/branches/tendra5/src/tools/tld/gen-errors.c
/branches/tendra5/src/tools/tld/gen-errors.h
/branches/tendra5/src/tools/tld/ossg.h
/branches/tendra5/src/tools/tld/release.h
/branches/tendra5/src/tools/tnc/GEN_MF
/branches/tendra5/src/tools/tnc/release.h
/branches/tendra5/src/tools/tspec/GEN_MF
/branches/tendra5/src/tools/tspec/release.h
/branches/tendra5/src/utilities/calculus/GEN_MF
/branches/tendra5/src/utilities/calculus/Makefile.chk
/branches/tendra5/src/utilities/lexi/GEN_MF
/branches/tendra5/src/utilities/make_err/GEN_MF
/branches/tendra5/src/utilities/make_err/Makefile.chk
/branches/tendra5/src/utilities/make_mf
/branches/tendra5/src/utilities/make_tdf/GEN_MF
/branches/tendra5/src/utilities/make_tdf/Makefile.chk
/branches/tendra5/src/utilities/shared/ossg.h
/branches/tendra5/src/utilities/shared/ossg_std.h
/branches/tendra5/src/utilities/shared/release.h
/branches/tendra5/src/utilities/sid/GEN_MF
/branches/tendra5/src/utilities/sid/errors/BUILD_ERRORS
/branches/tendra5/src/utilities/sid/gen-errors.c
/branches/tendra5/src/utilities/sid/gen-errors.h
/branches/tendra5/src/utilities/sid/ossg.h
/branches/tendra5/src/utilities/sid/release.h
/branches/tendra5/src/utilities/tuname
/branches/tendra5/COPYRIGHT
/branches/tendra5/INSTALL
/branches/tendra5/README
/branches/tendra5/doc/COPYRIGHT
/branches/tendra5/src/build/VERSION
/branches/tendra5/src/installers/680x0/common/codec.c
/branches/tendra5/src/installers/680x0/common/codec.h
/branches/tendra5/src/installers/680x0/common/coder.c
/branches/tendra5/src/installers/680x0/common/coder.h
/branches/tendra5/src/installers/680x0/common/codex.c
/branches/tendra5/src/installers/680x0/common/codex.h
/branches/tendra5/src/installers/680x0/common/evaluate.c
/branches/tendra5/src/installers/680x0/common/evaluate.h
/branches/tendra5/src/installers/680x0/common/general_proc.c
/branches/tendra5/src/installers/680x0/common/general_proc.h
/branches/tendra5/src/installers/680x0/common/glopt.c
/branches/tendra5/src/installers/680x0/common/glopt.h
/branches/tendra5/src/installers/680x0/common/inliner.c
/branches/tendra5/src/installers/680x0/common/input.c
/branches/tendra5/src/installers/680x0/common/instr.c
/branches/tendra5/src/installers/680x0/common/instr.h
/branches/tendra5/src/installers/680x0/common/mach_ins.c
/branches/tendra5/src/installers/680x0/common/mach_ins.h
/branches/tendra5/src/installers/680x0/common/mach_op.c
/branches/tendra5/src/installers/680x0/common/mach_op.h
/branches/tendra5/src/installers/680x0/common/operations.h
/branches/tendra5/src/installers/680x0/common/ops_float.c
/branches/tendra5/src/installers/680x0/common/ops_int.c
/branches/tendra5/src/installers/680x0/common/ops_logic.c
/branches/tendra5/src/installers/680x0/common/ops_misc.c
/branches/tendra5/src/installers/680x0/common/ops_shared.h
/branches/tendra5/src/installers/680x0/common/output.c
/branches/tendra5/src/installers/680x0/common/output.h
/branches/tendra5/src/installers/680x0/common/peephole.c
/branches/tendra5/src/installers/680x0/common/peephole.h
/branches/tendra5/src/installers/680x0/common/scan2.c
/branches/tendra5/src/installers/680x0/common/spec_tok.c
/branches/tendra5/src/installers/680x0/common/special_exps.c
/branches/tendra5/src/installers/680x0/common/special_exps.h
/branches/tendra5/src/installers/680x0/common/stab_types.c
/branches/tendra5/src/installers/680x0/common/stab_types.h
/branches/tendra5/src/installers/680x0/common/tests.c
/branches/tendra5/src/installers/680x0/common/tests.h
/branches/tendra5/src/installers/680x0/common/trans.c
/branches/tendra5/src/installers/680x0/common/utility.c
/branches/tendra5/src/installers/680x0/common/utility.h
/branches/tendra5/src/installers/680x0/common/weights.c
/branches/tendra5/src/installers/680x0/common/weights.h
/branches/tendra5/src/installers/680x0/common/where.c
/branches/tendra5/src/installers/680x0/common/where.h
/branches/tendra5/src/installers/680x0/common/xdb_basics.c
/branches/tendra5/src/installers/680x0/common/xdb_basics.h
/branches/tendra5/src/installers/680x0/common/xdb_output.c
/branches/tendra5/src/installers/680x0/common/xdb_output.h
/branches/tendra5/src/installers/680x0/common/xdb_types.c
/branches/tendra5/src/installers/680x0/common/xdb_types.h
/branches/tendra5/src/installers/680x0/sunos/Makefile
/branches/tendra5/src/installers/680x0/sunos/assembler.h
/branches/tendra5/src/installers/680x0/sunos/config.h
/branches/tendra5/src/installers/680x0/sunos/diag_config.h
/branches/tendra5/src/installers/680x0/sunos/main.c
/branches/tendra5/src/installers/80x86/common/assembler.h
/branches/tendra5/src/installers/80x86/common/c_arith_type.c
/branches/tendra5/src/installers/80x86/common/codec.c
/branches/tendra5/src/installers/80x86/common/codec.h
/branches/tendra5/src/installers/80x86/common/coder.c
/branches/tendra5/src/installers/80x86/common/coder.h
/branches/tendra5/src/installers/80x86/common/cproc.c
/branches/tendra5/src/installers/80x86/common/cproc.h
/branches/tendra5/src/installers/80x86/common/dw2_extra.c
/branches/tendra5/src/installers/80x86/common/dw2_extra.h
/branches/tendra5/src/installers/80x86/common/evaluate.c
/branches/tendra5/src/installers/80x86/common/evaluate.h
/branches/tendra5/src/installers/80x86/common/glopt.c
/branches/tendra5/src/installers/80x86/common/glopt.h
/branches/tendra5/src/installers/80x86/common/inlinechoice.c
/branches/tendra5/src/installers/80x86/common/instr.c
/branches/tendra5/src/installers/80x86/common/instr.h
/branches/tendra5/src/installers/80x86/common/instr386.c
/branches/tendra5/src/installers/80x86/common/instr386.h
/branches/tendra5/src/installers/80x86/common/is_worth.c
/branches/tendra5/src/installers/80x86/common/machine_toks.c
/branches/tendra5/src/installers/80x86/common/operand.c
/branches/tendra5/src/installers/80x86/common/operand.h
/branches/tendra5/src/installers/80x86/common/out.c
/branches/tendra5/src/installers/80x86/common/out.h
/branches/tendra5/src/installers/80x86/common/overlap.c
/branches/tendra5/src/installers/80x86/common/overlap.h
/branches/tendra5/src/installers/80x86/common/reg_record.c
/branches/tendra5/src/installers/80x86/common/reg_record.h
/branches/tendra5/src/installers/80x86/common/scan2.c
/branches/tendra5/src/installers/80x86/common/scan2.h
/branches/tendra5/src/installers/80x86/common/spec.c
/branches/tendra5/src/installers/80x86/common/spec_tok.c
/branches/tendra5/src/installers/80x86/common/trans.c
/branches/tendra5/src/installers/80x86/common/translate.c
/branches/tendra5/src/installers/80x86/common/tv_callees.c
/branches/tendra5/src/installers/80x86/common/tv_callees.h
/branches/tendra5/src/installers/80x86/common/weights.c
/branches/tendra5/src/installers/80x86/common/weights.h
/branches/tendra5/src/installers/80x86/freebsd/Makefile
/branches/tendra5/src/installers/80x86/freebsd/assembler.c
/branches/tendra5/src/installers/80x86/freebsd/config.h
/branches/tendra5/src/installers/80x86/freebsd/diag_config.h
/branches/tendra5/src/installers/80x86/freebsd/diag_out.c
/branches/tendra5/src/installers/80x86/freebsd/machine.c
/branches/tendra5/src/installers/80x86/freebsd/system_v.h
/branches/tendra5/src/installers/80x86/linux/Makefile
/branches/tendra5/src/installers/80x86/linux/assembler.c
/branches/tendra5/src/installers/80x86/linux/config.h
/branches/tendra5/src/installers/80x86/linux/diag_config.h
/branches/tendra5/src/installers/80x86/linux/diag_out.c
/branches/tendra5/src/installers/80x86/linux/machine.c
/branches/tendra5/src/installers/80x86/linux/system_v.h
/branches/tendra5/src/installers/80x86/sco/Makefile
/branches/tendra5/src/installers/80x86/sco/assembler.c
/branches/tendra5/src/installers/80x86/sco/config.h
/branches/tendra5/src/installers/80x86/sco/cv_fns.c
/branches/tendra5/src/installers/80x86/sco/cv_outtype.c
/branches/tendra5/src/installers/80x86/sco/cv_outtype.h
/branches/tendra5/src/installers/80x86/sco/cv_types.h
/branches/tendra5/src/installers/80x86/sco/diag_config.h
/branches/tendra5/src/installers/80x86/sco/machine.c
/branches/tendra5/src/installers/80x86/sco/system_v.h
/branches/tendra5/src/installers/80x86/solaris/Makefile
/branches/tendra5/src/installers/80x86/solaris/assembler.c
/branches/tendra5/src/installers/80x86/solaris/config.h
/branches/tendra5/src/installers/80x86/solaris/diag_config.h
/branches/tendra5/src/installers/80x86/solaris/diag_out.c
/branches/tendra5/src/installers/80x86/solaris/dw2_config.c
/branches/tendra5/src/installers/80x86/solaris/dw2_config.h
/branches/tendra5/src/installers/80x86/solaris/machine.c
/branches/tendra5/src/installers/80x86/solaris/system_v.h
/branches/tendra5/src/installers/80x86/svr4.2/Makefile
/branches/tendra5/src/installers/80x86/svr4.2/assembler.c
/branches/tendra5/src/installers/80x86/svr4.2/config.h
/branches/tendra5/src/installers/80x86/svr4.2/cross_config.h
/branches/tendra5/src/installers/80x86/svr4.2/machine.c
/branches/tendra5/src/installers/80x86/svr4.2/system_v.h
/branches/tendra5/src/installers/alpha/common/alphadiags.c
/branches/tendra5/src/installers/alpha/common/alphadiags.h
/branches/tendra5/src/installers/alpha/common/bstack.h
/branches/tendra5/src/installers/alpha/common/code_here.h
/branches/tendra5/src/installers/alpha/common/coder.c
/branches/tendra5/src/installers/alpha/common/coder.h
/branches/tendra5/src/installers/alpha/common/comp_eq_exp.h
/branches/tendra5/src/installers/alpha/common/cross.h
/branches/tendra5/src/installers/alpha/common/dump_distr.h
/branches/tendra5/src/installers/alpha/common/eval.h
/branches/tendra5/src/installers/alpha/common/extern_adds.c
/branches/tendra5/src/installers/alpha/common/extern_adds.h
/branches/tendra5/src/installers/alpha/common/fail.h
/branches/tendra5/src/installers/alpha/common/file.h
/branches/tendra5/src/installers/alpha/common/float.h
/branches/tendra5/src/installers/alpha/common/frames.c
/branches/tendra5/src/installers/alpha/common/frames.h
/branches/tendra5/src/installers/alpha/common/getregs.h
/branches/tendra5/src/installers/alpha/common/glopt.h
/branches/tendra5/src/installers/alpha/common/guard.h
/branches/tendra5/src/installers/alpha/common/handle_sregs.h
/branches/tendra5/src/installers/alpha/common/inlinechoice.c
/branches/tendra5/src/installers/alpha/common/inst_fmt.h
/branches/tendra5/src/installers/alpha/common/labels.h
/branches/tendra5/src/installers/alpha/common/localtypes.h
/branches/tendra5/src/installers/alpha/common/locate.c
/branches/tendra5/src/installers/alpha/common/locate.h
/branches/tendra5/src/installers/alpha/common/makesymtab.h
/branches/tendra5/src/installers/alpha/common/move.h
/branches/tendra5/src/installers/alpha/common/new_code.h
/branches/tendra5/src/installers/alpha/common/oddtest.h
/branches/tendra5/src/installers/alpha/common/operators.h
/branches/tendra5/src/installers/alpha/common/out_ba.h
/branches/tendra5/src/installers/alpha/common/pseudo.h
/branches/tendra5/src/installers/alpha/common/regable.h
/branches/tendra5/src/installers/alpha/common/regalloc.h
/branches/tendra5/src/installers/alpha/common/regexps.c
/branches/tendra5/src/installers/alpha/common/regexps.h
/branches/tendra5/src/installers/alpha/common/scan.c
/branches/tendra5/src/installers/alpha/common/scan.h
/branches/tendra5/src/installers/alpha/common/special.h
/branches/tendra5/src/installers/alpha/common/symbol.c
/branches/tendra5/src/installers/alpha/common/symbol.h
/branches/tendra5/src/installers/alpha/common/symdiags.h
/branches/tendra5/src/installers/alpha/common/syms.h
/branches/tendra5/src/installers/alpha/common/tempdecs.h
/branches/tendra5/src/installers/alpha/common/translate.h
/branches/tendra5/src/installers/alpha/common/type_to_aux.c
/branches/tendra5/src/installers/alpha/common/type_to_aux.h
/branches/tendra5/src/installers/alpha/common/weights.c
/branches/tendra5/src/installers/alpha/common/weights.h
/branches/tendra5/src/installers/alpha/osf1/Makefile
/branches/tendra5/src/installers/alpha/osf1/diag_config.h
/branches/tendra5/src/installers/common/construct/aldefs.c
/branches/tendra5/src/installers/common/construct/aldefs.h
/branches/tendra5/src/installers/common/construct/case_opt.c
/branches/tendra5/src/installers/common/construct/case_opt.h
/branches/tendra5/src/installers/common/construct/check.c
/branches/tendra5/src/installers/common/construct/check.h
/branches/tendra5/src/installers/common/construct/check_id.c
/branches/tendra5/src/installers/common/construct/check_id.h
/branches/tendra5/src/installers/common/construct/complex_eq.c
/branches/tendra5/src/installers/common/construct/complex_eq.h
/branches/tendra5/src/installers/common/construct/const.c
/branches/tendra5/src/installers/common/construct/const.h
/branches/tendra5/src/installers/common/construct/constmacs.h
/branches/tendra5/src/installers/common/construct/construct_v.h
/branches/tendra5/src/installers/common/construct/consttypes.h
/branches/tendra5/src/installers/common/construct/exp.c
/branches/tendra5/src/installers/common/construct/exp.h
/branches/tendra5/src/installers/common/construct/f64.c
/branches/tendra5/src/installers/common/construct/f64.h
/branches/tendra5/src/installers/common/construct/flags.c
/branches/tendra5/src/installers/common/construct/flags.h
/branches/tendra5/src/installers/common/construct/flpt.c
/branches/tendra5/src/installers/common/construct/flpt.h
/branches/tendra5/src/installers/common/construct/flpt_fns.c
/branches/tendra5/src/installers/common/construct/flpttypes.h
/branches/tendra5/src/installers/common/construct/foralls.c
/branches/tendra5/src/installers/common/construct/foralls.h
/branches/tendra5/src/installers/common/construct/global_opt.c
/branches/tendra5/src/installers/common/construct/global_opt.h
/branches/tendra5/src/installers/common/construct/inl_norm.c
/branches/tendra5/src/installers/common/construct/inl_norm.h
/branches/tendra5/src/installers/common/construct/inline.c
/branches/tendra5/src/installers/common/construct/inline.h
/branches/tendra5/src/installers/common/construct/install_fns.c
/branches/tendra5/src/installers/common/construct/install_fns.h
/branches/tendra5/src/installers/common/construct/installglob.c
/branches/tendra5/src/installers/common/construct/installglob.h
/branches/tendra5/src/installers/common/construct/installtypes.h
/branches/tendra5/src/installers/common/construct/is_worth.h
/branches/tendra5/src/installers/common/construct/label_ops.c
/branches/tendra5/src/installers/common/construct/label_ops.h
/branches/tendra5/src/installers/common/construct/machine.h
/branches/tendra5/src/installers/common/construct/me_fns.c
/branches/tendra5/src/installers/common/construct/me_fns.h
/branches/tendra5/src/installers/common/construct/messages_c.h
/branches/tendra5/src/installers/common/construct/misc_c.c
/branches/tendra5/src/installers/common/construct/misc_c.h
/branches/tendra5/src/installers/common/construct/optimise.h
/branches/tendra5/src/installers/common/construct/shapemacs.h
/branches/tendra5/src/installers/common/construct/spec.h
/branches/tendra5/src/installers/common/construct/tags.h
/branches/tendra5/src/installers/common/construct/unroll.c
/branches/tendra5/src/installers/common/construct/unroll.h
/branches/tendra5/src/installers/common/diag/dg_aux.c
/branches/tendra5/src/installers/common/diag/dg_aux.h
/branches/tendra5/src/installers/common/diag/dg_first.h
/branches/tendra5/src/installers/common/diag/dg_fns.c
/branches/tendra5/src/installers/common/diag/dg_fns.h
/branches/tendra5/src/installers/common/diag/dg_globs.h
/branches/tendra5/src/installers/common/diag/dg_types.h
/branches/tendra5/src/installers/common/diag/diag_fns.c
/branches/tendra5/src/installers/common/diag/diag_fns.h
/branches/tendra5/src/installers/common/diag/diag_info.c
/branches/tendra5/src/installers/common/diag/diag_v.h
/branches/tendra5/src/installers/common/diag/diagglob.h
/branches/tendra5/src/installers/common/diag/diaginfo.h
/branches/tendra5/src/installers/common/diag/diagtypes.h
/branches/tendra5/src/installers/common/diag/diagtypes1.h
/branches/tendra5/src/installers/common/diag/mark_scope.c
/branches/tendra5/src/installers/common/diag/mark_scope.h
/branches/tendra5/src/installers/common/dwarf/diag_config.h
/branches/tendra5/src/installers/common/dwarf/dwarf_gbl.h
/branches/tendra5/src/installers/common/dwarf/dwarf_info.c
/branches/tendra5/src/installers/common/dwarf/dwarf_loc.c
/branches/tendra5/src/installers/common/dwarf/dwarf_loc.h
/branches/tendra5/src/installers/common/dwarf/dwarf_mc.h
/branches/tendra5/src/installers/common/dwarf/dwarf_out.c
/branches/tendra5/src/installers/common/dwarf/dwarf_out.h
/branches/tendra5/src/installers/common/dwarf/dwarf_proc.c
/branches/tendra5/src/installers/common/dwarf/dwarf_queue.c
/branches/tendra5/src/installers/common/dwarf/dwarf_queue.h
/branches/tendra5/src/installers/common/dwarf/dwarf_type.c
/branches/tendra5/src/installers/common/dwarf/dwarf_type.h
/branches/tendra5/src/installers/common/dwarf/dwarf_types.h
/branches/tendra5/src/installers/common/dwarf/dwarf_vsn.h
/branches/tendra5/src/installers/common/dwarf2/dw2_abbrev.c
/branches/tendra5/src/installers/common/dwarf2/dw2_abbrev.h
/branches/tendra5/src/installers/common/dwarf2/dw2_abbrev_vn.h
/branches/tendra5/src/installers/common/dwarf2/dw2_basic.c
/branches/tendra5/src/installers/common/dwarf2/dw2_basic.h
/branches/tendra5/src/installers/common/dwarf2/dw2_codes.h
/branches/tendra5/src/installers/common/dwarf2/dw2_common.c
/branches/tendra5/src/installers/common/dwarf2/dw2_common.h
/branches/tendra5/src/installers/common/dwarf2/dw2_entries.c
/branches/tendra5/src/installers/common/dwarf2/dw2_entries.h
/branches/tendra5/src/installers/common/dwarf2/dw2_iface.c
/branches/tendra5/src/installers/common/dwarf2/dw2_iface.h
/branches/tendra5/src/installers/common/dwarf2/dw2_info.c
/branches/tendra5/src/installers/common/dwarf2/dw2_info.h
/branches/tendra5/src/installers/common/dwarf2/dw2_lines.c
/branches/tendra5/src/installers/common/dwarf2/dw2_lines.h
/branches/tendra5/src/installers/common/dwarf2/dw2_locdata.c
/branches/tendra5/src/installers/common/dwarf2/dw2_locdata.h
/branches/tendra5/src/installers/common/dwarf2/dw2_types.c
/branches/tendra5/src/installers/common/dwarf2/dw2_types.h
/branches/tendra5/src/installers/common/dwarf2/dw2_vsn.h
/branches/tendra5/src/installers/common/linkinfo/li_fns.c
/branches/tendra5/src/installers/common/linkinfo/li_types.h
/branches/tendra5/src/installers/common/linkinfo/messages_li.h
/branches/tendra5/src/installers/common/reader/arith_codes.h
/branches/tendra5/src/installers/common/reader/basicread.c
/branches/tendra5/src/installers/common/reader/basicread.h
/branches/tendra5/src/installers/common/reader/c_arith_type.h
/branches/tendra5/src/installers/common/reader/codetypes.h
/branches/tendra5/src/installers/common/reader/common_types.h
/branches/tendra5/src/installers/common/reader/decoder.c
/branches/tendra5/src/installers/common/reader/dg_version.h
/branches/tendra5/src/installers/common/reader/ecodes.h
/branches/tendra5/src/installers/common/reader/externs.h
/branches/tendra5/src/installers/common/reader/inits.h
/branches/tendra5/src/installers/common/reader/main_reads.h
/branches/tendra5/src/installers/common/reader/messages_r.h
/branches/tendra5/src/installers/common/reader/natmacs.h
/branches/tendra5/src/installers/common/reader/ossg.h
/branches/tendra5/src/installers/common/reader/read_fns.c
/branches/tendra5/src/installers/common/reader/read_fns.h
/branches/tendra5/src/installers/common/reader/read_sort.c
/branches/tendra5/src/installers/common/reader/read_sort.h
/branches/tendra5/src/installers/common/reader/reader_v.h
/branches/tendra5/src/installers/common/reader/readglob.c
/branches/tendra5/src/installers/common/reader/readglob.h
/branches/tendra5/src/installers/common/reader/sort_union.h
/branches/tendra5/src/installers/common/reader/sortmacs.h
/branches/tendra5/src/installers/common/reader/spec_tok.h
/branches/tendra5/src/installers/common/reader/table_fns.c
/branches/tendra5/src/installers/common/reader/table_fns.h
/branches/tendra5/src/installers/common/reader/temp_fns.new
/branches/tendra5/src/installers/common/reader/toktypes.h
/branches/tendra5/src/installers/common/reader/xalloc.c
/branches/tendra5/src/installers/common/reader/xalloc.h
/branches/tendra5/src/installers/common/templ/decoder.c
/branches/tendra5/src/installers/common/templ/ecodes.h
/branches/tendra5/src/installers/common/templ/externs.h
/branches/tendra5/src/installers/common/templ/inits.h
/branches/tendra5/src/installers/common/templ/main_reads.h
/branches/tendra5/src/installers/common/templ/temp_fns.c
/branches/tendra5/src/installers/hppa/common/codehere.h
/branches/tendra5/src/installers/hppa/common/comment.h
/branches/tendra5/src/installers/hppa/common/eval.h
/branches/tendra5/src/installers/hppa/common/frames.c
/branches/tendra5/src/installers/hppa/common/frames.h
/branches/tendra5/src/installers/hppa/common/getregs.h
/branches/tendra5/src/installers/hppa/common/glopt.h
/branches/tendra5/src/installers/hppa/common/guard.h
/branches/tendra5/src/installers/hppa/common/hppadiags.c
/branches/tendra5/src/installers/hppa/common/hppadiags.h
/branches/tendra5/src/installers/hppa/common/inlinechoice.c
/branches/tendra5/src/installers/hppa/common/inst_fmt.h
/branches/tendra5/src/installers/hppa/common/labels.h
/branches/tendra5/src/installers/hppa/common/localtypes.h
/branches/tendra5/src/installers/hppa/common/locate.c
/branches/tendra5/src/installers/hppa/common/locate.h
/branches/tendra5/src/installers/hppa/common/makecode.c
/branches/tendra5/src/installers/hppa/common/makecode.h
/branches/tendra5/src/installers/hppa/common/move.h
/branches/tendra5/src/installers/hppa/common/muldvrem.c
/branches/tendra5/src/installers/hppa/common/muldvrem.h
/branches/tendra5/src/installers/hppa/common/needscan.c
/branches/tendra5/src/installers/hppa/common/needscan.h
/branches/tendra5/src/installers/hppa/common/oprators.c
/branches/tendra5/src/installers/hppa/common/oprators.h
/branches/tendra5/src/installers/hppa/common/proc.c
/branches/tendra5/src/installers/hppa/common/proc.h
/branches/tendra5/src/installers/hppa/common/regable.h
/branches/tendra5/src/installers/hppa/common/regalloc.h
/branches/tendra5/src/installers/hppa/common/regexps.c
/branches/tendra5/src/installers/hppa/common/regexps.h
/branches/tendra5/src/installers/hppa/common/special.h
/branches/tendra5/src/installers/hppa/common/tempdecs.h
/branches/tendra5/src/installers/hppa/common/translat.c
/branches/tendra5/src/installers/hppa/common/translat.h
/branches/tendra5/src/installers/hppa/common/weights.c
/branches/tendra5/src/installers/hppa/common/weights.h
/branches/tendra5/src/installers/hppa/hpux/Makefile
/branches/tendra5/src/installers/hppa/hpux/hppatrans.c
/branches/tendra5/src/installers/mips/common/bstack.h
/branches/tendra5/src/installers/mips/common/code_here.h
/branches/tendra5/src/installers/mips/common/comp_eq_exp.h
/branches/tendra5/src/installers/mips/common/diag_config.h
/branches/tendra5/src/installers/mips/common/dump_distr.h
/branches/tendra5/src/installers/mips/common/eval.c
/branches/tendra5/src/installers/mips/common/eval.h
/branches/tendra5/src/installers/mips/common/extern_adds.h
/branches/tendra5/src/installers/mips/common/frames.c
/branches/tendra5/src/installers/mips/common/frames.h
/branches/tendra5/src/installers/mips/common/getregs.h
/branches/tendra5/src/installers/mips/common/glopt.h
/branches/tendra5/src/installers/mips/common/guard.h
/branches/tendra5/src/installers/mips/common/handle_sregs.h
/branches/tendra5/src/installers/mips/common/inlinechoice.c
/branches/tendra5/src/installers/mips/common/inst_fmt.h
/branches/tendra5/src/installers/mips/common/labels.h
/branches/tendra5/src/installers/mips/common/localtypes.h
/branches/tendra5/src/installers/mips/common/locate.c
/branches/tendra5/src/installers/mips/common/locate.h
/branches/tendra5/src/installers/mips/common/makesymtab.h
/branches/tendra5/src/installers/mips/common/mipsdiags.h
/branches/tendra5/src/installers/mips/common/move.h
/branches/tendra5/src/installers/mips/common/needs_scan.h
/branches/tendra5/src/installers/mips/common/new_code.c
/branches/tendra5/src/installers/mips/common/new_code.h
/branches/tendra5/src/installers/mips/common/new_symbol.h
/branches/tendra5/src/installers/mips/common/oddtest.h
/branches/tendra5/src/installers/mips/common/operators.h
/branches/tendra5/src/installers/mips/common/out_ba.h
/branches/tendra5/src/installers/mips/common/psu_ops.h
/branches/tendra5/src/installers/mips/common/regable.h
/branches/tendra5/src/installers/mips/common/regalloc.h
/branches/tendra5/src/installers/mips/common/regexps.c
/branches/tendra5/src/installers/mips/common/regexps.h
/branches/tendra5/src/installers/mips/common/special.h
/branches/tendra5/src/installers/mips/common/syms.h
/branches/tendra5/src/installers/mips/common/tempdecs.h
/branches/tendra5/src/installers/mips/common/translate.c
/branches/tendra5/src/installers/mips/common/type_to_aux.h
/branches/tendra5/src/installers/mips/common/weights.c
/branches/tendra5/src/installers/mips/common/weights.h
/branches/tendra5/src/installers/mips/irix/Makefile
/branches/tendra5/src/installers/mips/irix/main.c
/branches/tendra5/src/installers/mips/ultrix/Makefile
/branches/tendra5/src/installers/mips/ultrix/main.c
/branches/tendra5/src/installers/power/aix/Makefile
/branches/tendra5/src/installers/power/aix/diag_config.h
/branches/tendra5/src/installers/power/common/ash.h
/branches/tendra5/src/installers/power/common/codehere.h
/branches/tendra5/src/installers/power/common/comment.h
/branches/tendra5/src/installers/power/common/diagout.c
/branches/tendra5/src/installers/power/common/diagout.h
/branches/tendra5/src/installers/power/common/dynamic_init.h
/branches/tendra5/src/installers/power/common/error.c
/branches/tendra5/src/installers/power/common/error.h
/branches/tendra5/src/installers/power/common/eval.c
/branches/tendra5/src/installers/power/common/eval.h
/branches/tendra5/src/installers/power/common/frames.h
/branches/tendra5/src/installers/power/common/getregs.h
/branches/tendra5/src/installers/power/common/glopt.h
/branches/tendra5/src/installers/power/common/guard.h
/branches/tendra5/src/installers/power/common/inlinechoice.c
/branches/tendra5/src/installers/power/common/inst_fmt.c
/branches/tendra5/src/installers/power/common/inst_fmt.h
/branches/tendra5/src/installers/power/common/labels.h
/branches/tendra5/src/installers/power/common/locate.c
/branches/tendra5/src/installers/power/common/locate.h
/branches/tendra5/src/installers/power/common/machine.h
/branches/tendra5/src/installers/power/common/macro.c
/branches/tendra5/src/installers/power/common/macro.h
/branches/tendra5/src/installers/power/common/makecode.c
/branches/tendra5/src/installers/power/common/makecode.h
/branches/tendra5/src/installers/power/common/mask.h
/branches/tendra5/src/installers/power/common/mem_copy.h
/branches/tendra5/src/installers/power/common/move.h
/branches/tendra5/src/installers/power/common/muldvrem.c
/branches/tendra5/src/installers/power/common/muldvrem.h
/branches/tendra5/src/installers/power/common/needscan.c
/branches/tendra5/src/installers/power/common/needscan.h
/branches/tendra5/src/installers/power/common/oprators.h
/branches/tendra5/src/installers/power/common/parameter.c
/branches/tendra5/src/installers/power/common/parameter.h
/branches/tendra5/src/installers/power/common/pp.c
/branches/tendra5/src/installers/power/common/pp.h
/branches/tendra5/src/installers/power/common/proc.c
/branches/tendra5/src/installers/power/common/proc.h
/branches/tendra5/src/installers/power/common/record_bit.h
/branches/tendra5/src/installers/power/common/regable.h
/branches/tendra5/src/installers/power/common/regalloc.h
/branches/tendra5/src/installers/power/common/regexps.c
/branches/tendra5/src/installers/power/common/regexps.h
/branches/tendra5/src/installers/power/common/stack.h
/branches/tendra5/src/installers/power/common/tempdecs.c
/branches/tendra5/src/installers/power/common/tempdecs.h
/branches/tendra5/src/installers/power/common/translat.h
/branches/tendra5/src/installers/power/common/weights.c
/branches/tendra5/src/installers/power/common/weights.h
/branches/tendra5/src/installers/ppc601/aix/Makefile
/branches/tendra5/src/installers/sparc/common/codehere.h
/branches/tendra5/src/installers/sparc/common/comment.h
/branches/tendra5/src/installers/sparc/common/dw2_extra.h
/branches/tendra5/src/installers/sparc/common/eval.h
/branches/tendra5/src/installers/sparc/common/getregs.h
/branches/tendra5/src/installers/sparc/common/glopt.h
/branches/tendra5/src/installers/sparc/common/guard.h
/branches/tendra5/src/installers/sparc/common/inlinechoice.c
/branches/tendra5/src/installers/sparc/common/inst_fmt.h
/branches/tendra5/src/installers/sparc/common/labels.h
/branches/tendra5/src/installers/sparc/common/localtypes.h
/branches/tendra5/src/installers/sparc/common/locate.h
/branches/tendra5/src/installers/sparc/common/makecode.h
/branches/tendra5/src/installers/sparc/common/move.h
/branches/tendra5/src/installers/sparc/common/muldvrem.c
/branches/tendra5/src/installers/sparc/common/muldvrem.h
/branches/tendra5/src/installers/sparc/common/needscan.h
/branches/tendra5/src/installers/sparc/common/oprators.h
/branches/tendra5/src/installers/sparc/common/proc.c
/branches/tendra5/src/installers/sparc/common/proc.h
/branches/tendra5/src/installers/sparc/common/regable.h
/branches/tendra5/src/installers/sparc/common/regalloc.h
/branches/tendra5/src/installers/sparc/common/regexps.h
/branches/tendra5/src/installers/sparc/common/special.h
/branches/tendra5/src/installers/sparc/common/tempdecs.h
/branches/tendra5/src/installers/sparc/common/translat.h
/branches/tendra5/src/installers/sparc/common/weights.h
/branches/tendra5/src/installers/sparc/solaris/Makefile
/branches/tendra5/src/installers/sparc/solaris/diag_config.h
/branches/tendra5/src/installers/sparc/solaris/dw2_config.h
/branches/tendra5/src/installers/sparc/solaris/sparcddecs.h
/branches/tendra5/src/installers/sparc/solaris/sparcdiags.c
/branches/tendra5/src/installers/sparc/solaris/sparcdiags.h
/branches/tendra5/src/installers/sparc/sunos/Makefile
/branches/tendra5/src/installers/sparc/sunos/config.h
/branches/tendra5/src/installers/sparc/sunos/sparcdiags.c
/branches/tendra5/src/installers/sparc/sunos/sparcdiags.h
/branches/tendra5/src/lib/apis/README
/branches/tendra5/src/lib/apis/ansi/MASTER
/branches/tendra5/src/lib/apis/ansi/assert.h
/branches/tendra5/src/lib/apis/ansi/ctype.h
/branches/tendra5/src/lib/apis/ansi/dummy/sys.h
/branches/tendra5/src/lib/apis/ansi/errno.h
/branches/tendra5/src/lib/apis/ansi/float.h
/branches/tendra5/src/lib/apis/ansi/limits.h
/branches/tendra5/src/lib/apis/ansi/locale.h
/branches/tendra5/src/lib/apis/ansi/math.h
/branches/tendra5/src/lib/apis/ansi/setjmp.h
/branches/tendra5/src/lib/apis/ansi/signal.h
/branches/tendra5/src/lib/apis/ansi/stdarg.h
/branches/tendra5/src/lib/apis/ansi/stddef.h
/branches/tendra5/src/lib/apis/ansi/stdio.h
/branches/tendra5/src/lib/apis/ansi/stdlib.h
/branches/tendra5/src/lib/apis/ansi/string.h
/branches/tendra5/src/lib/apis/ansi/time.h
/branches/tendra5/src/lib/apis/posix/limits.h
/branches/tendra5/src/lib/apis/posix/time.h
/branches/tendra5/src/lib/apis/posix2/regex.h
/branches/tendra5/src/lib/cpp/src/Makefile
/branches/tendra5/src/lib/cpp/tokens/Makefile
/branches/tendra5/src/lib/env/aix/common/common/default.extra
/branches/tendra5/src/lib/env/aix/common/common/tcc_diag
/branches/tendra5/src/lib/env/common/16bit
/branches/tendra5/src/lib/env/common/32bit
/branches/tendra5/src/lib/env/common/K-prom
/branches/tendra5/src/lib/env/common/Xa
/branches/tendra5/src/lib/env/common/Xc
/branches/tendra5/src/lib/env/common/Xp
/branches/tendra5/src/lib/env/common/Xs
/branches/tendra5/src/lib/env/common/Xt
/branches/tendra5/src/lib/env/common/Xw
/branches/tendra5/src/lib/env/common/aes
/branches/tendra5/src/lib/env/common/alloca
/branches/tendra5/src/lib/env/common/ansi
/branches/tendra5/src/lib/env/common/bsd_extn
/branches/tendra5/src/lib/env/common/building
/branches/tendra5/src/lib/env/common/c++
/branches/tendra5/src/lib/env/common/common
/branches/tendra5/src/lib/env/common/default
/branches/tendra5/src/lib/env/common/gcc
/branches/tendra5/src/lib/env/common/iso
/branches/tendra5/src/lib/env/common/makelib
/branches/tendra5/src/lib/env/common/motif_1_1
/branches/tendra5/src/lib/env/common/motif_1_2
/branches/tendra5/src/lib/env/common/mse
/branches/tendra5/src/lib/env/common/posix
/branches/tendra5/src/lib/env/common/posix1
/branches/tendra5/src/lib/env/common/posix2
/branches/tendra5/src/lib/env/common/svid3
/branches/tendra5/src/lib/env/common/system
/branches/tendra5/src/lib/env/common/system+
/branches/tendra5/src/lib/env/common/tdf_ext
/branches/tendra5/src/lib/env/common/tdp
/branches/tendra5/src/lib/env/common/tnc
/branches/tendra5/src/lib/env/common/tsimp
/branches/tendra5/src/lib/env/common/unix95
/branches/tendra5/src/lib/env/common/x5_aw
/branches/tendra5/src/lib/env/common/x5_ext
/branches/tendra5/src/lib/env/common/x5_lib
/branches/tendra5/src/lib/env/common/x5_mit
/branches/tendra5/src/lib/env/common/x5_mu
/branches/tendra5/src/lib/env/common/x5_proto
/branches/tendra5/src/lib/env/common/x5_t
/branches/tendra5/src/lib/env/common/xpg3
/branches/tendra5/src/lib/env/common/xpg4
/branches/tendra5/src/lib/env/freebsd/common/80x86/default.extra
/branches/tendra5/src/lib/env/freebsd/common/80x86/tcc_diag
/branches/tendra5/src/lib/env/freebsd/common/80x86/tcc_prof
/branches/tendra5/src/lib/env/hpux/common/hppa/default.extra
/branches/tendra5/src/lib/env/hpux/common/hppa/tcc_diag
/branches/tendra5/src/lib/env/hpux/common/hppa/tdf_ext
/branches/tendra5/src/lib/env/irix/5.1.1/mips/tcc_diag
/branches/tendra5/src/lib/env/irix/common/mips/default.extra
/branches/tendra5/src/lib/env/irix/common/mips/tcc_diag
/branches/tendra5/src/lib/env/irix/common/mips/tcc_prof
/branches/tendra5/src/lib/env/linux/aout/80x86/default.extra
/branches/tendra5/src/lib/env/linux/aout/80x86/tcc_diag
/branches/tendra5/src/lib/env/linux/elf/80x86.new/K-aout
/branches/tendra5/src/lib/env/linux/elf/80x86.new/default.extra
/branches/tendra5/src/lib/env/linux/elf/80x86.new/system
/branches/tendra5/src/lib/env/linux/elf/80x86.new/system+
/branches/tendra5/src/lib/env/linux/elf/80x86/K-aout
/branches/tendra5/src/lib/env/linux/elf/80x86/default.extra
/branches/tendra5/src/lib/env/linux/elf/80x86/system
/branches/tendra5/src/lib/env/linux/elf/80x86/system+
/branches/tendra5/src/lib/env/osf1/common/alpha/tcc_diag
/branches/tendra5/src/lib/env/sco/common/80x86/tcc_diag
/branches/tendra5/src/lib/env/solaris/common/80x86/Goption
/branches/tendra5/src/lib/env/solaris/common/80x86/Xa
/branches/tendra5/src/lib/env/solaris/common/80x86/Xc
/branches/tendra5/src/lib/env/solaris/common/80x86/Xp
/branches/tendra5/src/lib/env/solaris/common/80x86/Xs
/branches/tendra5/src/lib/env/solaris/common/80x86/Xt
/branches/tendra5/src/lib/env/solaris/common/80x86/Xw
/branches/tendra5/src/lib/env/solaris/common/80x86/default.extra
/branches/tendra5/src/lib/env/solaris/common/80x86/tcc_diag
/branches/tendra5/src/lib/env/solaris/common/80x86/tcc_prof
/branches/tendra5/src/lib/env/solaris/common/sparc/Goption
/branches/tendra5/src/lib/env/solaris/common/sparc/Xa
/branches/tendra5/src/lib/env/solaris/common/sparc/Xc
/branches/tendra5/src/lib/env/solaris/common/sparc/Xp
/branches/tendra5/src/lib/env/solaris/common/sparc/Xs
/branches/tendra5/src/lib/env/solaris/common/sparc/Xt
/branches/tendra5/src/lib/env/solaris/common/sparc/Xw
/branches/tendra5/src/lib/env/solaris/common/sparc/default.extra
/branches/tendra5/src/lib/env/solaris/common/sparc/tcc_diag
/branches/tendra5/src/lib/env/solaris/common/sparc/tcc_prof
/branches/tendra5/src/lib/env/sunos/common/680x0/tcc_diag
/branches/tendra5/src/lib/env/sunos/common/sparc/tcc_diag
/branches/tendra5/src/lib/env/sunos/common/sparc/tdf_ext
/branches/tendra5/src/lib/env/svr4.2/common/80x86/Xa
/branches/tendra5/src/lib/env/svr4.2/common/80x86/Xc
/branches/tendra5/src/lib/env/svr4.2/common/80x86/Xp
/branches/tendra5/src/lib/env/svr4.2/common/80x86/Xs
/branches/tendra5/src/lib/env/svr4.2/common/80x86/Xt
/branches/tendra5/src/lib/env/svr4.2/common/80x86/Xw
/branches/tendra5/src/lib/env/svr4.2/common/80x86/tcc_diag
/branches/tendra5/src/lib/env/svr4.2/common/sparc/Xa
/branches/tendra5/src/lib/env/svr4.2/common/sparc/Xc
/branches/tendra5/src/lib/env/svr4.2/common/sparc/Xp
/branches/tendra5/src/lib/env/svr4.2/common/sparc/Xs
/branches/tendra5/src/lib/env/svr4.2/common/sparc/Xt
/branches/tendra5/src/lib/env/svr4.2/common/sparc/Xw
/branches/tendra5/src/lib/env/svr4.2/common/sparc/tcc_diag
/branches/tendra5/src/lib/env/ultrix/3.9/mips/tcc_diag
/branches/tendra5/src/lib/env/ultrix/4.1/mips/tcc_diag
/branches/tendra5/src/lib/env/ultrix/4.2/mips/tcc_diag
/branches/tendra5/src/lib/env/ultrix/common/mips/tcc_diag
/branches/tendra5/src/lib/libtdf/INT64.h
/branches/tendra5/src/lib/libtdf/INT64a.c
/branches/tendra5/src/lib/libtdf/Makefile
/branches/tendra5/src/lib/libtdf/ossg.h
/branches/tendra5/src/lib/machines/aix/power/src/Makefile
/branches/tendra5/src/lib/machines/aix/power/src/TDFpower.c
/branches/tendra5/src/lib/machines/aix/power/src/dyninit.c
/branches/tendra5/src/lib/machines/aix/power/tokens/Makefile
/branches/tendra5/src/lib/machines/aix/ppc601/src/Makefile
/branches/tendra5/src/lib/machines/aix/ppc601/src/TDFpower.c
/branches/tendra5/src/lib/machines/aix/ppc601/src/dyninit.c
/branches/tendra5/src/lib/machines/aix/ppc601/tokens/Makefile
/branches/tendra5/src/lib/machines/common/src/ossg.h
/branches/tendra5/src/lib/machines/common/tokens/gen_tokens.c
/branches/tendra5/src/lib/machines/freebsd/80x86/include/stdarg.h
/branches/tendra5/src/lib/machines/freebsd/80x86/startup/ansi.h
/branches/tendra5/src/lib/machines/freebsd/80x86/startup/xpg3.h
/branches/tendra5/src/lib/machines/freebsd/80x86/tokens/Makefile
/branches/tendra5/src/lib/machines/hpux/hppa/src/Makefile
/branches/tendra5/src/lib/machines/hpux/hppa/tokens/Makefile
/branches/tendra5/src/lib/machines/irix/mips/src/Makefile
/branches/tendra5/src/lib/machines/irix/mips/src/dyn_begin.c
/branches/tendra5/src/lib/machines/irix/mips/tokens/Makefile
/branches/tendra5/src/lib/machines/linux/80x86/tokens/Makefile
/branches/tendra5/src/lib/machines/osf1/alpha/tokens/Makefile
/branches/tendra5/src/lib/machines/sco/80x86/tokens/Makefile
/branches/tendra5/src/lib/machines/solaris/80x86/src/Makefile
/branches/tendra5/src/lib/machines/solaris/80x86/src/dwarf.p
/branches/tendra5/src/lib/machines/solaris/80x86/tokens/Makefile
/branches/tendra5/src/lib/machines/solaris/sparc/src/Makefile
/branches/tendra5/src/lib/machines/solaris/sparc/src/dwarf.p
/branches/tendra5/src/lib/machines/solaris/sparc/tokens/Makefile
/branches/tendra5/src/lib/machines/sunos/680x0/src/Makefile
/branches/tendra5/src/lib/machines/sunos/680x0/src/dyninit.c
/branches/tendra5/src/lib/machines/sunos/680x0/tokens/Makefile
/branches/tendra5/src/lib/machines/sunos/sparc/src/Makefile
/branches/tendra5/src/lib/machines/sunos/sparc/src/dyninit.c
/branches/tendra5/src/lib/machines/sunos/sparc/tokens/Makefile
/branches/tendra5/src/lib/machines/svr4.2/80x86/tokens/Makefile
/branches/tendra5/src/lib/machines/ultrix/mips/tokens/Makefile
/branches/tendra5/src/producers/c/Makefile
/branches/tendra5/src/producers/c/syntax/syntax.h
/branches/tendra5/src/producers/c/syntax/syntax1.c
/branches/tendra5/src/producers/c/syntax/syntax2.c
/branches/tendra5/src/producers/c/syntax/syntax3.c
/branches/tendra5/src/producers/c/tdfc2.1
/branches/tendra5/src/producers/common/Makefile.ext
/branches/tendra5/src/producers/common/c_class.alg
/branches/tendra5/src/producers/common/c_types.h
/branches/tendra5/src/producers/common/construct/access.c
/branches/tendra5/src/producers/common/construct/access.h
/branches/tendra5/src/producers/common/construct/allocate.c
/branches/tendra5/src/producers/common/construct/allocate.h
/branches/tendra5/src/producers/common/construct/assign.c
/branches/tendra5/src/producers/common/construct/assign.h
/branches/tendra5/src/producers/common/construct/basetype.c
/branches/tendra5/src/producers/common/construct/basetype.h
/branches/tendra5/src/producers/common/construct/cast.c
/branches/tendra5/src/producers/common/construct/cast.h
/branches/tendra5/src/producers/common/construct/check.c
/branches/tendra5/src/producers/common/construct/check.h
/branches/tendra5/src/producers/common/construct/chktype.c
/branches/tendra5/src/producers/common/construct/chktype.h
/branches/tendra5/src/producers/common/construct/class.c
/branches/tendra5/src/producers/common/construct/class.h
/branches/tendra5/src/producers/common/construct/construct.c
/branches/tendra5/src/producers/common/construct/construct.h
/branches/tendra5/src/producers/common/construct/convert.c
/branches/tendra5/src/producers/common/construct/convert.h
/branches/tendra5/src/producers/common/construct/copy.c
/branches/tendra5/src/producers/common/construct/copy.h
/branches/tendra5/src/producers/common/construct/declare.c
/branches/tendra5/src/producers/common/construct/declare.h
/branches/tendra5/src/producers/common/construct/derive.c
/branches/tendra5/src/producers/common/construct/derive.h
/branches/tendra5/src/producers/common/construct/destroy.c
/branches/tendra5/src/producers/common/construct/destroy.h
/branches/tendra5/src/producers/common/construct/exception.c
/branches/tendra5/src/producers/common/construct/exception.h
/branches/tendra5/src/producers/common/construct/expression.c
/branches/tendra5/src/producers/common/construct/expression.h
/branches/tendra5/src/producers/common/construct/function.c
/branches/tendra5/src/producers/common/construct/function.h
/branches/tendra5/src/producers/common/construct/identifier.c
/branches/tendra5/src/producers/common/construct/identifier.h
/branches/tendra5/src/producers/common/construct/initialise.c
/branches/tendra5/src/producers/common/construct/initialise.h
/branches/tendra5/src/producers/common/construct/instance.c
/branches/tendra5/src/producers/common/construct/instance.h
/branches/tendra5/src/producers/common/construct/inttype.c
/branches/tendra5/src/producers/common/construct/inttype.h
/branches/tendra5/src/producers/common/construct/label.c
/branches/tendra5/src/producers/common/construct/label.h
/branches/tendra5/src/producers/common/construct/member.c
/branches/tendra5/src/producers/common/construct/member.h
/branches/tendra5/src/producers/common/construct/merge.c
/branches/tendra5/src/producers/common/construct/merge.h
/branches/tendra5/src/producers/common/construct/namespace.c
/branches/tendra5/src/producers/common/construct/namespace.h
/branches/tendra5/src/producers/common/construct/operator.c
/branches/tendra5/src/producers/common/construct/operator.h
/branches/tendra5/src/producers/common/construct/overload.c
/branches/tendra5/src/producers/common/construct/overload.h
/branches/tendra5/src/producers/common/construct/printf.c
/branches/tendra5/src/producers/common/construct/printf.h
/branches/tendra5/src/producers/common/construct/quality.c
/branches/tendra5/src/producers/common/construct/quality.h
/branches/tendra5/src/producers/common/construct/redeclare.c
/branches/tendra5/src/producers/common/construct/redeclare.h
/branches/tendra5/src/producers/common/construct/rewrite.c
/branches/tendra5/src/producers/common/construct/rewrite.h
/branches/tendra5/src/producers/common/construct/statement.c
/branches/tendra5/src/producers/common/construct/statement.h
/branches/tendra5/src/producers/common/construct/template.c
/branches/tendra5/src/producers/common/construct/template.h
/branches/tendra5/src/producers/common/construct/tokdef.c
/branches/tendra5/src/producers/common/construct/tokdef.h
/branches/tendra5/src/producers/common/construct/token.c
/branches/tendra5/src/producers/common/construct/token.h
/branches/tendra5/src/producers/common/construct/typeid.c
/branches/tendra5/src/producers/common/construct/typeid.h
/branches/tendra5/src/producers/common/construct/variable.c
/branches/tendra5/src/producers/common/construct/variable.h
/branches/tendra5/src/producers/common/construct/virtual.c
/branches/tendra5/src/producers/common/construct/virtual.h
/branches/tendra5/src/producers/common/main.c
/branches/tendra5/src/producers/common/obj_c/assert_def.h
/branches/tendra5/src/producers/common/obj_c/bits.h
/branches/tendra5/src/producers/common/obj_c/c_class.c
/branches/tendra5/src/producers/common/obj_c/c_class.h
/branches/tendra5/src/producers/common/obj_c/ctype_ops.h
/branches/tendra5/src/producers/common/obj_c/err_ext.h
/branches/tendra5/src/producers/common/obj_c/err_ops.h
/branches/tendra5/src/producers/common/obj_c/etype_ops.h
/branches/tendra5/src/producers/common/obj_c/exp_ops.h
/branches/tendra5/src/producers/common/obj_c/flt_ops.h
/branches/tendra5/src/producers/common/obj_c/ftype_ops.h
/branches/tendra5/src/producers/common/obj_c/graph_ops.h
/branches/tendra5/src/producers/common/obj_c/hashid_ops.h
/branches/tendra5/src/producers/common/obj_c/id_ops.h
/branches/tendra5/src/producers/common/obj_c/inst_ops.h
/branches/tendra5/src/producers/common/obj_c/itype_ops.h
/branches/tendra5/src/producers/common/obj_c/loc_ext.h
/branches/tendra5/src/producers/common/obj_c/member_ops.h
/branches/tendra5/src/producers/common/obj_c/nat_ops.h
/branches/tendra5/src/producers/common/obj_c/nspace_ops.h
/branches/tendra5/src/producers/common/obj_c/off_ops.h
/branches/tendra5/src/producers/common/obj_c/str_ops.h
/branches/tendra5/src/producers/common/obj_c/tok_ops.h
/branches/tendra5/src/producers/common/obj_c/type_ops.h
/branches/tendra5/src/producers/common/obj_c/virt_ops.h
/branches/tendra5/src/producers/common/obj_templ/bits.h
/branches/tendra5/src/producers/common/obj_templ/err_ext.h
/branches/tendra5/src/producers/common/obj_templ/loc_ext.h
/branches/tendra5/src/producers/common/obj_templ/tdf1.h
/branches/tendra5/src/producers/common/obj_tok/bits.h
/branches/tendra5/src/producers/common/obj_tok/c_class.h
/branches/tendra5/src/producers/common/obj_tok/ctype_ops.h
/branches/tendra5/src/producers/common/obj_tok/err_ext.h
/branches/tendra5/src/producers/common/obj_tok/err_ops.h
/branches/tendra5/src/producers/common/obj_tok/etype_ops.h
/branches/tendra5/src/producers/common/obj_tok/exp_ops.h
/branches/tendra5/src/producers/common/obj_tok/flt_ops.h
/branches/tendra5/src/producers/common/obj_tok/ftype_ops.h
/branches/tendra5/src/producers/common/obj_tok/graph_ops.h
/branches/tendra5/src/producers/common/obj_tok/hashid_ops.h
/branches/tendra5/src/producers/common/obj_tok/id_ops.h
/branches/tendra5/src/producers/common/obj_tok/inst_ops.h
/branches/tendra5/src/producers/common/obj_tok/itype_ops.h
/branches/tendra5/src/producers/common/obj_tok/loc_ext.h
/branches/tendra5/src/producers/common/obj_tok/member_ops.h
/branches/tendra5/src/producers/common/obj_tok/nat_ops.h
/branches/tendra5/src/producers/common/obj_tok/nspace_ops.h
/branches/tendra5/src/producers/common/obj_tok/off_ops.h
/branches/tendra5/src/producers/common/obj_tok/str_ops.h
/branches/tendra5/src/producers/common/obj_tok/tok_ops.h
/branches/tendra5/src/producers/common/obj_tok/type_ops.h
/branches/tendra5/src/producers/common/obj_tok/virt_ops.h
/branches/tendra5/src/producers/common/output/capsule.c
/branches/tendra5/src/producers/common/output/capsule.h
/branches/tendra5/src/producers/common/output/compile.c
/branches/tendra5/src/producers/common/output/compile.h
/branches/tendra5/src/producers/common/output/decode.c
/branches/tendra5/src/producers/common/output/decode.h
/branches/tendra5/src/producers/common/output/diag.c
/branches/tendra5/src/producers/common/output/diag.h
/branches/tendra5/src/producers/common/output/diag2.c
/branches/tendra5/src/producers/common/output/diag2.h
/branches/tendra5/src/producers/common/output/dump.c
/branches/tendra5/src/producers/common/output/dump.h
/branches/tendra5/src/producers/common/output/encode.c
/branches/tendra5/src/producers/common/output/encode.h
/branches/tendra5/src/producers/common/output/exp.c
/branches/tendra5/src/producers/common/output/exp.h
/branches/tendra5/src/producers/common/output/init.c
/branches/tendra5/src/producers/common/output/init.h
/branches/tendra5/src/producers/common/output/load.c
/branches/tendra5/src/producers/common/output/load.h
/branches/tendra5/src/producers/common/output/mangle.c
/branches/tendra5/src/producers/common/output/mangle.h
/branches/tendra5/src/producers/common/output/save.c
/branches/tendra5/src/producers/common/output/save.h
/branches/tendra5/src/producers/common/output/shape.c
/branches/tendra5/src/producers/common/output/shape.h
/branches/tendra5/src/producers/common/output/stmt.c
/branches/tendra5/src/producers/common/output/stmt.h
/branches/tendra5/src/producers/common/output/struct.c
/branches/tendra5/src/producers/common/output/struct.h
/branches/tendra5/src/producers/common/output/tdf.h
/branches/tendra5/src/producers/common/output/throw.c
/branches/tendra5/src/producers/common/output/throw.h
/branches/tendra5/src/producers/common/output/tok.c
/branches/tendra5/src/producers/common/output/tok.h
/branches/tendra5/src/producers/common/output/unmangle.c
/branches/tendra5/src/producers/common/output/unmangle.h
/branches/tendra5/src/producers/common/parse/char.c
/branches/tendra5/src/producers/common/parse/char.h
/branches/tendra5/src/producers/common/parse/constant.c
/branches/tendra5/src/producers/common/parse/constant.h
/branches/tendra5/src/producers/common/parse/file.c
/branches/tendra5/src/producers/common/parse/file.h
/branches/tendra5/src/producers/common/parse/hash.c
/branches/tendra5/src/producers/common/parse/hash.h
/branches/tendra5/src/producers/common/parse/lex.c
/branches/tendra5/src/producers/common/parse/lex.h
/branches/tendra5/src/producers/common/parse/literal.c
/branches/tendra5/src/producers/common/parse/literal.h
/branches/tendra5/src/producers/common/parse/macro.c
/branches/tendra5/src/producers/common/parse/macro.h
/branches/tendra5/src/producers/common/parse/parse.c
/branches/tendra5/src/producers/common/parse/parse.h
/branches/tendra5/src/producers/common/parse/pragma.c
/branches/tendra5/src/producers/common/parse/pragma.h
/branches/tendra5/src/producers/common/parse/predict.c
/branches/tendra5/src/producers/common/parse/predict.h
/branches/tendra5/src/producers/common/parse/preproc.c
/branches/tendra5/src/producers/common/parse/preproc.h
/branches/tendra5/src/producers/common/parse/psyntax.act
/branches/tendra5/src/producers/common/parse/psyntax.h
/branches/tendra5/src/producers/common/parse/psyntax1.c
/branches/tendra5/src/producers/common/parse/psyntax2.c
/branches/tendra5/src/producers/common/parse/psyntax3.c
/branches/tendra5/src/producers/common/parse/symbols.h
/branches/tendra5/src/producers/common/parse/table.c
/branches/tendra5/src/producers/common/parse/table.h
/branches/tendra5/src/producers/common/utility/buffer.c
/branches/tendra5/src/producers/common/utility/buffer.h
/branches/tendra5/src/producers/common/utility/catalog.c
/branches/tendra5/src/producers/common/utility/catalog.h
/branches/tendra5/src/producers/common/utility/config.h
/branches/tendra5/src/producers/common/utility/debug.c
/branches/tendra5/src/producers/common/utility/debug.h
/branches/tendra5/src/producers/common/utility/error.c
/branches/tendra5/src/producers/common/utility/error.h
/branches/tendra5/src/producers/common/utility/option.c
/branches/tendra5/src/producers/common/utility/option.h
/branches/tendra5/src/producers/common/utility/ossg.h
/branches/tendra5/src/producers/common/utility/print.c
/branches/tendra5/src/producers/common/utility/print.h
/branches/tendra5/src/producers/common/utility/system.c
/branches/tendra5/src/producers/common/utility/system.h
/branches/tendra5/src/producers/common/utility/xalloc.c
/branches/tendra5/src/producers/common/utility/xalloc.h
/branches/tendra5/src/producers/cpp/Makefile
/branches/tendra5/src/producers/cpp/syntax/syntax.h
/branches/tendra5/src/producers/cpp/syntax/syntax1.c
/branches/tendra5/src/producers/cpp/syntax/syntax2.c
/branches/tendra5/src/producers/cpp/syntax/syntax3.c
/branches/tendra5/src/producers/cpp/syntax/syntax4.c
/branches/tendra5/src/producers/cpp/syntax/syntax5.c
/branches/tendra5/src/producers/cpp/syntax/syntax6.c
/branches/tendra5/src/producers/cpp/syntax/syntax7.c
/branches/tendra5/src/producers/cpp/tcpplus.1
/branches/tendra5/src/tools/disp/Makefile
/branches/tendra5/src/tools/disp/ascii.h
/branches/tendra5/src/tools/disp/basic.c
/branches/tendra5/src/tools/disp/basic.h
/branches/tendra5/src/tools/disp/binding.c
/branches/tendra5/src/tools/disp/binding.h
/branches/tendra5/src/tools/disp/capsule.c
/branches/tendra5/src/tools/disp/capsule.h
/branches/tendra5/src/tools/disp/config.h
/branches/tendra5/src/tools/disp/file.c
/branches/tendra5/src/tools/disp/file.h
/branches/tendra5/src/tools/disp/main.c
/branches/tendra5/src/tools/disp/ossg.h
/branches/tendra5/src/tools/disp/pretty.c
/branches/tendra5/src/tools/disp/pretty.h
/branches/tendra5/src/tools/disp/sort.c
/branches/tendra5/src/tools/disp/sort.h
/branches/tendra5/src/tools/disp/tdf.c
/branches/tendra5/src/tools/disp/tdf.h
/branches/tendra5/src/tools/disp/templ/tdf.c
/branches/tendra5/src/tools/disp/templ/tdf.h
/branches/tendra5/src/tools/disp/tree.c
/branches/tendra5/src/tools/disp/tree.h
/branches/tendra5/src/tools/disp/types.h
/branches/tendra5/src/tools/disp/unit.c
/branches/tendra5/src/tools/disp/unit.h
/branches/tendra5/src/tools/disp/utility.c
/branches/tendra5/src/tools/disp/utility.h
/branches/tendra5/src/tools/tcc/Makefile
/branches/tendra5/src/tools/tcc/archive.c
/branches/tendra5/src/tools/tcc/archive.h
/branches/tendra5/src/tools/tcc/compile.c
/branches/tendra5/src/tools/tcc/compile.h
/branches/tendra5/src/tools/tcc/config.h
/branches/tendra5/src/tools/tcc/copyright.h
/branches/tendra5/src/tools/tcc/environ.c
/branches/tendra5/src/tools/tcc/environ.h
/branches/tendra5/src/tools/tcc/execute.c
/branches/tendra5/src/tools/tcc/execute.h
/branches/tendra5/src/tools/tcc/external.h
/branches/tendra5/src/tools/tcc/filename.c
/branches/tendra5/src/tools/tcc/filename.h
/branches/tendra5/src/tools/tcc/flags.c
/branches/tendra5/src/tools/tcc/flags.h
/branches/tendra5/src/tools/tcc/list.c
/branches/tendra5/src/tools/tcc/list.h
/branches/tendra5/src/tools/tcc/main.c
/branches/tendra5/src/tools/tcc/main.h
/branches/tendra5/src/tools/tcc/options.c
/branches/tendra5/src/tools/tcc/options.h
/branches/tendra5/src/tools/tcc/stages.c
/branches/tendra5/src/tools/tcc/stages.h
/branches/tendra5/src/tools/tcc/startup.c
/branches/tendra5/src/tools/tcc/startup.h
/branches/tendra5/src/tools/tcc/suffix.h
/branches/tendra5/src/tools/tcc/tcc.1
/branches/tendra5/src/tools/tcc/utility.c
/branches/tendra5/src/tools/tcc/utility.h
/branches/tendra5/src/tools/tld/Makefile
/branches/tendra5/src/tools/tld/arg-data.c
/branches/tendra5/src/tools/tld/arg-data.h
/branches/tendra5/src/tools/tld/arg-parse.c
/branches/tendra5/src/tools/tld/arg-parse.h
/branches/tendra5/src/tools/tld/bistream.c
/branches/tendra5/src/tools/tld/bistream.h
/branches/tendra5/src/tools/tld/bostream.c
/branches/tendra5/src/tools/tld/bostream.h
/branches/tendra5/src/tools/tld/builder.c
/branches/tendra5/src/tools/tld/builder.h
/branches/tendra5/src/tools/tld/capsule.c
/branches/tendra5/src/tools/tld/capsule.h
/branches/tendra5/src/tools/tld/contents.c
/branches/tendra5/src/tools/tld/contents.h
/branches/tendra5/src/tools/tld/cstring-list.c
/branches/tendra5/src/tools/tld/cstring-list.h
/branches/tendra5/src/tools/tld/cstring.c
/branches/tendra5/src/tools/tld/cstring.h
/branches/tendra5/src/tools/tld/dalloc.c
/branches/tendra5/src/tools/tld/dalloc.h
/branches/tendra5/src/tools/tld/debug.c
/branches/tendra5/src/tools/tld/debug.h
/branches/tendra5/src/tools/tld/dstring.c
/branches/tendra5/src/tools/tld/dstring.h
/branches/tendra5/src/tools/tld/error-file.c
/branches/tendra5/src/tools/tld/error-file.h
/branches/tendra5/src/tools/tld/error.c
/branches/tendra5/src/tools/tld/error.h
/branches/tendra5/src/tools/tld/exception.c
/branches/tendra5/src/tools/tld/exception.h
/branches/tendra5/src/tools/tld/extract.c
/branches/tendra5/src/tools/tld/extract.h
/branches/tendra5/src/tools/tld/file-name.c
/branches/tendra5/src/tools/tld/file-name.h
/branches/tendra5/src/tools/tld/istream.c
/branches/tendra5/src/tools/tld/istream.h
/branches/tendra5/src/tools/tld/library.c
/branches/tendra5/src/tools/tld/library.h
/branches/tendra5/src/tools/tld/linker.c
/branches/tendra5/src/tools/tld/linker.h
/branches/tendra5/src/tools/tld/main.c
/branches/tendra5/src/tools/tld/map-entry.c
/branches/tendra5/src/tools/tld/map-entry.h
/branches/tendra5/src/tools/tld/map-table.c
/branches/tendra5/src/tools/tld/map-table.h
/branches/tendra5/src/tools/tld/name-entry.c
/branches/tendra5/src/tools/tld/name-entry.h
/branches/tendra5/src/tools/tld/name-key.c
/branches/tendra5/src/tools/tld/name-key.h
/branches/tendra5/src/tools/tld/name-table.c
/branches/tendra5/src/tools/tld/name-table.h
/branches/tendra5/src/tools/tld/nstring-list.c
/branches/tendra5/src/tools/tld/nstring-list.h
/branches/tendra5/src/tools/tld/os-interface.h
/branches/tendra5/src/tools/tld/ostream.c
/branches/tendra5/src/tools/tld/ostream.h
/branches/tendra5/src/tools/tld/rename-file.c
/branches/tendra5/src/tools/tld/rename-file.h
/branches/tendra5/src/tools/tld/shape-entry.c
/branches/tendra5/src/tools/tld/shape-entry.h
/branches/tendra5/src/tools/tld/shape-table.c
/branches/tendra5/src/tools/tld/shape-table.h
/branches/tendra5/src/tools/tld/syntax.c
/branches/tendra5/src/tools/tld/syntax.h
/branches/tendra5/src/tools/tld/tdf-read.c
/branches/tendra5/src/tools/tld/tdf-read.h
/branches/tendra5/src/tools/tld/tdf-write.c
/branches/tendra5/src/tools/tld/tdf-write.h
/branches/tendra5/src/tools/tld/tdf.c
/branches/tendra5/src/tools/tld/tdf.h
/branches/tendra5/src/tools/tld/unit-entry.c
/branches/tendra5/src/tools/tld/unit-entry.h
/branches/tendra5/src/tools/tld/unit-table.c
/branches/tendra5/src/tools/tld/unit-table.h
/branches/tendra5/src/tools/tnc/Makefile
/branches/tendra5/src/tools/tnc/alignment.c
/branches/tendra5/src/tools/tnc/alignment.h
/branches/tendra5/src/tools/tnc/analyser.c
/branches/tendra5/src/tools/tnc/analyser.h
/branches/tendra5/src/tools/tnc/bitstream.c
/branches/tendra5/src/tools/tnc/bitstream.h
/branches/tendra5/src/tools/tnc/check.c
/branches/tendra5/src/tools/tnc/check.h
/branches/tendra5/src/tools/tnc/check_def.h
/branches/tendra5/src/tools/tnc/check_exp.h
/branches/tendra5/src/tools/tnc/config.h
/branches/tendra5/src/tools/tnc/de_capsule.c
/branches/tendra5/src/tools/tnc/de_capsule.h
/branches/tendra5/src/tools/tnc/de_types.h
/branches/tendra5/src/tools/tnc/de_unit.c
/branches/tendra5/src/tools/tnc/de_unit.h
/branches/tendra5/src/tools/tnc/decode.c
/branches/tendra5/src/tools/tnc/decode.h
/branches/tendra5/src/tools/tnc/enc_cap.c
/branches/tendra5/src/tools/tnc/enc_cap.h
/branches/tendra5/src/tools/tnc/enc_types.h
/branches/tendra5/src/tools/tnc/encode.c
/branches/tendra5/src/tools/tnc/encode.h
/branches/tendra5/src/tools/tnc/eval.c
/branches/tendra5/src/tools/tnc/eval.h
/branches/tendra5/src/tools/tnc/fetch.c
/branches/tendra5/src/tools/tnc/fetch.h
/branches/tendra5/src/tools/tnc/file.c
/branches/tendra5/src/tools/tnc/file.h
/branches/tendra5/src/tools/tnc/help.c
/branches/tendra5/src/tools/tnc/help.h
/branches/tendra5/src/tools/tnc/high.c
/branches/tendra5/src/tools/tnc/high.h
/branches/tendra5/src/tools/tnc/main.c
/branches/tendra5/src/tools/tnc/names.h
/branches/tendra5/src/tools/tnc/node.c
/branches/tendra5/src/tools/tnc/node.h
/branches/tendra5/src/tools/tnc/ossg.h
/branches/tendra5/src/tools/tnc/read.c
/branches/tendra5/src/tools/tnc/read.h
/branches/tendra5/src/tools/tnc/read_cap.c
/branches/tendra5/src/tools/tnc/read_cap.h
/branches/tendra5/src/tools/tnc/read_types.h
/branches/tendra5/src/tools/tnc/shape.c
/branches/tendra5/src/tools/tnc/shape.h
/branches/tendra5/src/tools/tnc/table.c
/branches/tendra5/src/tools/tnc/table.h
/branches/tendra5/src/tools/tnc/tdf.c
/branches/tendra5/src/tools/tnc/tdf.h
/branches/tendra5/src/tools/tnc/templ/check_exp.h
/branches/tendra5/src/tools/tnc/templ/tdf.c
/branches/tendra5/src/tools/tnc/templ/tdf.h
/branches/tendra5/src/tools/tnc/types.h
/branches/tendra5/src/tools/tnc/utility.c
/branches/tendra5/src/tools/tnc/utility.h
/branches/tendra5/src/tools/tnc/write.c
/branches/tendra5/src/tools/tnc/write.h
/branches/tendra5/src/tools/tspec/Makefile
/branches/tendra5/src/tools/tspec/builtin.h
/branches/tendra5/src/tools/tspec/config.h
/branches/tendra5/src/tools/tspec/hash.c
/branches/tendra5/src/tools/tspec/hash.h
/branches/tendra5/src/tools/tspec/index.c
/branches/tendra5/src/tools/tspec/index.h
/branches/tendra5/src/tools/tspec/keyword.h
/branches/tendra5/src/tools/tspec/lex.c
/branches/tendra5/src/tools/tspec/lex.h
/branches/tendra5/src/tools/tspec/lexer.h
/branches/tendra5/src/tools/tspec/lexer.lxi
/branches/tendra5/src/tools/tspec/main.c
/branches/tendra5/src/tools/tspec/makefile.c
/branches/tendra5/src/tools/tspec/makefile.h
/branches/tendra5/src/tools/tspec/name.c
/branches/tendra5/src/tools/tspec/name.h
/branches/tendra5/src/tools/tspec/object.c
/branches/tendra5/src/tools/tspec/object.h
/branches/tendra5/src/tools/tspec/ossg.h
/branches/tendra5/src/tools/tspec/print.c
/branches/tendra5/src/tools/tspec/print.h
/branches/tendra5/src/tools/tspec/syntax.act
/branches/tendra5/src/tools/tspec/syntax.c
/branches/tendra5/src/tools/tspec/syntax.h
/branches/tendra5/src/tools/tspec/syntax.sid
/branches/tendra5/src/tools/tspec/tspec.1
/branches/tendra5/src/tools/tspec/type.c
/branches/tendra5/src/tools/tspec/type.h
/branches/tendra5/src/tools/tspec/utility.c
/branches/tendra5/src/tools/tspec/utility.h
/branches/tendra5/src/tools/tspec/variable.c
/branches/tendra5/src/tools/tspec/variable.h
/branches/tendra5/src/utilities/calculus/Makefile
/branches/tendra5/src/utilities/calculus/check.c
/branches/tendra5/src/utilities/calculus/check.h
/branches/tendra5/src/utilities/calculus/code.c
/branches/tendra5/src/utilities/calculus/code.h
/branches/tendra5/src/utilities/calculus/common.c
/branches/tendra5/src/utilities/calculus/common.h
/branches/tendra5/src/utilities/calculus/disk.c
/branches/tendra5/src/utilities/calculus/disk.h
/branches/tendra5/src/utilities/calculus/extra.h
/branches/tendra5/src/utilities/calculus/keyword.h
/branches/tendra5/src/utilities/calculus/lex.c
/branches/tendra5/src/utilities/calculus/lex.h
/branches/tendra5/src/utilities/calculus/lexer.h
/branches/tendra5/src/utilities/calculus/main.c
/branches/tendra5/src/utilities/calculus/obj_c/assert_def.h
/branches/tendra5/src/utilities/calculus/obj_c/calculus.c
/branches/tendra5/src/utilities/calculus/obj_c/calculus.h
/branches/tendra5/src/utilities/calculus/obj_c/cmd_ops.h
/branches/tendra5/src/utilities/calculus/obj_c/type_ops.h
/branches/tendra5/src/utilities/calculus/obj_tok/calculus.c
/branches/tendra5/src/utilities/calculus/obj_tok/calculus.h
/branches/tendra5/src/utilities/calculus/obj_tok/cmd_ops.h
/branches/tendra5/src/utilities/calculus/obj_tok/type_ops.h
/branches/tendra5/src/utilities/calculus/output.c
/branches/tendra5/src/utilities/calculus/output.h
/branches/tendra5/src/utilities/calculus/pretty.c
/branches/tendra5/src/utilities/calculus/pretty.h
/branches/tendra5/src/utilities/calculus/print.c
/branches/tendra5/src/utilities/calculus/print.h
/branches/tendra5/src/utilities/calculus/print_def.h
/branches/tendra5/src/utilities/calculus/read.c
/branches/tendra5/src/utilities/calculus/read.h
/branches/tendra5/src/utilities/calculus/read_def.h
/branches/tendra5/src/utilities/calculus/suffix.h
/branches/tendra5/src/utilities/calculus/syntax.c
/branches/tendra5/src/utilities/calculus/syntax.h
/branches/tendra5/src/utilities/calculus/template.c
/branches/tendra5/src/utilities/calculus/template.h
/branches/tendra5/src/utilities/calculus/token.c
/branches/tendra5/src/utilities/calculus/token.h
/branches/tendra5/src/utilities/calculus/write.c
/branches/tendra5/src/utilities/calculus/write.h
/branches/tendra5/src/utilities/calculus/write_def.h
/branches/tendra5/src/utilities/lexi/Makefile
/branches/tendra5/src/utilities/lexi/char.c
/branches/tendra5/src/utilities/lexi/char.h
/branches/tendra5/src/utilities/lexi/keyword.h
/branches/tendra5/src/utilities/lexi/lex.c
/branches/tendra5/src/utilities/lexi/lex.h
/branches/tendra5/src/utilities/lexi/lexer.h
/branches/tendra5/src/utilities/lexi/main.c
/branches/tendra5/src/utilities/lexi/output.c
/branches/tendra5/src/utilities/lexi/output.h
/branches/tendra5/src/utilities/lexi/syntax.c
/branches/tendra5/src/utilities/lexi/syntax.h
/branches/tendra5/src/utilities/make_err/Makefile
/branches/tendra5/src/utilities/make_err/errors.alg
/branches/tendra5/src/utilities/make_err/keyword.h
/branches/tendra5/src/utilities/make_err/lex.c
/branches/tendra5/src/utilities/make_err/lex.h
/branches/tendra5/src/utilities/make_err/lexer.h
/branches/tendra5/src/utilities/make_err/lexer.lxi
/branches/tendra5/src/utilities/make_err/main.c
/branches/tendra5/src/utilities/make_err/obj_c/assert_def.h
/branches/tendra5/src/utilities/make_err/obj_c/entry_ops.h
/branches/tendra5/src/utilities/make_err/obj_c/errors.c
/branches/tendra5/src/utilities/make_err/obj_c/errors.h
/branches/tendra5/src/utilities/make_err/obj_c/map_ops.h
/branches/tendra5/src/utilities/make_err/obj_c/msg_ops.h
/branches/tendra5/src/utilities/make_err/obj_c/name_ops.h
/branches/tendra5/src/utilities/make_err/obj_c/param_ops.h
/branches/tendra5/src/utilities/make_err/obj_tok/assert_def.h
/branches/tendra5/src/utilities/make_err/obj_tok/entry_ops.h
/branches/tendra5/src/utilities/make_err/obj_tok/errors.h
/branches/tendra5/src/utilities/make_err/obj_tok/map_ops.h
/branches/tendra5/src/utilities/make_err/obj_tok/msg_ops.h
/branches/tendra5/src/utilities/make_err/obj_tok/name_ops.h
/branches/tendra5/src/utilities/make_err/obj_tok/param_ops.h
/branches/tendra5/src/utilities/make_err/process.c
/branches/tendra5/src/utilities/make_err/process.h
/branches/tendra5/src/utilities/make_err/syntax.act
/branches/tendra5/src/utilities/make_err/syntax.c
/branches/tendra5/src/utilities/make_err/syntax.h
/branches/tendra5/src/utilities/make_err/syntax.sid
/branches/tendra5/src/utilities/make_tdf/Makefile
/branches/tendra5/src/utilities/make_tdf/input.c
/branches/tendra5/src/utilities/make_tdf/input.h
/branches/tendra5/src/utilities/make_tdf/keyword.h
/branches/tendra5/src/utilities/make_tdf/lex.c
/branches/tendra5/src/utilities/make_tdf/lex.h
/branches/tendra5/src/utilities/make_tdf/lexer.h
/branches/tendra5/src/utilities/make_tdf/main.c
/branches/tendra5/src/utilities/make_tdf/obj_c/assert_def.h
/branches/tendra5/src/utilities/make_tdf/obj_c/cmd_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_c/cons_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_c/info_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_c/link_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_c/par_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_c/sort_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_c/spec_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_c/tdf.c
/branches/tendra5/src/utilities/make_tdf/obj_c/tdf.h
/branches/tendra5/src/utilities/make_tdf/obj_tok/cmd_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_tok/cons_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_tok/info_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_tok/link_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_tok/par_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_tok/sort_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_tok/spec_ops.h
/branches/tendra5/src/utilities/make_tdf/obj_tok/tdf.h
/branches/tendra5/src/utilities/make_tdf/output.c
/branches/tendra5/src/utilities/make_tdf/output.h
/branches/tendra5/src/utilities/make_tdf/syntax.c
/branches/tendra5/src/utilities/make_tdf/syntax.h
/branches/tendra5/src/utilities/shared/config.h
/branches/tendra5/src/utilities/shared/error.c
/branches/tendra5/src/utilities/shared/error.h
/branches/tendra5/src/utilities/shared/ustring.h
/branches/tendra5/src/utilities/shared/xalloc.c
/branches/tendra5/src/utilities/shared/xalloc.h
/branches/tendra5/src/utilities/sid/Makefile
/branches/tendra5/src/utilities/sid/action.c
/branches/tendra5/src/utilities/sid/action.h
/branches/tendra5/src/utilities/sid/alt.c
/branches/tendra5/src/utilities/sid/arg-parse.c
/branches/tendra5/src/utilities/sid/arg-parse.h
/branches/tendra5/src/utilities/sid/basic.c
/branches/tendra5/src/utilities/sid/basic.h
/branches/tendra5/src/utilities/sid/bitvec.c
/branches/tendra5/src/utilities/sid/bitvec.h
/branches/tendra5/src/utilities/sid/c-check.c
/branches/tendra5/src/utilities/sid/c-check.h
/branches/tendra5/src/utilities/sid/c-code.c
/branches/tendra5/src/utilities/sid/c-code.h
/branches/tendra5/src/utilities/sid/c-junk.h
/branches/tendra5/src/utilities/sid/c-lexer.c
/branches/tendra5/src/utilities/sid/c-lexer.h
/branches/tendra5/src/utilities/sid/c-out-info.c
/branches/tendra5/src/utilities/sid/c-out-info.h
/branches/tendra5/src/utilities/sid/c-out-key.c
/branches/tendra5/src/utilities/sid/c-out-key.h
/branches/tendra5/src/utilities/sid/c-out-nl.c
/branches/tendra5/src/utilities/sid/c-out-nl.h
/branches/tendra5/src/utilities/sid/c-out-types.c
/branches/tendra5/src/utilities/sid/c-out-types.h
/branches/tendra5/src/utilities/sid/c-output.c
/branches/tendra5/src/utilities/sid/c-output.h
/branches/tendra5/src/utilities/sid/c-parser.c
/branches/tendra5/src/utilities/sid/c-parser.h
/branches/tendra5/src/utilities/sid/cstring-list.c
/branches/tendra5/src/utilities/sid/cstring-list.h
/branches/tendra5/src/utilities/sid/cstring.c
/branches/tendra5/src/utilities/sid/cstring.h
/branches/tendra5/src/utilities/sid/dalloc.c
/branches/tendra5/src/utilities/sid/dalloc.h
/branches/tendra5/src/utilities/sid/dstring.c
/branches/tendra5/src/utilities/sid/dstring.h
/branches/tendra5/src/utilities/sid/entry-list.c
/branches/tendra5/src/utilities/sid/entry-list.h
/branches/tendra5/src/utilities/sid/entry.c
/branches/tendra5/src/utilities/sid/entry.h
/branches/tendra5/src/utilities/sid/error-file.c
/branches/tendra5/src/utilities/sid/error-file.h
/branches/tendra5/src/utilities/sid/error.c
/branches/tendra5/src/utilities/sid/error.h
/branches/tendra5/src/utilities/sid/errors/arg-parse.e
/branches/tendra5/src/utilities/sid/errors/c-check.e
/branches/tendra5/src/utilities/sid/errors/c-code.e
/branches/tendra5/src/utilities/sid/errors/c-lexer.e
/branches/tendra5/src/utilities/sid/errors/c-parser.e
/branches/tendra5/src/utilities/sid/errors/error-file.e
/branches/tendra5/src/utilities/sid/errors/for-osif.e
/branches/tendra5/src/utilities/sid/errors/grammar.e
/branches/tendra5/src/utilities/sid/errors/lexer.e
/branches/tendra5/src/utilities/sid/errors/main.e
/branches/tendra5/src/utilities/sid/errors/parser.e
/branches/tendra5/src/utilities/sid/errors/rule-check.e
/branches/tendra5/src/utilities/sid/errors/rule-factor.e
/branches/tendra5/src/utilities/sid/errors/rule-firsts.e
/branches/tendra5/src/utilities/sid/errors/rule-lre.e
/branches/tendra5/src/utilities/sid/errors/scope.e
/branches/tendra5/src/utilities/sid/exception.c
/branches/tendra5/src/utilities/sid/exception.h
/branches/tendra5/src/utilities/sid/fast-short.h
/branches/tendra5/src/utilities/sid/grammar.c
/branches/tendra5/src/utilities/sid/grammar.h
/branches/tendra5/src/utilities/sid/istream.c
/branches/tendra5/src/utilities/sid/istream.h
/branches/tendra5/src/utilities/sid/item.c
/branches/tendra5/src/utilities/sid/junk.h
/branches/tendra5/src/utilities/sid/key.c
/branches/tendra5/src/utilities/sid/key.h
/branches/tendra5/src/utilities/sid/lexer.c
/branches/tendra5/src/utilities/sid/lexer.h
/branches/tendra5/src/utilities/sid/main.c
/branches/tendra5/src/utilities/sid/name.c
/branches/tendra5/src/utilities/sid/name.h
/branches/tendra5/src/utilities/sid/non-local.c
/branches/tendra5/src/utilities/sid/non-local.h
/branches/tendra5/src/utilities/sid/os-interface.h
/branches/tendra5/src/utilities/sid/ostream.c
/branches/tendra5/src/utilities/sid/ostream.h
/branches/tendra5/src/utilities/sid/output.c
/branches/tendra5/src/utilities/sid/output.h
/branches/tendra5/src/utilities/sid/parser.c
/branches/tendra5/src/utilities/sid/parser.h
/branches/tendra5/src/utilities/sid/parser.sid
/branches/tendra5/src/utilities/sid/rstack.c
/branches/tendra5/src/utilities/sid/rstack.h
/branches/tendra5/src/utilities/sid/rule-check.c
/branches/tendra5/src/utilities/sid/rule-factor.c
/branches/tendra5/src/utilities/sid/rule-firsts.c
/branches/tendra5/src/utilities/sid/rule-lre.c
/branches/tendra5/src/utilities/sid/rule-mutate.c
/branches/tendra5/src/utilities/sid/rule-names.c
/branches/tendra5/src/utilities/sid/rule-simp.c
/branches/tendra5/src/utilities/sid/rule-tail.c
/branches/tendra5/src/utilities/sid/rule.c
/branches/tendra5/src/utilities/sid/rule.h
/branches/tendra5/src/utilities/sid/scope.c
/branches/tendra5/src/utilities/sid/scope.h
/branches/tendra5/src/utilities/sid/shortnames.h
/branches/tendra5/src/utilities/sid/sid.1
/branches/tendra5/src/utilities/sid/syntax.c
/branches/tendra5/src/utilities/sid/syntax.h
/branches/tendra5/src/utilities/sid/table.c
/branches/tendra5/src/utilities/sid/table.h
/branches/tendra5/src/utilities/sid/tcheck.h
/branches/tendra5/src/utilities/sid/type.c
/branches/tendra5/src/utilities/sid/type.h
/branches/tendra5/src/utilities/sid/types.c
/branches/tendra5/src/utilities/sid/types.h