Use typedef instead of #define for va_list
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
Fix va_list passing for vfprintf(3)
[cc1] Improve ones()
[lib/c] Fix unbuffered output
[lib/c] whitespace change
[lib/c] Simplify mktime()
[lib/c] Several small fixes
Merge remote-tracking branch 'simple-cc/master'
[lib/c] Add first version of ime functions
[lib/c] Whitespace change
[lib/c] Whitespace change
[lib/c] Add getenv() for posix systems
[lib/c] Fix NetBSD runtime
[lib/c] Fix locale.h functions
[tests/libc] Add test for errno.h
[lib/c] Fix str?spn functions
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[tests/libc] Add mem* tests
[lib/c] Add getenv() for posix systems
Rename rootdir to root
Whitespace change
[lib/c] Add wctype.h
[lib/c] Define the needed types in wchar.h
[lib/c] Remove wcnslen.c
Add all the definitions needed in wchar.h
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[tests] Use a common format in all the tests
[lib/c] Add __NUMCHARS
[tests/libc] Improve output format
[lib/c] Recover all value of MB_LEN_MAX
[lib/c] Fix strstr()
[lib/c] Support only charset between 0-127
[lib/c] Fix memcmp()
[tests/libc] Add tests for str functions
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[lib/c] Don't assume a the CHAR_BIT value
[lib/c] Improve strspn and strcspn
[tests/libc] Add tests for strcat, strchr and strcmp
Remove stdio.h from abort.c
Merge branch 'master' of ssh://simple-cc.org/var/gitrepos/scc
[lib/c] Add strnlen()
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