summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | [perl #8702] Clean up perltrap mis-informationCasey West2003-05-091-1/+14
* | | | | | | | | | | | | Re: [DOC PATCH] [perl #1165] crypt accepts any character as saltCasey West2003-05-091-1/+4
* | | | | | | | | | | | | Try to comprehensively have a plan B if a PerlIOJarkko Hietaniemi2003-05-091-118/+122
* | | | | | | | | | | | | [perl #8703] unescaped @ is fineCasey West2003-05-091-4/+3
* | | | | | | | | | | | | Add the PerlIOBase_noop_* to the public API as suggested by Stas.Jarkko Hietaniemi2003-05-091-0/+2
* | | | | | | | | | | | | Result of change #19458.Jarkko Hietaniemi2003-05-091-16/+16
* | | | | | | | | | | | | Weekend fun: MANIFEST sortingAndreas König2003-05-091-0/+9
* | | | | | | | | | | | | Better skip this test on OpenBSD and BSD/OS since itJarkko Hietaniemi2003-05-091-1/+4
* | | | | | | | | | | | | Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValueYitzchak Scott-Thoennes2003-05-091-0/+10
* | | | | | | | | | | | | Missing files.Jarkko Hietaniemi2003-05-091-0/+5
* | | | | | | | | | | | | Suppress a few compilation warnings in pp_hot.c.Rafael Garcia-Suarez2003-05-081-3/+2
* | | | | | | | | | | | | Remove duplicate entries from perldiagRafael Garcia-Suarez2003-05-081-10/+0
* | | | | | | | | | | | | Re: [perl #17718] %tiedhash in bool context doesn't check if hash is emptyYitzchak Scott-Thoennes2003-05-086-7/+33
* | | | | | | | | | | | | Tiny nit from mjd.Jarkko Hietaniemi2003-05-081-2/+2
* | | | | | | | | | | | | Upgrade to Tie::File 0.95.Jarkko Hietaniemi2003-05-0816-207/+1801
* | | | | | | | | | | | | [perl #22141] patch for Time::HiRes to get rid of -lrt on linuxMarc Lehmann2003-05-083-3/+9
* | | | | | | | | | | | | alphabetize perldiag.podRonald J. Kimball2003-05-081-218/+227
* | | | | | | | | | | | | [perl #22127] get(av|cv|hv|sv) added to Devel::PPPortTassilo von Parseval2003-05-083-2/+29
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | A variant ofAdrian M. Enache2003-05-081-10/+20
* | | | | | | | | | | | Re: [DOC PATCH] & More File::Path issuesCasey West2003-05-071-0/+12
* | | | | | | | | | | | Spelling correction from Nicholas Clark.Jarkko Hietaniemi2003-05-071-1/+1
* | | | | | | | | | | | One more possible extensions permutation.Jarkko Hietaniemi2003-05-071-4/+5
* | | | | | | | | | | | Allow platforms to manipulate their archname by creatingJarkko Hietaniemi2003-05-071-1/+5
* | | | | | | | | | | | More long double logic from Alan Burlison.Jarkko Hietaniemi2003-05-071-24/+23
* | | | | | | | | | | | Worth a try for [perl #17146]Jarkko Hietaniemi2003-05-061-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Document which interfaces are NOT Unicode-aware.Jarkko Hietaniemi2003-05-062-4/+54
* | | | | | | | | | | [perl #8063] perlfilter doesn't mention potential DATA clobberCasey West2003-05-051-0/+14
* | | | | | | | | | | [patch] Re: [perl #21728] regexp SEGVAdrian M. Enache2003-05-057-3/+16
* | | | | | | | | | | Fix doc bug #22067, noticed by Mark KnutsenRafael Garcia-Suarez2003-05-051-1/+1
* | | | | | | | | | | Fix : the svr5 hints file doesn't propagate libswanted withRafael Garcia-Suarez2003-05-051-1/+1
* | | | | | | | | | | Snip away the perlunicode slowness demo since the newJarkko Hietaniemi2003-05-051-51/+8
* | | | | | | | | | | Re: Minor change to strict.pm. Who? How?Jarkko Hietaniemi2003-05-051-3/+5
* | | | | | | | | | | [DOC PATCH] missing ')' in File::Path docsJos I. Boumans2003-05-051-1/+1
* | | | | | | | | | | Simpler $Revision$ based $VERSION. Plus, repentance!Michael G. Schwern2003-05-051-1/+1
* | | | | | | | | | | [perl #3096] undefing hash with object valuesDave Mitchell2003-05-052-5/+25
* | | | | | | | | | | Re: hv.c patch - pathological hashes too easyTye McQueen2003-05-051-2/+2
* | | | | | | | | | | [perl #18341] random nits in perlrequick.podCasey West2003-05-051-9/+21
* | | | | | | | | | | ExtUtils::Install and the don't-really-do-it switchSlaven Rezic2003-05-052-8/+23