- Update MASTER_SITES and HOMEPAGE
- patches/patch-bltin.h added to #include <time.h>
(upstream)
- Update 0.20a to 0.23a
---------------------
Mon Jul 28 20:10:34 CEST 2014 Erik Schoenfelder <schoenfr@web.de>
* version increased to 0.23a
* configure.in, Makefile.in: modified to work with newer autoconf
version and creation of documentation. moved to more appropriate
zip instead of old zoo format (oh yeah, those old dayes...).
* a60-mkc.inc, a60.texinfo, test/*: add FILE_n input / output
handling allowing channels 2 to 15 mapped to files.
Thu Jul 10 21:19:45 CEST 2014 Erik Schoenfelder <schoenfr@web.de>
* <many-files> change old e-mail addresses
schoenfr@ibr.cs.tu-bs.de and schoenfr@gaertner.de to a more
appropriate schoenfr@web.de address.
* bltin.c, a60-mkc.inc, a60.texinfo: add builtin function
intinteger().
* test/input.a60: add ininteger() test.
Thu Apr 21 00:42:11 MEST 2005 Erik Schoenfelder <schoenfr@web.de>
* a60.texinfo: fixed typo where write incorrectly state it
would return an integer value.
Again, thanks to "Warren R. Carithers" <wrc@cs.rit.edu> for
pointing this out.
Wed Apr 13 18:49:44 MEST 2005 Erik Schoenfelder <schoenfr@web.de>
* insymbol(): the index now starts with 0, so the index
correspondents to outsymbol.
* a60.texinfo: fixed typo where insymbol incorrectly state it
would return an integer value.
* test/runtest.sh: addes test case input.a60
* Thanks to "Warren R. Carithers" <wrc@cs.rit.edu> for
pointing this out.
or had a namespace pollution issue exposing time.h improperly. Should
fix the MacOS build.
XXX: on MacOS the configure script concludes that stdlib.h, unistd.h,
XXX: and string.h are all missing. I have no idea why this would be
XXX: but someone with access to config.log needs to investigate.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
From the documentation:
This Algol 60 interpreter is based upon the "Revised Report on the
Algorithmic Language Algol 60" [RRA60].
At school, a long time ago, I learned Algol 60 in a completely
theoretical manner. Later I learned Algol 68 and C (and more ...).
The concept of call-by-name never left my mind, and so I started to
write this Algol 60 interpreter: Made for fun and a call-by-name.