Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applications/V7/cmd/dc fixes #1142

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

six809
Copy link

@six809 six809 commented Jan 23, 2025

Fixes an off-by-one in initialisation and declares string buffers for storage as signed char.

Parts of the code depend on the signed char behaviour, and gcc6809 at least seems to default to unsigned.

@six809 six809 changed the title dc fixes Applications/V7/cmd/dc fixes Jan 23, 2025
Parts of the code depend on char being signed.

Showed up for me trying square root, but probably affects other stuff
too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant