summaryrefslogtreecommitdiffstats
path: root/src/growbuf.h
Commit message (Collapse)AuthorAgeFilesLines
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-26/+26
|
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-2/+2
|
* issue #7436 Incorrect handling of block comments in VHDLalbert-github2019-12-111-0/+1
| | | | | | The search for `/*` or /*!` ended at the last `*/` in a file and thus skipping other intermediate block end and new starts. Also the intermediate code was lost see as comment. The filter pattern used was incorrect and should have been `<"/*" (~["*"])* "*" ("*" | ~["*","/"] (~["*"])* "*")* "/">` (thanks to https://javacc.org/contrib/C.jj). Here also the space plus one or more `*` at the end beginning of the line are still incorporated as well as multiple `*` before the colosing `*/` this is also filtered.
* issue #6734 parsing performance worsenedDimitri van Heesch2019-01-071-0/+10
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-10/+18
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-0/+1
|
* Release-1.7.6.1-20120110Dimitri van Heesch2012-01-101-0/+38