libc: Fix preprocessor guard for size_t
libc: Add placeholder for ppc32
libc: Add deps.mk to arch Makefiles
libc: Add newline in the mem*.c files
libc: Add amd64 memcpy implementation
libc: Move mem* functions to arch directory
libmach: Rework of newmap()
ld: Add mkfile()
libmach: Fix readstr()
ld: Simplify newsec()
libmach: Add comment in rebase.c
ld: Remove -D flag
tests: Update .gitignore
test-ar: Add test for -ru
ar: Fix -r flag
libc: Fix Makefile of ctype and time
tests-libc: Create tests-amd64 and tests-i386
build: Fix compilation for tests
build: Remove leftover tab and trailing space
build: Automatize build
libc: Fix multi-conf generation
libc: Fix libc generation
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
deps: Update dependencies
build: Do not use $* in non-inference rules
[build] Make config directories regular
[libc] Allows multi target
Fix SCHAR_MIN in limits.h
Remove generated binaries
Add _cerrno.s, _getheap.c, raise.c & signal.c for i386/linux
Update gensys.sh for i386/linux
Fix paths and use CROSS_COMPILE
Update crt-posix.s for i386/linux
Add umoddi3 and udivdi3
Update setjmp.s and longjmp.s for i386/linux
Add setjmp.h for i386
[ld] Remove pass3.o from Makefile
[ld] Remove the double linked list for sections
[ld] Cleanup section.c
[ld] Link objects in a list
[ld] Recover pass2
[libc/i386] Remove not implemented targets
[libc] Simplify _getheap() in posix
Add install script
Fix PREFIX handling
Fixed error message(s) wording
[cc] Only warn about unexpected internal failures
[cc] Fix default include paths
[cc] Finalize temporary buffer in path()
[cc] Initialize counter to 0 in path()
[tests] Update shell scripts to new cc name and dir layout
[cc] Rename scc executable to cc
[libc] Revert crt.o changes
Add distclean target
[cc] Rename scc executable to cc
[cc] Simplify usage message
[cc] Force cc1 when -E is used
[cc] Rename scc executable to cc
[tests] Rename scc to cc
[cpp] Rename scpp to cpp
[tests/scc] Fix string handling
[cc] Add meta characters in path definitions
[scc] Add libcrt to the command line
[tests/scc] Fix ROOT path
[scc] Add debug info about commands executed
[scc] Rename scc directory to cc
[ld] Fix command line parsing
[libcrt] Add libcrt
[config] Move mk files to cnfig/config
[libscc] Remove register keyword from a prototype
[test/ar] Fix ar test Makefile
[as-powerpc] Add comment about name origin
[as-powerpc] Add BCCTR and BCCTRL instructions
[as-powerpc] Add BCLR and BCLRL instructions
[as] Use # for comments instead of /
[as] Rename $family.dat to ops.dat
[as-powerpc] Add BC instructions
[as-powerpc] Check correct limits in i_form()
[as-powerpc] Change pack_emit() to emit_packed()
[as] Implement toobig()
Merge branch 'master' into powerpc
[as/x86] Add more comments in the opcode table
Move STD to rules.mk
[as/powerpc] Add Branch instructions
[test/as] Fix the PATH definition
[objdump] Ad a dummy version for as tests
[as-powerpc] Add GPRS registers
[as-powerpc] Add basic assembler pseudo-instructions
[as-powerpc] Add skeleton for different instruction formats
Fix symbol _start in crt-posix.s for amd64
[as] Move target makefiles to target directories
[as] Add powerpc64 skeleton
Add more things to FIXME.
[ld] Add basic skeleton for powerpc
Add gensys.sh and syscall.lst for i386
Add setjmp.s and longjmp.s for i386
Add crt-posix.s/crt.s for i386/linux
[libmach] Add findsec()
[libmach/coff32] Fix return code of readstr()
[libmach] Add loadmap()