Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more consistent placement of & and *, on the type (#848) | Alon Zakai | 2016-11-28 | 1 | -15/+15 |
| | |||||
* | Wrap description (#839) | Loo Rong Jie | 2016-11-28 | 1 | -4/+31 |
| | |||||
* | make --debug work | Alon Zakai | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Make --debug a boolean | JF Bastien | 2016-03-18 | 1 | -5/+3 |
| | | | | As discussed in #248. | ||||
* | Fix command-line help when there's only long or short | JF Bastien | 2016-01-20 | 1 | -2/+4 |
| | |||||
* | asm2wasm: use support's command-line | JF Bastien | 2016-01-11 | 1 | -7/+18 |
| | |||||
* | Fix off-by-one in option parsing with '='. | JF Bastien | 2016-01-04 | 1 | -1/+1 |
| | |||||
* | Add curlies. | JF Bastien | 2016-01-04 | 1 | -2/+4 |
| | |||||
* | Generalize command-line parsing more. | JF Bastien | 2016-01-02 | 1 | -38/+108 |
| | | | | This should allow other programs to use the same command-line support. | ||||
* | Add a help to avoid out-of-bounds. | JF Bastien | 2015-12-29 | 1 | -1/+4 |
| | |||||
* | Start moving command-line processing to libsupport.a | JF Bastien | 2015-12-29 | 1 | -0/+62 |
This only moves things, no functional change yet. |