Commit Graph

14 Commits

Author SHA1 Message Date
74ecb5ba7f minor updates to tutorial 2021-07-29 14:07:01 +01:00
5909e1b832 Fix typo 2019-03-20 14:45:02 +01:00
9c2a3e006c Sync final newlines
This patch adds some missing newlines and trims multiple newlines into
one.

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
2018-10-01 23:36:51 +02:00
852641ef02 Make it stable
It may require further improvements, but it's more stable than
already existing documents.
2014-06-20 11:31:13 +02:00
1ff56ef680 Port useful articles as apendices 2014-06-20 11:10:13 +02:00
3211853e49 Adjust internal URLs to the parsing engine 2014-06-19 14:08:02 +02:00
f159d47c82 Typo fixes 2014-06-19 08:31:59 +02:00
9647e88461 Minor cosmetic amendments to the tutorial
Actual content has changed very little.
2014-06-18 22:27:58 +01:00
ddb2602844 Typo fixes 2014-06-18 17:28:56 +02:00
a856fb7ad6 Various fixes 2014-06-16 20:46:28 +02:00
8b28af7221 It's simpler now... I hope 2014-06-16 20:14:24 +02:00
916cee812e Port article about manual builds from wiki 2014-06-16 20:02:50 +02:00
e6a77bc73d Add missing ToC link 2014-06-16 15:58:38 +02:00
eb3aeee896 First draft of tutorial for contributors
Work in progress obviously, read more here:
http://news.php.net/php.doc/969384992
2014-06-15 22:25:56 +02:00