Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
71815edbeadc35b92cdf82fc155f6303e4bf3e53
/
src
71815ed
Fix bugs in array handling found by the test
by Gavin Howard
· 6 years ago
628b395
Fix a parse bug with array arguments
by Gavin Howard
· 6 years ago
1ce8325
Check argument types
by Gavin Howard
· 6 years ago
77d489d
Add an extension that gives the length of an array
by Gavin Howard
· 6 years ago
ace1f87
Another minor style fix
by Gavin Howard
· 6 years ago
c891dcf
More style fixes to reduce LOC
by Gavin Howard
· 6 years ago
375263e
Start fixing array and array element handling
by Gavin Howard
· 6 years ago
ce8fb79
Style fixes
by Gavin Howard
· 6 years ago
0a2b918
Fix an error that pops up when there's no error
by Gavin Howard
· 6 years ago
713675d
Fix a bug in the parser
by Gavin Howard
· 6 years ago
f51b189
Style fixes to reduce LOC
by Gavin Howard
· 6 years ago
39b6408
Style fixes
by Gavin Howard
· 6 years ago
c0f65d7
Rename a procedure
by Gavin Howard
· 6 years ago
c8c64a5
Fix the problems with sine
by Gavin Howard
· 6 years ago
e57525d
Allow bc_num_alg_s() to clear nums to zero
by Gavin Howard
· 6 years ago
a4de0ab
Style fix for toybox
by Gavin Howard
· 6 years ago
a2c4d38
Add more const labels
by Gavin Howard
· 6 years ago
0609bcf
Improve the arg handling
by Gavin Howard
· 6 years ago
6dbf6bf
Style fixes
by Gavin Howard
· 6 years ago
337fe60
Refactor some common code in multiply and division
by Gavin Howard
· 6 years ago
5f0cf2c
Reduce LOC for toybox even more
by Gavin Howard
· 6 years ago
0be26ed
Move some code to reduce LOC for toybox
by Gavin Howard
· 6 years ago
3c6115b
Make sure to clear to zero for division
by Gavin Howard
· 6 years ago
f9fec2a
Clean up some unnecessary code from two commits ago
by Gavin Howard
· 6 years ago
a376f78
Fix infinite loop problem in sine
by Gavin Howard
· 6 years ago
4b62f4a
Fix bugs in bc_program_printIndex()
by Gavin Howard
· 6 years ago
8b955c7
Style fixes
by Gavin Howard
· 6 years ago
66711db
Fix wild memory allocations in sine
by Gavin Howard
· 6 years ago
35c0c7d
Style fix
by Gavin Howard
· 6 years ago
9d76063
Improve program printing code
by Gavin Howard
· 6 years ago
a049214
Fix bug that created POSIX error on signal
by Gavin Howard
· 6 years ago
4538c90
Remove one line of code for toybox
by Gavin Howard
· 6 years ago
ed742ce
Fix the math problems in sqrt
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
40e769c
Reduce sqrt request size to min
by Gavin Howard
· 6 years ago
52e0126
Use more #defines
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
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
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
f795345
Style fix to num.c
by Gavin Howard
· 7 years ago
cb53971
Fix a scan-build "never read" warning
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
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
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
Next »