Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
88cbe15cdd5120b36b2ba9a1848a53d9a41deeb4
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
2d46489
Fix a bug from a recent change
by Gavin Howard
· 6 years ago
7efe744
Use string vectors in bc_io_getline()
by Gavin Howard
· 6 years ago
f0cddf9
Fix a mistake in last commit
by Gavin Howard
· 6 years ago
16d1718
Change a test for a recent change
by Gavin Howard
· 6 years ago
f4983b8
Start adding dc command-line options
by Gavin Howard
· 6 years ago
53eaaac
Add the help text
by Gavin Howard
· 6 years ago
a0ccea6
Get rid of a warning
by Gavin Howard
· 6 years ago
67cb55d
Fix a typo from last commit
by Gavin Howard
· 6 years ago
4ffe5a9
Start adding the dc
by Gavin Howard
· 6 years ago
2d35cb0
Start making things ready for busybox
by Gavin Howard
· 6 years ago
42fe738
Remove bc_vm_set_sig()
by Gavin Howard
· 6 years ago
411f732
Style fixes
by Gavin Howard
· 6 years ago
cdcae37
Fix a typo
by Gavin Howard
· 6 years ago
f094454
Move the toybox files to prepare for busybox
by Gavin Howard
· 6 years ago
9c486fd
Do some busybox style fixes that I missed
by Gavin Howard
· 6 years ago
e84d428
Update the toybox script for the style changes
by Gavin Howard
· 6 years ago
6373820
Finish changing to busybox style
by Gavin Howard
· 6 years ago
f4bb864
Style fix to a test
by Gavin Howard
· 6 years ago
e0dec60
Tweak to afl.sh
by Gavin Howard
· 6 years ago
86fb8d3
Rename a string
by Gavin Howard
· 6 years ago
1e5094b
Fix a typo
by Gavin Howard
· 6 years ago
73527d2
Start changing code to busybox style
by Gavin Howard
· 6 years ago
116c0e9
Rename a procedure
by Gavin Howard
· 6 years ago
1ee10f6
Fix a bug found by inspection
by Gavin Howard
· 6 years ago
9cd74f5
Style fix
by Gavin Howard
· 6 years ago
db28f43
Allow newlines after a header comment in lib.bc
by Gavin Howard
· 6 years ago
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
Next »