summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* With AFS the cwds have little chance of agreeing.Jarkko Hietaniemi2003-04-101-1/+3
| | | p4raw-id: //depot/perl@19180
* I assume the idea was to use the *cwd variables for testing.Jarkko Hietaniemi2003-04-101-4/+4
| | | p4raw-id: //depot/perl@19179
* perlport information about portably embedding string data.Jarkko Hietaniemi2003-04-101-0/+16
| | | p4raw-id: //depot/perl@19177
* Also locale names can contain illegal UTF-8.Jarkko Hietaniemi2003-04-101-1/+11
| | | p4raw-id: //depot/perl@19176
* In case someone is using UTF-8 locales.Jarkko Hietaniemi2003-04-101-0/+1
| | | p4raw-id: //depot/perl@19175
* Even more promotion for -lc128 (long doubles on AIX)H.Merijn Brand2003-04-091-18/+24
| | | | | | | | | More obvious detection of C compiler cc_type should not promote to config.sh From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@19174
* open(my $fh, ">&", STDOUT) should not warn under strict.Jarkko Hietaniemi2003-04-092-1/+25
| | | p4raw-id: //depot/perl@19173
* Try to be more descriptive than just __ANONIO__ which is whatJarkko Hietaniemi2003-04-092-4/+77
| | | | | you get when you autovivify filehandles into array/hash elements. p4raw-id: //depot/perl@19172
* Implement support for --help and --version in Getopt::StdIlya Zakharevich2003-04-081-4/+99
| | | | | | Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std Message-ID: <20030408000714.GA953@math.berkeley.edu> p4raw-id: //depot/perl@19171
* Re: Error: Unknown errorAdrian M. Enache2003-04-084-4/+9
| | | | | Message-ID: <20030408041213.GA13553@ratsnest.hole> p4raw-id: //depot/perl@19170
* (vaguely connected with) [perl #21875] Hash ref transformed as a listDave Mitchell2003-04-082-1/+2
| | | | | | | | Message-ID: <20030407204317.GA8796@fdgroup.com> The new XTERMORDORDOR lexer expectation must also be named in debugging perls, to be used in the output of -DT. p4raw-id: //depot/perl@19169
* Document that perl recognizes 2>&1 on the command-line on VMS.Rafael Garcia-Suarez2003-04-081-2/+6
| | | p4raw-id: //depot/perl@19168
* Typos fixes by Stas Bekman.Rafael Garcia-Suarez2003-04-083-3/+3
| | | p4raw-id: //depot/perl@19167
* was RE: How cross-platform is `foo 2>&1` these days?Robin Barker2003-04-081-1/+1
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk> p4raw-id: //depot/perl@19166
* Few more words about safe/unsafe signals.Jarkko Hietaniemi2003-04-083-2/+6
| | | p4raw-id: //depot/perl@19164
* The SvGROW() might move the PV.Jarkko Hietaniemi2003-04-071-1/+2
| | | p4raw-id: //depot/perl@19163
* Re: [PATCH] ExtUtils::MakeMaker 6.10_02Michael G. Schwern2003-04-0730-150/+480
| | | | | Message-ID: <20030407090917.GA9221@windhund.schwern.org> p4raw-id: //depot/perl@19162
* Time::HiRes: Do not create files in blib directories under coreJarkko Hietaniemi2003-04-071-0/+4
| | | | | (from Rafael) p4raw-id: //depot/perl@19160
* Future binary compat wishful thinking:Jarkko Hietaniemi2003-04-071-2/+2
| | | | | maint will use the stashcache, but not the dbassertion. p4raw-id: //depot/perl@19159
* More WinCE tweaking for Vadim Konovalov.Jarkko Hietaniemi2003-04-074-26/+122
| | | p4raw-id: //depot/perl@19158
* CvFILE for constant subsStephen McCamant2003-04-061-1/+1
| | | | | Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU> p4raw-id: //depot/perl@19157
* B::Deparse: sv_no != 0Stephen McCamant2003-04-061-1/+1
| | | | | Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU> p4raw-id: //depot/perl@19156
* An unconditional carp is not nice.Jarkko Hietaniemi2003-04-061-3/+4
| | | p4raw-id: //depot/perl@19154
* [DOC PATCH] README.solaris and -Dcc=gccRobert Spier2003-04-061-5/+8
| | | | | Message-ID: <m37ka88b0r.wl_rspier@pobox.com> p4raw-id: //depot/perl@19153
* Remove unportable ">|" shell syntaxAdrian M. Enache2003-04-061-1/+2
| | | | | | Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution Message-ID: <20030406181326.GA873@ratsnest.hole> p4raw-id: //depot/perl@19152
* PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl ↵Joost van Baal2003-04-063-17/+43
| | | | | | | | | | 5.8.0) Message-ID: <20021125163537.GC4745@banach.uvt.nl> (The .pm patch modified a bit, and removed the false claim that _PATH_INFO would be coming from syslog.ph) p4raw-id: //depot/perl@19151
* LD_PRELOAD hack, still badly flawed / a solutionAdrian M. Enache2003-04-051-16/+23
| | | | | | | | | | Message-ID: <20030403125048.GA6107@ratsnest.hole> On linux, when building a shared library, generate a small shell wrapper, "preload", that preloads libperl.so only if it exists. Useful when the 'make' process stops before the link phase. p4raw-id: //depot/perl@19150
* Upgrade to Locale::Maketext 1.04.Jarkko Hietaniemi2003-04-0510-92/+367
| | | p4raw-id: //depot/perl@19149
* [perl #21839] perluniintro.pod: nice_string() doesn't escapeJarkko Hietaniemi2003-04-051-3/+5
| | | | | literal escape chars -- use Sadahiro-san's fix(es). p4raw-id: //depot/perl@19148
* EmbeddingIlya Zakharevich2003-04-052-5/+30
| | | | | | | | Message-ID: <20030331203924.GA3602@math.berkeley.edu> Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM to be used in a C program's main function. p4raw-id: //depot/perl@19147
* Heredocs and use encoding didn't work for SJIS;Jarkko Hietaniemi2003-04-051-2/+6
| | | | | patch from Inaba Hiroto. p4raw-id: //depot/perl@19146
* The manpages don't have to be built by MakeMaker for theRafael Garcia-Suarez2003-04-053-1/+26
| | | | | | | | core modules in ext/. Disable this in Devel::PPPort (not up-to-date on CPAN), Unicode::Normalize (the CPAN version uses a different Makefile.PL anyway) and XS::APItest (not CPANized.) p4raw-id: //depot/perl@19145
* Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,Rafael Garcia-Suarez2003-04-0512-138/+190
| | | | | by SADAHIRO Tomoyuki. p4raw-id: //depot/perl@19144
* VMS %ENV fix (follow-up to 18852)Craig A. Berry2003-04-032-28/+53
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1> p4raw-id: //depot/perl@19143
* Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfuncAndreas König2003-04-031-5/+6
| | | | | Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de> p4raw-id: //depot/perl@19142
* Don't recurse from threads to threads/shared (sinceJarkko Hietaniemi2003-04-031-0/+8
| | | | | | threads/shared is built separately, temp solution from Schwern while MM is being fixed.) p4raw-id: //depot/perl@19141
* Fix missing functions when splitting perlfuncSteve Hay2003-04-024-6/+10
| | | | | Message-ID: <3E79AC15.80307@uk.radan.com> p4raw-id: //depot/perl@19140
* Make perldiag agree with #19138.Jarkko Hietaniemi2003-04-021-1/+1
| | | p4raw-id: //depot/perl@19139
* Make at least the thread count make sense.Jarkko Hietaniemi2003-04-021-1/+1
| | | p4raw-id: //depot/perl@19138
* Adjust test for the recent change (#19136) to Pod::HtmlRafael Garcia-Suarez2003-04-021-7/+7
| | | p4raw-id: //depot/perl@19137
* Fixes for "installhtml --splithead", based on :Steve Hay2003-04-022-19/+19
| | | | | | | | | | | Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts Message-ID: <3E8ABC85.5060807@uk.radan.com> This also includes a small patch to Pod::Html : when generating anchor names, play on the safe side and turn every non-alphanumeric character into an '_'. Moreover, Pod::Html::anchorify() is now optionally exported. p4raw-id: //depot/perl@19136
* Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $nYitzchak Scott-Thoennes2003-04-022-8/+13
| | | | | Message-ID: <u+ii+gzkgqkV092yn@efn.org> p4raw-id: //depot/perl@19135
* Fix some small nits, thanks to Rafael.Artur Bergman2003-04-021-3/+3
| | | p4raw-id: //depot/perl@19134
* Add packname->stash cache before the check if a packname is aArtur Bergman2003-04-028-0/+32
| | | | | | | | | filehandle or a package, it works because only packnames that have been resolved to stashes are added to the cache, and when a newIO is created we clean the cache. Results in roughly 1.8 speed increase for class->method() calls. p4raw-id: //depot/perl@19133
* #19122 should have been tested on non-glibc system (like AIX)H.Merijn Brand2003-04-021-1/+1
| | | p4raw-id: //depot/perl@19132
* Spread IlyaZ's PERL_CORE detection trick.Jarkko Hietaniemi2003-04-021-1/+1
| | | p4raw-id: //depot/perl@19131
* Cannot portably compare files if one of them is still openJarkko Hietaniemi2003-04-021-1/+1
| | | | | (from Craig Berry). p4raw-id: //depot/perl@19130
* MM_VMS tweak from Craig Berry:Jarkko Hietaniemi2003-04-021-1/+1
| | | | | http://nntp.x.perl.org/group/perl.makemaker/1002 p4raw-id: //depot/perl@19129
* Fix installhtml for splitting and PM/POD conflictsSteve Hay2003-04-011-18/+17
| | | | | | Message-ID: <3E79B547.6030201@uk.radan.com> (with a few minor tweaks) p4raw-id: //depot/perl@19128
* Re: [perl #21744] Deparse bug: "\::" deparsed as "::"Adrian M. Enache2003-04-011-2/+2
| | | | | Message-ID: <20030329174541.GA8138@ratsnest.hole> p4raw-id: //depot/perl@19127