summaryrefslogtreecommitdiff
path: root/genfiles
Commit message (Collapse)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* make it possible to set the re2c and yacc paths via environment variables ↵Ferenc Kovacs2015-06-111-1/+10
| | | | for genfiles
* MFB53: genfiles updateJani Taskinen2008-03-261-1/+1
|
* More files to have #line directives stripped for releasefoobar2005-11-081-1/+8
|
* - Make sure parse_date.c is free of #line directives in releasesfoobar2005-11-081-1/+1
|
* - Added backward compability wrapper "php_parse_date()".Derick Rethans2005-06-191-1/+0
| | | | | | | - Changed WDDX extension to use new date parsing code. - Removed all remnants to the old parser. #- I hope that I didn't break the .dsp's...
* - Hope this is the last commit in the series. Make sure that the .h fileAndi Gutmans2002-05-271-1/+1
| | | | | | - also goes into ext/standard. I'm not sure how 4.2.1 was built with these - broken files
* - One more try.Andi Gutmans2002-05-271-1/+1
|
* - Isn't Makefile.frag being called? (Weird)Andi Gutmans2002-05-271-2/+2
|
* - Be a bit more verboseAndi Gutmans2002-05-271-0/+1
|
* - Small fixAndi Gutmans2002-05-261-3/+1
|
* - Update genfiles for new build systemAndi Gutmans2002-05-261-13/+4
|
* - Fix removal of #line linesDerick Rethans2002-02-191-2/+3
|
* Remove #line's from var_unserializer.cSascha Schumann2002-01-041-3/+4
|
* Remove redundant filesZeev Suraski2001-08-161-1/+1
|
* Update to reflect the changes in the parsers/scannersZeev Suraski2000-11-021-2/+1
|
* Save url_scanner_ex.c and don't require re2c to be installed onSascha Schumann2000-10-211-2/+3
| | | | | the release/snapshot machine.
* Regenerate url_scanner_ex.c (always) without '#line' directives forfoobar2000-10-201-0/+3
| | | | | | releases and snapshots. PR: 7154, 7263, 7289 # Sascha: Is this allright?
* Don't convert to BSD-style MakefilesSascha Schumann2000-09-271-1/+1
|
* Missed the Zend..fixed.foobar2000-09-051-1/+1
|
* oops.foobar2000-09-031-3/+1
|
* This makes flex and bison not to add those #line directives whichfoobar2000-09-031-3/+3
| | | | | cause trouble with some compilers.
* Some stuff has moved to mainSascha Schumann2000-06-161-3/+3
|
* Generate missing filesSascha Schumann2000-05-041-1/+2
|
* Let genfiles work in the new environmentSascha Schumann1999-12-301-2/+15
|
* libzend -> ZendZeev Suraski1999-12-191-1/+1
|
* Generate files for distribution (also adds parsedate.c)Sascha Schumann1999-10-051-0/+7