aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade bc to 5.0.1HEADandroid-s-beta-5masterandroid-s-beta-5Elliott Hughes2021-08-137-15/+19
|\
| * Increment the version and update the NEWSGavin Howard2021-08-132-1/+10
| * Fix a build error on Mac OSXGavin Howard2021-08-132-3/+3
| * Fix a build error on AndroidGavin Howard2021-08-111-0/+4
* | Fix a conflict between the bc source and Apple's fortify implementation.Elliott Hughes2021-08-131-0/+6
* | Upgrade bc to 5.0.0Elliott Hughes2021-08-12361-66299/+55829
|\|
| * Fix a type in scripts/package.shGavin Howard2021-08-081-1/+1
| * Do one last tweak to prevent compiler warningsGavin Howard2021-08-081-1/+5
| * Fix last commitGavin Howard2021-08-081-2/+2
| * Harden scripts/package.shGavin Howard2021-08-081-0/+16
| * Update the NEWSGavin Howard2021-08-081-6/+5
| * Add the git stuff back in to scripts/package.shGavin Howard2021-08-081-6/+5
| * Add more stuff to exclude from the release packageGavin Howard2021-08-081-0/+5
| * Add Windows stuff to scripts/package.shGavin Howard2021-08-081-21/+80
| * Fix a scan-build errorGavin Howard2021-08-081-4/+5
| * Run afl-cmin on the corpusesGavin Howard2021-07-3190-747/+1223
| * Add an input to the fuzzerGavin Howard2021-07-311-0/+42
| * Reduce the number of test cases for AFL++Gavin Howard2021-07-3113-685/+158
| * Fix commit dfc16a348f6bcfGavin Howard2021-07-301-1/+1
| * Change the bitfunc tests againGavin Howard2021-07-302-198/+10782
| * Add new lib2.bc functions to the manualsGavin Howard2021-07-309-45/+2795
| * Change the API of some lib2.bc functionsGavin Howard2021-07-301-25/+29
| * Change an ignore that got missed from a recent changeGavin Howard2021-07-301-1/+1
| * Move a fileGavin Howard2021-07-303-10/+11
| * Add more bitwise functions to lib2.bcGavin Howard2021-07-303-1424/+310
| * Add a bunch of generators to bitgen.cGavin Howard2021-07-301-9/+148
| * Update the development manualGavin Howard2021-07-291-6/+3
| * Make static_assert workGavin Howard2021-07-272-4/+7
| * Remove the special case for SIGKILLGavin Howard2021-07-271-3/+1
| * Make sure scripts/afl.py uses the same arguments as the fuzzerGavin Howard2021-07-271-2/+5
| * Fix a compile error on FreeBSDGavin Howard2021-07-272-4/+4
| * Attempt to work around FreeBSD stupidity with allocation failureGavin Howard2021-07-271-0/+22
| * Fix a crash found by AFL++Gavin Howard2021-07-272-2/+7
| * Fix compiler warningsGavin Howard2021-07-263-4/+1
| * Fix a crash found by AFL++Gavin Howard2021-07-266-64/+37
| * Fix another crash found by AFL++Gavin Howard2021-07-252-0/+10
| * Fix a crash, a firing assertGavin Howard2021-07-252-0/+27
| * Fix another crash found by AFL++Gavin Howard2021-07-252-4/+9
| * Change an input to AFL++Gavin Howard2021-07-251-12/+1
| * Add a test for the new slabvec redesignGavin Howard2021-07-252-0/+67
| * Fix a crash found by AFL++Gavin Howard2021-07-252-4/+7
| * Fix a crash found by AFL++Gavin Howard2021-07-252-0/+8
| * Fix the AFL++ tmuxp configGavin Howard2021-07-251-5/+4
| * Fix a crash in dc found by AFL++Gavin Howard2021-07-252-5/+118
| * Add some debug code in computed gotoGavin Howard2021-07-252-9/+26
| * Change strings to always be passed around in BcNum'sGavin Howard2021-07-252-87/+72
| * Add another strings test, this time for return valuesGavin Howard2021-07-252-0/+8
| * Fix a bug I found while fixing the bug fixed in previous commitGavin Howard2021-07-252-0/+6
| * Fix a crash found by AFL++Gavin Howard2021-07-253-0/+16
| * Fix a bug in scripts/afl.pyGavin Howard2021-07-251-4/+4