Add VAX and PDP-11 architecture reference manuals
[43bsd.git] / xify /
2017-02-02 Nick DowningFix minor bugs in xified C compiler and linker scripts...
2017-02-02 Nick DowningRemove the sed fixup of va_arg() after xification,...
2017-02-02 Nick DowningXifier now discovers typedefs by itself, and doesn...
2017-02-02 Nick DowningMake xifier use #pragma keyword and #pragma typedef...
2017-02-02 Nick DowningGet top level build script n.sh working again, improve...
2017-02-02 Nick DowningChange xified C compiler and linker so that xification...
2017-01-31 Nick DowningPost-ansification changes for usr.bin/lex
2017-01-29 Nick DowningPost-ansification changes for bin/diff
2017-01-29 Nick DowningPre-ansification changes for bin/csh
2017-01-27 Nick DowningImprove syscalls emulation on Linux, so bin/as can...
2017-01-26 Nick DowningPre-ansification changes for bin/as
2017-01-25 Nick DowningCreate demac.sh, demac.sed, uniqify.sed to automaticall...
2017-01-24 Nick DowningPre-ansification changes for bin
2017-01-24 Nick DowningPre-ansification changes for bin
2017-01-23 Nick DowningPost ansification changes for bin/tp, program can run...
2017-01-23 Nick DowningTidy up xified C compiler to use relative paths and...
2017-01-23 Nick DowningFix makefile in include and lib/libc to reflect recent...
2017-01-22 Nick DowningReinstate extra s.sh script to remove useless includes...
2017-01-22 Nick DowningMove bcopy() and friends into strings.h, move mkdir...
2017-01-22 Nick DowningNow have a scheme to delete stale xified sources as...
2017-01-22 Nick DowningNow have proper xification of dependencies even if...
2017-01-21 Nick Downingxification of dependencies using a pipe to receive...
2017-01-21 Nick DowningNow have caching of xified C sources using a modificati...
2017-01-21 Nick DowningMake xified linker automatically create links like...
2017-01-21 Nick DowningPut libx_c makefiles almost back to standard, by using...
2017-01-21 Nick DowningRedo the xified cc based on bin/cc.c, also add an xifie...
2017-01-20 Nick DowningInstall the xification and xified C compiler in a sensi...
2017-01-20 Nick DowningAdd a transparently xifying C compiler in xify/cc,...
2017-01-19 Nick DowningCan now compile hello program, it aborts at the first...
2017-01-19 Nick DowningStart converting Makefiles, add linux/csu/crt0.c and...
2017-01-19 Nick DowningNow converted all of libstdc to compile without errors...
2017-01-19 Nick DowningMake a post-patching scheme, use it to add ANSI C compa...
2017-01-19 Nick DowningSignificant progress on getting libstdc to compile...
2017-01-18 Nick DowningCan now compile headers with gcc
2017-01-15 Nick DowningNow computing dependencies quite nicely, all headers...
2017-01-15 Nick DowningScript to rediscover dependencies between header files...
2017-01-14 Nick DowningPatches to cproto to fix varargs handling and adjust...