Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.1.0743: giving error messages is not flexiblev8.1.0743 | Bram Moolenaar | 2019-01-13 | 1 | -2/+2 |
| | | | | | | | | Problem: Giving error messages is not flexible. Solution: Add semsg(). Change argument from "char_u *" to "char *", also for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes #3302) Also make emsg() accept a "char *" argument. Get rid of an enormous number of type casts. | ||||
* | patch 8.1.0380: "make proto" doesn't work wellv8.1.0380 | Bram Moolenaar | 2018-09-13 | 1 | -1/+1 |
| | | | | | | Problem: "make proto" doesn't work well. Solution: Define a few more types for cproto. Update proto files. Fix that workshop didn't build. | ||||
* | patch 7.4.1133v7.4.1133 | Bram Moolenaar | 2016-01-19 | 1 | -18/+18 |
| | | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS(). | ||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-05 | 1 | -18/+18 |
| | |||||
* | updated for version 7.0b | Bram Moolenaar | 2006-03-24 | 1 | -19/+18 |
| | |||||
* | updated for version 7.0115 | Bram Moolenaar | 2005-07-24 | 1 | -0/+21 |