[tests/libc] Add basic support for NetBSD and OpenBSD
[lib/c] Add dep rule in common.mk
[lib/crt] Improve crt Makefiles and add NetBSD crt
[lib/c] Add support for target dependencies
[libc] Fix wchar.h guard
[tests] Simplify the test directories
[tests/libc] Add libc test framework
Ignore objdump binary
[libc] Ignore the executable format
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[lib/c] Move include to rootdir
[lib/c] Ignore generated files in amd64-sysv-linux-elf
[driver/posix] Don't generate local copies of the executables
Move rootdir/lib to rootdir/lib/scc
[lib/scc] Use the same pointer type if va_arg()
Merge remote-tracking branch 'simple-cc/master'
[lib/c] Remove the separation between libc and libsys
[lib/c] Don't compare char with EOF
[lib/c] Fix precedence order in fopen.c
[lib/c] Fix libc compilation errors
Don't use a temporary file in mkdep.sh
[lib/c] Fix build system
[lib/crt] Compile crt.o in all again
Build libraries into lib/
Build binaries directly in the target directory
Fix system configuration
Add standard flags always
Add rootdir to the repository
Add support for Linux
[lib/coff32] Introduce new library coff32
[inc] Add incdep.mk
[lib/scc] Move generated dependencias to deps.mk
Remove configure and config.mk.def
Clean Makefile
Remove USEQBE and MKQBE
Don't run make dep in configure
Add rules related to rootdir
Remove heading ./ from deps.mk
[lib/scc] Add ctype.h to pack functions
[driver/posix] Use mkdep.sh script
Use LIBSCC instead of LIBDIR
Move generated dependencias to deps.mk
[lib/c] Remove the use of TARGET variable
[cc2] Remove gendep.sh
[cc1] Remove gendep.sh
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
Fix typos in README
[lib/scc] Add support for ' in pack functions
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[lib/c] Fix true/false definitions
[ld-286] Add more documentation about the 8086 instruction format
[ld-coff] Add AOUTSZ definition
[tests/scc] Add new regression test for sizeof
[ld] Rewrite it again
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
Fix syntax of jumps
Fix GB80 instructions
[coff] Add more defines
[as] Remove multi format support
[ld/coff32] Implement load()
[as/coff32] Check if a library member is needed
[as/coff32] Refactor readobj()
[as] Add newsect()
[as] Fix parameter parsing
[as] Add push() and pop()
add support for i386 magic value in the file header
[as/coff32] Prepare the code for unloading
[as/coff32] Calculate correct address for symbols
[as/coff32] Add support for aux symbol entries
[ld] Redefine interface between main and object formats
[as] Do small improvements
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[lib/c] Fix __putc()
[ld/coff32] Improve the linker
Add ADDW to x86.dat
[nm] Use 'n' for debug symbols
[lib/c] Undef library functions before functions
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
Updated README wording.
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
Fix puts() implementation
[tests/as] Remove verbose output from test.log
[tests/as] Add ADDW tests for 2i86
[as/i286] Fix Name of BX register
[test/as] Move as tests to the test directory
[as/objdump] Install as and objdump
[as/286] Remove % in register names
[as] Small fixes tin gentbl.awk
Revert "[as] Allow left to right or right to left parsing"
[as] Don't use bitfields for AOPT and AREP
[as/286] Add reg8_reg8()
[as/x86] Fix x86.dat and rules.dat
[as] Update dependencies list
[as/i286] Add the first instruction to i286
[as/286] Update test file to cover all the 8 bit additions
[as/x86] Add basic support for register classification
[as/i286] Add Makefile support to build as-286
[as] Use LC_COLLATE=C in gentbl.sh
Make more stable mkdep.sh
Fix inclusion dependencies generation