]> Shamusworld >> Repos - rln/history - rln.c
Major cleanup of codebase (removal of unnecessary cruft).
[rln] / rln.c
2015-12-08 Shamus HammonsMajor cleanup of codebase (removal of unnecessary cruft).
2015-12-07 Shamus HammonsRevbump for last commit. :-P
2015-12-07 Shamus HammonsShould be final fix for bug #36. :-P
2015-11-28 Shamus HammonsFix for stupid bug that truncated -i symbols to 7 chars...
2015-11-26 Shamus HammonsPossible fix for bug #36.
2015-09-03 Shamus HammonsFix for bug #37 (Wrong values in data symbols when...
2015-02-03 Shamus HammonsChanged wording of warning to be more clear to end...
2015-01-26 Shamus HammonsAllow linking to internal symbols _TEXT_E, _DATA_E...
2015-01-22 Shamus HammonsFix for bug that scribbled randomly on symbols.
2014-12-24 Shamus HammonsFix for crash on Win32.
2014-12-20 Shamus HammonsThis Time For Sure :-P
2014-12-19 Shamus HammonsAnd now we have proper lazy linking of AR (*.a) archives.
2014-12-16 Shamus HammonsMore archive file hacking...
2014-12-16 Shamus HammonsNext try in supporting ar (*.a) archive files.
2014-12-15 Shamus HammonsAdded preliminary ar (*.a) archive support.
2014-12-11 Shamus HammonsPatch to accept gcc objects submitted by ggn.
2014-01-16 Shamus HammonsFixed bug with absolute globals not being relocated...
2014-01-14 Shamus HammonsFixed warning that did not respect -w flag.
2014-01-14 Shamus HammonsFixed bug with iscommon() macro.
2011-12-29 James HammonsClean up of path_tail() function; now uses defined...
2011-12-29 James HammonsFixed makefile to do automagic platform detection.
2011-12-29 James HammonsAdded -w (show warnings) switch.
2011-12-29 James HammonsMissed a spurious debugging printf. :-P
2011-12-29 James HammonsMoar cleanups, fixing basic types to use C99 standard...
2011-12-29 Graeme HinchliffeFixed the broken linking action for symbols who shared...
2011-12-29 James HammonsFixes for verbosity to reloc_segment().
2011-12-29 James HammonsAdded more verbosity to reloc_segment().
2011-12-28 James HammonsMore cleanups. :-P
2011-12-28 James HammonsMore cleanups.
2011-12-27 SCPCDIn "doobject" :
2011-12-26 James HammonsMinor dusting.
2011-12-26 James HammonsInitial commit.