aboutsummaryrefslogtreecommitdiffstats
path: root/src/history.c
Commit message (Expand)AuthorAgeFilesLines
* Fix commit dfc16a348f6bcfGavin Howard2021-07-301-1/+1
* Fix an uninitialized data error in historyGavin Howard2021-07-241-1/+1
* Fix a history bug found by asciify()Gavin Howard2021-07-211-1/+1
* Do a lot of doc work and refactor along the wayGavin Howard2021-07-161-1/+11
* Do a lot of documentation work and some refactoringGavin Howard2021-07-151-87/+311
* Improve the coverage of history testsGavin Howard2021-07-121-51/+15
* Fix memory errors ASan found in historyGavin Howard2021-07-091-6/+16
* Doc work and fixesGavin Howard2021-07-081-2/+2
* Quiet three scan-build errorsGavin Howard2021-07-031-0/+1
* Shrink vectorsGavin Howard2021-06-271-4/+4
* Move the error handling code to status.hGavin Howard2021-06-271-2/+2
* Make history multi-line paste betterGavin Howard2021-06-271-29/+19
* Fix Windows build again and make history work as wellGavin Howard2021-06-241-8/+69
* More documentation and cleanup workGavin Howard2021-06-241-0/+2
* Change the build system to add default settings with env varsGavin Howard2021-06-221-11/+9
* Do some documentation work and prepare for Windows historyGavin Howard2021-06-221-3/+6
* Add SIGQUIT handling to historyGavin Howard2021-06-181-3/+12
* Fix commit e9c191cddaa9eba9ca8507b923bc072f1e4be0b4Gavin Howard2021-05-101-1/+2
* Enable SIGSTOP when using historyGavin Howard2021-05-061-1/+3
* Fix a lot of compile errors from the changes in last commitGavin Howard2021-03-311-2/+2
* Fix problems with printing stuff without newlinesGavin Howard2021-03-311-26/+41
* Update copyright to 2021Gavin Howard2021-01-261-1/+1
* Remove a warning found by scan-buildGavin Howard2021-01-251-6/+7
* Move all headers back to include and rename the library headerGavin Howard2020-11-211-5/+5
* Make bc_vec_grow available to outside proceduresGavin Howard2020-11-211-1/+1
* Start changing errors to accomodate the libraryGavin Howard2020-11-211-7/+6
* Move more stuff around and fix all compiler errors and warningsGavin Howard2020-11-211-0/+1450
* Make sure history.c is ignored too, if necessaryGavin Howard2018-12-201-1298/+0
* Fix memory errors in historyGavin Howard2018-12-191-6/+10
* Change all of bc to output error messages at point of errorGavin Howard2018-12-151-13/+16
* Style fixes for historyGavin Howard2018-12-141-20/+16
* Fix a bug I introducedGavin Howard2018-12-141-3/+4
* Make sure lines are 80 chars and under in historyGavin Howard2018-12-131-91/+109
* More history style fixesGavin Howard2018-12-131-80/+52
* Make the history API more bc-likeGavin Howard2018-12-131-4/+13
* Reduce heap allocations in historyGavin Howard2018-12-131-9/+7
* Remove return value from bc_history_add()Gavin Howard2018-12-131-4/+2
* Get rid of a procedure in historyGavin Howard2018-12-131-11/+1
* Switch BcHistory buf to be a BcVecGavin Howard2018-12-131-82/+80
* Start changing the buf in history to BcVecGavin Howard2018-12-131-2/+8
* Check for raw mode before enablingGavin Howard2018-12-131-0/+2
* Use a BcVec for the historyGavin Howard2018-12-131-35/+23
* Change some history procedure parametersGavin Howard2018-12-131-8/+8
* More history style fixesGavin Howard2018-12-131-69/+64
* Another history style fixGavin Howard2018-12-131-1/+1
* Small style passGavin Howard2018-12-131-29/+13
* Remove a useless field from BcHistoryGavin Howard2018-12-131-10/+6
* Simplify the choosing between history and notGavin Howard2018-12-131-86/+9
* Another style fix pass on historyGavin Howard2018-12-131-219/+222
* Do a style fix pass on history codeGavin Howard2018-12-131-772/+1104