Skip to content

Tags: marcIhm/yabasic

Tags

2.91.0

Toggle 2.91.0's commit message
Version 2.91.0 (January 7, 2025)

  - New poke 'console_foreground_intensity' to change (once perrun)
    the intensity of colored text printed with yabasic.
  - New function string$ to multiply a string.

2.90.4

Toggle 2.90.4's commit message
Version 2.90.4 (September 17, 2023)

  - Fixed a bug related with 'print using' under windows
    Thanx to Paul Shutler for reporting this !

2.90.3

Toggle 2.90.3's commit message
Version 2.90.3 (February 26, 2023)

  - Introductory sections about subroutines and libraries
  - Updated the docu from docbook 4.5 to 5

2.90.2

Toggle 2.90.2's commit message
Version 2.90.2 (January 6, 2022)

  - Fixed precision error for print using under windows
  - Better error-reporting for an edge case of short-if
  - Allow '==' to check for equality and '!=' for inequality ('=' and '<>' still work)

2.90.1

Toggle 2.90.1's commit message
Version 2.90.1 (July 11, 20201)

  - Repaired the docu (especially yabasic.htm)
  - Removed references to the old documentation (still available on github)

2.90.0

Toggle 2.90.0's commit message
Version 2.90.0 (July 10, 20201)

  - Fixed an error with local variables
  - Moved to a new building-environment (see toplevel README.org for details)

2.89.1

Toggle 2.89.1's commit message
Version 2.89.1 (January 30, 2020)

  - Fixes for documentation

2.89.0

Toggle 2.89.0's commit message
Version 2.89.0 (December 29, 2020)

  - Fixed for Problem with system-command after clear screen on MacOS
  - Added functions eval and eval$

2.87.1

Toggle 2.87.1's commit message
Version 2.87.1 (November 07, 2020)

  - Fixed for libffi on 32 bit systems
  - Updated included header files (windows) of ffi from libffi 3.3

2.87.0

Toggle 2.87.0's commit message
Version 2.87.0 (August 12, 2020)

  - Fixed an edge-case in for-loops
  - Allow eof(0) and peek(0) to refer to standard input