Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
c9a9c479c92d71a89ad1164d3937b17fa89ae22d
c9a9c47
Make things shipshape for toybox again
by Gavin Howard
· 6 years ago
e436e2c
Improve debugging printing
by Gavin Howard
· 6 years ago
30ec94e
Make sure to use a return value
by Gavin Howard
· 6 years ago
4da6831
Make sure to not invalidate pointers in modexp
by Gavin Howard
· 6 years ago
296c98b
Style fixes to reduce LOC
by Gavin Howard
· 6 years ago
0e58ded
Make vars, arrays, and function calls work
by Gavin Howard
· 6 years ago
e112977
Revert bc_num_free() to what it was recently
by Gavin Howard
· 6 years ago
985ad60
Remove useless BcResultTypes
by Gavin Howard
· 6 years ago
c8d426a
Make instruction names match what they do
by Gavin Howard
· 6 years ago
044644b
Fix some data
by Gavin Howard
· 6 years ago
875a9b4
Reduce LOC a bit
by Gavin Howard
· 6 years ago
914a7da
Style fixes to VM code
by Gavin Howard
· 6 years ago
972e840
Guard more features specific to either calculator
by Gavin Howard
· 6 years ago
78790ca
Add an error test
by Gavin Howard
· 6 years ago
403f65a
Fix a compile problem
by Gavin Howard
· 6 years ago
f90c27b
More style fixes
by Gavin Howard
· 6 years ago
5405e50
Style fixes
by Gavin Howard
· 6 years ago
6252584
Fix problem in with last commit
by Gavin Howard
· 6 years ago
c079d55
Parse negate properly in dc
by Gavin Howard
· 6 years ago
00a7a5f
Style fixes
by Gavin Howard
· 6 years ago
da4cfc0
Start making assigning strings to vars work
by Gavin Howard
· 6 years ago
077e30a
Add rough code to execute strings
by Gavin Howard
· 6 years ago
cbca2b6
Fix typo bug
by Gavin Howard
· 6 years ago
ad8ddf0
Implement a rough form of dc push/pop var instructions
by Gavin Howard
· 6 years ago
e87dcb8
Redo parameter handling in preparation for a dc change
by Gavin Howard
· 6 years ago
3e10ae0
Silence a warning
by Gavin Howard
· 6 years ago
1e758c8
Have only one stack check macro
by Gavin Howard
· 6 years ago
3a714ae
Remove the asciify instruction
by Gavin Howard
· 6 years ago
2192547
Do runtime stack checks
by Gavin Howard
· 6 years ago
4c2a13e
Style fixes
by Gavin Howard
· 6 years ago
503f393
Add divmod
by Gavin Howard
· 6 years ago
af90560
Fix a bug with divmod
by Gavin Howard
· 6 years ago
f6f8cf4
Add a missing bit of data
by Gavin Howard
· 6 years ago
ba00980
Add an initial (non-working) modular exponentiation
by Gavin Howard
· 6 years ago
12fe781
Style fixes
by Gavin Howard
· 6 years ago
9019886
Refactor vectors a bit
by Gavin Howard
· 6 years ago
5065154
Style fixes
by Gavin Howard
· 6 years ago
1f3e758
Style fixes
by Gavin Howard
· 6 years ago
c935ff1
Implement a good chunk of dc
by Gavin Howard
· 6 years ago
634b600
Implement more of the dc parser
by Gavin Howard
· 6 years ago
c4fab67
Style fix
by Gavin Howard
· 6 years ago
85a6934
Fix a bug
by Gavin Howard
· 6 years ago
e319eb6
Fix problems with code printing
by Gavin Howard
· 6 years ago
af2b771
Redo code printing
by Gavin Howard
· 6 years ago
afa9872
Use the array length extension in a test
by Gavin Howard
· 6 years ago
3950bb6
Style fixes
by Gavin Howard
· 6 years ago
4e4a011
Change string handling in preparation for dc
by Gavin Howard
· 6 years ago
b8807c0
Add strings tests
by Gavin Howard
· 6 years ago
08f74ad
Make one instruction fit better with dc
by Gavin Howard
· 6 years ago
f09aa33
Style fixes to both lexers
by Gavin Howard
· 6 years ago
0651ec2
Make the dc lexer handle escaped brackets
by Gavin Howard
· 6 years ago
d85721c
Make the dc lexer take escaped brackets into account
by Gavin Howard
· 6 years ago
07f7ff5
Make bc_program_printString() behave better
by Gavin Howard
· 6 years ago
6b7d6cb
Reduce LOC in program.c
by Gavin Howard
· 6 years ago
ca893d7
Handle the prompt better
by Gavin Howard
· 6 years ago
2b3ca4a
Exclude more things from toybox
by Gavin Howard
· 6 years ago
88cbe15
Activate a lot of dc instructions
by Gavin Howard
· 6 years ago
fa55fc0
Style fix
by Gavin Howard
· 6 years ago
3bc436f
Rename a few globals
by Gavin Howard
· 6 years ago
65a0c77
Move some lex token types
by Gavin Howard
· 6 years ago
2b9aa8a
Shorten some long code a touch
by Gavin Howard
· 6 years ago
f54e841
Add printing to the dc
by Gavin Howard
· 6 years ago
9520b20
Reduce LOC in the bc parser
by Gavin Howard
· 6 years ago
727dff9
Add some posix error tests
by Gavin Howard
· 6 years ago
48641a5
Reduce LOC in the lexer
by Gavin Howard
· 6 years ago
65bf036
Rename a couple of instructions
by Gavin Howard
· 6 years ago
6d632e9
Fix a bug with return statements
by Gavin Howard
· 6 years ago
ccdf500
Remove some blank lines
by Gavin Howard
· 6 years ago
03e278d
Reduce LOC even further
by Gavin Howard
· 6 years ago
2b692fc
More style fixes
by Gavin Howard
· 6 years ago
b4584aa
Style fixes
by Gavin Howard
· 6 years ago
afd928a
Make print just print, not pop
by Gavin Howard
· 6 years ago
e13227f
Fix dc newline handling and make it quit
by Gavin Howard
· 6 years ago
a155809
Silence a warning
by Gavin Howard
· 6 years ago
02a4d5c
Factor out common parsing code
by Gavin Howard
· 6 years ago
74f9933
Change the character for parse string ends
by Gavin Howard
· 6 years ago
c246baf
Fill out an initial draft of the dc lexer
by Gavin Howard
· 6 years ago
5e9deba
Add a bit to the dc parser
by Gavin Howard
· 6 years ago
e49d7cb
Style fix
by Gavin Howard
· 6 years ago
364df3b
Move some more lex functions to where they should be
by Gavin Howard
· 6 years ago
bbb33cc
Use a procedure I wrote recently
by Gavin Howard
· 6 years ago
29204d6
Make sure some data is left out in data.c
by Gavin Howard
· 6 years ago
ac09448
Change the name of a status
by Gavin Howard
· 6 years ago
09074d1
Reduce LOC
by Gavin Howard
· 6 years ago
d2a0525
Split the parsers and lexers
by Gavin Howard
· 6 years ago
c494b57
Make install work for just dc
by Gavin Howard
· 6 years ago
a1c4439
Style fixes
by Gavin Howard
· 6 years ago
05b5b9a
Another style fix
by Gavin Howard
· 6 years ago
e54132d
Style fix
by Gavin Howard
· 6 years ago
6e59dee
Tiny tweak
by Gavin Howard
· 6 years ago
0275a55
Style fix
by Gavin Howard
· 6 years ago
176e695
Exclude some things from toybox
by Gavin Howard
· 6 years ago
ed5c831
Start splitting lexer code
by Gavin Howard
· 6 years ago
13ab015
Make vars into arrays for dc
by Gavin Howard
· 6 years ago
e956c61
Style fixes
by Gavin Howard
· 6 years ago
2882780
Style fix
by Gavin Howard
· 6 years ago
ee2e8df
Style fix missed during the big change
by Gavin Howard
· 6 years ago
4104403
Fix an extra newline on bc_header from puts()
by Gavin Howard
· 6 years ago
6d8c661
Remove useless lines
by Gavin Howard
· 6 years ago
0361074
Fix a bug found by inspection
by Gavin Howard
· 6 years ago
Next »