|
Failed to load latest commit information. |
|
t
|
Treat standalone binaries as iolists
|
Jun 15, 2016
|
|
vendor/lemon
|
Vendor lemon.c and lempar.c
|
Sep 6, 2016
|
|
.gitignore
|
Build and use vendored lemon
|
Sep 6, 2016
|
|
.travis.yml
|
Build on OTP 19
|
Sep 2, 2016
|
|
COPYING
|
Explicitly licence niffy under GPLv3
|
Jan 10, 2017
|
|
Makefile
|
Update Makefile for OTP20
|
Oct 4, 2017
|
|
README.md
|
Add a tip about fuzzing to the README
|
Oct 4, 2017
|
|
ast.h
|
Add variable statements for better debugging
|
Feb 27, 2016
|
|
atom.c
|
Provide a helper to intern from a C string
|
Mar 6, 2016
|
|
atom.h
|
Provide a helper to intern from a C string
|
Mar 6, 2016
|
|
fuzz_skeleton.c
|
Load multiple NIF .so in fuzz_skeleton
|
Sep 29, 2016
|
|
lex.h
|
Handle NULs correctly in input
|
Feb 29, 2016
|
|
lex.rl
|
Trivial cleanups
|
Sep 2, 2016
|
|
lex_test.c
|
Handle NULs correctly in input
|
Feb 29, 2016
|
|
macrology.h
|
Begin
|
Feb 11, 2016
|
|
main.c
|
Move assertion BIFs out of niffy module
|
Sep 21, 2016
|
|
map.c
|
Remove extra len increment in map_insert
|
Sep 13, 2016
|
|
map.h
|
Improve deallocation
|
Feb 27, 2016
|
|
nif_stubs.c
|
Handle boxed terms correctly in enif_is_identical
|
Sep 20, 2016
|
|
nif_stubs.h
|
Allow iolist_to_binary to fail
|
Jun 14, 2016
|
|
niffy.c
|
Move assertion BIFs out of niffy module
|
Sep 21, 2016
|
|
niffy.h
|
Move assertion BIFs out of niffy module
|
Sep 21, 2016
|
|
overflow.h
|
Conditionalize __builtin_add_overflow
|
Jun 14, 2016
|
|
parse.y
|
Allow iolist_to_binary to fail
|
Jun 14, 2016
|
|
parse_protos.h
|
Begin
|
Feb 11, 2016
|
|
parse_test.c
|
Handle NULs correctly in input
|
Feb 29, 2016
|
|
str.c
|
Conditionalize __builtin_add_overflow
|
Jun 14, 2016
|
|
str.h
|
Add str_append_bytes
|
Jun 14, 2016
|
|
variable.c
|
Begin
|
Feb 11, 2016
|
|
variable.h
|
Begin
|
Feb 11, 2016
|