ack.git
11 years agoFix warning.
David Given [Thu, 16 May 2013 23:04:54 +0000 (00:04 +0100)]
Fix warning.

11 years agoDependency fixes.
David Given [Thu, 16 May 2013 23:04:37 +0000 (00:04 +0100)]
Dependency fixes.

11 years agoFix buffer overrun looking up type information for op_lab pseudoops (as
David Given [Thu, 16 May 2013 21:02:59 +0000 (22:02 +0100)]
Fix buffer overrun looking up type information for op_lab pseudoops (as
they're not EM opcodes, we shouldn't look them up in em_flags!).

11 years agoCorrectly generate dependency information.
David Given [Thu, 16 May 2013 21:02:00 +0000 (22:02 +0100)]
Correctly generate dependency information.

11 years agoMerge in build system changes.
David Given [Thu, 16 May 2013 13:33:19 +0000 (14:33 +0100)]
Merge in build system changes.

11 years agoA few last build tweaks.
David Given [Thu, 16 May 2013 13:20:58 +0000 (14:20 +0100)]
A few last build tweaks.

--HG--
branch : dtrg-buildsystem

11 years agoUpdate distribution files.
David Given [Wed, 15 May 2013 22:46:15 +0000 (23:46 +0100)]
Update distribution files.

--HG--
branch : dtrg-buildsystem

11 years agoNow describe the make-based build system in the README.
David Given [Wed, 15 May 2013 22:12:05 +0000 (23:12 +0100)]
Now describe the make-based build system in the README.

--HG--
branch : dtrg-buildsystem

11 years agoFix build error in opt which was causing all code, everywhere, to be broken.
David Given [Wed, 15 May 2013 21:09:28 +0000 (22:09 +0100)]
Fix build error in opt which was causing all code, everywhere, to be broken.
Remember to build opt2 too.

--HG--
branch : dtrg-buildsystem

11 years agoBuild ego.
David Given [Wed, 15 May 2013 20:14:06 +0000 (21:14 +0100)]
Build ego.

--HG--
branch : dtrg-buildsystem
rename : util/arch/build.mk => util/ego/build.mk

11 years agoModula-2 now works.
David Given [Tue, 14 May 2013 21:24:38 +0000 (22:24 +0100)]
Modula-2 now works.

--HG--
branch : dtrg-buildsystem
rename : lang/pc/build.mk => lang/m2/build.mk
rename : lang/pc/libpc/build.mk => lang/m2/comp/build.mk
rename : lang/pc/libpc/build.mk => lang/m2/libm2/build.mk

11 years agoPascal compiler now runs.
David Given [Tue, 14 May 2013 19:47:04 +0000 (20:47 +0100)]
Pascal compiler now runs.

--HG--
branch : dtrg-buildsystem
rename : lang/basic/build.mk => lang/pc/build.mk
rename : lang/cem/cemcom.ansi/build.mk => lang/pc/comp/build.mk
rename : lang/basic/lib/build.mk => lang/pc/libpc/build.mk

11 years agoBasic compiler now runs.
David Given [Tue, 14 May 2013 17:01:38 +0000 (18:01 +0100)]
Basic compiler now runs.

--HG--
branch : dtrg-buildsystem

11 years agoBuild the Basic run-time library (after some modernisation).
David Given [Tue, 14 May 2013 15:11:29 +0000 (16:11 +0100)]
Build the Basic run-time library (after some modernisation).

--HG--
branch : dtrg-buildsystem

11 years agoAdd missing dependency.
David Given [Tue, 14 May 2013 13:55:29 +0000 (14:55 +0100)]
Add missing dependency.

--HG--
branch : dtrg-buildsystem

11 years agoTop, topgen, aelflod. Moved the libraries back into the platform-specific
David Given [Mon, 13 May 2013 22:26:15 +0000 (23:26 +0100)]
Top, topgen, aelflod. Moved the libraries back into the platform-specific
directories --- wrangling descr files was too hard. C programs can be built
for cpm, pc86, linux386, linux68k!

--HG--
branch : dtrg-buildsystem
rename : util/ack/build.mk => util/led/build.mk
rename : util/LLgen/build.mk => util/topgen/build.mk

11 years agoSplit off some of the platform-independent stuff (such as as and ncg).
David Given [Mon, 13 May 2013 21:12:46 +0000 (22:12 +0100)]
Split off some of the platform-independent stuff (such as as and ncg).

--HG--
branch : dtrg-buildsystem
rename : plat/pc86/build.mk => mach/i386/build.mk
rename : plat/pc86/build.mk => mach/i80/build.mk
rename : plat/pc86/build.mk => mach/i86/build.mk
rename : plat/pc86/build.mk => mach/m68020/build.mk
rename : plat/pc86/build.mk => mach/powerpc/build.mk

11 years agoMerge updates from trunk.
David Given [Mon, 13 May 2013 11:37:27 +0000 (12:37 +0100)]
Merge updates from trunk.

--HG--
branch : dtrg-buildsystem

11 years agoFix typo.
David Given [Mon, 13 May 2013 10:14:10 +0000 (11:14 +0100)]
Fix typo.

--HG--
branch : dtrg-buildsystem

11 years agoMade a start on building the runtimes for each platform and language; the
David Given [Sun, 12 May 2013 22:51:55 +0000 (23:51 +0100)]
Made a start on building the runtimes for each platform and language; the
Linuxes all build.

--HG--
branch : dtrg-buildsystem
rename : modules/src/em_mes/build.mk => modules/src/read_em/build.mk
rename : plat/pc86/build.mk => plat/linux386/build.mk
rename : plat/pc86/build.mk => plat/linux68k/build.mk
rename : plat/pc86/build.mk => plat/linuxppc/build.mk
rename : util/ack/build.mk => util/misc/build.mk

11 years agoFirst milestone of replacing the build system.
David Given [Sun, 12 May 2013 19:45:55 +0000 (20:45 +0100)]
First milestone of replacing the build system.

--HG--
branch : dtrg-buildsystem
rename : lang/cem/cpp.ansi/Parameters => lang/cem/cpp.ansi/parameters.h

11 years agoChange fatal() and error() to use varargs.
David Given [Fri, 10 May 2013 11:04:21 +0000 (12:04 +0100)]
Change fatal() and error() to use varargs.

11 years agoMerge changes from branch: linux68k platform, linuxppc platform (partially
David Given [Thu, 9 May 2013 17:14:16 +0000 (18:14 +0100)]
Merge changes from branch: linux68k platform, linuxppc platform (partially
working), and miscellaneous changes to support these.

11 years agoApply George Koehler's aelflod fix for generating non-EM_386 binaries.
David Given [Thu, 9 May 2013 14:54:23 +0000 (15:54 +0100)]
Apply George Koehler's aelflod fix for generating non-EM_386 binaries.
Adjust platforms to use it. Fix some bugs in the linux386 platform.

--HG--
branch : dtrg-experimental-powerpc

11 years agoProperly error out if something goes wrong rather than ploughing ahead
David Given [Thu, 9 May 2013 10:20:36 +0000 (11:20 +0100)]
Properly error out if something goes wrong rather than ploughing ahead
anyway.

--HG--
branch : dtrg-experimental-powerpc

11 years agoAdd pmfile for m68020 libend.
David Given [Wed, 8 May 2013 23:58:35 +0000 (00:58 +0100)]
Add pmfile for m68020 libend.

--HG--
branch : dtrg-experimental-powerpc

11 years agoAdd pmfile for m68020 libem.
David Given [Wed, 8 May 2013 23:57:47 +0000 (00:57 +0100)]
Add pmfile for m68020 libem.

--HG--
branch : dtrg-experimental-powerpc

11 years agoAdd missing linux68k platform and liblinux support library.
David Given [Wed, 8 May 2013 23:56:10 +0000 (00:56 +0100)]
Add missing linux68k platform and liblinux support library.

--HG--
branch : dtrg-experimental-powerpc

11 years agoCheck in incomplete Linux PowerPC and M68K work.
David Given [Tue, 7 May 2013 23:48:48 +0000 (00:48 +0100)]
Check in incomplete Linux PowerPC and M68K work.

--HG--
branch : dtrg-experimental-powerpc

11 years agoSome fixes for aelflod and aslod.
George Koehler [Wed, 24 Apr 2013 23:57:23 +0000 (19:57 -0400)]
Some fixes for aelflod and aslod.

Copy rhead() and rsect() from aslod to aelflod, so aelflod can work
for machine with 64-bit long.

In aelflod, fix ELF header so file(1) no longer reports "corrupted
section header size".

11 years agoBack out erroneous change.
David Given [Fri, 14 Dec 2012 11:56:21 +0000 (11:56 +0000)]
Back out erroneous change.

11 years agoPrevent segfault when trying to print an error message.
George Koehler [Wed, 24 Oct 2012 17:44:50 +0000 (13:44 -0400)]
Prevent segfault when trying to print an error message.

Use <stdarg.h> to pass arguments correctly, as ack/util/util.c
already uses <stdarg.h> the same way.

11 years agoChange from using platform-specific types to stdint platform-independent types
David Given [Thu, 27 Sep 2012 10:32:40 +0000 (11:32 +0100)]
Change from using platform-specific types to stdint platform-independent types
when reading the structure header.

11 years agoChange to use stdint's implementation independent types rather than short and
David Given [Thu, 27 Sep 2012 09:54:41 +0000 (10:54 +0100)]
Change to use stdint's implementation independent types rather than short and
long (which vary depending on whether you're on a 64-bit system or not).

11 years agoMerge deletion of many undead files.
George Koehler [Sun, 23 Sep 2012 19:31:16 +0000 (15:31 -0400)]
Merge deletion of many undead files.

11 years agoAllow pc86 bootloader to boot from more floppy drives.
George Koehler [Sun, 23 Sep 2012 18:43:22 +0000 (14:43 -0400)]
Allow pc86 bootloader to boot from more floppy drives.

When the bootloader probes the drive geometry, the BIOS can clobber the
es register.  If this happens, the bootloader loads the program to the
wrong address, and jumps off the code.  This happens with an emulated
floppy drive in Bochs or QEMU, but not with an emulated hard disk.

12 years agoPrevent division by zero in aslod.
George Koehler [Sat, 22 Sep 2012 02:51:12 +0000 (22:51 -0400)]
Prevent division by zero in aslod.

rhead() and rsect() had assumed sizeof(long) == 4, but OpenBSD/amd64
has sizeof(long) == 8.  The problem revealed itself when sect->os_lign
became zero, and align() divided by zero.

12 years agoDelete 689 undead files.
George Koehler [Fri, 21 Sep 2012 02:26:32 +0000 (22:26 -0400)]
Delete 689 undead files.

These files "magically reappeared" after the conversion from CVS to
Mercurial.  The old CVS repository deleted these files but did not
record *when* it deleted these files.  The conversion resurrected these
files because they have no history of deletion.  These files were
probably deleted before year 1995.  The CVS repository begins to record
deletions around 1995.

These files may still appear in older revisions of this Mercurial
repository, when they should already be deleted.  There is no way to fix
this, because the CVS repository provides no dates of deletion.

See http://sourceforge.net/mailarchive/message.php?msg_id=29823032

12 years ago*Again* fix fit16i() for systems with 64-bit long.
George Koehler [Thu, 20 Sep 2012 03:39:51 +0000 (23:39 -0400)]
*Again* fix fit16i() for systems with 64-bit long.

I already did this in abebf1586c06, but I edited the wrong file.  Then
in edddc6b7cd17, I deleted that file.

By fixing fit16i(), I can now compile ACK for OpenBSD/amd64.

12 years agoDelete old and unused files from modules/src/em_code
George Koehler [Mon, 17 Sep 2012 20:04:55 +0000 (16:04 -0400)]
Delete old and unused files from modules/src/em_code

12 years agoFix fit16i() for systems with 64-bit long.
George Koehler [Sun, 16 Sep 2012 23:57:07 +0000 (19:57 -0400)]
Fix fit16i() for systems with 64-bit long.

(long)0xFFFF8000 had expanded to 0x00000000FFFF8000.
With (long)(-0x8000), the compiler now extends the negative sign.

12 years agoFix more functions in util/ack for 64-bit hosts.
George Koehler [Fri, 7 Sep 2012 20:28:10 +0000 (16:28 -0400)]
Fix more functions in util/ack for 64-bit hosts.

This continues the fix from changeset aabde0589450.  We must use
va_list to forward the arguments, because some of the arguments might
be 64-bit pointers.  A pointer does not fit in an int.

12 years agoFix cemcom.ansi for 64-bit hosts.
George Koehler [Fri, 7 Sep 2012 19:53:13 +0000 (15:53 -0400)]
Fix cemcom.ansi for 64-bit hosts.

Hosts with sizeof(arith) == sizeof(long) == 8 need to set full_mask[1]
through full_mask[8].  Because MAXSIZE == 8, we only had full_mask[0]
through full_mask[7].  This fix declares arith full_mask[MAXSIZE + 1]
and prevents a fatal error: "array full_mask too small for this machine"

12 years agoFix a 64-bitness issue (removed some untyped K&R C code that assumed ints
David Given [Mon, 27 Feb 2012 22:36:36 +0000 (22:36 +0000)]
Fix a 64-bitness issue (removed some untyped K&R C code that assumed ints
and pointers were the same size).

13 years agoAdded atol() that ignores overflow, so that unsigned long constants are dealt with...
Ceriel Jacobs [Wed, 15 Jun 2011 09:13:48 +0000 (11:13 +0200)]
Added atol() that ignores overflow, so that unsigned long constants are dealt with properly

13 years agoFixed CFU
Ceriel Jacobs [Wed, 15 Jun 2011 08:56:58 +0000 (10:56 +0200)]
Fixed CFU

13 years agoFixed bug reported on tack-devel mailing list on 20-3-2011
cjhjacobs [Wed, 18 May 2011 17:19:19 +0000 (19:19 +0200)]
Fixed bug reported on tack-devel mailing list on 20-3-2011

13 years agoRemoved file that the CVS conversion procedure left in (when it shouldn't have).
David Given [Sun, 20 Mar 2011 20:47:10 +0000 (20:47 +0000)]
Removed file that the CVS conversion procedure left in (when it shouldn't have).

13 years agoconvert CVS tags
cvs2hg [Fri, 11 Feb 2011 00:51:45 +0000 (00:51 +0000)]
convert CVS tags

13 years agoReplaced dis and new with modern implementations donated by erik@backerud.se.
dtrg [Sat, 2 Oct 2010 21:52:29 +0000 (21:52 +0000)]
Replaced dis and new with modern implementations donated by erik@backerud.se.

13 years agoCall the correct kill() and getpid() syscalls rather than _kill() and _getpid().
dtrg [Sat, 2 Oct 2010 21:51:40 +0000 (21:51 +0000)]
Call the correct kill() and getpid() syscalls rather than _kill() and _getpid().

13 years agoNow call creat() and open() instead of _creat() and _open().
dtrg [Mon, 27 Sep 2010 20:47:32 +0000 (20:47 +0000)]
Now call creat() and open() instead of _creat() and _open().

13 years agoAdded support for remove() and unlink().
dtrg [Mon, 27 Sep 2010 20:44:49 +0000 (20:44 +0000)]
Added support for remove() and unlink().

14 years agoFixed very old bug where Streams.GetStreamPosition would return the wrong position...
dtrg [Wed, 1 Sep 2010 19:55:15 +0000 (19:55 +0000)]
Fixed very old bug where Streams.GetStreamPosition would return the wrong position --- thanks to Jan Verhoeven for finding this.

14 years agoFixed definitions of O_* flags.
dtrg [Fri, 20 Aug 2010 19:27:09 +0000 (19:27 +0000)]
Fixed definitions of O_* flags.

14 years agoRemove references to using-machine-name-for-compiler, as we don't do that any more.
dtrg [Mon, 9 Aug 2010 22:47:33 +0000 (22:47 +0000)]
Remove references to using-machine-name-for-compiler, as we don't do that any more.

14 years agoChanged to actually work. (On modern Linux systems the old version just
dtrg [Fri, 6 Aug 2010 17:06:31 +0000 (17:06 +0000)]
Changed to actually work. (On modern Linux systems the old version just
crashes. On old Linux systems it apparently only worked by accident.)

14 years agoFlush stdout before prompting the user for input.
dtrg [Fri, 6 Aug 2010 17:02:16 +0000 (17:02 +0000)]
Flush stdout before prompting the user for input.

14 years agoFlush output stream before waiting for user input.
dtrg [Thu, 5 Aug 2010 22:23:34 +0000 (22:23 +0000)]
Flush output stream before waiting for user input.

14 years agofixup commit for tag 'release-6-0-pre-4' release-6-0-pre-4
cvs2hg [Wed, 4 Aug 2010 18:04:08 +0000 (18:04 +0000)]
fixup commit for tag 'release-6-0-pre-4'

14 years agoForgot to update version number. release-6-0-pre-4
dtrg [Wed, 4 Aug 2010 18:04:07 +0000 (18:04 +0000)]
Forgot to update version number.

14 years agoUpdated for 6.0pre4.
dtrg [Wed, 4 Aug 2010 18:01:12 +0000 (18:01 +0000)]
Updated for 6.0pre4.

14 years agoFixed typo.
dtrg [Wed, 4 Aug 2010 17:59:40 +0000 (17:59 +0000)]
Fixed typo.

14 years agoPrevent build failure on modern Bisons (which are more picky than the old yacc this...
dtrg [Sun, 1 Aug 2010 10:36:01 +0000 (10:36 +0000)]
Prevent build failure on modern Bisons (which are more picky than the old yacc this was written for).

14 years agoInvoke genfiles explicitly with sh --- CVS doesn't store executable bits.
dtrg [Sun, 1 Aug 2010 10:35:33 +0000 (10:35 +0000)]
Invoke genfiles explicitly with sh --- CVS doesn't store executable bits.

14 years agoRenamed 'switch' variable to avoid conflict with a keyword in modern awks.
dtrg [Sun, 1 Aug 2010 10:35:04 +0000 (10:35 +0000)]
Renamed 'switch' variable to avoid conflict with a keyword in modern awks.

14 years agoRenamed getline() to getln() to avoid conflict with glibc's version.
dtrg [Sun, 1 Aug 2010 10:34:27 +0000 (10:34 +0000)]
Renamed getline() to getln() to avoid conflict with glibc's version.

16 years agoAdded a very-nearly-noop peephole optimiser for Z80.
dtrg [Thu, 20 Mar 2008 23:20:08 +0000 (23:20 +0000)]
Added a very-nearly-noop peephole optimiser for Z80.

16 years agoProperly handles files ending in a partial line.
dtrg [Thu, 20 Mar 2008 22:50:50 +0000 (22:50 +0000)]
Properly handles files ending in a partial line.

16 years agoArchival checkin (semi-working code).
dtrg [Fri, 2 Nov 2007 18:56:58 +0000 (18:56 +0000)]
Archival checkin (semi-working code).

17 years agofixup commit for tag 'release-6-0-pre-3' release-6-0-pre-3
cvs2hg [Sun, 29 Apr 2007 23:09:25 +0000 (23:09 +0000)]
fixup commit for tag 'release-6-0-pre-3'

17 years agoConfigured distr system for the 6.0pre3 release. release-6-0-pre-3
dtrg [Sun, 29 Apr 2007 23:09:24 +0000 (23:09 +0000)]
Configured distr system for the 6.0pre3 release.

17 years agoCleaned up a bit and made work with the new platform architecture.
dtrg [Sun, 29 Apr 2007 23:03:24 +0000 (23:03 +0000)]
Cleaned up a bit and made work with the new platform architecture.

17 years agoNow using more conservative optimisation due to random seg fault issues.
dtrg [Sun, 29 Apr 2007 23:02:23 +0000 (23:02 +0000)]
Now using more conservative optimisation due to random seg fault issues.

17 years agoAdded optimised rules for int<<8 and uint>>8 (which can be done with simple register...
dtrg [Sun, 29 Apr 2007 23:00:31 +0000 (23:00 +0000)]
Added optimised rules for int<<8 and uint>>8 (which can be done with simple register shuffling rather than calling .sli).

17 years agoFixed the ego parameters to actually allow extended optimisation.
dtrg [Sun, 29 Apr 2007 21:25:09 +0000 (21:25 +0000)]
Fixed the ego parameters to actually allow extended optimisation.

17 years agoUse better optimisation options.
dtrg [Sun, 29 Apr 2007 21:24:17 +0000 (21:24 +0000)]
Use better optimisation options.

17 years agoNow runs descr files through the ANSI C preprocessor, rather than the K&R one (which...
dtrg [Sun, 29 Apr 2007 21:23:55 +0000 (21:23 +0000)]
Now runs descr files through the ANSI C preprocessor, rather than the K&R one (which no longer exists).

17 years agoFixed the trap code to write out the error message correctly.
dtrg [Sun, 29 Apr 2007 20:47:48 +0000 (20:47 +0000)]
Fixed the trap code to write out the error message correctly.

17 years agoDisabled the code to throw signals on EM traps; this is the platform's job (and requi...
dtrg [Sun, 29 Apr 2007 20:46:48 +0000 (20:46 +0000)]
Disabled the code to throw signals on EM traps; this is the platform's job (and requires working signal support, which we may not have).

17 years agoAdded suppot for BSS clearing and command line parsing.
dtrg [Sun, 29 Apr 2007 00:28:06 +0000 (00:28 +0000)]
Added suppot for BSS clearing and command line parsing.

17 years agoDocumented floating-point status.
dtrg [Sat, 28 Apr 2007 22:34:47 +0000 (22:34 +0000)]
Documented floating-point status.

17 years agoAdded the Mandelbrot generator.
dtrg [Sat, 28 Apr 2007 22:34:05 +0000 (22:34 +0000)]
Added the Mandelbrot generator.

17 years agoAdded cpm platform.
dtrg [Fri, 27 Apr 2007 22:42:41 +0000 (22:42 +0000)]
Added cpm platform.

17 years agoAdded the stdint.h header file.
dtrg [Fri, 27 Apr 2007 22:42:02 +0000 (22:42 +0000)]
Added the stdint.h header file.

17 years agoCleaned up and enabled the support for conditionally emitting the floating-point...
dtrg [Fri, 27 Apr 2007 22:41:39 +0000 (22:41 +0000)]
Cleaned up and enabled the support for conditionally emitting the floating-point stdio code.

17 years agoRemoved a completely pointless 128-byte buffer.
dtrg [Fri, 27 Apr 2007 22:41:05 +0000 (22:41 +0000)]
Removed a completely pointless 128-byte buffer.

17 years agoFixed a bug where loc lol stf was getting the constant pushed onto the stack *after...
dtrg [Fri, 27 Apr 2007 22:15:31 +0000 (22:15 +0000)]
Fixed a bug where loc lol stf was getting the constant pushed onto the stack *after* stf had popped it off.

17 years agoUpdated for the 6.0pre2 release. release-6-0-pre-2
dtrg [Tue, 24 Apr 2007 20:45:58 +0000 (20:45 +0000)]
Updated for the 6.0pre2 release.

17 years agoRemoved bashish.
dtrg [Tue, 24 Apr 2007 19:48:41 +0000 (19:48 +0000)]
Removed bashish.

17 years agoStripped down the library to something approaching the ANSI C minimum and replaced...
dtrg [Tue, 24 Apr 2007 19:42:24 +0000 (19:42 +0000)]
Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from.

17 years agoFixed major typos in the signal declarations that was preventing anything that used...
dtrg [Tue, 24 Apr 2007 19:34:34 +0000 (19:34 +0000)]
Fixed major typos in the signal declarations that was preventing anything that used signal() from compiling.

17 years agoUpdated use of headers to compile cleanly.
dtrg [Tue, 24 Apr 2007 19:33:53 +0000 (19:33 +0000)]
Updated use of headers to compile cleanly.

17 years agoEnsured that _errno is always defined. Rejigged the pc86 boot code so it doesn't...
dtrg [Tue, 24 Apr 2007 19:25:00 +0000 (19:25 +0000)]
Ensured that _errno is always defined. Rejigged the pc86 boot code so it doesn't always waste 510 bytes of memory.

17 years agoAdded support for the linux386 platform. Disabled building of the K&R C, Basic and...
dtrg [Mon, 23 Apr 2007 23:41:50 +0000 (23:41 +0000)]
Added support for the linux386 platform. Disabled building of the K&R C, Basic and Occam compilers.

17 years agoModified to run ncgg input files through the ANSI preprocessor rather than the K...
dtrg [Mon, 23 Apr 2007 23:40:59 +0000 (23:40 +0000)]
Modified to run ncgg input files through the ANSI preprocessor rather than the K&R one.

17 years agoAdded the aelflod tool for generating ELF executables. Added documentation for aelflo...
dtrg [Mon, 23 Apr 2007 23:40:10 +0000 (23:40 +0000)]
Added the aelflod tool for generating ELF executables. Added documentation for aelflod and ashow. Now installs the documentation when built.

17 years agoModified to allow a space between the sign and the first digit of a constant.
dtrg [Mon, 23 Apr 2007 23:24:46 +0000 (23:24 +0000)]
Modified to allow a space between the sign and the first digit of a constant.

17 years agoNow fetches argc, argv, env correctly from the host OS.
dtrg [Mon, 23 Apr 2007 23:24:03 +0000 (23:24 +0000)]
Now fetches argc, argv, env correctly from the host OS.

17 years agoAdded the 'Star Trek' example game.
dtrg [Sat, 21 Apr 2007 23:20:11 +0000 (23:20 +0000)]
Added the 'Star Trek' example game.