summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Small nit in perlsyn about the new // operatorRafael Garcia-Suarez2003-05-121-1/+1
* Use a more sophisticated heuristics to produce the warningRafael Garcia-Suarez2003-05-122-10/+31
* Work also without perlio.Jarkko Hietaniemi2003-05-121-8/+14
* Panther preparation.Jarkko Hietaniemi2003-05-122-3/+41
* More moves to intrpvar.h.Jarkko Hietaniemi2003-05-125-21/+28
* fix for Tie::File test failures on windows: the problem wasGurusamy Sarathy2003-05-121-0/+10
* Move the thread *hook into interpreter.Jarkko Hietaniemi2003-05-115-22/+28
* [perl #7391] Perl crashes with certain write() formats.Dave Mitchell2003-05-111-1/+11
* Open UNIX is not really "formerly Unixware", since the mostRafael Garcia-Suarez2003-05-111-1/+1
* Slight tweaks to the platform list.Jarkko Hietaniemi2003-05-111-7/+10
* Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlopCasey West2003-05-111-8/+32
* perlport.pod nit for doc bug #8253.Rafael Garcia-Suarez2003-05-111-0/+3
* Use test.pl.Jarkko Hietaniemi2003-05-111-1/+6
* Try to handle a $^X with spaces in it.Jarkko Hietaniemi2003-05-111-1/+1
* Separate the creation of the command to run byJarkko Hietaniemi2003-05-111-1/+6
* Fixup the method behaviour table.Jarkko Hietaniemi2003-05-111-9/+12
* Integrate from perlio:Jarkko Hietaniemi2003-05-114-84/+155
|\
| * add test for change#19475,19479 (bugs#21717,22140)Gurusamy Sarathy2003-05-111-3/+14
| * Tests to prove Ticket 9468 is fixed.Nick Ing-Simmons2003-05-111-2/+20
| * Unused variableNick Ing-Simmons2003-05-111-3/+2
| * Better but still unproven fix for lseek() on pipes.Nick Ing-Simmons2003-05-101-15/+22
| * Fix for bugs 21717 and 22140.Nick Ing-Simmons2003-05-102-3/+26
| * Tweaks to Jarkko's NULL deref checks in perlio.cNick Ing-Simmons2003-05-102-79/+147
| |\
| * \ Integrate mainlineNick Ing-Simmons2003-05-1038-604/+2307
| |\ \
| * \ \ Integrate mainlineNick Ing-Simmons2003-05-085-39/+65
| |\ \ \
| * \ \ \ Integrate mainlineNick Ing-Simmons2003-05-06215-2208/+23937
| |\ \ \ \
| * \ \ \ \ Integrate mainline (run/switchd.t fails).Nick Ing-Simmons2003-05-0235-260/+553
| |\ \ \ \ \
| * \ \ \ \ \ Integrate mainline.Nick Ing-Simmons2003-04-27119-2879/+5623
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-04-17269-2615/+5406
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-04-01136-12619/+16745
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-03-22183-10711/+13342
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-03-07167-4938/+7458
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Integrate mainline (Works again)Nick Ing-Simmons2003-02-1618-83/+220
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Integrate mainline (storable is dead)Nick Ing-Simmons2003-02-15122-1526/+12334
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2003-02-021-11/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | fix Embed.t failure on windows: PERL_SYS_TERM() is implementedGurusamy Sarathy2003-05-114-1/+13
* | | | | | | | | | | | | | | Test _getcode().Jarkko Hietaniemi2003-05-111-3/+13
* | | | | | | | | | | | | | | Clarify the doc (and the code) for Unicode code points.Jarkko Hietaniemi2003-05-111-5/+8
* | | | | | | | | | | | | | | Another doc suggestion from terry@eatoni.com (terry jones):Jarkko Hietaniemi2003-05-111-3/+3
* | | | | | | | | | | | | | | Add Encode's META.yml.Jarkko Hietaniemi2003-05-102-0/+10
* | | | | | | | | | | | | | | Upgrade to Encode 1.94.Jarkko Hietaniemi2003-05-108-57/+155
* | | | | | | | | | | | | | | Doc bug noticed by terry@eatoni.com (terry jones).Jarkko Hietaniemi2003-05-101-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Try to plug more potential PerlIO NULL methodJarkko Hietaniemi2003-05-102-17/+72
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | UseNicerNames instead of SHOUTING_LIKE_THIS.Jarkko Hietaniemi2003-05-101-21/+21
* | | | | | | | | | | | | In eof() the errno can get stomped by the peek-ahead.Jarkko Hietaniemi2003-05-102-2/+5
* | | | | | | | | | | | | A regression test for the remaining "Final $ should be..." error.Rafael Garcia-Suarez2003-05-091-1/+4
* | | | | | | | | | | | | Remove the error messages "Final @ should be \@ or @name"Rafael Garcia-Suarez2003-05-092-11/+0
* | | | | | | | | | | | | Have to think this test more when I'm awake.Jarkko Hietaniemi2003-05-091-1/+2
* | | | | | | | | | | | | Document that perl tries to load .pmc files before .pm files.Casey West2003-05-091-0/+9
* | | | | | | | | | | | | Fix for doc bug #8602 : clarify eof() example commentsRafael Garcia-Suarez2003-05-091-3/+2