Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 21 | -72/+308 |
* | avoid autoflushing behavior of fork/system/exec on Solaris (thanks | Gurusamy Sarathy | 2000-03-09 | 2 | -6/+26 |
* | abort build on HP-UX if bundled non-ANSI compiler is detected | Gurusamy Sarathy | 2000-03-09 | 1 | -9/+9 |
* | patch from Larry to make -T filetest algorithm recognize utf8 as | Gurusamy Sarathy | 2000-03-09 | 1 | -3/+20 |
* | provide support for deleting actions etc. (from Ronald J Kimball | Gurusamy Sarathy | 2000-03-09 | 2 | -26/+48 |
* | new xsubpp keywords should be in all caps | Gurusamy Sarathy | 2000-03-09 | 1 | -11/+11 |
* | demand-load utf8.pm in swash routines | Gurusamy Sarathy | 2000-03-09 | 2 | -1/+14 |
* | make Dump() call the XSUB implementation transparently (modified | Gurusamy Sarathy | 2000-03-08 | 3 | -31/+20 |
* | do FILE should not see outside lexicals (from Rick Delaney | Gurusamy Sarathy | 2000-03-08 | 3 | -4/+19 |
* | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 8 | -17/+143 |
* | clarify docs on return value from binding operators | Gurusamy Sarathy | 2000-03-08 | 1 | -2/+5 |
* | shore up pod2latex shortcomings, and a Pod::Parser fix (from | Gurusamy Sarathy | 2000-03-08 | 4 | -5/+78 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-08 | 6 | -56/+393 |
|\ | |||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-08 | 27 | -103/+284 |
| |\ | |||||
| * | | Make the stringification more customizable. | Jarkko Hietaniemi | 2000-03-08 | 3 | -55/+247 |
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-06 | 3 | -30/+623 |
| |\ \ | |||||
| * | | | circumvent VMS fileno bug in old DEC C version | Craig A. Berry | 2000-03-06 | 1 | -0/+5 |
| * | | | Use $^O. | Jarkko Hietaniemi | 2000-03-06 | 1 | -1/+1 |
| * | | | Undo drift from the mainline. | Jarkko Hietaniemi | 2000-03-06 | 2 | -13/+15 |
| |\ \ \ | |||||
| * \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-06 | 7 | -48/+72 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-06 | 23 | -148/+338 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-06 | 2 | -10/+26 |
| |\ \ \ \ \ | |||||
| * | | | | | | VOS patch from Paul Green. Note that the vos/config_h.SH_orig | Jarkko Hietaniemi | 2000-03-06 | 3 | -16/+24 |
| * | | | | | | Avoid wiping out @dl_{librefs,modules} when XSLoader | Doug MacEachern | 2000-03-05 | 1 | -2/+2 |
| * | | | | | | sitelib_stem and vendorlib_stem patches from Andy; | Michael G Schwern | 2000-03-05 | 12 | -83/+274 |
| * | | | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-05 | 2 | -358/+705 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-05 | 12 | -12/+413 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | AIX gcvt() cannot format long doubles very well. | Jarkko Hietaniemi | 2000-03-05 | 1 | -0/+1 |
| * | | | | | | | | the monster cpp expression needs to be on one line to | Jarkko Hietaniemi | 2000-03-05 | 1 | -4/+3 |
| * | | | | | | | | IRIX cpp is fussy. | Jarkko Hietaniemi | 2000-03-05 | 1 | -4/+4 |
| * | | | | | | | | clean up the makedepend temp file | Jarkko Hietaniemi | 2000-03-05 | 1 | -1/+1 |
| * | | | | | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-05 | 1 | -4/+9 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-05 | 46 | -335/+375 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | s/Perl/PeRl/; # yeah | Jarkko Hietaniemi | 2000-03-05 | 2 | -2/+2 |
| * | | | | | | | | | | dethinko | Jarkko Hietaniemi | 2000-03-05 | 1 | -6/+0 |
* | | | | | | | | | | | add missing locks for op refcounts | Gurusamy Sarathy | 2000-03-08 | 11 | -21/+34 |
* | | | | | | | | | | | Pod::InputObjects tweak (from Brad Appleton) | Gurusamy Sarathy | 2000-03-08 | 1 | -3/+7 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | VMS build patch (from Peter Prymmer) | Gurusamy Sarathy | 2000-03-07 | 6 | -8/+73 |
* | | | | | | | | | | CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern) | Gurusamy Sarathy | 2000-03-07 | 1 | -0/+9 |
* | | | | | | | | | | type mismatch | Gurusamy Sarathy | 2000-03-07 | 1 | -1/+1 |
* | | | | | | | | | | add note to INSTALL about C++ compilers (from M J T Guy) | Gurusamy Sarathy | 2000-03-07 | 1 | -0/+3 |
* | | | | | | | | | | separate options to incpush() for adding version directories and | Gurusamy Sarathy | 2000-03-07 | 5 | -51/+56 |
* | | | | | | | | | | support :void to enable croaking only in void context (from | Gurusamy Sarathy | 2000-03-07 | 2 | -12/+47 |
* | | | | | | | | | | Pod::Html tweak to avoid false falses | Gurusamy Sarathy | 2000-03-07 | 1 | -3/+6 |
* | | | | | | | | | | skip null siblings encountered by goto out of loopish block | Gurusamy Sarathy | 2000-03-07 | 1 | -4/+6 |
* | | | | | | | | | | omit XSLoader from bytecode dumps | Gurusamy Sarathy | 2000-03-07 | 3 | -3/+3 |
* | | | | | | | | | | avoid coredump on C<printf "%vd"> | Gurusamy Sarathy | 2000-03-07 | 1 | -0/+7 |
* | | | | | | | | | | add missing HTML escapes that can be displayed in xterm (from | Gurusamy Sarathy | 2000-03-07 | 1 | -2/+37 |
* | | | | | | | | | | Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>) | Gurusamy Sarathy | 2000-03-07 | 1 | -4/+3 |
* | | | | | | | | | | get ByteLoader working again | Gurusamy Sarathy | 2000-03-07 | 6 | -15/+33 |