Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
195706a2f3d96316e6ea2ad99088b58b1e31cf95
« Previous
6f6dc94
Replace unused with cap in BcNum's
by Gavin Howard
· 7 years ago
cda7573
Add long integers to the parse print test
by Gavin Howard
· 7 years ago
d789c65
Don't worry about negatives when parsing
by Gavin Howard
· 7 years ago
903a1e2
Fix printing to not go over the line limit
by Gavin Howard
· 7 years ago
74286ca
Add code to handle negation
by Gavin Howard
· 7 years ago
869ee06
Fix bugs found in testing
by Gavin Howard
· 7 years ago
4a5aad5
Add empty tests for the ones that exist in all.txt
by Gavin Howard
· 7 years ago
645200e
Fix bugs found when running tests
by Gavin Howard
· 7 years ago
6cf8963
Add tests for parsing and printing decimal
by Gavin Howard
· 7 years ago
0732f17
Add some convenience scripts
by Gavin Howard
· 7 years ago
9b3739a
Make all.sh less prone to error
by Gavin Howard
· 7 years ago
26f9d99
Keep working on test infrastructure
by Gavin Howard
· 7 years ago
85d68e3
Start reforming the test structure
by Gavin Howard
· 7 years ago
b0d27c8
Ignore some things
by Gavin Howard
· 7 years ago
13ccc4a
Fix more compile errors
by Gavin Howard
· 7 years ago
3ba6c8d
Move the include files
by Gavin Howard
· 7 years ago
68b8a5c
Add functions to convert to longs
by Gavin Howard
· 7 years ago
0b465d0
Style fixes
by Gavin Howard
· 7 years ago
5a049c4
Move a function to its proper place
by Gavin Howard
· 7 years ago
0dbafb5
Adjust the license exemption
by Gavin Howard
· 7 years ago
96ac4e2
Add a couple of initial tests
by Gavin Howard
· 7 years ago
b5c7721
Rip out all references to fxdpnt
by Gavin Howard
· 7 years ago
ef2c2f2
Fix a bug found in addition by inspection
by Gavin Howard
· 7 years ago
bcb03e4
Remove the arbprec submodule
by Gavin Howard
· 7 years ago
fe679f0
Write an initial shot at addition
by Gavin Howard
· 7 years ago
72701cc
Handle scale better
by Gavin Howard
· 7 years ago
3eb626f
Start adding math directly into bc
by Gavin Howard
· 7 years ago
e25ab43
Remove more Gam references
by Gavin Howard
· 7 years ago
c794fb8
Remove references to Gam from README
by Gavin Howard
· 7 years ago
0a8772b
Fix a misinterpretation of the bc spec
by Gavin Howard
· 7 years ago
9a207dd
Add a generic I/O error
by Gavin Howard
· 7 years ago
ae6ff10
Reorder a status
by Gavin Howard
· 7 years ago
5715b04
Update license for Toybox and AOSP
by Gavin Howard
· 7 years ago
2534a81
Make sure to have a function (instruction pointer) stack
by Gavin Howard
· 7 years ago
10a451f
Fix problem with signal handling commit
by Gavin Howard
· 7 years ago
a0b3453
Handle signals better
by Gavin Howard
· 7 years ago
e5166b9
Fix a bug where bc made subtraction and mod not work
by Gavin Howard
· 7 years ago
0108448
Fix a problem with last commit
by Gavin Howard
· 7 years ago
7e98acc
Add a link to the GNU bc
by Gavin Howard
· 7 years ago
89df07a
Fix problems with last commit
by Gavin Howard
· 7 years ago
255526b
Update the README with a detailed status
by Gavin Howard
· 7 years ago
8fe5a26
Clarify a comment
by Gavin Howard
· 7 years ago
b831696
Fix signal handling (or rather, improve it)
by Gavin Howard
· 7 years ago
602178d
Make basic operations work
by Gavin Howard
· 7 years ago
0c85493
Fix the print code and get index from bytecode functions
by Gavin Howard
· 7 years ago
2433ae1
Update bc_program_var_add() bc_program_array_add()
by Gavin Howard
· 7 years ago
ab67e7c
Use bc_program_func_add
by Gavin Howard
· 7 years ago
d832024
Create a define for an invalid index
by Gavin Howard
· 7 years ago
b206b0a
Fix a problem with last commit
by Gavin Howard
· 7 years ago
32aee40
Add basic support to the code option
by Gavin Howard
· 7 years ago
91072cf
Fix some bugs found in basic debugging
by Gavin Howard
· 7 years ago
7ae1211
Remove the segarray test
by Gavin Howard
· 7 years ago
d50539a
Fix all compile errors
by Gavin Howard
· 7 years ago
ee11033
Fix problems with starting to add code flag
by Gavin Howard
· 7 years ago
e46c682
Get rid of all compile errors in parse.c
by Gavin Howard
· 7 years ago
914030d
Start adding the code debug option
by Gavin Howard
· 7 years ago
d96bcae
Do more work to have bytecode (not there yet)
by Gavin Howard
· 7 years ago
a3813a1
Double vector sizes on growth
by Gavin Howard
· 7 years ago
5a8949e
Start working on redoing parsing for the bytecode change
by Gavin Howard
· 7 years ago
23fa3f3
Move more into vectors
by Gavin Howard
· 7 years ago
26a5aeb
Change stacks to vectors
by Gavin Howard
· 7 years ago
66f0c42
Update the README with better submodule instructions
by Gavin Howard
· 7 years ago
36ab3e3
Fix bugs with POSIX errors/warnings
by Gavin Howard
· 7 years ago
fc71e24
Finish with initial try for warnings and errors on POSIX
by Gavin Howard
· 7 years ago
e66c1f3
Add more POSIX warnings/errors
by Gavin Howard
· 7 years ago
3eeff83
Add a define to do POSIX warnings/errors
by Gavin Howard
· 7 years ago
c34e130
Standardize warning and error messages a bit better
by Gavin Howard
· 7 years ago
217a5d5
Start erroring and warning for POSIX standard
by Gavin Howard
· 7 years ago
364287c
Make the simple operations work
by Gavin Howard
· 7 years ago
5a94ef6
Put in more work to get expressions working
by Gavin Howard
· 7 years ago
c7384d6
Add arbprec as a submodule
by Gavin Howard
· 7 years ago
361bfd3
Make the code persistent across files
by Gavin Howard
· 7 years ago
3e7cf05
Update code to better fit with toybox
by Gavin Howard
· 7 years ago
37b1a20
Fix a seg fault
by Gavin Howard
· 7 years ago
cb2fdb2
Fix a compiler warning
by Gavin Howard
· 7 years ago
941334d
Make limits get executed after parse
by Gavin Howard
· 7 years ago
dce6dc9
Split out the stuff between main and bc_main better (for toybox)
by Gavin Howard
· 7 years ago
9a23c84
Adjust copyright message
by Gavin Howard
· 7 years ago
24882f2
Fix the segarray test
by Gavin Howard
· 7 years ago
4bc73ee
Style fixes for toybox
by Gavin Howard
· 7 years ago
a19cf7e
Update the README and NOTICE again
by Gavin Howard
· 7 years ago
1dc000c
Update the README for arbprec and add a NOTICE
by Gavin Howard
· 7 years ago
f927825
Add the License
by Gavin Howard
· 7 years ago
918ec65
Remove my copyright claim from arbprec
by Gavin Howard
· 7 years ago
9182f97
Update the README
by Gavin Howard
· 7 years ago
35221f0
Rename the README
by Gavin Howard
· 7 years ago
4cb7dea
Remove the arbsh material
by Gavin Howard
· 7 years ago
b33afd0
Add Makefile after wiping Chris Graff's code from this repo's history
by Gavin Howard
· 6 years ago
9ec7a43
Merge remote-tracking branch 'upstream/master'
by Gavin Howard
· 7 years ago
94b59bf
Make bc_program_limits void
by Gavin Howard
· 7 years ago
6fc7769
Move limits into the program
by Gavin Howard
· 7 years ago
2d834b8
Merge remote-tracking branch 'upstream/master'
by Gavin Howard
· 7 years ago
88f3900
Do more work to get execution
by Gavin Howard
· 7 years ago
643f2c6
Fill out stubs for the rest of the switch
by Gavin Howard
· 7 years ago
75b3788
Merge remote-tracking branch 'upstream/master'
by Gavin Howard
· 7 years ago
aeac4b9
Start evaluating expressions
by Gavin Howard
· 7 years ago
5b5dc57
Free stmt lists as they are finished
by Gavin Howard
· 7 years ago
88b03df
Make the lexer better conform to POSIX with locale set
by Gavin Howard
· 7 years ago
bc9fa77
Set default locale
by Gavin Howard
· 7 years ago
3c2fbfc
Make the lexer conform to POSIX for backslash newlines in strings
by Gavin Howard
· 7 years ago
Next »