]> Shamusworld >> Repos - rln/log
rln
10 years agoFixed bug with absolute globals not being relocated properly.
Shamus Hammons [Thu, 16 Jan 2014 04:22:28 +0000 (22:22 -0600)]
Fixed bug with absolute globals not being relocated properly.

10 years agoFixed warning that did not respect -w flag.
Shamus Hammons [Tue, 14 Jan 2014 18:06:18 +0000 (12:06 -0600)]
Fixed warning that did not respect -w flag.

10 years agoFixed bug with iscommon() macro.
Shamus Hammons [Tue, 14 Jan 2014 17:53:48 +0000 (11:53 -0600)]
Fixed bug with iscommon() macro.

11 years agoAdded optimization flags to makefile
Shamus Hammons [Thu, 14 Feb 2013 19:24:21 +0000 (13:24 -0600)]
Added optimization flags to makefile

12 years agoClean up of path_tail() function; now uses defined path delimiter.
James Hammons [Thu, 29 Dec 2011 17:13:33 +0000 (17:13 +0000)]
Clean up of path_tail() function; now uses defined path delimiter.

12 years agoFixed makefile to do automagic platform detection.
James Hammons [Thu, 29 Dec 2011 16:51:26 +0000 (16:51 +0000)]
Fixed makefile to do automagic platform detection.

12 years agoReverted changes made to utter failure in the header. :-)
James Hammons [Thu, 29 Dec 2011 16:00:52 +0000 (16:00 +0000)]
Reverted changes made to utter failure in the header. :-)

12 years agoAdded -w (show warnings) switch.
James Hammons [Thu, 29 Dec 2011 15:36:23 +0000 (15:36 +0000)]
Added -w (show warnings) switch.

12 years agoMissed a spurious debugging printf. :-P
James Hammons [Thu, 29 Dec 2011 15:22:35 +0000 (15:22 +0000)]
Missed a spurious debugging printf. :-P

12 years agoMoar cleanups, fixing basic types to use C99 standard types.
James Hammons [Thu, 29 Dec 2011 15:18:15 +0000 (15:18 +0000)]
Moar cleanups, fixing basic types to use C99 standard types.

12 years agoFixed the broken linking action for symbols who shared the same 8 initial characters...
Graeme Hinchliffe [Thu, 29 Dec 2011 15:05:04 +0000 (15:05 +0000)]
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().

LinkoVitch

12 years agoFixes for verbosity to reloc_segment().
James Hammons [Thu, 29 Dec 2011 09:54:15 +0000 (09:54 +0000)]
Fixes for verbosity to reloc_segment().

12 years agoAdded more verbosity to reloc_segment().
James Hammons [Thu, 29 Dec 2011 09:39:32 +0000 (09:39 +0000)]
Added more verbosity to reloc_segment().

12 years agoMore cleanups. :-P
James Hammons [Wed, 28 Dec 2011 10:44:17 +0000 (10:44 +0000)]
More cleanups. :-P

12 years agoMore cleanups.
James Hammons [Wed, 28 Dec 2011 09:59:18 +0000 (09:59 +0000)]
More cleanups.

12 years agoIn "doobject" :
SCPCD [Tue, 27 Dec 2011 14:39:05 +0000 (14:39 +0000)]
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

12 years agoMinor dusting.
James Hammons [Mon, 26 Dec 2011 17:59:11 +0000 (17:59 +0000)]
Minor dusting.

12 years agoInitial commit.
James Hammons [Mon, 26 Dec 2011 17:38:55 +0000 (17:38 +0000)]
Initial commit.