[tests/ar] Small fix for test-q.sh
[tests/ar] Don't hardcode the user id in the test
[tests/ar] Create test-q.sh
Merge branch 'master' of ssh://simple-cc.org/var/gitrepos/scc
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[tests/scc] Simplify Makefile
[ar] Fix asignation of temporary field of ar operations
[test/ar] Add tests for -d
Makefiles: split config.h with rules.mk
[ar] Open archive file for read+write
[test/ar] First version of the ar test
[ar] Dummy implementation of -m verbose
Update .gitignore
[test] Create new tree for testing all the tools
[ar] Implement merge() used for -m
[driver/posix] Rename scpp to cpp
[ar] Install ar-$(DRIVER)
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[ar] Fix some important warnings
[ar] Improve -m implementation
Use + in recursive make actions
Revert "add MFLAGS"
[driver/posix] Simplify the status check of children processes
[ar] Create doit() function
add MFLAGS
[ar] Add base of -m
[test] Don't use redirection if you use stty
change $() to ${}
[test] Add execute test 177
[ar] Avoid 2nd loop in -r
[ar] Fix closetmp()
[ar] Fix getnum() and add verbose to del()
[lib/scc] Remove war.c and war.h
[ar] Implement -r key
[ar] Small style change
[ar] Add valid()
[ar] Simplify copy()
[ar] Add extract key
[ar] Simplify openar()
[ar] Move usage() near of main()
[ar] Add -p print key
[ar] Flush stdout before finishing
[ar] Fix long list
[ar] Implement printout of time with -t
[ar] Add -t option
[ar] Refactor run()
[ar] Add -d flag
[ar] Add openar() and archive()
[ar] Begin to write the proper tool
[cc2-z80] Add basic code for cgen()
[as-qbe] Remove unneeded prototype
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[as] Add -u to the diff command line of test.sh
[as] Fix -r option
[as-z80] Add Zilog style symbol directives
[as] Cont all the lines of input files
[nm] Add correct type of symbols
[as] Remove FNTYPE and FMASK
[doc] Update documentation about myro information
[as] Remove FRELLOC from flags
[as] Improve clean rule in Makefile
[nm] Fix some small bugs
[doc] Add documentation about myro
[as-z80] Add test cases for at&t syntax
[as] Fix use before setting in field()
[as] Allow left to right or right to left parsing
[as] Fix getline
Merge remote-tracking branch 'simple-cc/master'
[as] Add support for recursive inclusion
[as] Use isspace() in field()
Merge branch 'master' of ssh://simple-cc.org/var/gitrepos/scc
[as] Don't use fgets()
[as-z80] Change [] to ()
[as] Move parser stuff to parser.c
[as] Small comment fix
[as] Create unary() function
[as] Use $ for immediate
[as] Remove memory operand from operand()
[as] Generalize zilog() to addrmode()
[as-z80] Update test.s to use only ()
[as] Define regmode
[as] Fix lunpack()
[as] Run sort under the C locale
[as] Don't force % in register names
[as] Add number parsing
Add limits macros for TUINT and TINT
[as] Update test.sh to cover with the new dir structure
[as] Change the filesystem tree
[as-z80] Fix RET cc opcodes
Use [] instead of () for indirection
Remove unreachable goto
[as] Trim characters from fields
[as-z80] Add relative jumps
[as-z80] Remove unneeded break
[as-z80] Add bibliography documentation
[as-z80] Don't call getclass() in every match iteration
[as-z80] Pass directly the node to flag2int() and reg2int()
[as-z80] Remove class functions
[as-z80] Remove argtype field form symbols