Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
7aa5485d414fce45fae48892e25559383ec2da88
7aa5485
Style fix
by Gavin Howard
· 6 years ago
5470380
Fix a problem in toybox release script
by Gavin Howard
· 6 years ago
471f05f
Fix a bug where the prompt was not getting output
by Gavin Howard
· 6 years ago
4ad418e
Fix a bug found by inspection
by Gavin Howard
· 6 years ago
bbe28fd
Style fix
by Gavin Howard
· 6 years ago
b6b1684
Fix a bug found by inspection
by Gavin Howard
· 6 years ago
5f46ee3
Style fixes
by Gavin Howard
· 6 years ago
1a5cac2
Make my bc follow the standard for printing numbers
by Gavin Howard
· 6 years ago
5b927df
Make the print test more comprehensive
by Gavin Howard
· 6 years ago
86098f2
Move a file
by Gavin Howard
· 6 years ago
ed77cc8
Improve the uninstall target
by Gavin Howard
· 6 years ago
8df4c14
Move some cleaning
by Gavin Howard
· 6 years ago
64f113c
Add license headers where necessary
by Gavin Howard
· 6 years ago
bdab6a0
Remove a useless line in toybox/release.py
by Gavin Howard
· 6 years ago
d321589
Make toybox compile
by Gavin Howard
· 6 years ago
c918c93
Fix a mistake in a recent commit
by Gavin Howard
· 6 years ago
4c2ec1b
Rename a struct
by Gavin Howard
· 6 years ago
f4a74ee
Use strdup() instead of manually duplicating strings
by Gavin Howard
· 6 years ago
d884e71
Style fix to reduce LOC
by Gavin Howard
· 6 years ago
474d32e
Fix lexer bugs found by the recent afl test case
by Gavin Howard
· 6 years ago
eb0fd03
Fix more num error handling code
by Gavin Howard
· 6 years ago
1d0347e
Reduce LOC
by Gavin Howard
· 6 years ago
6cddf5f
Fix a bug that I introduced when trying to reduce LOC
by Gavin Howard
· 6 years ago
7f45f1a
Fix an error handling bug in num.c
by Gavin Howard
· 6 years ago
e6c3e99
Fix a bug found by inspection
by Gavin Howard
· 6 years ago
07b9caa
Add a test that afl found
by Gavin Howard
· 6 years ago
38031c1
Remove warnings
by Gavin Howard
· 6 years ago
aac24bf
Remove a redundant function
by Gavin Howard
· 6 years ago
7a5bab0
Make the Makefile more robust
by Gavin Howard
· 6 years ago
0e44d74
Style fix
by Gavin Howard
· 6 years ago
76e6c0f
Fix mistakes in last few commits
by Gavin Howard
· 6 years ago
76b1ba2
Fix a thing in toybox release.py
by Gavin Howard
· 6 years ago
d555167
Reorganize the code
by Gavin Howard
· 6 years ago
0790bca
Another style fix
by Gavin Howard
· 6 years ago
0a95ccd
Style fix
by Gavin Howard
· 6 years ago
c4e6c24
Add running timeconst.bc to the test suite
by Gavin Howard
· 6 years ago
bc85daa
Style fix
by Gavin Howard
· 6 years ago
7b858be
Add a prompt option to bc_io_getline()
by Gavin Howard
· 6 years ago
1694d98
Add a #define
by Gavin Howard
· 6 years ago
2933227
Fix typo in last commit
by Gavin Howard
· 6 years ago
bfbbc62
Another style fix to reduce LOC
by Gavin Howard
· 6 years ago
c498761
Style fix
by Gavin Howard
· 6 years ago
ee938c0
Fix the bug that I described in the last commit message
by Gavin Howard
· 6 years ago
aeb0b61
Add a test found by afl
by Gavin Howard
· 6 years ago
aa5374f
Change errors.sh to use a function to test results
by Gavin Howard
· 6 years ago
0697776
Add a test found by afl as well as its fix
by Gavin Howard
· 6 years ago
f3cf028
Fix a problem with last commit
by Gavin Howard
· 6 years ago
691cfd5
Another style fix
by Gavin Howard
· 6 years ago
1dc4f09
Style fixes
by Gavin Howard
· 6 years ago
4d93cf3
Attempt to make the repo more self-contained
by Gavin Howard
· 6 years ago
5b2884c
Add some tests found by afl
by Gavin Howard
· 6 years ago
8d482d9
Fix a bug where the wrong error status could be returned
by Gavin Howard
· 6 years ago
584db5b
Fix a bug
by Gavin Howard
· 6 years ago
96710ad
Fix a bug where bc_num_ulong() was not reporting overflow
by Gavin Howard
· 6 years ago
db31998
Style fix
by Gavin Howard
· 6 years ago
81e1d8b
Suppress errors.sh error output unless not running bc directly
by Gavin Howard
· 6 years ago
4391c07
Don't let the output file be an option in errors.sh
by Gavin Howard
· 6 years ago
bf7485a
Add some type error tests
by Gavin Howard
· 6 years ago
38bea81
Make sure that length is allowed to use arrays
by Gavin Howard
· 6 years ago
644c82c
Move a test that is not an error to multiply
by Gavin Howard
· 6 years ago
ba7343c
Make errors.sh check for error output
by Gavin Howard
· 6 years ago
e517c1c
Remove code that removed errors for all stdin code
by Gavin Howard
· 6 years ago
9697ea8
Improve error handling and messages
by Gavin Howard
· 6 years ago
5617822
Add some tests found by afl and Thalheim
by Gavin Howard
· 6 years ago
49d0f2d
Make sure running a file in afl.sh will quit
by Gavin Howard
· 6 years ago
8d3259a
Fix a crash found by afl
by Gavin Howard
· 6 years ago
f80dfb0
Change afl.sh to also test the whole file
by Gavin Howard
· 6 years ago
d628947
Improve handling of binary file errors
by Gavin Howard
· 6 years ago
4c8ff2d
Do type checking on binary and unary operators
by Gavin Howard
· 6 years ago
be086c5
Add an error check
by Gavin Howard
· 6 years ago
5d44512
Style fix
by Gavin Howard
· 6 years ago
bbf3489
Add another test found by afl
by Gavin Howard
· 6 years ago
85a204e
Make sure unexecutable files are reported
by Gavin Howard
· 6 years ago
60ce135
Add some error tests
by Gavin Howard
· 6 years ago
242f146
Tweak to afl script
by Gavin Howard
· 6 years ago
8c57117
Update the RELEASE.md list
by Gavin Howard
· 6 years ago
9b1e2c9
More fixes for limits
by Gavin Howard
· 6 years ago
e48e2a7
Refactor the limits a bit
by Gavin Howard
· 6 years ago
bd85aa8
Improve error tests a little
by Gavin Howard
· 6 years ago
0749948
Fix last commit
by Gavin Howard
· 6 years ago
38c4819
Fix a bug where an error was wrongfully reported for read
by Gavin Howard
· 6 years ago
96d9793
Try to fix a warning that Thalheim found
by Gavin Howard
· 6 years ago
84d19a6
Warning fix
by Gavin Howard
· 6 years ago
3889584
Style fix for lexer
by Gavin Howard
· 6 years ago
1e02452
Fix handling of leaf expressions in the parser
by Gavin Howard
· 6 years ago
e9d74d8
Style fixes to reduce LOC in the lexer
by Gavin Howard
· 6 years ago
4b447a4
Fix lexer handling of backslashes
by Gavin Howard
· 6 years ago
3f96003
Adjust a condition to make sure all binary files are caught
by Gavin Howard
· 6 years ago
8529f95
Add more error tests found by afl
by Gavin Howard
· 6 years ago
e56e918
Add a comment to something
by Gavin Howard
· 6 years ago
6e930b3
Fix problems in exporting to toybox
by Gavin Howard
· 6 years ago
79be14a
Fix a lot of parse errors at once
by Gavin Howard
· 6 years ago
fe553bb
Add a test found by afl
by Gavin Howard
· 6 years ago
d963c4a
Fix a crash found by afl
by Gavin Howard
· 6 years ago
558dbd2
Fix a bug found by the test case from last commit
by Gavin Howard
· 6 years ago
c5364f5
Add a test that afl found
by Gavin Howard
· 6 years ago
a0d8f67
Fix a problem in the toybox script
by Gavin Howard
· 6 years ago
a628aa2
Refactor the lexer's string code
by Gavin Howard
· 6 years ago
af2a38e
Fix from last commit
by Gavin Howard
· 6 years ago
a20bbd0
Style massaging to reduce LOC
by Gavin Howard
· 6 years ago
Next »