Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parsing fix: it wasn't possible to call a function with a (_) prototype | Rafael Garcia-Suarez | 2006-11-13 | 1 | -1/+2 |
* | More regression tests for the _ prototype | Rafael Garcia-Suarez | 2006-11-02 | 1 | -1/+13 |
* | Allow the _ prototype character to be followed by optional arguments | Rafael Garcia-Suarez | 2006-10-19 | 1 | -2/+7 |
* | Add a regression test for change #29041 | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+4 |
* | Test for the interaction between ; and _ in prototypes | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+4 |
* | The _ character is only allowed to be at the end of prototypes | Rafael Garcia-Suarez | 2006-10-18 | 1 | -1/+7 |
* | Improvements and fixes to the _ prototype | Rafael Garcia-Suarez | 2006-10-18 | 1 | -2/+25 |
* | First attempt at implementing the _ prototype | Rafael Garcia-Suarez | 2006-10-17 | 1 | -0/+36 |