scripts/proto: Add missing sys and arch cdefs.h
cmd/cc: Fix cc1 tool name generation
scripts/proto: There is no arch-specific cc1
scripts/proto: There is no arch-specific stddef.h anymore
scripts/proto: Fix target names
libc: Fix makefile $< usage in non-inference rule
Merge branch 'master' of ssh://simple-cc.org:/home/zerous/scc into master
libc: Implement tzset in time
libmac: Fix iteration limit over mapsec array
Merge branch 'master' of ssh://simple-cc.org:/home/zerous/scc into master
build: Fix usage of install
libc: Implement clock (linux/amd64)
libc: Add gettimeofday syscall (linux/amd64)
libc: Fix bug in mktime.c
libc: Fix bug in mktime.c
build: Fix usage of install
libc: Fix "%C" in strftime.c
libc: Fix first() in strftime.c
libc: Set tm_yday in mktime.c
libc: Use tr instead of sed for removing newlines
cmd: Check before throwing SIGQUIT in ar.c
config: Use _POSIX_C_SOURCE in host/unix.mk
libc: Fix first() (strftime)
libc: Implement %g, %G, and %V (strftime)
libc: Fix bug in normalize (mktime)
libc: Fix strftime (time.h)
libc: Fix strftime (time.h)
cpp: Improve switch in outcpp()
cc1: Change break style in lex.c
cc1: Improve main loop
cc1: Fix usage() message
cc1: Fix order of initialization
Merge remote-tracking branch 'origin/master'
cc1: Remove debug code
cc1: Unify all the cc1 programs
driver/posix: Remove unneeded goto
libc: Fix function prototype (arm32) - open, openat
libc: Fix linux sys.h
libc: Add setjmp.h for ppc
libc: Rename arm32 to arm
libc: Rename ppc32 to ppc
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
as: Better error output
libc: Put an explicit error output in float.h
libc: Add sys/cdefs.h
libc: Add arch/cdefs.h
libc: Fix function prototype (arm32) - open, openat
libc: Fix function prototype (arm64) - open, openat
libc: Fix filename in crt.s for arm64
libc: Fix typo in Makefile
libc: Fix vfprintf numeric sign convertion
libc: Fix fopen default file mode
Merge remote-tracking branch 'origin/master'
libc: Fix amd64/memcpy
libc: fix crt path in Makefile
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
libc: Update libc dependencies
libc: Fix _getheap() for linux
libc: Amend commit 97caea2d
libc: remove non-C99 strnlen usage in vfprintf
libc: Add remove()
libc: Add local copy of strnlen to vfprintf
Merge remote-tracking branch 'origin/master' into HEAD
libc: Small naming change
libc: Add support for iso646.h
libc: Remove strnlen()
Use r14 for local variable storage as stw doesn't support r0
Fix filename suffix in Makefile
Revert "Fix typo in filename ppc.mk"
libc: Remove trailing whitespaces
libc: Add setjmp and longjmp for ppc32
libc: Implement _getheap for ppc32
libc: Add syscall _brk for ppc32
Add libcrt files for ppc32
Fix typo in filename ppc.mk
libc: Implement the following syscalls for ppc32
Fix bug in sed invocation in scripts/rules.mk
libc: Fix extension of __getc.o
build: fix arm64-linux mk include
libc: Implement crt-posix.s for ppc32
libc: Use common symbols for _environ
libc: Make more portable the Makefile
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