summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-0921-72/+308
* avoid autoflushing behavior of fork/system/exec on Solaris (thanksGurusamy Sarathy2000-03-092-6/+26
* abort build on HP-UX if bundled non-ANSI compiler is detectedGurusamy Sarathy2000-03-091-9/+9
* patch from Larry to make -T filetest algorithm recognize utf8 asGurusamy Sarathy2000-03-091-3/+20
* provide support for deleting actions etc. (from Ronald J KimballGurusamy Sarathy2000-03-092-26/+48
* new xsubpp keywords should be in all capsGurusamy Sarathy2000-03-091-11/+11
* demand-load utf8.pm in swash routinesGurusamy Sarathy2000-03-092-1/+14
* make Dump() call the XSUB implementation transparently (modifiedGurusamy Sarathy2000-03-083-31/+20
* do FILE should not see outside lexicals (from Rick DelaneyGurusamy Sarathy2000-03-083-4/+19
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-088-17/+143
* clarify docs on return value from binding operatorsGurusamy Sarathy2000-03-081-2/+5
* shore up pod2latex shortcomings, and a Pod::Parser fix (fromGurusamy Sarathy2000-03-084-5/+78
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-086-56/+393
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-03-0827-103/+284
| |\
| * | Make the stringification more customizable.Jarkko Hietaniemi2000-03-083-55/+247
| * | Integrate with Sarathy.Jarkko Hietaniemi2000-03-063-30/+623
| |\ \
| * | | circumvent VMS fileno bug in old DEC C versionCraig A. Berry2000-03-061-0/+5
| * | | Use $^O.Jarkko Hietaniemi2000-03-061-1/+1
| * | | Undo drift from the mainline.Jarkko Hietaniemi2000-03-062-13/+15
| |\ \ \
| * \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-067-48/+72
| |\ \ \ \ | | |/ / /
| * | | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-0623-148/+338
| |\ \ \ \
| * \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-062-10/+26
| |\ \ \ \ \
| * | | | | | VOS patch from Paul Green. Note that the vos/config_h.SH_origJarkko Hietaniemi2000-03-063-16/+24
| * | | | | | Avoid wiping out @dl_{librefs,modules} when XSLoaderDoug MacEachern2000-03-051-2/+2
| * | | | | | sitelib_stem and vendorlib_stem patches from Andy;Michael G Schwern2000-03-0512-83/+274
| * | | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-052-358/+705
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-0512-12/+413
| |\ \ \ \ \ \ \
| * | | | | | | | AIX gcvt() cannot format long doubles very well.Jarkko Hietaniemi2000-03-051-0/+1
| * | | | | | | | the monster cpp expression needs to be on one line toJarkko Hietaniemi2000-03-051-4/+3
| * | | | | | | | IRIX cpp is fussy.Jarkko Hietaniemi2000-03-051-4/+4
| * | | | | | | | clean up the makedepend temp fileJarkko Hietaniemi2000-03-051-1/+1
| * | | | | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-03-051-4/+9
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-03-0546-335/+375
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | s/Perl/PeRl/; # yeahJarkko Hietaniemi2000-03-052-2/+2
| * | | | | | | | | | dethinkoJarkko Hietaniemi2000-03-051-6/+0
* | | | | | | | | | | add missing locks for op refcountsGurusamy Sarathy2000-03-0811-21/+34
* | | | | | | | | | | Pod::InputObjects tweak (from Brad Appleton)Gurusamy Sarathy2000-03-081-3/+7
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | VMS build patch (from Peter Prymmer)Gurusamy Sarathy2000-03-076-8/+73
* | | | | | | | | | CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)Gurusamy Sarathy2000-03-071-0/+9
* | | | | | | | | | type mismatchGurusamy Sarathy2000-03-071-1/+1
* | | | | | | | | | add note to INSTALL about C++ compilers (from M J T Guy)Gurusamy Sarathy2000-03-071-0/+3
* | | | | | | | | | separate options to incpush() for adding version directories andGurusamy Sarathy2000-03-075-51/+56
* | | | | | | | | | support :void to enable croaking only in void context (fromGurusamy Sarathy2000-03-072-12/+47
* | | | | | | | | | Pod::Html tweak to avoid false falsesGurusamy Sarathy2000-03-071-3/+6
* | | | | | | | | | skip null siblings encountered by goto out of loopish blockGurusamy Sarathy2000-03-071-4/+6
* | | | | | | | | | omit XSLoader from bytecode dumpsGurusamy Sarathy2000-03-073-3/+3
* | | | | | | | | | avoid coredump on C<printf "%vd">Gurusamy Sarathy2000-03-071-0/+7
* | | | | | | | | | add missing HTML escapes that can be displayed in xterm (fromGurusamy Sarathy2000-03-071-2/+37
* | | | | | | | | | Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)Gurusamy Sarathy2000-03-071-4/+3
* | | | | | | | | | get ByteLoader working againGurusamy Sarathy2000-03-076-15/+33