Commit Graph

  • 8e049701be Fix for bug #191, thanks to jagmod for the report. master v1.7.4 Shamus Hammons 2022-08-16 12:30:52 -0500
  • ea99cb44af Version bump for latest commits. v1.7.3 Shamus Hammons 2022-08-15 21:32:36 -0500
  • 0fd021e7f8 Enable debug symbol propagation James Jones 2022-07-13 15:22:46 -0700
  • 0d71dcf002 Convert output symbol table back to a table James Jones 2022-07-26 03:36:50 -0700
  • a63bf68077 Version bump for last commit. v1.7.2 Shamus Hammons 2022-08-15 21:28:33 -0500
  • 304cdee3e0 Add Alcyon C object file support James Jones 2020-04-18 02:45:06 -0700
  • f63e6b2da1 Version bump for latest patches. v1.7.1 Shamus Hammons 2022-08-15 21:24:39 -0500
  • a0516e2c2a Handle absolute BSS segment location of 'xt' James Jones 2022-04-16 21:11:21 -0700
  • cc23da7a6e Fix for #190, thanks to jagmod for the report ggn 2022-07-21 19:57:03 +0300
  • a839b5e1b4 Update to the name (don't ask), and copyright dates. Now at v.1.7.0. Shamus Hammons 2021-03-07 16:50:58 -0600
  • 52963cddfc Added .gitignore. This should take care of bug #161. Shamus Hammons 2020-05-30 09:11:20 -0500
  • 459661e27f Fix for bug #132 (warnings for non-exclusive options). Shamus Hammons 2020-02-28 17:57:27 -0600
  • e0c5bd1817 Forgot internal documentation for last commit. :-P Shamus Hammons 2020-02-28 17:15:53 -0600
  • 3901d04596 Patch to add -y option. Seb/The Removers 2014-08-15 10:23:49 +0200
  • bd10a921a7 Fix to test to see if include paths actually exist. Shamus Hammons 2020-02-28 16:54:05 -0600
  • fd9ba5f319 Forgot to bump the version. Now at v1.6.2. Shamus Hammons 2020-02-28 16:16:05 -0600
  • d6008be63c Fix for bug #151 (missing LFNs for BSD style archives). Shamus Hammons 2020-02-28 16:08:24 -0600
  • 822fb0b235 Added fixups for OP data addresses. Shamus Hammons 2018-02-26 20:37:05 -0600
  • 2b769046eb Patch to properly handle WORD sized symbol relocations by SainT. Shamus Hammons 2017-10-04 09:31:20 -0500
  • 05f3a96e41 Fix for -n and -l flags. Thanks to C. Forhan for reporting. Shamus Hammons 2016-06-14 13:25:45 -0500
  • 9ab479822c Major cleanup of codebase (removal of unnecessary cruft). Shamus Hammons 2015-12-07 22:24:50 -0600
  • ed794c04e7 Revbump for last commit. :-P Shamus Hammons 2015-12-07 08:27:25 -0600
  • cf65d78a03 Should be final fix for bug #36. :-P Shamus Hammons 2015-12-06 19:40:21 -0600
  • 52b539ef19 Forgot revbump for last commit. :-P Shamus Hammons 2015-11-28 14:02:45 -0600
  • e9b8d47a05 Fix for stupid bug that truncated -i symbols to 7 chars instead of 8. Shamus Hammons 2015-11-28 14:01:27 -0600
  • a0c533714d Version # bump, as the last change was more than just a patch. :-) Shamus Hammons 2015-11-26 08:23:57 -0600
  • ef0a4c2b77 Possible fix for bug #36. Shamus Hammons 2015-11-25 22:39:34 -0600
  • 5c7a0db5a2 Fix for bug #37 (Wrong values in data symbols when linking mult. files) Shamus Hammons 2015-09-03 07:48:15 -0500
  • 1614b4cc59 Changed wording of warning to be more clear to end user. Shamus Hammons 2015-02-03 08:37:00 -0600
  • 65c5194d32 Allow linking to internal symbols _TEXT_E, _DATA_E, & _BSS_E. Shamus Hammons 2015-01-26 09:23:02 -0600
  • 4635567e96 Fix for bug that scribbled randomly on symbols. Shamus Hammons 2015-01-22 11:48:48 -0600
  • 5644d37956 Fix for crash on Win32. Shamus Hammons 2014-12-24 12:42:17 -0600
  • 64a3b267ea Fix makefile to work with cross-compile script. Shamus Hammons 2014-12-20 16:59:12 -0600
  • 3e667b86e2 This Time For Sure :-P Shamus Hammons 2014-12-20 11:06:52 -0600
  • 8cffb87a80 And now we have proper lazy linking of AR (*.a) archives. Shamus Hammons 2014-12-19 10:55:40 -0600
  • ccc8cc33ff More archive file hacking... Shamus Hammons 2014-12-16 08:49:23 -0600
  • 20972dfe98 Next try in supporting ar (*.a) archive files. Shamus Hammons 2014-12-16 08:08:15 -0600
  • 062df8602b Added preliminary ar (*.a) archive support. Shamus Hammons 2014-12-15 11:49:54 -0600
  • a1f6a3912c Patch to accept gcc objects submitted by ggn. Shamus Hammons 2014-12-11 08:32:52 -0600
  • 1bfcf5edc6 Added cross-compilation script Shamus Hammons 2014-05-12 09:55:37 -0500
  • f60139df3c Fixed bug with absolute globals not being relocated properly. Shamus Hammons 2014-01-15 22:22:28 -0600
  • a9928b064f Fixed warning that did not respect -w flag. Shamus Hammons 2014-01-14 12:06:18 -0600
  • caa7d37ad5 Fixed bug with iscommon() macro. Shamus Hammons 2014-01-14 11:53:48 -0600
  • 6d62efb30e Added optimization flags to makefile Shamus Hammons 2013-02-14 13:24:21 -0600
  • 741d94dd19 Clean up of path_tail() function; now uses defined path delimiter. James Hammons 2011-12-29 17:13:33 +0000
  • 7a68775424 Fixed makefile to do automagic platform detection. James Hammons 2011-12-29 16:51:26 +0000
  • 4d8573013a Reverted changes made to utter failure in the header. :-) James Hammons 2011-12-29 16:00:52 +0000
  • 35f3e59d5c Added -w (show warnings) switch. James Hammons 2011-12-29 15:36:23 +0000
  • 8cc0bb287b Missed a spurious debugging printf. :-P James Hammons 2011-12-29 15:22:35 +0000
  • 7748e5d517 Moar cleanups, fixing basic types to use C99 standard types. James Hammons 2011-12-29 15:18:15 +0000
  • e1ddda6e40 Fixed the broken linking action for symbols who shared the same 8 initial characters in their names. Culprit was symcmp (wacky define in rln.h) which was just WRONG. Removed the define, and replaced with good ole strcmp in lookup(). Graeme Hinchliffe 2011-12-29 15:05:04 +0000
  • d7b0362463 Fixes for verbosity to reloc_segment(). James Hammons 2011-12-29 09:54:15 +0000
  • d35d0e7e98 Added more verbosity to reloc_segment(). James Hammons 2011-12-29 09:39:32 +0000
  • bc85b83708 More cleanups. :-P James Hammons 2011-12-28 10:44:17 +0000
  • ff28769b66 More cleanups. James Hammons 2011-12-28 09:59:18 +0000
  • 7f0a3d2213 In "doobject" : - strcpy(obj_fname[obj_index], fname); + strcpy(obj_fname[obj_index], path_tail(fname)); // SCPCD : get the name of the file instead of all pathname SCPCD 2011-12-27 14:39:05 +0000
  • c96d8c10b3 Minor dusting. James Hammons 2011-12-26 17:59:11 +0000
  • ef2a73f70f Initial commit. James Hammons 2011-12-26 17:38:55 +0000