aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a build error on Mac OSXGavin Howard2021-08-131-1/+1
* Do one last tweak to prevent compiler warningsGavin Howard2021-08-081-1/+5
* Fix a scan-build errorGavin Howard2021-08-081-4/+5
* Fix commit dfc16a348f6bcfGavin Howard2021-07-301-1/+1
* Make static_assert workGavin Howard2021-07-271-2/+4
* Fix a compile error on FreeBSDGavin Howard2021-07-271-2/+2
* Fix a crash found by AFL++Gavin Howard2021-07-271-2/+7
* Fix compiler warningsGavin Howard2021-07-263-4/+1
* Fix a crash found by AFL++Gavin Howard2021-07-263-62/+24
* Fix another crash found by AFL++Gavin Howard2021-07-251-0/+7
* Fix a crash, a firing assertGavin Howard2021-07-251-0/+7
* Fix another crash found by AFL++Gavin Howard2021-07-251-4/+7
* Fix a crash found by AFL++Gavin Howard2021-07-251-4/+6
* Fix a crash found by AFL++Gavin Howard2021-07-251-0/+8
* Fix a crash in dc found by AFL++Gavin Howard2021-07-251-5/+1
* Add some debug code in computed gotoGavin Howard2021-07-251-9/+11
* Change strings to always be passed around in BcNum'sGavin Howard2021-07-251-83/+58
* Fix a bug I found while fixing the bug fixed in previous commitGavin Howard2021-07-251-0/+5
* Fix a crash found by AFL++Gavin Howard2021-07-251-0/+11
* Fix an uninitialized data error in historyGavin Howard2021-07-241-1/+1
* Make sure there is a static assert for computed goto labelsGavin Howard2021-07-241-0/+1
* Make sure the loop works for non-computed gotoGavin Howard2021-07-241-4/+4
* Remove the loop for computed gotoGavin Howard2021-07-241-3/+9
* Merge branch 'master' into computed_gotoGavin Howard2021-07-2414-322/+657
|\
| * Fix a build problem on FreeBSDGavin Howard2021-07-241-1/+1
| * Fix a doc typoGavin Howard2021-07-231-1/+1
| * Fix a mistake in a previous commitGavin Howard2021-07-231-1/+1
| * Add the check for binary files back inGavin Howard2021-07-232-1/+26
| * Fix a deprecation warning on WindowsGavin Howard2021-07-231-1/+1
| * Fix a compile error with all warning and -WerrorGavin Howard2021-07-221-0/+4
| * Fix the problem where keywords can be redefined for builtin libsGavin Howard2021-07-222-4/+11
| * Add a command to dc to get the execution stack depthGavin Howard2021-07-212-2/+25
| * Add an array length command to dcGavin Howard2021-07-214-21/+25
| * Make a bc-only build buildGavin Howard2021-07-213-72/+73
| * Fix a compiler warningGavin Howard2021-07-211-1/+1
| * Fix a history bug found by asciify()Gavin Howard2021-07-211-1/+1
| * Add asciify() and streamGavin Howard2021-07-213-17/+25
| * Change an error message for an upcoming changeGavin Howard2021-07-211-1/+1
| * Make bc able to assign strings to variables and pass them aroundGavin Howard2021-07-213-53/+38
| * Add two new error messagesGavin Howard2021-07-212-2/+5
| * Fix a memory leak found by running tests after last commitGavin Howard2021-07-212-4/+2
| * Make a function only available in debugGavin Howard2021-07-211-0/+2
| * Switch strings in dc to be stored per functionGavin Howard2021-07-214-109/+140
| * Add modexp and divmod to bcGavin Howard2021-07-214-29/+188
| * Change the keyword redefinition infrastructureGavin Howard2021-07-206-50/+54
| * Make sure short option is printed on error when usedGavin Howard2021-07-201-11/+27
| * Add the ability for users to redefine keywordsGavin Howard2021-07-204-3/+69
* | Merge branch 'master' into computed_gotoGavin Howard2021-07-202-2/+3
|\|
| * Fix 39b2af3547fda138e77a54ec1f29a25b4432166dGavin Howard2021-07-201-8/+8
| * Clarify and tighten up on error handlingGavin Howard2021-07-201-2/+2