Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[tests/libc] Add 0009-stdarg and 0010-stddef
[tests/libc] Add test 0008-longjmp
[tests] Actually exit after trap catched a signal
[tests/libc] Add 0007-signal test
[lib/c] Add longjmp() and setjmp() for amd64
[lib/c] Move the signal definition to sys/ headers
[lib/c] Fix generrno.sh in linux
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[lib/c] Add math.h placeholder
[tests/scc] Fix scc-tests.lst
[tests/libc] Don't mask the numbers in error messages
[lib/c] Apply changes for OpenBSD
[tests/libc] Add small comment to 0005-ctype
[tests/libc] Add limits.h test
[lib/c] Add placeholder for float.h
[lib/c] Add actual system errno codes
[tests/libc] Detect pie compilers
[tests/libc] Test with debug informatio included
[tests/libc] Add tests for ctype
[lib/c] Fix numtostr()
[lib/c] Fix putchar()
[tests/libc] Integrate expected output in the c files
[lib/c] whitespace change
[tests/libc] Add test 0004-assert.c
[tests/libc] Add tests for assert()
[lib/c] Fix flush of line buffers
[tests/libc] Use printf in 0001-abort
[lib/c] Fix _flsbuf()
[libc] Fix linking problems of printf
[cc1] Accept spaces as good characters
[lib/c] Avoid signess mismatch in memchr
[tests/scc] Avoid division by zero
[tests/libc] Fix syscall numbers and sigaction
Add SYSLDFLAGS
Disable stack protector in OpenBSD
[lib/crt] Recover the symbol __guard_local for OpenBSD
[lib/c] Fix signal implementation for NetBSD
[lib/c] Add basic support for signals in OpenBSD
[lib/c] Fix signal implementation for NetBSD
Add documentation about extension in variadic macros
[tests/ar] Fix cleanup of temporary files
[tests/as] Don't show test command line
[tests/ar] Don't show test command line
[tests/scc] Avoid division by zero
[tests] change output format: [state]: file
[lib/c] Fix compilation in linux
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[lib/c] Add signal.o to OpenBSD
[tests/scc] Add test 0190-stringize.c
[tests/scc] Update list of TODO tests
[tests/scc] Set system environment variables
[tests/libc] Don't search in defaut lib directories
[driver/posix] Fix path to crt.o
[inc] Clean default crt and ld configuration files
[ld] Remove ld from the PATH
[lib/c] Add -static to gcc when compiling libraries
[lib/crt] Fix amd64 crts
[tests/scc] Rename 0154-if-defined
[lib/c] Add _sigaction.s to gitignore
[tests] Remove unneeded use of cat
[tests/ar] Don't use date -d
[lib/c] Add posix support for signal
[lib/c] Introduce libc.h
[lib/c] Fix NetBSD syscalls numbers
[lib/c] Clean Linux definition of syscalls
[crt/netbsd] Fix NetBSD crt
[tests/libc] Remove unneded echo in cc.sh
[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
[tests/scc] Add test 0180-incomplete.c
[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