Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Fix wrong memset in new args handling function. | Kaz Kylheku | 2016-10-15 | 1 | -1/+1 |
* | New function: args_cat_zap_from. | Kaz Kylheku | 2016-10-09 | 1 | -0/+10 |
* | Bugfix: wrong memset size in args_cat_zap. | Kaz Kylheku | 2016-10-09 | 1 | -4/+5 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Combat spurious retention in args handling code. | Kaz Kylheku | 2015-11-20 | 1 | -1/+1 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+0 |
* | Introducing structs. | Kaz Kylheku | 2015-09-02 | 1 | -0/+9 |
* | Remove unused args_limit. | Kaz Kylheku | 2015-08-23 | 1 | -8/+0 |
* | Use of new args for function calls in interpreter. | Kaz Kylheku | 2015-08-23 | 1 | -0/+13 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -16/+34 |
* | Start of new way of handling variable arguments. | Kaz Kylheku | 2015-08-17 | 1 | -0/+78 |