[scc] Move cc1 cc2 and driver to cmd/scc
[libc] Include libc.h in files using _flsbuf
Fix small bug in mklib
[libc] Remove libcrt
Removed not supported config (i386-linux)
Separate target and toolchain configuration
[libc] Don't rebuild the library always
Move cc1 cc2 as and ld to cmd
[cc1] Remove redundant atoi()
Fix $(ENV) generation
Enable pararell directory processing
[ar] Check filenames before processing archive
[cmd] Set the size in POSIX getprop
[ar] Fix a few error strings
[ar] Print usage on mutually exclusive options
[ar] Parse full pathname for file operands
fix errstr()
[libmach] Fix typo in lpack
[ranlib] Add errstr()
[ar] Remove blank lines
[ranlib] Ignore non libraries archives
[ar] Set file attributes in extracted files
[ar] Increase the portability
[ar] Add error() function
[ranlib] Add TODO for t flag
[addr2line] Add basic program code
Add dummy versions of addr2line and objcopy
[objdump] Move objdump to src/cmd
[ranlib] Add first version of ranlib
[size] Add support for libraries and coff32
[size] Add support for libraries
Fix several warnings
[ar] Move ar to cmd directory
[strip] Simplify error messages
[as] Use EXIT_FAILURE instead of 1
[size] Add a first version of size
[strip] first version
[libmach] Add objfmt.c
Create cmd directory
[libmach] Split objread()
[nm] Restore filter
[libmach] Rework the object interface
[as/x86] Add more ADD instructions
[libmach] Don't expose all the functions of object formats
[libmach/coff32] Free all the fields
[nm] Fix libraries dealing
[ar] Include it in all target
Remove libcoff32
Remove myro files
[as] Remove support for myro
[nm] Use EXIT_FAILURE instead of 1
[objdump] Remove support for myro
[nm] Print name of the object file
[nm] Remove not needed dependencies of nm
[libmach] First version of libmach
Removed extra space character.
Simplify src Makefile
[scripts] Add mklib script
[test/as] Remove duplicated comment
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[libc] Simplify strtol* functions
Fix sort in mktbl
[libc] Use _dtoi for atoi family too
[libc] Put strto* character to number convertion in _dtoi function
[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