[ld] Remove the object item list
[tests/scc] Add test for macro expansion in #include
Merge branch 'make-changes'
Add name of the tool in die() messages
[cc1] Make addinput() a void funtcion
[ld/coff32] Add support for coff32 probe()
Move rootdir creation to rules.mk
Move the lib generation rule to libdep.mk
[nm] Make object() static
[ld] Add basic support for objects and libraries
[ld] Add skeleton for ld
[tests/nm] Restore correct trap cmd
[tests/nm] Add tests for P format to z80
[nm] Fix octal radix in P format
[tests/nm] Add moretests for z80
[nm] Fix decimal radix
Ignore .out files
[tests/nm] Factorize the creation of the a.out file
[test/nm] Add more tests for z80 coff32
[nm] Fix detection of member in archives
[nm/coff32] Make relative all the fseeks
[nm] Considerer U symbols always smallers
[nm/coff32] Remove unused variable
[nm/coff32] Fix string table retrieve
[nm] Fix "portable format"
[nm/coff32] Add support for common blocks
[tests/ar] Use date to get the unix time
[nm] Improve Makefile
[tests] Add basic execute test for nm
[nm] Improve error handling
[lib/scc] Fix lpack()
[nm] Implement coff symbol listing
[cc2] Rewrite getsym()
[lib/scc] Add bpack() and bunpack()
[nm] Remove myro object file
[nm] Remove fname from object() parameters
Add COFF 32 bit version includes
[ar/nm] Synchronize the file name criteria
[nm] Extrace correct name of archive members
[nm] Improve error handling
[nm] Add symbol type
[nm] Split main.c in common and object part
[nm] Reintroduce again archives
libc: vfprintf(), fix cast for long long
libc: fopen(), allow for example r+b and rb+
libc: bsearch(), fix cmp check
[cc1] Whitespace change in Makefile
[cc1] Don't allow redifinition of typedef
[lib/c] Rename assert.c to __assert.c
[lib/c] Small whitespace change
[tests/ar] Remove generation of master.a from chktest.sh
Makefile: make install improvements
Make totime() time signed
[ar] Remove unused macros SAVE and NOSAVE
[ar] Convert stat.c into driver.c
[ar] Convert totime() into a function
[ar] Remove comment
[ar] Create temporary files only when it is needed
[tests/ar] Add tests for update
[ar] Fix update
[ar] Fix extract()
[tests/ar] Add master.a target
[tests/ar] Fix 0003-append.sh
[test/ar] Remove exec from test files
Split tests in smaller files
[tests/ar] Remove SCCPREFIX from the Makefile
[ar] Fix inlist()
[ar] Fix magic number (again)
[ar] Change op to m
[ar] Small fix in error string
[ar] Fix size of ar magic in merge()
[ar] Initialize member fileds in run()
[ar] Fix merge()
[ar] Add insert()
[ar] Make -m tests more orthogonal
[ar] Full rewrite of ar
[tests/ar] Add more tests to test-m
[ar] Remove parameter of doit()
[cc2/z80] Add lhs()
[cc2/z80] Add code for bool()
Fix small typo in LICENSE
[ar] Remove direct call to cleanup()
[ar] Add basic skeleton for -m tests
[ar] Transform afile into a global variable
[ar] Remove iflag
[tests/ar] Add tests for -x
[tests/ar] Add tests for -t
[tests/ar] Fix multiple problems in tests
[tests/ar] First version of the test for -p
[tests/ar] Use normal here-documents in chktest.sh
[ar] Use a haslist variable
[tests/ar] Add tests for -d
[ar] Remove current member from pending list
[ar] Do always the check of pending members
[ar] Enable early close for -q
[ar] Move stat after open the file
[tests/ar] Improve -q test
[tests/ar] Try ten at once -q test
[ar/tests] Fix chktest.sh
[tests/ar] Small fix for test-q.sh