summaryrefslogtreecommitdiff
path: root/src/lempar.c
Commit message (Collapse)AuthorAgeFilesLines
* [core] build configparser.y w/ -Werror workaroundsGlenn Strauss2023-01-131-0/+2
|
* [lemon] upgrade LEMON parser to SQLite maint verGlenn Strauss2023-01-091-291/+660
| | | | | | | | | The LEMON parser is maintained as part of SQLite https://www.sqlite.org/src/file/tool/lemon.c https://www.sqlite.org/src/file/tool/lempar.c (committed files are directly from above, but with excess whitespace removed before line ends)
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-2/+2
| | | | | | x-ref: "Script for fixing spelling errors with codespell" https://redmine.lighttpd.net/boards/3/topics/8947
* fix errors detected by Coverity ScanGlenn Strauss2016-06-231-4/+9
| | | | | | | buffer.c:itostr() undefined behavior taking modulus of negative number additional minor code changes made to quiet other coverity warnings (false positives)
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+1
| | | | | | From: Glenn Strauss <gstrauss@gluelogic.com> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3113 152afb58-edef-0310-8abb-c4023f1b3aa9
* Use NULL instead of 0 where pointers are expected.Cyril Brulebois2012-08-311-3/+3
| | | | | | | | | There are 6 remaining occurrences after this commit, in mod_compress, due to zlib's Z_NULL being defined as 0 instead of NULL. Signed-off-by: Cyril Brulebois <kibi@debian.org> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2845 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix some problems with more strict compilers (#1923)Stefan Bühler2009-03-071-1/+5
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2408 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fixed many warnings (compare (un)signed, unused vars, and initialize with zero)Stefan Bühler2008-04-291-4/+6
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2160 152afb58-edef-0310-8abb-c4023f1b3aa9
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-17/+17
| | | | | | i hope it helps with merging stuff back to 1.5 git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1371 152afb58-edef-0310-8abb-c4023f1b3aa9
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+687
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@30 152afb58-edef-0310-8abb-c4023f1b3aa9