Projects / Seed7 / Releases / Minor feature enhancements

RSS All releases tagged Minor feature enhancements

Release Notes: The compiler support for result variables, which are initialized with expressions, was improved. The bas (basic interpreter) example program was improved. The bigrat.s7i and rational.s7i libraries were improved. Some multiplication test cases were added to the chkbig.sd7 example program. The compiler was changed to mark its temporary *.c files with a temp_marker. Several performance improvements for uBigMultSub, uBigAddTo, uBigDiv, uBigMult, uBigMultIntoHelp, bigGrow, bigMult, and bigShrink were made.

Release Notes: The support and documentation for the functions split, join, log2, bitLength, and the operator *:= were improved. The compiler support for the functions raise, log2, and split was improved. The bas (basic interpreter) example program was improved to support print using statements. Support for the for-step loop in the seed7_05.s7i include file was improved. Some improvements for the bigRational and bigInteger library were done. A bug in uBigAddTo that could cause an error in bigDiv, bigRem, bigMDiv, or bigMod was fixed. The chkbig.sd7 and chkstr.sd7 programs were improved with more checks.

Release Notes: The interpreter was changed to execute programs only when they have no errors. The option -x, to execute programs even when they have errors, was added to the interpreter. The *:= operator for the types integer, float, bigInteger, and bigRational was added. The chkbig.sd7 program was improved to check the *:= operator for big integers. The compiler was improved to support the *:= operator and the arr_cat action. Several improvements for compile time error messages were made. The err.sd7 example program, which checks compile time error messages, was improved.

Release Notes: The support for float was changed to use IEEE 754 NaN and Infinity instead of exceptions. The exception checking program chkexc.sd7 was improved and the chkflt.sd7 program was added. All exponentiation operators were improved to evaluate 0 ** 0 to 1. The associativity of the ** operator was changed to work right to left. A declaration for an = and <> operator was added for interface types. Basic support for exceptions in compiled programs was added. Parts of the manual describing float operations and exponentiation were improved. The compiler was improved for several primitive actions.

Release Notes: Support for hash tables, sets, and console output in compiled programs was improved. Support for multiple dispatch of interface (DYNAMIC) functions was added to the compiler. Handling of parameters in the dispatch functions generated by the compiler was improved. Variable global arrays and structs in compiled programs are now initialized with a copy of the initialisation value. The compiler was improved to produce better code for the primitive actions arr_idx, chr_ge, chr_gt, chr_le, chr_lt, fil_seek, set_cpy, str_cpy, prc_option, prg_match, ref_itftosct, typ_isderived, and typ_meta.

Release Notes: An abstract data type to create interface types was added. The matching of functions was changed such that interface functions are preferred over non-interface functions. The error message that flags incorrect access rights of actual parameters was improved. The handling of interface (DYNAMIC) functions in the compiler was improved. The compiler was improved to support the actions arr_cpy, drw_create, drw_destr, drw_pfarcchord, and drw_pfarcpieslice. Several access rights changes for file functions in seed7_05.s7i and other libraries allow the compiler to produce better code for more file functions.

Release Notes: The compiler was improved to support interfaces (dynamic functions). With this improvement, several example programs can be compiled. The support for the actions gkb_busy_getc, gkb_xpos, gkb_ypos, kbd_busy_getc, drw_pfellipse, and arr_arrlit2 was added to the compiler. The X11 keyboard driver was improved.

Release Notes: The hash type was changed to maintain the size of the hash instead of computing it. The &:= statement for the type ref_list was added. The compiler was improved to support 'in var' parameters. A new include file (complex.s7i) to support complex numbers was added. Support for the bigIConv, bigOrd, cmdMkdir, drwPArc, drwPCircle, drwPFEllipse, filBigLng, filBigSeek, and filBigTell functions was added to the compiler.

Release Notes: Support for local constants was added to the compiler. The compiler was improved to support the actions big_abs, big_clit, big_hashcode, big_value, cmd_ls, flt_grow, flt_shrink, gkb_gets, kbd_gets, set_arrlit, and str_chsplit. The heap statistic for bigIntegers was improved. The array functions = and <> were improved. Support for arrays in the compiler was improved. The trace level 'h' (heapsize) was added. The exception handling was corrected to work with hash objects. A bug in the in_file handling of the analyzer was fixed. The interpreter was improved to support rfl_trace and str_split.

Release Notes: The functions bigLength, seek, and bigTell were added to support files with 64-bit offsets. The functions getwd, getln, read, and readln were changed to remove '\r' before '\n'. Parameters of type bigInteger were changed to use call by reference. The putf function (to copy a string to a file) was changed, and a writef function was added. Functions to split and join strings and a check for those functions were added. The comparisons = and <> for arrays were added. An implementation for 'set of string' based on the 'hash' type was added. A new makefile (makefile.msy) for MinGW MSYS compilation was added.

Screenshot

Project Spotlight

Sudokuki

A Sudoku game.

Screenshot

Project Spotlight

SMI

A solution to manage services and technical support.