14 Commits

Author SHA1 Message Date
Karl Williamson
a21eb617f8 fakesdio.h: Use legal macro name
It is undefined behavior in C for a symbol name to begin with an
underscore followed by a capital letter.  It's a simple matter to move
the underscore to the end
2025-10-14 09:37:20 -06:00
Father Chrysostomos
2ae26641a3 fakesdio.h: Typo 2017-12-11 10:01:35 -08:00
Dagfinn Ilmari Mannsåker
abec5bedac Replace common Emacs file-local variables with dir-locals
An empty cpan/.dir-locals.el stops Emacs using the core defaults for
code imported from CPAN.

Committer's work:

To keep t/porting/cmp_version.t and t/porting/utils.t happy, $VERSION needed
to be incremented in many files, including throughout dist/PathTools.

perldelta entry for module updates.

Add two Emacs control files to MANIFEST; re-sort MANIFEST.

For: RT #124119.
2015-03-22 22:36:14 -04:00
Ricardo Signes
14d04a3346 update the editor hints for spaces, not tabs
This updates the editor hints in our files for Emacs and vim to request
that tabs be inserted as spaces.
2012-05-29 21:53:17 -04:00
Marcus Holland-Moritz
e9a8c0991e Add editor blocks to some header files.
p4raw-id: //depot/perl@32793
2008-01-01 17:18:13 +00:00
Anton Berezin
0f2c5c103f a buglet in fakesdio.h
Message-ID: <20060301155613.GA30368@heechee.tobez.org>

p4raw-id: //depot/perl@27355
2006-03-01 16:13:56 +00:00
Jarkko Hietaniemi
4bb101f275 Fix up Larry's copyright statements to my best knowledge.
(Lots of Perl 5 source code archaeology was involved.)
Larry didn't make strangled noises when I showed him
the patch, either :-)

p4raw-id: //depot/perl@19242
2003-04-16 20:14:01 +00:00
Hugo van der Sanden
4c79ee7a1e Update all copyrights to 2003, from Jarkko
p4raw-id: //depot/perl@18801
2003-03-02 15:24:22 +00:00
Nick Ing-Simmons
f2b1176c04 Move #define printf out of perl.h into appropriate
PerlIO files.

p4raw-id: //depot/perlio@18520
2003-01-20 15:09:08 +00:00
Nick Ing-Simmons
eb1102fcca Integrate mainline
All but ../lib/Unicode/UCD.t pass.

p4raw-id: //depot/perlio@14412
2002-01-25 11:01:49 +00:00
Nick Ing-Simmons
766a733e84 Change PerlIO_(get|set)pos to take SV *
Should fix, OS/2, VMS, (sfio??)

p4raw-id: //depot/perlio@8025
2000-12-07 21:43:32 +00:00
Jarkko Hietaniemi
400e04b67c More #undefing of stdio.
p4raw-id: //depot/perl@7706
2000-11-16 01:35:59 +00:00
Jarkko Hietaniemi
cf677677a1 Add few missing #undefs and sort them.
p4raw-id: //depot/perl@7698
2000-11-15 03:50:56 +00:00
Nick Ing-Simmons
76ced9add7 PerlIO #include and #ifdef re-work.
p4raw-id: //depot/perlio@7684
2000-11-14 17:43:04 +00:00