Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bc
/
6d632e972d9e7bc0155b7d8e5143267eed316a75
/
include
6d632e9
Fix a bug with return statements
by Gavin Howard
· 6 years ago
02a4d5c
Factor out common parsing code
by Gavin Howard
· 6 years ago
74f9933
Change the character for parse string ends
by Gavin Howard
· 6 years ago
c246baf
Fill out an initial draft of the dc lexer
by Gavin Howard
· 6 years ago
364df3b
Move some more lex functions to where they should be
by Gavin Howard
· 6 years ago
ac09448
Change the name of a status
by Gavin Howard
· 6 years ago
d2a0525
Split the parsers and lexers
by Gavin Howard
· 6 years ago
e54132d
Style fix
by Gavin Howard
· 6 years ago
176e695
Exclude some things from toybox
by Gavin Howard
· 6 years ago
ed5c831
Start splitting lexer code
by Gavin Howard
· 6 years ago
13ab015
Make vars into arrays for dc
by Gavin Howard
· 6 years ago
6d8c661
Remove useless lines
by Gavin Howard
· 6 years ago
0361074
Fix a bug found by inspection
by Gavin Howard
· 6 years ago
7efe744
Use string vectors in bc_io_getline()
by Gavin Howard
· 6 years ago
f0cddf9
Fix a mistake in last commit
by Gavin Howard
· 6 years ago
f4983b8
Start adding dc command-line options
by Gavin Howard
· 6 years ago
53eaaac
Add the help text
by Gavin Howard
· 6 years ago
a0ccea6
Get rid of a warning
by Gavin Howard
· 6 years ago
4ffe5a9
Start adding the dc
by Gavin Howard
· 6 years ago
411f732
Style fixes
by Gavin Howard
· 6 years ago
6373820
Finish changing to busybox style
by Gavin Howard
· 6 years ago
86fb8d3
Rename a string
by Gavin Howard
· 6 years ago
116c0e9
Rename a procedure
by Gavin Howard
· 6 years ago
9cd74f5
Style fix
by Gavin Howard
· 6 years ago
d321589
Make toybox compile
by Gavin Howard
· 6 years ago
4c2ec1b
Rename a struct
by Gavin Howard
· 6 years ago
f4a74ee
Use strdup() instead of manually duplicating strings
by Gavin Howard
· 6 years ago
aac24bf
Remove a redundant function
by Gavin Howard
· 6 years ago
0e44d74
Style fix
by Gavin Howard
· 6 years ago
76e6c0f
Fix mistakes in last few commits
by Gavin Howard
· 6 years ago
d555167
Reorganize the code
by Gavin Howard
· 6 years ago
0a95ccd
Style fix
by Gavin Howard
· 6 years ago
7b858be
Add a prompt option to bc_io_getline()
by Gavin Howard
· 6 years ago
1694d98
Add a #define
by Gavin Howard
· 6 years ago
1dc4f09
Style fixes
by Gavin Howard
· 6 years ago
db31998
Style fix
by Gavin Howard
· 6 years ago
9697ea8
Improve error handling and messages
by Gavin Howard
· 6 years ago
8d3259a
Fix a crash found by afl
by Gavin Howard
· 6 years ago
9b1e2c9
More fixes for limits
by Gavin Howard
· 6 years ago
e48e2a7
Refactor the limits a bit
by Gavin Howard
· 6 years ago
38c4819
Fix a bug where an error was wrongfully reported for read
by Gavin Howard
· 6 years ago
1e02452
Fix handling of leaf expressions in the parser
by Gavin Howard
· 6 years ago
6e930b3
Fix problems in exporting to toybox
by Gavin Howard
· 6 years ago
79be14a
Fix a lot of parse errors at once
by Gavin Howard
· 6 years ago
a628aa2
Refactor the lexer's string code
by Gavin Howard
· 6 years ago
af2a38e
Fix from last commit
by Gavin Howard
· 6 years ago
a20bbd0
Style massaging to reduce LOC
by Gavin Howard
· 6 years ago
135a77c
Style fixes
by Gavin Howard
· 6 years ago
01401a7
Do not allow standalone expressions to occur next to each other
by Gavin Howard
· 6 years ago
1ed587d
Make sure to only allow arrays as function args
by Gavin Howard
· 6 years ago
6918504
Remove memory leaks on errors
by Gavin Howard
· 6 years ago
cf7882d
Add two new limits
by Gavin Howard
· 6 years ago
bd9b292
Add another error type and use it
by Gavin Howard
· 6 years ago
7061017
Remove all defects found by Coverity Scan
by Gavin Howard
· 6 years ago
6018383
Fix compile error on last commit
by Gavin Howard
· 6 years ago
7611aeb
Minor style tweak
by Gavin Howard
· 6 years ago
8317a79
Style fixes to reduce the LOC even more
by Gavin Howard
· 6 years ago
71815ed
Fix bugs in array handling found by the test
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
f51b189
Style fixes to reduce LOC
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
0be26ed
Move some code to reduce LOC for toybox
by Gavin Howard
· 6 years ago
9406f8f
Remove a useless field from BcProgram
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
52e0126
Use more #defines
by Gavin Howard
· 6 years ago
6e0f3c5
Reduce LOC and fix some style for toybox
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
432b8b9
Reduce loc
by Gavin Howard
· 6 years ago
8f4b207
Fix seg fault and some warnings
by Gavin Howard
· 6 years ago
79ce08b
Attempt to reduce line count for toybox
by Gavin Howard
· 7 years ago
3e8e6d1
Rename bcg.interactive to bcg.tty
by Gavin Howard
· 7 years ago
8117128
Style fixes for toybox
by Gavin Howard
· 7 years ago
67598a7
Reduce whitespace in output
by Gavin Howard
· 7 years ago
52402f2
Make sig int message more informative
by Gavin Howard
· 7 years ago
0dfe292
Make interrupts work better
by Gavin Howard
· 7 years ago
6a804cf
Make compare functions return number of equal digits through return
by Gavin Howard
· 7 years ago
902a16c
Reduce loc even further
by Gavin Howard
· 7 years ago
45ff357
Reduce loc for Landley
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
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
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
684d2e6
Remove an extraneous blank line
by Gavin Howard
· 7 years ago
c312ab3
Style fixes to lex.c
by Gavin Howard
· 7 years ago
e77b83d
Attempt to fix crashes caused by the AFL fuzzer
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
84590c8
Make printing code only something that debug versions have
by Gavin Howard
· 7 years ago
5ce4084
Change back to lines being 69 characters
by Gavin Howard
· 7 years ago
a54cabf
Make getline work with signals
by Gavin Howard
· 7 years ago
ff66e29
Remove requirement to do strlen on static strings
by Gavin Howard
· 7 years ago
abdc2d3
Use two variables to handle sigints
by Gavin Howard
· 7 years ago
Next »