summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Be more descriptive.Jarkko Hietaniemi2003-04-101-1/+1
* Noted by Nat: -0 didn't work that well with Unicode.Jarkko Hietaniemi2003-04-102-21/+49
* Add an option for the grok_xxx() to silently ignore bad digits.Jarkko Hietaniemi2003-04-102-3/+4
* The test doesn't work that well when -Uusedl.Jarkko Hietaniemi2003-04-101-1/+5
* A temporary debugging aid for Tru64 threaded builds.Jarkko Hietaniemi2003-04-101-1/+6
* Unless Inuits are involved...Jarkko Hietaniemi2003-04-101-1/+1
* With AFS the cwds have little chance of agreeing.Jarkko Hietaniemi2003-04-101-1/+3
* I assume the idea was to use the *cwd variables for testing.Jarkko Hietaniemi2003-04-101-4/+4
* perlport information about portably embedding string data.Jarkko Hietaniemi2003-04-101-0/+16
* Also locale names can contain illegal UTF-8.Jarkko Hietaniemi2003-04-101-1/+11
* In case someone is using UTF-8 locales.Jarkko Hietaniemi2003-04-101-0/+1
* Even more promotion for -lc128 (long doubles on AIX)H.Merijn Brand2003-04-091-18/+24
* open(my $fh, ">&", STDOUT) should not warn under strict.Jarkko Hietaniemi2003-04-092-1/+25
* Try to be more descriptive than just __ANONIO__ which is whatJarkko Hietaniemi2003-04-092-4/+77
* Implement support for --help and --version in Getopt::StdIlya Zakharevich2003-04-081-4/+99
* Re: Error: Unknown errorAdrian M. Enache2003-04-084-4/+9
* (vaguely connected with) [perl #21875] Hash ref transformed as a listDave Mitchell2003-04-082-1/+2
* Document that perl recognizes 2>&1 on the command-line on VMS.Rafael Garcia-Suarez2003-04-081-2/+6
* Typos fixes by Stas Bekman.Rafael Garcia-Suarez2003-04-083-3/+3
* was RE: How cross-platform is `foo 2>&1` these days?Robin Barker2003-04-081-1/+1
* Few more words about safe/unsafe signals.Jarkko Hietaniemi2003-04-083-2/+6
* The SvGROW() might move the PV.Jarkko Hietaniemi2003-04-071-1/+2
* Re: [PATCH] ExtUtils::MakeMaker 6.10_02Michael G. Schwern2003-04-0730-150/+480
* Time::HiRes: Do not create files in blib directories under coreJarkko Hietaniemi2003-04-071-0/+4
* Future binary compat wishful thinking:Jarkko Hietaniemi2003-04-071-2/+2
* More WinCE tweaking for Vadim Konovalov.Jarkko Hietaniemi2003-04-074-26/+122
* CvFILE for constant subsStephen McCamant2003-04-061-1/+1
* B::Deparse: sv_no != 0Stephen McCamant2003-04-061-1/+1
* An unconditional carp is not nice.Jarkko Hietaniemi2003-04-061-3/+4
* [DOC PATCH] README.solaris and -Dcc=gccRobert Spier2003-04-061-5/+8
* Remove unportable ">|" shell syntaxAdrian M. Enache2003-04-061-1/+2
* PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl ...Joost van Baal2003-04-063-17/+43
* LD_PRELOAD hack, still badly flawed / a solutionAdrian M. Enache2003-04-051-16/+23
* Upgrade to Locale::Maketext 1.04.Jarkko Hietaniemi2003-04-0510-92/+367
* [perl #21839] perluniintro.pod: nice_string() doesn't escapeJarkko Hietaniemi2003-04-051-3/+5
* EmbeddingIlya Zakharevich2003-04-052-5/+30
* Heredocs and use encoding didn't work for SJIS;Jarkko Hietaniemi2003-04-051-2/+6
* The manpages don't have to be built by MakeMaker for theRafael Garcia-Suarez2003-04-053-1/+26
* Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,Rafael Garcia-Suarez2003-04-0512-138/+190
* VMS %ENV fix (follow-up to 18852)Craig A. Berry2003-04-032-28/+53
* Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfuncAndreas König2003-04-031-5/+6
* Don't recurse from threads to threads/shared (sinceJarkko Hietaniemi2003-04-031-0/+8
* Fix missing functions when splitting perlfuncSteve Hay2003-04-024-6/+10
* Make perldiag agree with #19138.Jarkko Hietaniemi2003-04-021-1/+1
* Make at least the thread count make sense.Jarkko Hietaniemi2003-04-021-1/+1
* Adjust test for the recent change (#19136) to Pod::HtmlRafael Garcia-Suarez2003-04-021-7/+7
* Fixes for "installhtml --splithead", based on :Steve Hay2003-04-022-19/+19
* Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $nYitzchak Scott-Thoennes2003-04-022-8/+13
* Fix some small nits, thanks to Rafael.Artur Bergman2003-04-021-3/+3
* Add packname->stash cache before the check if a packname is aArtur Bergman2003-04-028-0/+32