Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Having fixed flags for single-character getopt options is a bit hard to | Nicholas Marriott | 2009-07-14 |
| | | | | | | | | | | maintain and is only going to get worse as more are used. So instead, add a new uint64_t member to cmd_entry which is a bitmask of upper and lowercase options accepted by the command. This means new single character options can be used without the need to add it explicitly to the list. | ||
* | +b on fopen. | Nicholas Marriott | 2009-05-18 |
| | |||
* | Remove senseless if statement. | Tiago Cunha | 2009-02-08 |
| | |||
* | Pass return code from _exec; allow command sequences to work from the ↵ | Nicholas Marriott | 2009-01-19 |
| | | | | command line. | ||
* | Rename some flags I'm not happy about. | Nicholas Marriott | 2009-01-14 |
| | |||
* | save-buffer command, from Tiago Cunha. | Nicholas Marriott | 2009-01-11 |