Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
71815edbeadc35b92cdf82fc155f6303e4bf3e53
/
src
/
data.c
375263e
Start fixing array and array element handling
by Gavin Howard
· 6 years ago
ce8fb79
Style fixes
by Gavin Howard
· 6 years ago
39b6408
Style fixes
by Gavin Howard
· 6 years ago
5f0cf2c
Reduce LOC for toybox even more
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
6e0f3c5
Reduce LOC and fix some style for toybox
by Gavin Howard
· 6 years ago
f6e3fb3
Fix warnings found by Thalheim
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
79ce08b
Attempt to reduce line count 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
ab519e4
Fix a few problems with last commit
by Gavin Howard
· 6 years ago
52402f2
Make sig int message more informative
by Gavin Howard
· 6 years ago
0dfe292
Make interrupts work better
by Gavin Howard
· 6 years ago
45ff357
Reduce loc for Landley
by Gavin Howard
· 6 years ago
e0eec66
Fix problems with bc_lang_inst_chars
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
ff66e29
Remove requirement to do strlen on static strings
by Gavin Howard
· 7 years ago
4cac51b
A couple style fixes
by Gavin Howard
· 7 years ago
9f4008c
Remove token strings
by Gavin Howard
· 7 years ago
665a993
Rename a define to be more consistent in style
by Gavin Howard
· 7 years ago
642050e
Make sure to print instructions for change in last commit
by Gavin Howard
· 7 years ago
101b5e6
Remove instructions
by Gavin Howard
· 7 years ago
8495fe2
Bump version number
by Gavin Howard
· 7 years ago
ddaa4c1
Fix crash when given a binary file to run
by Gavin Howard
· 7 years ago
f75ffd8
Rearrange the source files
by Gavin Howard
· 7 years ago
[Renamed from src/bc/data.c]
1ddb679
Bump version for bug fix release
by Gavin Howard
· 7 years ago
719f8ad
Bump the version number
by Gavin Howard
· 7 years ago
b09d9b1
Style fixes to vector.c, vector.h, and program.c
by Gavin Howard
· 7 years ago
e3c7c8e
Make sure to not insert a new global var if in a function
by Gavin Howard
· 7 years ago
4b9bb2b
Style fixes to program.c
by Gavin Howard
· 7 years ago
5aff504
Fix a problem with a POSIX warning/error
by Gavin Howard
· 7 years ago
5b89106
Handle all signals that should be handled
by Gavin Howard
· 7 years ago
0c0d192
Various style fixes to compress code
by Gavin Howard
· 7 years ago
27fdfb9
Remove bug statuses and replace with asserts
by Gavin Howard
· 7 years ago
2949306
Put status codes and error stuff in their own header
by Gavin Howard
· 7 years ago
04ab2cf
Make sure to exit on quit or halt
by Gavin Howard
· 7 years ago
01d6ec3
Reduce by combining duplicate code
by Gavin Howard
· 7 years ago
4d498ce
Get my params and args straight in status name and message
by Gavin Howard
· 7 years ago
431435b
Get rid of a compiler warning
by Gavin Howard
· 7 years ago
9a65a4e
Reduce the read-only data
by Gavin Howard
· 7 years ago
16bba75
Remove a redundant status
by Gavin Howard
· 7 years ago
bdb2f92
Change error messages and such for landley
by Gavin Howard
· 7 years ago
abcc5e0
Revert "Start fixing the recursion bug"
by Gavin Howard
· 7 years ago
89677d1
Start fixing the recursion bug
by Gavin Howard
· 7 years ago
a280bde
Remove a useless function
by Gavin Howard
· 7 years ago
0e6bc71
Remove a useless status
by Gavin Howard
· 7 years ago
293aec9
Shorten some error messages for landley
by Gavin Howard
· 7 years ago
c05f499
Add a line to report bugs (so landley does not have to handle them)
by Gavin Howard
· 7 years ago
9d8285d
Update the copyright string
by Gavin Howard
· 7 years ago
f456d37
Make sure data is put before code in toybox
by Gavin Howard
· 7 years ago
3e13bbe
Move the data.c and data.h files to lang.c and lang.h
by Gavin Howard
· 7 years ago
07add2e
Revert "Remove all statics"
by Gavin Howard
· 7 years ago
f2aa1e2
Remove all statics
by Gavin Howard
· 7 years ago
d64cf8f
Harden bc_constant_free()
by Gavin Howard
· 7 years ago
a1ff02f
Fix various bugs found when testing timeconst.bc
by Gavin Howard
· 7 years ago
fe1a9e1
Remove debugging code
by Gavin Howard
· 7 years ago
5294d17
Fix a lot of bugs relating to function handling
by Gavin Howard
· 7 years ago
5c05e55
Fix various bugs in parsing and adding functions
by Gavin Howard
· 7 years ago
c83da42
Add a missing error check
by Gavin Howard
· 7 years ago
0561f91
Make sure there can't be two autos/params of same name
by Gavin Howard
· 7 years ago
aaa9140
Improve the search functions
by Gavin Howard
· 7 years ago
f23448c
Start implementing work to search for function args
by Gavin Howard
· 7 years ago
4da34bd
Add an init func type
by Gavin Howard
· 7 years ago
6e458be
Style fix
by Gavin Howard
· 7 years ago
7ffadcd
Make sure to free var and array names
by Gavin Howard
· 7 years ago
ed392aa
Redo the bc_program_read() function
by Gavin Howard
· 7 years ago
3a9f779
Fill out more of the switch in bc_program_num()
by Gavin Howard
· 7 years ago
e66ce6a
Remove scale requirement from parsing
by Gavin Howard
· 7 years ago
8d1f1db
Update pointer style for toybox
by Gavin Howard
· 7 years ago
c44ce20
Make handling of constants more robust
by Gavin Howard
· 7 years ago
258b869
Style fixes to be more in line with toybox
by Gavin Howard
· 7 years ago
e9d0e5a
Remove some useless functions
by Gavin Howard
· 7 years ago
7168cad
Add pedantic and comply with C99
by Gavin Howard
· 7 years ago
7c8dc77
Fix scan-build warnings
by Gavin Howard
· 7 years ago
5f75f4e
Fix a problem with last commit
by Gavin Howard
· 7 years ago
d571acf
Fix warnings and bugs found using scan-build
by Gavin Howard
· 7 years ago
4596409
Update bc_result_free()
by Gavin Howard
· 7 years ago
b5904bf
Change the license
by Gavin Howard
· 7 years ago
8f6b9e7
Fix some bugs found by testing addition
by Gavin Howard
· 7 years ago
8389bb2
Rename a few things
by Gavin Howard
· 7 years ago
3ba6c8d
Move the include files
by Gavin Howard
· 7 years ago
0dbafb5
Adjust the license exemption
by Gavin Howard
· 7 years ago
b5c7721
Rip out all references to fxdpnt
by Gavin Howard
· 7 years ago
3eb626f
Start adding math directly into bc
by Gavin Howard
· 7 years ago
0a8772b
Fix a misinterpretation of the bc spec
by Gavin Howard
· 7 years ago
5715b04
Update license for Toybox and AOSP
by Gavin Howard
· 7 years ago
602178d
Make basic operations work
by Gavin Howard
· 7 years ago
91072cf
Fix some bugs found in basic debugging
by Gavin Howard
· 7 years ago
e46c682
Get rid of all compile errors in parse.c
by Gavin Howard
· 7 years ago
d96bcae
Do more work to have bytecode (not there yet)
by Gavin Howard
· 7 years ago
5a8949e
Start working on redoing parsing for the bytecode change
by Gavin Howard
· 7 years ago
23fa3f3
Move more into vectors
by Gavin Howard
· 7 years ago
26a5aeb
Change stacks to vectors
by Gavin Howard
· 7 years ago
4bc73ee
Style fixes for toybox
by Gavin Howard
· 7 years ago
4cb7dea
Remove the arbsh material
by Gavin Howard
· 7 years ago
[Renamed from bc/src/data.c]
6fc7769
Move limits into the program
by Gavin Howard
· 7 years ago
Next »