Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
195706a2f3d96316e6ea2ad99088b58b1e31cf95
195706a
Fill out more instructions, at least somewhat
by Gavin Howard
· 7 years ago
e093617
Fix post inc and dec
by Gavin Howard
· 7 years ago
277a4ef
Style fixes for toybox
by Gavin Howard
· 7 years ago
d88d9e0
Add an invalid return status
by Gavin Howard
· 7 years ago
c05b7c6
Handle special case parsing for ibase
by Gavin Howard
· 7 years ago
3a9f779
Fill out more of the switch in bc_program_num()
by Gavin Howard
· 7 years ago
e66ce6a
Remove scale requirement from parsing
by Gavin Howard
· 7 years ago
5d74e96
Make ibase and obase BcNum's and handle conversion
by Gavin Howard
· 7 years ago
43a027f
Create zero and one constants more efficiently
by Gavin Howard
· 7 years ago
6d89b5d
Add an initial rough implementation of assignments
by Gavin Howard
· 7 years ago
f1e302e
Set scale in the math library
by Gavin Howard
· 7 years ago
819d7ad
Update vm signal handling
by Gavin Howard
· 7 years ago
1ff37d1
Style fixes for toybox
by Gavin Howard
· 7 years ago
cffc88d
Add some helper functions for algorithm d
by Gavin Howard
· 7 years ago
db1d7a9
Update bc_program_read() for bytecode
by Gavin Howard
· 7 years ago
64837e7
Fix a memory leak in bc_program_op()
by Gavin Howard
· 7 years ago
c3bab4f
Fix some bugs found in testing multiply
by Gavin Howard
· 7 years ago
5f43798
Add some more multiply tests
by Gavin Howard
· 7 years ago
5e214c9
Fix some more bugs in multiplication
by Gavin Howard
· 7 years ago
d8a2b50
Remove warnings caused by style fixes for landley
by Gavin Howard
· 7 years ago
352d3e1
Fix some bugs in multiply found by inspection
by Gavin Howard
· 7 years ago
192de26
Improve addition just a bit
by Gavin Howard
· 7 years ago
c1f7514
Style fixes
by Gavin Howard
· 7 years ago
d8f305f
Add an initial remainder implementation
by Gavin Howard
· 7 years ago
f507f23
Add an initial power implementation
by Gavin Howard
· 7 years ago
809ae4a
Fix warnings because of style from landley
by Gavin Howard
· 7 years ago
5744005
Fill out the mod procedure
by Gavin Howard
· 7 years ago
8d1f1db
Update pointer style for toybox
by Gavin Howard
· 7 years ago
f164b51
Add a couple more test cases
by Gavin Howard
· 7 years ago
24d6e56
Remove debugging prints from randmath
by Gavin Howard
· 7 years ago
9b20d6d
Rename the random script to randmath
by Gavin Howard
· 7 years ago
ea7bea6
Add an initial try at random math tests
by Gavin Howard
· 7 years ago
d56186c
Add some more tests that failed
by Gavin Howard
· 7 years ago
bbbacf2
Make test.sh more robust
by Gavin Howard
· 7 years ago
c2d2f72
Put in initial tests for every basic math op
by Gavin Howard
· 7 years ago
03c6007
Fix an add test
by Gavin Howard
· 7 years ago
510880a
Add another few carry tests to add
by Gavin Howard
· 7 years ago
a883ad9
Start checking stack sizes
by Gavin Howard
· 7 years ago
d525df8
Fix a limit
by Gavin Howard
· 7 years ago
d57443c
Fix bugs found in add with the new carry test
by Gavin Howard
· 7 years ago
59080c4
Add a carry test for addition
by Gavin Howard
· 7 years ago
d568b65
Make test.sh better to use
by Gavin Howard
· 7 years ago
8478bcf
Fix bugs found in execStdin found in disabling basic input tests
by Gavin Howard
· 7 years ago
4661fee
Fix bugs in add found through tests
by Gavin Howard
· 7 years ago
bdb11b8
Disable the basic input tests for now
by Gavin Howard
· 7 years ago
c6ca69f
Fix a bug where bc was endlessly trying to execute code
by Gavin Howard
· 7 years ago
d11c262
Style fix
by Gavin Howard
· 7 years ago
199c48c
Fix parsing decimals
by Gavin Howard
· 7 years ago
8d60224
Fix a style problem
by Gavin Howard
· 7 years ago
fc9bb98
Fix bugs in lexer that mishandled comments
by Gavin Howard
· 7 years ago
f9edc41
Start fixing BcNum parsing and printing for reversal
by Gavin Howard
· 7 years ago
9453415
Fix bugs with error handling
by Gavin Howard
· 7 years ago
c44ce20
Make handling of constants more robust
by Gavin Howard
· 7 years ago
164620e
Make test.sh more robust
by Gavin Howard
· 7 years ago
2defddf
More toybox style fixes
by Gavin Howard
· 7 years ago
e9a135e
Use a function pointer trick to deduplicate code
by Gavin Howard
· 7 years ago
d845cd9
Fix a problem with last commit
by Gavin Howard
· 7 years ago
258b869
Style fixes to be more in line with toybox
by Gavin Howard
· 7 years ago
5d43619
Fix a possible out of bounds bug in vectors
by Gavin Howard
· 7 years ago
3cfa045
Fix a bug in the parser found by inspection
by Gavin Howard
· 7 years ago
e9d0e5a
Remove some useless functions
by Gavin Howard
· 7 years ago
7168cad
Add pedantic and comply with C99
by Gavin Howard
· 7 years ago
7c8dc77
Fix scan-build warnings
by Gavin Howard
· 7 years ago
5f75f4e
Fix a problem with last commit
by Gavin Howard
· 7 years ago
d571acf
Fix warnings and bugs found using scan-build
by Gavin Howard
· 7 years ago
5648263
Fix bugs in the vm that printed errors twice or not at all
by Gavin Howard
· 7 years ago
6c24436
Fix a leak
by Gavin Howard
· 7 years ago
eac4710
Add a header comment to the math library
by Gavin Howard
· 7 years ago
9c931e6
Change the test driver to just cat files
by Gavin Howard
· 7 years ago
8bdbb1f
Fix bugs relating to handling of the math library
by Gavin Howard
· 7 years ago
f7964a6
Make the new BcResults work
by Gavin Howard
· 7 years ago
8bb2638
Style fixes
by Gavin Howard
· 7 years ago
21b128b
Use the new bc_result_free()
by Gavin Howard
· 7 years ago
4596409
Update bc_result_free()
by Gavin Howard
· 7 years ago
9ea1506
Add a function to get the nth item from the end of vectors
by Gavin Howard
· 7 years ago
6638f9b
Finish rewriting add for the array reverse refactor
by Gavin Howard
· 7 years ago
8eafd76
Add another needed header
by Gavin Howard
· 7 years ago
82cdc6f
Include a needed file
by Gavin Howard
· 7 years ago
db48850
Fix a compile error
by Gavin Howard
· 7 years ago
025d04d
Start turning BcNum arrays into least significant first
by Gavin Howard
· 7 years ago
c52c479
Fix bugs with io routines
by Gavin Howard
· 7 years ago
c5e491b
Reform the start code to be better compatible with toybox
by Gavin Howard
· 7 years ago
f03f34c
Remove some unneeded things
by Gavin Howard
· 7 years ago
b5904bf
Change the license
by Gavin Howard
· 7 years ago
207053c
Fix seg faults and other bugs in the gen program
by Gavin Howard
· 7 years ago
fe2351d
Update some code for the lib
by Gavin Howard
· 7 years ago
2562aff
Ignore a generated C file
by Gavin Howard
· 7 years ago
febbb62
Ignore an executable
by Gavin Howard
· 7 years ago
f833399
Add code to generate a char array from a file
by Gavin Howard
· 7 years ago
f30302e
Remove a useless TODO
by Gavin Howard
· 7 years ago
23827a2
Remove useless copyrights
by Gavin Howard
· 7 years ago
8702ded
Fix more bugs found using the tests
by Gavin Howard
· 7 years ago
ff08b46
Add more addition tests
by Gavin Howard
· 7 years ago
8f6b9e7
Fix some bugs found by testing addition
by Gavin Howard
· 7 years ago
cbcc369
Add some addition tests
by Gavin Howard
· 7 years ago
804da67
Fix bugs found in debugging add function
by Gavin Howard
· 7 years ago
a83e3dc
Fix a few bugs and compile errors
by Gavin Howard
· 7 years ago
8389bb2
Rename a few things
by Gavin Howard
· 7 years ago
8e2cc69
Add functions to convert longs to BcNum's
by Gavin Howard
· 7 years ago
6455db1
Fix zeroing errors in BcNum's
by Gavin Howard
· 7 years ago
Next »