Skip to content

Tags: marcIhm/yabasic

Tags

2.91.4

Toggle 2.91.4's commit message
Version 2.91.4 (August 31, 2025)

  - Fixed compile-warnings for missing prototypes
  - Some minor updates in toolchain

2.91.3

Toggle 2.91.3's commit message
Version 2.91.3 (June 14, 2025)

  - Fixed a bug with 'print reverse' under windows.
  - Documentation

2.91.2

Toggle 2.91.2's commit message
Version 2.91.2 (March 23, 2025)

  - New peeks 'displayheight' and 'displaywidth'
    to get the resolution of your monitor.
  - Fix for option '--docu'

2.91.1

Toggle 2.91.1's commit message
Version 2.91.1 (January 24, 2025)

  - New pokes 'console_foreground_color' and 'console_foreground_color'
    to set the default fore- and background color for the console.
  - The input-statement now supports the clauses at() and color()

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)