Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
4538c903fb734d1e890dd2b79c853b93e910b493
4538c90
Remove one line of code for toybox
by Gavin Howard
· 6 years ago
464609f
Add a toybox TODO
by Gavin Howard
· 6 years ago
ed742ce
Fix the math problems in sqrt
by Gavin Howard
· 6 years ago
0df7029
Add another TODO item
by Gavin Howard
· 6 years ago
ea13169
Fix more memory leaks in sqrt()
by Gavin Howard
· 6 years ago
8e8e5bc
Fix a memory leak when a particular error occurs
by Gavin Howard
· 6 years ago
34e8490
Add an item to the TODO
by Gavin Howard
· 6 years ago
40e769c
Reduce sqrt request size to min
by Gavin Howard
· 6 years ago
52e0126
Use more #defines
by Gavin Howard
· 6 years ago
acbd69b
Add files with basic math results
by Gavin Howard
· 6 years ago
4c60b8f
Add a TODO list
by Gavin Howard
· 6 years ago
88fb797
Fix valgrind errors found by Sasha/Graff
by Gavin Howard
· 6 years ago
6e0f3c5
Reduce LOC and fix some style for toybox
by Gavin Howard
· 6 years ago
60d71c6
Tweak to vectors
by Gavin Howard
· 6 years ago
0075913
Reduce allocation sizes for nums
by Gavin Howard
· 6 years ago
9dd4831
Make small improvements to the lexer
by Gavin Howard
· 6 years ago
f6e3fb3
Fix warnings found by Thalheim
by Gavin Howard
· 6 years ago
8b22bb2
Fix leak on error found by Thalheim
by Gavin Howard
· 6 years ago
432b8b9
Reduce loc
by Gavin Howard
· 6 years ago
8f4b207
Fix seg fault and some warnings
by Gavin Howard
· 6 years ago
fb4d4d0
Update the bc version in preparation for release
by Gavin Howard
· 6 years ago
24c675f
Revert "Keep reducing the line count"
by Gavin Howard
· 6 years ago
f00d645
Keep reducing the line count
by Gavin Howard
· 6 years ago
79ce08b
Attempt to reduce line count for toybox
by Gavin Howard
· 6 years ago
2872c8e
Make toybox compile and work
by Gavin Howard
· 6 years ago
7a3085a
Style fix for toybox
by Gavin Howard
· 6 years ago
7393d8b
Update the toybox global interactive for name change
by Gavin Howard
· 6 years ago
3e8e6d1
Rename bcg.interactive to bcg.tty
by Gavin Howard
· 6 years ago
8117128
Style fixes for toybox
by Gavin Howard
· 6 years ago
5cc6581
Style fix for toybox
by Gavin Howard
· 6 years ago
67598a7
Reduce whitespace in output
by Gavin Howard
· 6 years ago
2b3249d
Change the toybox globals to reflect changes
by Gavin Howard
· 6 years ago
ad70c18
Change some doc comments on the timeconst test
by Gavin Howard
· 6 years ago
fbc265c
Make the carrot prompt use three carrots
by Gavin Howard
· 6 years ago
114d804
Use fputs on carrot prompt instead of puts
by Gavin Howard
· 6 years ago
2307b07
Add the carrot prompt back in
by Gavin Howard
· 6 years ago
a012e22
Revert "Add a "> " prompt for input lines"
by Gavin Howard
· 6 years ago
738754f
Add a "> " prompt for input lines
by Gavin Howard
· 6 years ago
ab519e4
Fix a few problems with last commit
by Gavin Howard
· 6 years ago
68f8471
Add more sig int checks
by Gavin Howard
· 6 years ago
52402f2
Make sig int message more informative
by Gavin Howard
· 6 years ago
2ea7dc4
Put in more checks for sig ints
by Gavin Howard
· 6 years ago
0dfe292
Make interrupts work better
by Gavin Howard
· 6 years ago
6a804cf
Make compare functions return number of equal digits through return
by Gavin Howard
· 6 years ago
c639322
Remove a blank line that is not needed
by Gavin Howard
· 6 years ago
954276b
Get rid of bc_num_unaryOp()
by Gavin Howard
· 6 years ago
902a16c
Reduce loc even further
by Gavin Howard
· 6 years ago
45ff357
Reduce loc for Landley
by Gavin Howard
· 6 years ago
f09fe1a
Reduce line count in vector.c
by Gavin Howard
· 6 years ago
59ac839
Add Thalheim's email
by Gavin Howard
· 7 years ago
a4f3218
Add Thalheim to the NOTICE
by Gavin Howard
· 7 years ago
f41ab45
Fix a typo in the README
by Gavin Howard
· 7 years ago
087a675
Update the status
by Gavin Howard
· 7 years ago
f795345
Style fix to num.c
by Gavin Howard
· 7 years ago
bb1e80c
Add a line in the README about lib directory
by Gavin Howard
· 7 years ago
8eff997
Update files and folders on the README
by Gavin Howard
· 7 years ago
cd11fed
Update the README for the make changes
by Gavin Howard
· 7 years ago
3d57594
Ignore "config.mak"
by Gavin Howard
· 7 years ago
cf05e69
Fix toybox release for rofl0r's PR
by Gavin Howard
· 7 years ago
8f19ed9
use musl's install.sh instead of install command
by rofl0r
· 7 years ago
926d2be
Make test.sh run under sh
by Gavin Howard
· 7 years ago
6903019
Add "sh" in front of all script commands in all.sh
by Gavin Howard
· 7 years ago
9269c2d
Make all.sh and scripts.sh use sh, not bash
by Gavin Howard
· 7 years ago
7a08da2
Remove the prompting for bad test results
by Gavin Howard
· 7 years ago
712b0a4
Remove the test of printing large bases
by Gavin Howard
· 7 years ago
5590541
Add the "make help" command to the README
by Gavin Howard
· 7 years ago
cb53971
Fix a scan-build "never read" warning
by Gavin Howard
· 7 years ago
8a5e367
Make sure two globals are unsigned for toybox
by Gavin Howard
· 7 years ago
b49a1c3
Make toybox compile from the release script
by Gavin Howard
· 7 years ago
6d94a76
Implement the BC_ENV_ARGS environment variable
by Gavin Howard
· 7 years ago
00b298a
Style fixes to program.c
by Gavin Howard
· 7 years ago
0011a3a
Add two environment variables
by Gavin Howard
· 7 years ago
c4c6753
Revert "Style fixes (rename "status" to "s" where possible)"
by Gavin Howard
· 7 years ago
1fc1cd7
Style fixes (rename "status" to "s" where possible)
by Gavin Howard
· 7 years ago
8199030
Fix missed change from last commit
by Gavin Howard
· 7 years ago
2ed8b59
Rename statuses in bc.c to "s"
by Gavin Howard
· 7 years ago
7d86871
Style fixes to parse.c and parse.h
by Gavin Howard
· 7 years ago
35f1545
Eliminate redundant code from parse.c
by Gavin Howard
· 7 years ago
82f391d
Fix a bug in num.c introduced during style fixes
by Gavin Howard
· 7 years ago
684d2e6
Remove an extraneous blank line
by Gavin Howard
· 7 years ago
e0eec66
Fix problems with bc_lang_inst_chars
by Gavin Howard
· 7 years ago
ce1069c
Fix a bug that I introduced into the lexer
by Gavin Howard
· 7 years ago
a50fc54
Fix compile errors in num.c
by Gavin Howard
· 7 years ago
d9734e5
Style fixes to num.c
by Gavin Howard
· 7 years ago
3c2618f
Style fixes to main.c
by Gavin Howard
· 7 years ago
c312ab3
Style fixes to lex.c
by Gavin Howard
· 7 years ago
66ccb68
Style fixes to lang.c
by Gavin Howard
· 7 years ago
75ca9dd
Style fixes to bc.c
by Gavin Howard
· 7 years ago
a0ed6d0
Style fix
by Gavin Howard
· 7 years ago
e77b83d
Attempt to fix crashes caused by the AFL fuzzer
by Gavin Howard
· 7 years ago
601495e
Add a release checklist
by Gavin Howard
· 7 years ago
d95a976
Fix a typo in the README
by Gavin Howard
· 7 years ago
595886d
Fix another Valgrind error
by Gavin Howard
· 7 years ago
6defc35
Fix a valgrind error
by Gavin Howard
· 7 years ago
2a263ba
Undo last commit
by Gavin Howard
· 7 years ago
2a6fc8a
Make sure to zero a number when parsing
by Gavin Howard
· 7 years ago
563f3ea
Fix a problem with last commit
by Gavin Howard
· 7 years ago
0dd566d
Rename all of the limits
by Gavin Howard
· 7 years ago
57c843e
Remove the limits in BcProgram and just use the defaults
by Gavin Howard
· 7 years ago
d4b7470
Remove the last (hopefully) reference to the c command line option
by Gavin Howard
· 7 years ago
Next »