summaryrefslogtreecommitdiff
path: root/fakesdio.h
Commit message (Collapse)AuthorAgeFilesLines
* fakesdio.h: TypoFather Chrysostomos2017-12-111-1/+1
|
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
| | | | | | | | | | | | | | | | 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.
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
| | | | | This updates the editor hints in our files for Emacs and vim to request that tabs be inserted as spaces.
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+9
| | | p4raw-id: //depot/perl@32793
* a buglet in fakesdio.hAnton Berezin2006-03-011-1/+0
| | | | | Message-ID: <20060301155613.GA30368@heechee.tobez.org> p4raw-id: //depot/perl@27355
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
| | | | | | | (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
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* Move #define printf out of perl.h into appropriate Nick Ing-Simmons2003-01-201-0/+12
| | | | | PerlIO files. p4raw-id: //depot/perlio@18520
* Integrate mainlineNick Ing-Simmons2002-01-251-0/+9
| | | | | All but ../lib/Unicode/UCD.t pass. p4raw-id: //depot/perlio@14412
* Change PerlIO_(get|set)pos to take SV *Nick Ing-Simmons2000-12-071-2/+3
| | | | | Should fix, OS/2, VMS, (sfio??) p4raw-id: //depot/perlio@8025
* More #undefing of stdio.Jarkko Hietaniemi2000-11-161-0/+3
| | | p4raw-id: //depot/perl@7706
* Add few missing #undefs and sort them.Jarkko Hietaniemi2000-11-151-28/+24
| | | p4raw-id: //depot/perl@7698
* PerlIO #include and #ifdef re-work.Nick Ing-Simmons2000-11-141-0/+104
p4raw-id: //depot/perlio@7684