1
0
mirror of https://github.com/byteworksinc/ORCALib.git synced 2025-03-24 12:33:36 +00:00
Stephen Heumann 7abdfc9beb Make system(NULL) detect whether a command processor is available.
Previously, it just ran an Execute shell call with NULL as the command-line pointer.

The fix is to still call Execute, but with an empty string as the command line, and then check if the call gave an error. If running under plain GS/OS, this gives an error for an unknown system call, whereas both ORCA/APW and GNO shells will return with no error in this case. (Golden Gate doesn't implement the Execute shell call, so it also gives an error and will report no command processor available.)

This fixes issue .
2018-03-13 17:49:49 -05:00
2017-10-01 18:00:58 -06:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2018-03-04 22:31:11 -05:00
2018-03-04 22:31:11 -05:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-01 18:00:58 -06:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-01 18:00:58 -06:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00
2017-10-31 13:14:07 -04:00

ORCALib

Libraries for the ORCA language suite (ORCA/C, ORCA/M, ORCA/Pascal) for the Apple IIGS

If you would like to make changes to this compiler and distribute them to others, feel free to submit them here. If the changes apply to the Apple IIGS, they will generally be approved for distribution on the master branch. For changes that retarget the library to generate code for a different platform, the project will either be forked or a new repository will be created, as appropriate.

The general conditions that must be met before a change is released on master are:

  1. The modified library must compile under the currently released version of ORCA/M.

  2. The various languages that make use of the library mush still pass their respective test suites, or changes to those test suites must also be submitted.

Contact support@byteworks.us if you need contributor access.

A complete distribution of the ORCA languages, including installers and documentation, is available from the Juiced GS store at https://juiced.gs/store/category/software/. It is distributed as part of the Opus ][ package.

Description
ORCALib
Readme 2.5 MiB
Languages
Assembly 100%