Skip to content

Commit

Permalink
Update to v1.0b plus a few minor changes
Browse files Browse the repository at this point in the history
After lying abandoned for a long time, here is a big bulk update.
Frankly I'm too lazy to import all the v0.93x versions.
  • Loading branch information
mbethke committed Jun 17, 2012
1 parent a8d9750 commit 7ee0090
Show file tree
Hide file tree
Showing 214 changed files with 37,309 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHOR
@@ -0,0 +1,2 @@
Matthias Bethke <matthias@towiski.de>, Thomas Aglassinger <roskakori@users.sourceforge.net>

574 changes: 574 additions & 0 deletions CHANGES

Large diffs are not rendered by default.

340 changes: 340 additions & 0 deletions COPYING

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions IMPORTANT
@@ -0,0 +1,17 @@
IMPORTANT
=========

For a short general information, read `README'.

For a complete list of fixes and improvements, read `CHANGES'.

If you want to compile this package, run
./configure
make
make install
...or read Makefile.in if you have to tweak anything.

To read the documentation before compiling HSC, see
http://towiski.de/hsc/index.html
Compiling HSC will also create the manual in the docs/ directory -- just
start your browser and open the file `docs/index.html'.
3 changes: 3 additions & 0 deletions amigaos/README.AmigaOS
@@ -0,0 +1,3 @@
Nowadays, HSC development is chiefly going on on Linux, but AmigaOS executables
will be provided once in a while. Some functions such as external URI checking
may not be available, or at least not on all OS versions otherwise supported.
26 changes: 26 additions & 0 deletions amigaos/SCOPTIONS
@@ -0,0 +1,26 @@
DATA=FAR
CODE=FAR
CPU=68020
PARAMETERS=REGISTERS
ANSI
STRINGMERGE
ERRORREXX
NOMULTIPLEINCLUDES
OPTIMIZERSIZE
SMALLCODE
SMALLDATA
MAPHUNK
MAPSYMBOLS
MAPLIB
NOVERSION
STRICT
ABSFUNCPOINTER
NOICONS
MEMORYSIZE=HUGE
BATCH
STRINGSECTION=FAR
DEFINE AMIGA
IGNORE=306
IGNORE=308
ERROR=88
ERROR=100

0 comments on commit 7ee0090

Please sign in to comment.