index
:
hcalc
master
Enhanced fork of DJ Delorie's hcalc
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-01-10
Makefile: add tags and indent targets.
B. Watson
2024-01-10
Add .indent.pro.
B. Watson
2024-01-10
Add twos complement, center-click anywhere to paste.
B. Watson
2024-01-09
Rearrange man page.
B. Watson
2024-01-09
Use fpclassify() rather than fetestexcept()
B. Watson
2024-01-05
Update man page.
B. Watson
2024-01-05
Document u key correctly.
B. Watson
2024-01-05
Make shift-insert paste (like ^V).
B. Watson
2024-01-05
Allow quit in error state, don't save bad value in config.
B. Watson
2024-01-04
Document u key.
B. Watson
2024-01-04
Ring the bell on FP error.
B. Watson
2024-01-04
Make Enter *really* do the same as = key.
B. Watson
2024-01-04
Update docs.
B. Watson
2024-01-04
Revert aafee27 and fix it correctly.
B. Watson
2024-01-04
Show "err" on FP error, wait for CLR key.
B. Watson
2024-01-04
Compile as c99, link math lib, preparing for FP exceptions.
B. Watson
2024-01-04
Allow F to be input. DERP.
B. Watson
2024-01-04
Update TODO.
B. Watson
2024-01-04
Makefile: Add release target.
B. Watson
2024-01-03
Update TODO.
B. Watson
2024-01-03
Forgot man page in previous commit.
B. Watson
2024-01-03
Add i as synonym for _ (+/-).
B. Watson
2024-01-03
Makefile: add realclean.
B. Watson
2024-01-03
Define version only in the Makefile.
B. Watson
2024-01-03
Use better desktop categories.
B. Watson
2024-01-03
Add .gitignore.
B. Watson
2024-01-03
Makefile: install COPYING in doc dir.
B. Watson
2024-01-03
Add INSTALL.
B. Watson
2024-01-03
Tweak Makefile.
B. Watson
2024-01-03
Makefile: add LIBS (default: empty).
B. Watson
2024-01-03
Makefile: rst2man.py => rst2man (more standard I think).
B. Watson
2024-01-03
Update TODO.
B. Watson
2024-01-03
Update TODO.
B. Watson
2024-01-03
Tweak README.
B. Watson
2024-01-03
accidentally imported too much stuff.
B. Watson
2024-01-03
initial commit
B. Watson