summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* perldelta update, typos and whitespace adjustmentsGurusamy Sarathy2000-03-114-123/+126
| | | p4raw-id: //depot/perl@5640
* update ChangesGurusamy Sarathy2000-03-091-0/+16
| | | p4raw-id: //depot/perl@5632
* track more of the child state on WindowsGurusamy Sarathy2000-03-092-3/+30
| | | p4raw-id: //depot/perl@5631
* UNIVERSAL::isa() and UNIVERSAL::can() fail for magic valuesGurusamy Sarathy2000-03-091-0/+6
| | | p4raw-id: //depot/perl@5630
* tweak Unicode notes, other cleanupsGurusamy Sarathy2000-03-096-100/+178
| | | p4raw-id: //depot/perl@5629
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-0921-72/+308
| | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628
* avoid autoflushing behavior of fork/system/exec on Solaris (thanksGurusamy Sarathy2000-03-092-6/+26
| | | | | to fflush(NULL) bug) p4raw-id: //depot/perl@5627
* abort build on HP-UX if bundled non-ANSI compiler is detectedGurusamy Sarathy2000-03-091-9/+9
| | | | | (from Dominic Dunlop <domo@computer.org>) p4raw-id: //depot/perl@5626
* patch from Larry to make -T filetest algorithm recognize utf8 asGurusamy Sarathy2000-03-091-3/+20
| | | | | "text" p4raw-id: //depot/perl@5625
* provide support for deleting actions etc. (from Ronald J KimballGurusamy Sarathy2000-03-092-26/+48
| | | | | <rjk@linguist.dartmouth.edu>) p4raw-id: //depot/perl@5624
* new xsubpp keywords should be in all capsGurusamy Sarathy2000-03-091-11/+11
| | | p4raw-id: //depot/perl@5623
* demand-load utf8.pm in swash routinesGurusamy Sarathy2000-03-092-1/+14
| | | p4raw-id: //depot/perl@5622
* make Dump() call the XSUB implementation transparently (modifiedGurusamy Sarathy2000-03-083-31/+20
| | | | | version of patch suggested by David Boyce <dsb@world.std.com>) p4raw-id: //depot/perl@5621
* do FILE should not see outside lexicals (from Rick DelaneyGurusamy Sarathy2000-03-083-4/+19
| | | | | <rick@consumercontact.com>) p4raw-id: //depot/perl@5620
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-088-17/+143
| | | | | API function p4raw-id: //depot/perl@5619
* clarify docs on return value from binding operatorsGurusamy Sarathy2000-03-081-2/+5
| | | p4raw-id: //depot/perl@5613
* shore up pod2latex shortcomings, and a Pod::Parser fix (fromGurusamy Sarathy2000-03-084-5/+78
| | | | | Robin Barker) p4raw-id: //depot/perl@5612
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-086-56/+393
|\ | | | | p4raw-id: //depot/perl@5611
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-0827-103/+284
| |\ | | | | | | p4raw-id: //depot/cfgperl@5608
| * | Make the stringification more customizable.Jarkko Hietaniemi2000-03-083-55/+247
| | | | | | | | | | | | | | | | | | A potentially backward incompatible change. Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>. p4raw-id: //depot/cfgperl@5607
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-03-063-30/+623
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@5591
| * | | circumvent VMS fileno bug in old DEC C versionCraig A. Berry2000-03-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To: vmsperl@perl.org, perl5-porters@perl.org Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com> p4raw-id: //depot/cfgperl@5588
| * | | Use $^O.Jarkko Hietaniemi2000-03-061-1/+1
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@5587
| * | | Undo drift from the mainline.Jarkko Hietaniemi2000-03-062-13/+15
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@5586
| * \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-067-48/+72
| |\ \ \ \ | | |/ / / | | | | | p4raw-id: //depot/cfgperl@5584
| * | | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-0623-148/+338
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5578
| * \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-062-10/+26
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5569
| * | | | | | VOS patch from Paul Green. Note that the vos/config_h.SH_origJarkko Hietaniemi2000-03-063-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is not exactly identical to the current config_h.SH because Paul needs better $sitearch control. p4raw-id: //depot/cfgperl@5561
| * | | | | | Avoid wiping out @dl_{librefs,modules} when XSLoaderDoug MacEachern2000-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | falls back to DynaLoader. To: perl5-porters@perl.org Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules} Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@5560
| * | | | | | sitelib_stem and vendorlib_stem patches from Andy;Michael G Schwern2000-03-0512-83/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problem reported in To: perl5-porters@perl.org Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack. Message-Id: <20000305113129.80DC23820@athens.arena-i.com> p4raw-id: //depot/cfgperl@5559
| * | | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-052-358/+705
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5558
| * \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-0512-12/+413
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5555
| * | | | | | | | AIX gcvt() cannot format long doubles very well.Jarkko Hietaniemi2000-03-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5553
| * | | | | | | | the monster cpp expression needs to be on one line toJarkko Hietaniemi2000-03-051-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appease makedepend p4raw-id: //depot/cfgperl@5552
| * | | | | | | | IRIX cpp is fussy.Jarkko Hietaniemi2000-03-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5551
| * | | | | | | | clean up the makedepend temp fileJarkko Hietaniemi2000-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5548
| * | | | | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-051-4/+9
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5547
| * \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-0546-335/+375
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5546
| * | | | | | | | | | s/Perl/PeRl/; # yeahJarkko Hietaniemi2000-03-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5544
| * | | | | | | | | | dethinkoJarkko Hietaniemi2000-03-051-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@5536
* | | | | | | | | | | add missing locks for op refcountsGurusamy Sarathy2000-03-0811-21/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5610
* | | | | | | | | | | Pod::InputObjects tweak (from Brad Appleton)Gurusamy Sarathy2000-03-081-3/+7
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5609
* | | | | | | | | | VMS build patch (from Peter Prymmer)Gurusamy Sarathy2000-03-076-8/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5605
* | | | | | | | | | CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)Gurusamy Sarathy2000-03-071-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5604
* | | | | | | | | | type mismatchGurusamy Sarathy2000-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5603
* | | | | | | | | | add note to INSTALL about C++ compilers (from M J T Guy)Gurusamy Sarathy2000-03-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5602
* | | | | | | | | | separate options to incpush() for adding version directories andGurusamy Sarathy2000-03-075-51/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | architecture directories (from Andy Dougherty) p4raw-id: //depot/perl@5601
* | | | | | | | | | support :void to enable croaking only in void context (fromGurusamy Sarathy2000-03-072-12/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simon Cozens <simon@othersideofthe.earth.li>) p4raw-id: //depot/perl@5600
* | | | | | | | | | Pod::Html tweak to avoid false falsesGurusamy Sarathy2000-03-071-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@5599
* | | | | | | | | | skip null siblings encountered by goto out of loopish blockGurusamy Sarathy2000-03-071-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (from Doug Lankshear) p4raw-id: //depot/perl@5598