Initial import.
Cleanup.
added LEGENDRE, IGAMMA, LNGAMMA and BETA functions from cl
small corrections.
*** empty log message ***
*** empty log message ***
fixed bug concerning braced variables passed by reference; added PLOTS procedure (2D only)
Added OBJ_ISA. Changed struct compatibility checking.
Added SWAP_ENDIAN and BYTEORDER. Fixed /OVERWRITE bug in REFORM.
Added OBJ_CLASS function.
re-insert JOURNAL into lib procedure list, removed diagnostic message in OPLOT
g++ 3.4 compliance
Fixed TVLCT bug.
Fixed OR and AND bug. Fixed lib function /OVERWRITE bug.
Changed handling of unnamed struct descriptors.
made @ honor !PATH
Widen rules for struct tag names to allow a leading '!'.
Include subroutines by Peter Messmer.
ChangeLog update.
Fixed # operator (1D # 2D).
Allow leading '!' also in struct names.
Add SPAWN procedure.
Add SWAP_ENDIAN, FACTORIAL
Add all keywords to INDGEN.
Allow multiple common blocks in one subroutine.
Added warn keyword list.
Corrected common block handling of compiler.
Functionality for warn keywords.
New RANDOMU/N keywords.
Cosmetic change.
.
Add ROUTINE_INFO.
Allow library functions as l-functions. Fixed REPLICATE for structs.
maintenance.
Added TEMPORARY function.
Allow braced indexed expressions as l-values. Line number info.
Made RETURN not a reserved word.
Return reference variable via library function (/OVERWRITE) now works.
maintenance.
Fixed interpreter memory leak.
Cleaned up compiler/interpreter.
Add dist.pro and tvscl.pro
Allow assignment for parameters/keywords.
Fixed ASSOC bug.
Sorted libFunList and libProList.
Fixed assignment bug.
Fixed RANDOM bug.
PLOT: POSITION keyword.
Fixed braced (r)expr bug.
plplot 5.5.0 compatibility.
Constant charsize for graphics.
ULONARR, LON64ARR, ULON64ARR bugfix.
Fix: Allowed x=x(0) for a function x.
Removed debug output.
Changed email address.
Allowed x=x(0) for a function x (defined in x.pro).
Fix: Allowed x=x(0) for a function x (defined in x.pro).
NAN keyword for MAX, MIN, BYTSCL. SUBSCRIPT_MIN/MAX for MAX/MIN.
NTOHL, NTOHS, HTONL, HTONS keywords to BYTEORDER.
Fixed format-code 'x' bug.
Proper multi-plot handling for TV.
Fix for multiple plots in one window.
DECOMPOSED keyword for DEVICE.
Line number output for interrupts (cntrl-c).
Avoid copying for indexed expressions.
Added z-buffer device.
Fixed MOD 0 bug.
Fixed TV for z-buffer device.
Fixed SetResolution bug.
Added z-buffer device.
OS X compilance.
plplot mem driver eop() workaround.
Added .RUN command.
Accept main programs.
Fixed MOD 0 bug.
correct common blocks and gotos for command line.
Optimization for complex (pow, abs). Non-copy constants
Optimization for complex (pow, abs). Non-copy constants
Allow BREAK, CONTINUE as identifiers.
Set AllIxT to valarray.
Removed BACKGROUND keyword check from XYOUTS.
Fixed input and eof detection.
Second parameter for TV.
common block COLORS for LOADCT
remove wxWidgets from configure script.
DEVICE,GET_DECOMPOSED. Consistent using CHARSIZE as float (instead of double).
Fixed return from FOR bug.
LMGR function.
Fixed READS 'z' format code bug.
python module
.R equivalent to .RUN
python module
python module
Make .RUN handle files without subroutine.
python module
python module
python module
python module
GCC 4.0 compliancy
ProgNode type for interpreter.