Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -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 Kovacs | 2015-06-11 | 1 | -1/+10 |
| | | | | for genfiles | ||||
* | MFB53: genfiles update | Jani Taskinen | 2008-03-26 | 1 | -1/+1 |
| | |||||
* | More files to have #line directives stripped for release | foobar | 2005-11-08 | 1 | -1/+8 |
| | |||||
* | - Make sure parse_date.c is free of #line directives in releases | foobar | 2005-11-08 | 1 | -1/+1 |
| | |||||
* | - Added backward compability wrapper "php_parse_date()". | Derick Rethans | 2005-06-19 | 1 | -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 file | Andi Gutmans | 2002-05-27 | 1 | -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 Gutmans | 2002-05-27 | 1 | -1/+1 |
| | |||||
* | - Isn't Makefile.frag being called? (Weird) | Andi Gutmans | 2002-05-27 | 1 | -2/+2 |
| | |||||
* | - Be a bit more verbose | Andi Gutmans | 2002-05-27 | 1 | -0/+1 |
| | |||||
* | - Small fix | Andi Gutmans | 2002-05-26 | 1 | -3/+1 |
| | |||||
* | - Update genfiles for new build system | Andi Gutmans | 2002-05-26 | 1 | -13/+4 |
| | |||||
* | - Fix removal of #line lines | Derick Rethans | 2002-02-19 | 1 | -2/+3 |
| | |||||
* | Remove #line's from var_unserializer.c | Sascha Schumann | 2002-01-04 | 1 | -3/+4 |
| | |||||
* | Remove redundant files | Zeev Suraski | 2001-08-16 | 1 | -1/+1 |
| | |||||
* | Update to reflect the changes in the parsers/scanners | Zeev Suraski | 2000-11-02 | 1 | -2/+1 |
| | |||||
* | Save url_scanner_ex.c and don't require re2c to be installed on | Sascha Schumann | 2000-10-21 | 1 | -2/+3 |
| | | | | | the release/snapshot machine. | ||||
* | Regenerate url_scanner_ex.c (always) without '#line' directives for | foobar | 2000-10-20 | 1 | -0/+3 |
| | | | | | | releases and snapshots. PR: 7154, 7263, 7289 # Sascha: Is this allright? | ||||
* | Don't convert to BSD-style Makefiles | Sascha Schumann | 2000-09-27 | 1 | -1/+1 |
| | |||||
* | Missed the Zend..fixed. | foobar | 2000-09-05 | 1 | -1/+1 |
| | |||||
* | oops. | foobar | 2000-09-03 | 1 | -3/+1 |
| | |||||
* | This makes flex and bison not to add those #line directives which | foobar | 2000-09-03 | 1 | -3/+3 |
| | | | | | cause trouble with some compilers. | ||||
* | Some stuff has moved to main | Sascha Schumann | 2000-06-16 | 1 | -3/+3 |
| | |||||
* | Generate missing files | Sascha Schumann | 2000-05-04 | 1 | -1/+2 |
| | |||||
* | Let genfiles work in the new environment | Sascha Schumann | 1999-12-30 | 1 | -2/+15 |
| | |||||
* | libzend -> Zend | Zeev Suraski | 1999-12-19 | 1 | -1/+1 |
| | |||||
* | Generate files for distribution (also adds parsedate.c) | Sascha Schumann | 1999-10-05 | 1 | -0/+7 |