index
:
tinyld.git
trunk
a linker for making tiny 32-bit linux executables.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
linker.rs
Age
Commit message (
Collapse
)
Author
2022-11-08
warning for multiple definitions of symbol
pommicket
2022-11-08
tests
pommicket
2022-11-08
little code improvements
pommicket
2022-11-08
finish up docs
pommicket
2022-11-08
c++ working except for cout,cin
pommicket
2022-11-08
in theory this should be working but it's not
pommicket
2022-11-07
working almost the same as before
pommicket
2022-11-07
doing better, but still not totally working
pommicket
2022-11-07
new range-based system (not working yet)
pommicket
2022-11-07
c (working) and c++ (not working) inputs
pommicket
2022-11-06
a
pommicket
2022-11-06
overflow checking
pommicket
2022-11-06
read symbol type
pommicket
2022-11-06
docs done for now
pommicket
2022-11-06
better docs
pommicket
2022-11-06
replaced another HashMap with a Vec
pommicket
2022-11-06
more docs, more cleanup
pommicket
2022-11-06
more cleanup
pommicket
2022-11-06
move things around so link takes &self instead of self
pommicket
2022-11-06
more documentation, cleanup
pommicket
2022-11-06
better docs
pommicket
2022-11-06
cleaning up and some documentatino
pommicket
2022-11-06
cleanup, nice command line interface
pommicket