| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This commit does a lot of things:
- Use hashtables instead of lists to store the rules
- Rules that can be applied at launch time won't be tried at runtime
- Improve feedback when writing nonsensical rules
- Make intensive use of `zend_string` instead of `char*`
|
|
|
|
Implement whitelist in eval
|
|
- `clang-format --style="{BasedOnStyle: google, SortIncludes: false}" -i snuffleu*.c sp_*.c sp_*.h`
- Update the documentation accordingly
|
|
This should close #99, thanks to @blotus for the implementation idea!
|
|
It's not possible to hook the `eval` builtin like other functions.
|
|
- Fix two minor warnings
- Improve the documentation
|
|
|