Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
68f4a4e3b4388cad67bc1f818e9e4fd05435f734
68f4a4e
Make make clean_tests also remove the config
by Gavin Howard
· 6 years ago
df68c75
Add a make target to remove the generated Makefile
by Gavin Howard
· 6 years ago
aba12e7
Make sure to remove all test coverage files
by Gavin Howard
· 6 years ago
52809b3
Don't print compile output in release.sh
by Gavin Howard
· 6 years ago
aa66797
Remove scan-build from the release script
by Gavin Howard
· 6 years ago
fdf64bc
Silence some compiler warnings
by Gavin Howard
· 6 years ago
b972beb
Update toybox for a change I made
by Gavin Howard
· 6 years ago
4d5daba
Remove some extra code
by Gavin Howard
· 6 years ago
b7ffaa8
Up a limit
by Gavin Howard
· 6 years ago
42473cc
Add fixed-width integer functions to lib2
by Gavin Howard
· 6 years ago
6eaac80
Reorder more functions in lib2
by Gavin Howard
· 6 years ago
2c5608f
Reorder functions in lib2
by Gavin Howard
· 6 years ago
6a28700
Change a define
by Gavin Howard
· 6 years ago
510859c
Fix some (wrongly given, sigh) gcc warnings
by Gavin Howard
· 6 years ago
f1b69a0
Remove another warning
by Gavin Howard
· 6 years ago
9f4d28c
Fix the warnings in a better way
by Gavin Howard
· 6 years ago
b464c1e
Fix another warning
by Gavin Howard
· 6 years ago
eb8db4e
Get rid of gcc warnings
by Gavin Howard
· 6 years ago
6686f6b
Style fixes for the configure.sh script
by Gavin Howard
· 6 years ago
0978e16
Tweak the README
by Gavin Howard
· 6 years ago
cf61474
Make FreeBSD work with the release script
by Gavin Howard
· 6 years ago
91afc87
Fix a typo
by Gavin Howard
· 6 years ago
1522c5a
Fix another problem on FreeBSD
by Gavin Howard
· 6 years ago
49e9a64
Try yet again to fix the FreeBSD problem
by Gavin Howard
· 6 years ago
00e0eef
Try again to fix a FreeBSD problem
by Gavin Howard
· 6 years ago
2980428
Attempt to fix a problem on FreeBSD
by Gavin Howard
· 6 years ago
6a74962
Reorder parameters to the release script
by Gavin Howard
· 6 years ago
cc33af6
Allow skipping generated tests
by Gavin Howard
· 6 years ago
03e2467
Change the release script header output a bit
by Gavin Howard
· 6 years ago
bbb5ec3
Make it optional to test with gcc in the release script
by Gavin Howard
· 6 years ago
b026ebd
Make sure there is a Makefile at the beginning of the release script
by Gavin Howard
· 6 years ago
8e868fc
Fix a typo
by Gavin Howard
· 6 years ago
30a203e
Make a parameter to the release script optional
by Gavin Howard
· 6 years ago
805cd41
Attempt to make the release script POSIX shell compatible
by Gavin Howard
· 6 years ago
bda05b4
Make toybox compile with the recent changes
by Gavin Howard
· 6 years ago
90f4588
Make bc compile in release mode
by Gavin Howard
· 6 years ago
40961f7
Add FreeBSD compile tests to the RELEASE.md checklist
by Gavin Howard
· 6 years ago
d2143fb
Improve the release script
by Gavin Howard
· 6 years ago
db6b3fc
Add my usual CFLAGS to the release script
by Gavin Howard
· 6 years ago
d3d3980
Start writing the dc manual
by Gavin Howard
· 6 years ago
d903305
More tweaks to the bc manual
by Gavin Howard
· 6 years ago
4255785
Tweaks to the bc manual
by Gavin Howard
· 6 years ago
569c0fa
Start writing the bc manual
by Gavin Howard
· 6 years ago
4d10713
Another tweak to the build manual
by Gavin Howard
· 6 years ago
7cb5b63
Tweak to the build manual
by Gavin Howard
· 6 years ago
0386d24
Update the README with a manuals entry
by Gavin Howard
· 6 years ago
8a6fda9
Add a pre-built binaries section to the README
by Gavin Howard
· 6 years ago
40f1e16
Improve the short build section in the README even more
by Gavin Howard
· 6 years ago
efc4524
Improve the short build instructions in the README
by Gavin Howard
· 6 years ago
573c939
Move sections of the README to their own manuals
by Gavin Howard
· 6 years ago
6f1aa5a
Fix bugs in the release script
by Gavin Howard
· 6 years ago
c0d4593
Make the version a dev version
by Gavin Howard
· 6 years ago
8c4780b
Update the release script for the new build system
by Gavin Howard
· 6 years ago
c19f3ab
Fix a bit in the configure script help
by Gavin Howard
· 6 years ago
89c13d0
Update the README for release
by Gavin Howard
· 6 years ago
9f36c55
Make bc behave the same with and without signals in history
by Gavin Howard
· 6 years ago
5dbb48b
Handle sigterm and sigquit too
by Gavin Howard
· 6 years ago
9db179c
Fix non-signal build
by Gavin Howard
· 6 years ago
14ce4af
Remove the allocations when bc_history_refresh() is called
by Gavin Howard
· 6 years ago
22db819
Reorder a field in BcHistory
by Gavin Howard
· 6 years ago
bdec047
Fix another bug with history and signals
by Gavin Howard
· 6 years ago
76f23eb
Put common history reset code into a function
by Gavin Howard
· 6 years ago
1c3ae71
Remove some code from dc-only builds
by Gavin Howard
· 6 years ago
8ae5f81
Add void tests to see if it can be used as a var/array/function name
by Gavin Howard
· 6 years ago
fa68103
Make sure void functions are bc-only
by Gavin Howard
· 6 years ago
b041659
Modify void functions
by Gavin Howard
· 6 years ago
eb54045
Style fix
by Gavin Howard
· 6 years ago
155a465
Reduce the size of BcHistory and the amount of code
by Gavin Howard
· 6 years ago
71fa11b
Fix the bug from last commit for real this time
by Gavin Howard
· 6 years ago
93c2891
Fix a bug when giving a signal when not on the last history entry
by Gavin Howard
· 6 years ago
6193aaf
Remove compiler warnings from gcc
by Gavin Howard
· 6 years ago
5e0551d
Make sure '\q' is handled in print statements
by Gavin Howard
· 6 years ago
1d03afa
Style fixes for lib3
by Gavin Howard
· 6 years ago
26122ba
Add tests for the new lib2 functions
by Gavin Howard
· 6 years ago
d06b77d
Add more to lib2 along with some style fixes
by Gavin Howard
· 6 years ago
cb670f5
Add a test for an empty return statement
by Gavin Howard
· 6 years ago
0335c4f
Solve the already-pushed parameter problem in a slightly better way
by Gavin Howard
· 6 years ago
a58b8da
Make the bc_history UTF-8 arrays take less space
by Gavin Howard
· 6 years ago
50c8002
Remove some useless calls to bc_num_zero()
by Gavin Howard
· 6 years ago
8058534
Make sure to report error on failing to allocate a BcVm
by Gavin Howard
· 6 years ago
664476c
Remove some possible bugs
by Gavin Howard
· 6 years ago
283ec37
Change the obase limit
by Gavin Howard
· 6 years ago
2fec3dd
Do more thorough I/O error checks
by Gavin Howard
· 6 years ago
864bd6d
Use some better types in history.c
by Gavin Howard
· 6 years ago
aa8ddcf
Fix toybox release after a change
by Gavin Howard
· 6 years ago
738f988
Style fixes in data.c
by Gavin Howard
· 6 years ago
c7cf0fb
Make sure my #defines from last commit don't go into toybox
by Gavin Howard
· 6 years ago
ddce6d4
Add #defines for testing for zero and non-zero BcNum's
by Gavin Howard
· 6 years ago
7344ba7
Style fix
by Gavin Howard
· 6 years ago
be4e822
Another style fix
by Gavin Howard
· 6 years ago
5a0616e
Style fix
by Gavin Howard
· 6 years ago
1ab22d2
Change style for toybox
by Gavin Howard
· 6 years ago
9e48544
Make sure that only one sig_msg is used for toybox
by Gavin Howard
· 6 years ago
6012792
Update the release checklist
by Gavin Howard
· 6 years ago
48354e8
Make toybox compile again
by Gavin Howard
· 6 years ago
a8e756e
Style fix
by Gavin Howard
· 6 years ago
9090d77
Make some errors dc or bc only
by Gavin Howard
· 6 years ago
9203735
Guard bc-only parse errors and change a few errors to proper categories
by Gavin Howard
· 6 years ago
b15fa03
Pull various bc stuff out of a dc-only build
by Gavin Howard
· 6 years ago
a1cd122
Fix the build system for just dc
by Gavin Howard
· 6 years ago
Next »