ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.patch01 1.1 KiB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. README.patch01 file for
  2. Bywater BASIC Interpreter/Shell, version 2.20
  3. ---------------------------------------------
  4. Copyright (c) 1993, Ted A. Campbell
  5. for bwBASIC version 2.10, 11 October 1993
  6. Version 2.20 modifications by Jon B. Volkoff,
  7. 25 November 1995
  8. Patch level 1 release by Jon B. Volkoff,
  9. 15 March 1996
  10. LIST OF PATCHES TO 2.20:
  11. bwb_cnd.c
  12. Moved init routine for bwb_while so that it would be initialized regardless
  13. of expression value, not just if TRUE. This was causing some segmentation
  14. faults in WHILE-WEND loops.
  15. bwb_elx.c
  16. Plugged gaping memory leak. Temp variable space for expression evaluation
  17. was being allocated but not freed when done (oops!).
  18. bwb_fnc.c
  19. Added check for NULL return from getenv to prevent segmentation faults.
  20. bwbasic.h
  21. Revised VERSION define to reflect above changes.
  22. To implement these patches simply replace the old versions of the above source
  23. files with the new ones and remake bwbasic.