Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
5184b33e6742720b2434b52677c8c33bb7fe6d8b
5184b33
Shorten the internal math library
by Gavin Howard
· 6 years ago
3e434de
Fix status message ordering
by Gavin Howard
· 6 years ago
2a44ae1
Move limits execution into the parser
by Gavin Howard
· 6 years ago
4e6ab0a
Remove some extra stuff from the bc math library
by Gavin Howard
· 6 years ago
41c701e
Another style fix for strgen.c
by Gavin Howard
· 6 years ago
2b6631f
Fix style in strgen
by Gavin Howard
· 6 years ago
3f9b574
Make strgen remove tabs in the math library
by Gavin Howard
· 6 years ago
b5253c5
Shrink the internal math library
by Gavin Howard
· 6 years ago
a3af22f
Make sure the configure step doesn't give valgrind targets without debug
by Gavin Howard
· 6 years ago
03d86af
Tweak output of the configure step
by Gavin Howard
· 6 years ago
f1a0404
Improve make help output
by Gavin Howard
· 6 years ago
5647960
Remove the now-unneeded sbgn and send in BcVm
by Gavin Howard
· 6 years ago
4df9907
Fix a bug in the configure step
by Gavin Howard
· 6 years ago
3a686c7
Make sure to ignore clang generated profile files
by Gavin Howard
· 6 years ago
4737d54
Simplify bc_vm_stdin()
by Gavin Howard
· 6 years ago
b5012b1
Update make help for the new configure step
by Gavin Howard
· 6 years ago
c27fccb
Improve the configure step
by Gavin Howard
· 6 years ago
62cf3ca
Fix coverage generation in the configure step
by Gavin Howard
· 6 years ago
3a522f9
Clarify why I don't support pass-by-reference arrays in README
by Gavin Howard
· 6 years ago
fed0d54
Style fix
by Gavin Howard
· 6 years ago
52446f2
Fix dc comment handling
by Gavin Howard
· 6 years ago
64ea138
Fix a bug in handling comments in stdin
by Gavin Howard
· 6 years ago
a1a9096
Fix bugs in the stdin test script
by Gavin Howard
· 6 years ago
4a5eb47
Make sure to not use optimization for only debug in configure step
by Gavin Howard
· 6 years ago
b186b6c
Add make help entries for test_bc and test_dc
by Gavin Howard
· 6 years ago
3109a59
Add individual tests back in
by Gavin Howard
· 6 years ago
4f3cf8d
Fix a problem with the configure step
by Gavin Howard
· 6 years ago
a9fcc2a
Commit missing files needed for last commit
by Gavin Howard
· 6 years ago
eac7513
Add stdin tests
by Gavin Howard
· 6 years ago
a7c8aa4
Fix a bug found by Denys Vlasenko of busybox
by Gavin Howard
· 6 years ago
0f44900
Update the README with new build instructions
by Gavin Howard
· 6 years ago
629b5c0
Improve configure.sh error handling and reporting
by Gavin Howard
· 6 years ago
27fa9cd
Add a POSIX-shell configure step
by Gavin Howard
· 6 years ago
38ddfc2
Remove useless calls to bc_num_zero
by Gavin Howard
· 6 years ago
0ecf426
Fix a bug where dc was not getting selected
by Gavin Howard
· 6 years ago
5e3c61f
Fix a bug that I recently introduced
by Gavin Howard
· 6 years ago
d8a4389
Fix a bug introduced a few commits ago
by Gavin Howard
· 6 years ago
c9c773c
Fix a compile warning
by Gavin Howard
· 6 years ago
d3a1c39
Optimize bc_num_ulong()
by Gavin Howard
· 6 years ago
ac15758
Fix mistakes in last commit
by Gavin Howard
· 6 years ago
1bc0912
Fix up status handling and remove unused ones
by Gavin Howard
· 6 years ago
b510a3d
Add a blurb to the README about busybox and toybox
by Gavin Howard
· 6 years ago
70e3d60
Make all of the VM global
by Gavin Howard
· 6 years ago
34c4ba0
Improve speed of brute force addition
by Gavin Howard
· 6 years ago
f5ae4ac
Improve busybox release
by Gavin Howard
· 6 years ago
112304b
Simplify signal handling
by Gavin Howard
· 6 years ago
07f0d10
Style fix for busybox
by Gavin Howard
· 6 years ago
b32490a
Fix a bug in signal handling
by Gavin Howard
· 6 years ago
a8112ab
Style fixes to bc_vm_stdin() for busybox
by Gavin Howard
· 6 years ago
d95bb2c
Make the limits output match GNU
by Gavin Howard
· 6 years ago
a0bb69d
Fix an uninitialized read uncovered by busybox
by Gavin Howard
· 6 years ago
1df9288
Fix some missed #if defined()'s
by Gavin Howard
· 6 years ago
f97c24b
Use a style fix that busybox suggested on bc_program_pushVar()
by Gavin Howard
· 6 years ago
c829197
Style fix
by Gavin Howard
· 6 years ago
3cf18ac
Fix typos in the README
by Gavin Howard
· 6 years ago
a84ad99
Make more changes to be closer to what busybox wants
by Gavin Howard
· 6 years ago
34ec1ca
Change help text for busybox
by Gavin Howard
· 6 years ago
2387839
Remove an unused typedef
by Gavin Howard
· 6 years ago
705c4bc
Remove some useless error return values
by Gavin Howard
· 6 years ago
6c8f40a
Fix a warning in busybox
by Gavin Howard
· 6 years ago
f878d33
Remove the bc field from BcGlobals
by Gavin Howard
· 6 years ago
62ea586
Refactor a procedure for busybox
by Gavin Howard
· 6 years ago
9b0ff66
Use a better way of excluding an item from busybox
by Gavin Howard
· 6 years ago
feabca0
Fix a typo
by Gavin Howard
· 6 years ago
9d87f2e
Style fix for the dist/release.py script
by Gavin Howard
· 6 years ago
2961f89
Fix a problem with a replacement
by Gavin Howard
· 6 years ago
5ace9e5
Improve handling of errors in argument parsing
by Gavin Howard
· 6 years ago
5ec7573
Move some stuff into BcGlobals for busybox
by Gavin Howard
· 6 years ago
505a8bd
Fix problems from two commits ago
by Gavin Howard
· 6 years ago
7aa7b01
Fix a little thing for busybox
by Gavin Howard
· 6 years ago
40a085f
Fix preprocessor conditionals for busybox
by Gavin Howard
· 6 years ago
69f9ee2
Style fixes for the bc lexer
by Gavin Howard
· 6 years ago
0f31f5b
Fix something for busybox
by Gavin Howard
· 6 years ago
0e94645
Update busybox sizes
by Gavin Howard
· 6 years ago
03899f3
Add a busybox fix that I missed
by Gavin Howard
· 6 years ago
e0bd6fe
Change things for busybox
by Gavin Howard
· 6 years ago
63a5c20
Undo last commit
by Gavin Howard
· 6 years ago
94d6a79
Add another optimization option to the README
by Gavin Howard
· 6 years ago
96664f2
More toybox updates
by Gavin Howard
· 6 years ago
84edc79
Update for toybox changes to my patch
by Gavin Howard
· 6 years ago
9727b6f
Update style for toybox
by Gavin Howard
· 6 years ago
20e2be2
Fix a scan-build warning
by Gavin Howard
· 6 years ago
37f7dbe
Update busybox and move a piece of code
by Gavin Howard
· 6 years ago
7269b95
Fix various bugs from recent changes
by Gavin Howard
· 6 years ago
1a1056c
Fix a few things after a tiny code review by skarnet
by Gavin Howard
· 6 years ago
f7c9b84
Add the memory sanitizer to the release process
by Gavin Howard
· 6 years ago
d0e4376
Update Busybox sizes
by Gavin Howard
· 6 years ago
c657be1
Style fix
by Gavin Howard
· 6 years ago
611f6bf
Remove some redundant code
by Gavin Howard
· 6 years ago
23ab10f
Style fix
by Gavin Howard
· 6 years ago
d36b3d7
Do not exit early in a case
by Gavin Howard
· 6 years ago
f7a8049
Add an fflush() call
by Gavin Howard
· 6 years ago
9ce4390
Update busybox sizes
by Gavin Howard
· 6 years ago
0772b41
Fix an error printing bug
by Gavin Howard
· 6 years ago
bb97447
Update toybox and busybox for the fixes
by Gavin Howard
· 6 years ago
28c1fa9
Fix Coverity Scan defects
by Gavin Howard
· 6 years ago
4d071d9
Fix memory leaks
by Gavin Howard
· 6 years ago
1342963
Update busybox sizes
by Gavin Howard
· 6 years ago
773c86b
Fix busybox and toybox release to have the minimum
by Gavin Howard
· 6 years ago
536a2ec
Style fixes
by Gavin Howard
· 6 years ago
Next »