Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
1fe454571f0710259a98a115ff60dbeec9cb4db4
1fe4545
Ignore the math library and help texts too
by Gavin Howard
· 6 years ago
6a94fd7
Make sure that unused file are ignored during build.
by Gavin Howard
· 6 years ago
7ff15ae
Style fix to Makefile.in
by Gavin Howard
· 6 years ago
abbb290
Try to fix FreeBSD compile
by Gavin Howard
· 6 years ago
24f942f
Add opt level option to configure.sh
by Gavin Howard
· 6 years ago
2b9e37f
Style fix for Makefile.in
by Gavin Howard
· 6 years ago
4dff545
Make sure to use the GEN_EMU environment variable is used
by Gavin Howard
· 6 years ago
83c5917
Add a test for FreeBSD
by Gavin Howard
· 6 years ago
5552996
Adjust Makefile.in in an attempt to get FreeBSD to work
by Gavin Howard
· 6 years ago
a7bfba3
Add strip capability to the build
by Gavin Howard
· 6 years ago
37004d9
Fix a compile problem on FreeBSD
by Gavin Howard
· 6 years ago
954f9b6
Change some chars to unsigned chars
by Gavin Howard
· 6 years ago
d366bb1
Attempt to make bc compile on FreeBSD
by Gavin Howard
· 6 years ago
3ef7e1a
Another attempt to make configure work on FreeBSD
by Gavin Howard
· 6 years ago
c9d6769
Add the new test mentioned in last commit
by Gavin Howard
· 6 years ago
2fd2b92
Fix some parse bugs found with a new test
by Gavin Howard
· 6 years ago
f7adfbe
Stop double printing of an error
by Gavin Howard
· 6 years ago
c1a3694
Attempt to fix bad output on FreeBSD
by Gavin Howard
· 6 years ago
c6547d6
Attempt to fix a build bug on FreeBSD
by Gavin Howard
· 6 years ago
a8b6733
Fix a memory error in the bc parser
by Gavin Howard
· 6 years ago
ec091a1
Fix memory errors in history
by Gavin Howard
· 6 years ago
d15e01d
Make the build system more POSIX-compatible
by Gavin Howard
· 6 years ago
b9ba5d5
More parse style fixes
by Gavin Howard
· 6 years ago
b8132e9
Parse style fixes
by Gavin Howard
· 6 years ago
b056e1f
Style fixes regarding parsing functions
by Gavin Howard
· 6 years ago
5d77428
Style fixes
by Gavin Howard
· 6 years ago
8e1c762
Fix a memory leak in asciify
by Gavin Howard
· 6 years ago
4770952
Fix a bug tested by the new test from last commit
by Gavin Howard
· 6 years ago
f2cd689
Add another test found by busybox
by Gavin Howard
· 6 years ago
f208588
Fix a bug in the VM
by Gavin Howard
· 6 years ago
e3ef74c
Style fixes for the dc lexer
by Gavin Howard
· 6 years ago
df5c868
Fix a parse bug in dc found by busybox
by Gavin Howard
· 6 years ago
230925d
Allow BC_LEX_EOF at the end of an expression in bc
by Gavin Howard
· 6 years ago
4418208
Add a test found by busybox
by Gavin Howard
· 6 years ago
b836b17
Fix bugs with the stdin.sh test script
by Gavin Howard
· 6 years ago
2aef61b
Use more unsigned ints in num.c
by Gavin Howard
· 6 years ago
97e55a5
Add a needed comment
by Gavin Howard
· 6 years ago
be6d5dc
Fix a double-free bug in the "Reduce memory usage" commit
by Gavin Howard
· 6 years ago
864b8bd
Add a comment
by Gavin Howard
· 6 years ago
0684045
Reduce memory usage
by Gavin Howard
· 6 years ago
03fcd3b
Reduce the amount of parse tests
by Gavin Howard
· 6 years ago
4db9543
Add another test found by busybox
by Gavin Howard
· 6 years ago
aed891c
Shorten the math library a touch
by Gavin Howard
· 6 years ago
b27b7f9
Fix various parsing bugs found by my new tests
by Gavin Howard
· 6 years ago
fb54f8e
Add yet more loop and if tests
by Gavin Howard
· 6 years ago
ad5a92f
Fix a parse bug with auto vars on the same line as a brace
by Gavin Howard
· 6 years ago
a73c11b
Fix a stack error with no condition in for
by Gavin Howard
· 6 years ago
219d842
Add another test
by Gavin Howard
· 6 years ago
0b288e0
Add more tests found by busybox
by Gavin Howard
· 6 years ago
61ac7a3
Style fixes for the bc parser
by Gavin Howard
· 6 years ago
2ae3384
Fix a parse bug that busybox found
by Gavin Howard
· 6 years ago
c82119d
Fix a bug with a test
by Gavin Howard
· 6 years ago
d972fbd
Tweak to the new test
by Gavin Howard
· 6 years ago
1376d6c
Add another test found by busybox
by Gavin Howard
· 6 years ago
a83a533
Start changing parser to use a brace flag
by Gavin Howard
· 6 years ago
88c134b
Fix block end error checks
by Gavin Howard
· 6 years ago
bc22945
Don't execute the math library code before continuing
by Gavin Howard
· 6 years ago
b786893
Remove useless div by 0 check
by Gavin Howard
· 6 years ago
7b3fb21
Get rid of now unneeded code
by Gavin Howard
· 6 years ago
bbd9313
Fix a bug where a missing block end was not detected
by Gavin Howard
· 6 years ago
5366b08
Fix an oversight (missed error check)
by Gavin Howard
· 6 years ago
4397d78
Fix a typo
by Gavin Howard
· 6 years ago
e6f608c
Improve error message output
by Gavin Howard
· 6 years ago
06d3ae8
Remove BcProgram file field and use the BcVm one better
by Gavin Howard
· 6 years ago
345775c
Improve invalid option output and test for it
by Gavin Howard
· 6 years ago
9a27b17
Fix a typo
by Gavin Howard
· 6 years ago
b801c0c
Fix a bug where errors on EOF during read() did not happen
by Gavin Howard
· 6 years ago
a833c6b
Fix a bug where an error could leave a global in a bad state
by Gavin Howard
· 6 years ago
357bc25
Fix a bug where nested if's did not parse correctly
by Gavin Howard
· 6 years ago
b47c525
Fix a bug in a test file
by Gavin Howard
· 6 years ago
66bc261
Remove use of uninitialized memory bc calloc'ing the vm
by Gavin Howard
· 6 years ago
843b5ae
Simplify the bc parse flag check
by Gavin Howard
· 6 years ago
7536dcf
Change all of bc to output error messages at point of error
by Gavin Howard
· 6 years ago
32a86cb
Add the Linenoise license back into the LICENSE file
by Gavin Howard
· 6 years ago
6f72221
Add another if test
by Gavin Howard
· 6 years ago
40669bf
Add some more if else tests
by Gavin Howard
· 6 years ago
6bae85d
Fix two compiler warnings
by Gavin Howard
· 6 years ago
2b1c5e1
Merge branch 'master' into history
by Gavin Howard
· 6 years ago
c8d4344
Get rid of uint8_t where I can
by Gavin Howard
· 6 years ago
2897f22
Style fix
by Gavin Howard
· 6 years ago
e94792a
Fix typos
by Gavin Howard
· 6 years ago
66f2a6b
Attempt to fix a bug where copyright was not printed on Windows
by Gavin Howard
· 6 years ago
7286ca6
Fix a discrepancy from the POSIX bc spec
by Gavin Howard
· 6 years ago
d347b90
Merge branch 'master' into history
by Gavin Howard
· 6 years ago
8505184
Style fix for a test
by Gavin Howard
· 6 years ago
08a4b5a
Fix a parse bug where nested if's did not work
by Gavin Howard
· 6 years ago
bda62cc
Add a failing test found by busybox
by Gavin Howard
· 6 years ago
5f5a844
Tweak to configure.sh
by Gavin Howard
· 6 years ago
67222d3
Make the configure step test C compilers better
by Gavin Howard
· 6 years ago
cdfa888
Add a help blurb about configure to the README
by Gavin Howard
· 6 years ago
629da49
Fix error message problems in configure.sh
by Gavin Howard
· 6 years ago
856b88e
Style fixes for history
by Gavin Howard
· 6 years ago
22f11a0
Merge branch 'master' into history
by Gavin Howard
· 6 years ago
794b107
Add tests for else in the wrong place
by Gavin Howard
· 6 years ago
11734bc
Style fix to the bc parser
by Gavin Howard
· 6 years ago
05b2ebd
Fix a parse bug found by busybox
by Gavin Howard
· 6 years ago
0eaf86b
More test file style fixes
by Gavin Howard
· 6 years ago
6e3137d
Style fixes for a test file
by Gavin Howard
· 6 years ago
2a70580
Add two tests to test a bug that busybox found
by Gavin Howard
· 6 years ago
5184b33
Shorten the internal math library
by Gavin Howard
· 6 years ago
Next »