[lib/c] Add stdio declarations for file operations
[lib/c] Improve fread() and fwrite()
[lib/c] Protect srand() from macro definitions
[lib/c] Fix printf()
[lib/c] Simplify vfprintf()
[lib/c] Fix number conversions with prefix
[lib/c] Add puts() and fputs()
[lib/c] Add fread() and fwrite()
[lib/c] Add fgetc(), fputc(), getchar() and putchar()
[lib/c] Add gets() and fgets()
[lib/c] Fix multiple bugs in vfprintf()
[lib/c] Fix test increment
[lib/c] Fix type of parameter in numtostr()
[lib/c] Fix small typo in comment
[lib/c] Remove mask and size from getnum()
[lib/c] Rewrite vfprintf.c
[objdump] Add doit() function
[objdump] Introduce obj_info structure
[objdump] Fix printf types problems
[objdump] Print relocations in one line format
[objdump] Use 1 space as data header
[objdump] Print symbols in one line format
[objdump] Fix command line parsing
[objdump] Delay print name
[myro] Remove blob section type
[objdump] Print sections in one line format
Ignore objdump binary
[objdump] Fix 0 arguments case
[objdump] Improve magic printing
Add objdump to the main Makefile
[objdump] Add fclose() check to stdout
[nm] Fix error message
[lib/c] Add atol() and atoll()
[objdump] Validate the magic number of the object file
[objdump] Create dump() function and use a.out as default file name
[objdump] Remove size_t check of fields
[as] Add section flags to myro object file
[as] Add fill,aligment and len to the section output
[objdump] Avoid error in stderr about strings with -1
[as] Fix writestrings and writesymbols
[as] Fix format dump in myro files
[objdump] Add printdata()
[objdump] Add printrelocs()
[objdump] Add printsymbols()
[objdump] Add printsections()
[objdump] Add printstrings()
[objdump] First version of objdump
[lib/scc] Fix read myro header
[lib/scc] Fix myro write implementation
[as,ar,nm] Improve header dependencies
[nm] Add correct output in member of archives
[nm] Add print() function
[nm] Use better names for testing functions
[nm] Load strings into memory
[nm] Add explicit check in ftell()
[nm] Add parsing of options in command line
[nm] Add more overflow tests to nm()
[nm] Improve member skipping in ar()
[nm] Remove unused function fdie()
[nm] Add more overflow checks
[nm] Simplify error handling
[nm] Add support for object files inside ar files
[lib/scc] Add rdarhdr()
[ar] Add functions to write ar files
[myro] Don't pollute the namespace
[nm] Add more skeleton for ar files
[nm] Add nm() function
[lib/scc] Add magic number to myro header
[lib/scc] Add functions to read myro files
[lib/scc] Return an error code in myro functions
[lib/scc] Move myro functions to libscc
[lib/scc] Fix types of lpack/lunpack
[nm] Add skeleton for nm
[as] Add first version of myro code generator
[as] Add a list for symbols
[as] Add String type
[lib/scc] Hide struct alloc definition
[lib/scc] Add lpack and lunpack
[as] Move pack() to tobytes()
[as] Move writeout() to myro.c
[ar] Small improvement to the Makefile
[as] Fix bug related to ';'
[as] Fix error() in nextline()
[as-z80] Add (HL) addressing mode
[as-z80] Add imm8 and r8 instruction formats
[as-z80] Add support for P and Q class registers
[as] Fix order of evaluation of arguments in as description
[as] Remove the use of cursec in the symbol definition
[as] Fix name of iarch() in as.h
[as] Add dumpstab()
Add gitignore file
Add ar to the list of targets in master Makefile
[ar] Use common Makefile structure
[ar] Use main.c for tha file where main is written
[ar] Separate the not standard part to a different file
[ar] Write a draft of an ar tool
[as] Add r8_imm format instruction in z80
[as] Fix list of arguments in gen.awk
[as] Set recovery point
[as-z80] Generate error in immediate overflow