[lib/c] Add fopen(), fclose() and freopen()
[lib/c] Add data definition of __iob array
[lib/c] Simplify qsort()
[lib/c] Add qsort()
[lib/c] Fix small typo in strncmp()
[lib/c] Fix atexit() errno value
[lib/c] Add perror() and strerror()
[lib/c] Add fseek() and rewind()
[lib/c] Add feof(), ferror() and clearerr()
[lib/c] Add putc() and getc()
[lib/c] Simplify strncmp()
[lib/c] Fix strstr()
[lib/c] Add abs(), labs() and llabs()
[lib/c] Change order of objects in the Makefile
[lib/c] Add bsearch()
[lib/c] Add getenv() to the arch primitive list
[lib/c] Add abort()
Get rid of nothing
[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 ';'