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
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