[libc] strtoul[l]: return input string on parsing error
[Makefile] Remove [un]install targets for now
[Makefile] POSIXify libscc Makefile
[Makefile] use scpp instead of cpp in install target
[libc] Move target directory to script/rules.mk
[libc] Add errno.h to the different systems
[libcrt] Add crt files for darwin
[libc] Add headers for darwin
[libc] Fix definition of size_t for amd64
[libc] Remove unused files
[libc] Add basic support for Darwin
[libc] Fix system generation in some platforms
[libc] Fix malloc
[libc] Avoid inclusion of scc headers
Merge remote-tracking branch 'origin/master' into HEAD
Big tree rework
[lib/scc] Fix bunpack name
[lib/c] Synchronize lib/c
[lib/c] Add support for arm32
[lib/c] Add errno.lst for netbsd
[lib/c] Remove unused and empty file
[libc] Rewrite build system of libc
[lib/c] Remove special license from vfprintf.c
Add bug related to ar
[libc] Add rand() to the list of functions
[libc] Add needed flags for linux
[libc] Add test for malloc
[tests/libc] Avoid problem with parameter order
[lib/c] Initialize pointers of FILE
[lib/c] Fix syscall.lst of linux
[lib/c] Fix value returned in __getc() and __putc()
[lib/c] Allocate buffers in stdio by demand
[lib/c] Allocate buffers in stdio by demand
[lib/c] Several small fixes
[lib/c] Remove _gettimeofday.s from amd64-sysv-netbsd
[lib/c] Add ftell()
[lib/c] Remove unused variable in setvbuf
Remove unused label in __putc.c
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