Download List

Project Description

RPL/2 (Reverse Polish Lisp/2) is a langage derived from the RPL made by Hewlett-Packard for its HP-28S. It has some extensions (preprocessor, compilated libraries, new functions), a TeX output, and can draw graphics.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-04-11 08:31
4.00pre8o

fft.f was removed and replaced with the FFT intrinsic usr dft subroutine. The Sparc64 optimizations were modified. Now gcc-4.0 can be used to build RPL/2 on Sparc64. The same modifications were done on Sparc32. Major bugs were fixed in both PLOTTER and HISTOGRAM intrinsics concerning the interface with GNUplot. Major bugs were fixed in the USE/REMOVE intrinsics concerning system stack corruption. Corruption of the last stack was fixed in mclrin (this only occurs when an error is caught). A major bug in a malloc condition was fixed in derivation().
Tags: Development, Major bugfixes

2006-01-08 15:06
4.00pre8n

gfortran is now the default compiler for F77. libdb and libsdb were added for performing database access. A new SQL intrinsic was written. A memory leak is present in libsdb (or maybe in libmysqlclient).
Tags: Development, Major feature enhancements

2005-11-15 15:16
4.00-pre8m

A major bug was fixed in the IFERR/THEN/(ELSE)/END
structure. This bug occured when an error is
caught before a regular IF/THEN/(ELSE)/END
structure in an IFERR/THEN/(ELSE)/END structure.
"chmod 755 debian/rules" is now done by the
makefile. A major bug was fixed in
recherche_instruction_suivante(). Before this fix,
it was impossible to use a command line that ends
with spaces.
Tags: Development, Major bugfixes

2005-10-29 10:42
4.00pre8l

SELECT/CASE/DEFAULT/END was modified. A major bug with (unsigned char) getc() statements in conjunction with GCC 4.0 was fixed. configure.in was modified to be usable with GCC 4.0.
Tags: Development, Major bugfixes

2005-10-03 23:13
4.00pre8k

A segmentation fault occured in both PROMPT and INPUT when readline returned NULL (ctrl^D). This is now fixed. A major bug is fixed in DATE intrinsic (Julian days and reduced Julian days). Stderr of rplpp is now caught. SYSEVAL is modified to use stdin, stdout, and stderr. The latest release of GSL is merged into the source tree.
Tags: Development, Major bugfixes

Project Resources