In perl.git, the branch smoke-me/khw-ebcdic has been created
<http://perl5.git.perl.org/perl.git/commitdiff/43e5a867155ad02b6da9baf2c4e3ac696171ce17?hp=0000000000000000000000000000000000000000>
at 43e5a867155ad02b6da9baf2c4e3ac696171ce17 (commit)
- Log -----------------------------------------------------------------
commit 43e5a867155ad02b6da9baf2c4e3ac696171ce17
Author: Karl Williamson <[email protected]>
Date: Thu Feb 28 09:25:27 2013 -0700
temp: show makedepend cerr
M makedepend.SH
commit 3493a844168144b740512d3f1b2e690a4cb7132e
Author: Karl Williamson <[email protected]>
Date: Wed Feb 27 21:59:11 2013 -0700
makedepend.SH: Split too long lines; properly join
I had thought that a continuation introduced a space. But no,
a continuation can happen in the middle of a token.
And this splits lines that are getting very long to avoid preprocessor
limitations.
M makedepend.SH
commit 11f34ded4e6b015a6d871c331ee2738a26e08b7a
Author: Karl Williamson <[email protected]>
Date: Wed Feb 27 15:51:28 2013 -0700
makedepend.SH: White-space only
Align continuation backslashes
M makedepend.SH
commit 0f102fb577664226b47c7e8d18d0ca899d39b476
Author: Karl Williamson <[email protected]>
Date: Wed Feb 27 14:39:28 2013 -0700
makedepend.SH: Remove some unnecessary white space
Multi-line preprocessor directives are now joined into single lines.
This can create lines too long for the preprocessor to handle. This
commit removes blanks adjoining comments that get deleted. This makes
things somewhat less likely to exceed the limit.
This commit also fixes several [] which were meant to each match a tab
or a blank, but editors converted the tabs to blanks
M makedepend.SH
commit 9a295a136ac23b363d919ec8b0d7c492447943a8
Author: Karl Williamson <[email protected]>
Date: Wed Feb 27 14:30:51 2013 -0700
makedepend.SH: Retain '/**/' comments
These comments may actually be necessary.
M makedepend.SH
-----------------------------------------------------------------------
--
Perl5 Master Repository