| commit | 6244a0fc29163ba1c734f92b55a89e01e6cf2a67 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 14:09:25 2016 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 14:09:25 2016 +0200 |
| tree | 4434a2cb73983bfd0d5488c9b93eeef03ef8d0ec | |
| parent | 81edd171a9465cf99cede4fa4a7b7bca3d538b0f [diff] [blame] |
patch 7.4.1729
Problem: The Perl interface cannot use 'print' operator for writing
directly in standard IO.
Solution: Add a minimal implementation of PerlIO Layer feature and try to
use it for STDOUT/STDERR. (Damien)
diff --git a/src/version.c b/src/version.c index a8556a8..2683123 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1729, +/**/ 1728, /**/ 1727,