Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tweak Unicode notes, other cleanups | Gurusamy Sarathy | 2000-03-09 | 3 | -98/+65 |
| | | | p4raw-id: //depot/perl@5629 | ||||
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -9/+16 |
| | | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628 | ||||
* | avoid autoflushing behavior of fork/system/exec on Solaris (thanks | Gurusamy Sarathy | 2000-03-09 | 1 | -6/+3 |
| | | | | | to fflush(NULL) bug) p4raw-id: //depot/perl@5627 | ||||
* | provide support for deleting actions etc. (from Ronald J Kimball | Gurusamy Sarathy | 2000-03-09 | 1 | -1/+7 |
| | | | | | <rjk@linguist.dartmouth.edu>) p4raw-id: //depot/perl@5624 | ||||
* | make Dump() call the XSUB implementation transparently (modified | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+3 |
| | | | | | version of patch suggested by David Boyce <dsb@world.std.com>) p4raw-id: //depot/perl@5621 | ||||
* | clarify docs on return value from binding operators | Gurusamy Sarathy | 2000-03-08 | 1 | -2/+5 |
| | | | p4raw-id: //depot/perl@5613 | ||||
* | shore up pod2latex shortcomings, and a Pod::Parser fix (from | Gurusamy Sarathy | 2000-03-08 | 1 | -3/+7 |
| | | | | | Robin Barker) p4raw-id: //depot/perl@5612 | ||||
* | Make the stringification more customizable. | Jarkko Hietaniemi | 2000-03-08 | 1 | -0/+16 |
| | | | | | | A potentially backward incompatible change. Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>. p4raw-id: //depot/cfgperl@5607 | ||||
* | prototype changes for eventually supporting C<binmode(F, ":raw")> | Gurusamy Sarathy | 2000-03-05 | 1 | -1/+3 |
| | | | | | and C<open F, "-|", 'cat', '-v'> p4raw-id: //depot/perl@5554 | ||||
* | add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug | Gurusamy Sarathy | 2000-03-05 | 1 | -1/+18 |
| | | | | | in Pod::InputObjects (from Russ Allbery) p4raw-id: //depot/perl@5549 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-05 | 1 | -2/+2 |
|\ | | | | | p4raw-id: //depot/cfgperl@5530 | ||||
| * | pod tweak | Gurusamy Sarathy | 2000-03-04 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/perl@5523 | ||||
* | | unthink wishful thinking | Jarkko Hietaniemi | 2000-03-04 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/cfgperl@5520 | ||||
* | | detypo | Jarkko Hietaniemi | 2000-03-04 | 1 | -4/+4 |
| | | | | | | p4raw-id: //depot/cfgperl@5517 | ||||
* | | cleanup AVAILABILITY and mention binaries | Jarkko Hietaniemi | 2000-03-04 | 1 | -10/+16 |
|/ | | | p4raw-id: //depot/cfgperl@5516 | ||||
* | adjust perldelta | Gurusamy Sarathy | 2000-03-04 | 2 | -40/+27 |
| | | | p4raw-id: //depot/perl@5501 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-04 | 2 | -49/+118 |
|\ | | | | | p4raw-id: //depot/perl@5500 | ||||
| * | The SysV IPC test must use the native integers | Michael G Schwern | 2000-03-03 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | | | (long or short), also noted this in the msgsnd/semctl documentation. Reported in To: perl5-porters@perl.org Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com> p4raw-id: //depot/cfgperl@5498 | ||||
| * | Update AVAILABILITY. | Jarkko Hietaniemi | 2000-03-03 | 1 | -42/+109 |
| | | | | | | p4raw-id: //depot/cfgperl@5497 | ||||
* | | perldebug tweak (from M J T Guy) | Gurusamy Sarathy | 2000-03-03 | 1 | -5/+6 |
|/ | | | p4raw-id: //depot/perl@5496 | ||||
* | whitespace and readabiliti nits in the pods (from Michael G Schwern | Gurusamy Sarathy | 2000-03-03 | 39 | -331/+330 |
| | | | | | and Robin Barker) p4raw-id: //depot/perl@5493 | ||||
* | perldelta tweaks | Gurusamy Sarathy | 2000-03-03 | 1 | -13/+24 |
| | | | p4raw-id: //depot/perl@5490 | ||||
* | integrate cfgperl and vmsperl contents into mainline | Gurusamy Sarathy | 2000-03-03 | 5 | -6/+30 |
|\ | | | | | p4raw-id: //depot/perl@5486 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-03 | 5 | -9/+28 |
| |\ | |/ |/| | p4raw-id: //depot/cfgperl@5469 | ||||
| * | in words order bad | Jarkko Hietaniemi | 2000-03-03 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@5466 | ||||
* | | /(?p{})/ changed to /(??{})/, per Larry's suggestion (from | Gurusamy Sarathy | 2000-03-03 | 2 | -5/+5 |
| | | | | | | | | | | Simon Cozens <simon@othersideofthe.earth.li>) p4raw-id: //depot/perl@5467 | ||||
* | | perldelta notes about IO::Socket changes (from Graham Barr) | Gurusamy Sarathy | 2000-03-03 | 1 | -0/+9 |
| | | | | | | p4raw-id: //depot/perl@5464 | ||||
* | | pod tweaks | Gurusamy Sarathy | 2000-03-03 | 2 | -4/+14 |
|/ | | | p4raw-id: //depot/perl@5459 | ||||
* | move doc about v-strings from perlop to perldata (suggested by | Gurusamy Sarathy | 2000-03-02 | 3 | -17/+13 |
| | | | | | David Dyck <dcd@tc.fluke.com>) p4raw-id: //depot/perl@5452 | ||||
* | add support for Env arrays (from Gregor N. Purdy | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+13 |
| | | | | | <gregor@focusresearch.com>) p4raw-id: //depot/perl@5405 | ||||
* | mention "r" debugger command (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+4 |
| | | | p4raw-id: //depot/perl@5400 | ||||
* | Windows miscellany | Gurusamy Sarathy | 2000-03-01 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@5388 | ||||
* | mention ftp/rsync access to repository in perlhack | Gurusamy Sarathy | 2000-03-01 | 2 | -2/+20 |
| | | | p4raw-id: //depot/perl@5387 | ||||
* | support kill(0,$pid) on Windows to test if process exists | Gurusamy Sarathy | 2000-03-01 | 2 | -2/+6 |
| | | | p4raw-id: //depot/perl@5386 | ||||
* | add perlnumber.pod (from Ilya Zakharevich); substantially edited | Gurusamy Sarathy | 2000-03-01 | 6 | -7/+224 |
| | | | | | prose p4raw-id: //depot/perl@5380 | ||||
* | fix Pod::Html to recognize C<< > >> etc., and convert some pods | Gurusamy Sarathy | 2000-02-29 | 2 | -70/+70 |
| | | | | | to the more readable form (from Robin Barker) p4raw-id: //depot/perl@5373 | ||||
* | fix pods to reflect newer canonical names for call_sv() etc. | Gurusamy Sarathy | 2000-02-29 | 5 | -148/+148 |
| | | | p4raw-id: //depot/perl@5371 | ||||
* | add OO tutorial for beginners (from Randal L. Schwartz | Gurusamy Sarathy | 2000-02-29 | 6 | -203/+1288 |
| | | | | | <merlyn@stonehenge.com>) p4raw-id: //depot/perl@5347 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-29 | 2 | -12/+26 |
|\ | | | | | p4raw-id: //depot/perl@5345 | ||||
| * | Bigger warning on the changed behaviour of the unary ~. | Jarkko Hietaniemi | 2000-02-29 | 1 | -0/+12 |
| | | | | | | p4raw-id: //depot/cfgperl@5339 | ||||
| * | Lift the 32-bit straightjacket from bit ops; | Jarkko Hietaniemi | 2000-02-28 | 2 | -12/+14 |
| | | | | | | | | | | prefer IV/UV over NV in sv_2pv(). p4raw-id: //depot/cfgperl@5329 | ||||
* | | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -5/+6 |
|/ | | | p4raw-id: //depot/perl@5342 | ||||
* | fix outdated URLs (from Michael G Schwern) | Gurusamy Sarathy | 2000-02-28 | 14 | -67/+72 |
| | | | p4raw-id: //depot/perl@5319 | ||||
* | support fields::new() and fields::phash() to create pseudo-hash | Gurusamy Sarathy | 2000-02-27 | 3 | -24/+37 |
| | | | | | | | | objects and plain pseudo-hashes respectively (this avoids users from having to diddle %FIELDS directly); update documentation to suit (from original fields::phash() implementation by Peter Scott <Peter@PSDT.com>) p4raw-id: //depot/perl@5293 | ||||
* | remove outdated info about csh and glob(); glob() need not fail | Gurusamy Sarathy | 2000-02-27 | 6 | -73/+17 |
| | | | | | when tainting anymore if using internal globbing p4raw-id: //depot/perl@5286 | ||||
* | rework binmode() entry in perlfunc (from Martien Verbruggen | Gurusamy Sarathy | 2000-02-26 | 1 | -36/+43 |
| | | | | | <mgjv@comdyn.com.au>) p4raw-id: //depot/perl@5274 | ||||
* | Rename use64bits to use64bitint; | Jarkko Hietaniemi | 2000-02-26 | 2 | -12/+19 |
| | | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261 | ||||
* | Megalopatch for Configure: Andy's new installation schemes; | Jarkko Hietaniemi | 2000-02-25 | 1 | -6/+30 |
| | | | | | | introduce usefull64bits, beautify and regularize the various type probes; introduce d_lseekproto. p4raw-id: //depot/cfgperl@5253 | ||||
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-02-24 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5234 | ||||
* | per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and | Gurusamy Sarathy | 2000-02-23 | 3 | -10/+34 |
| | | | | | C<use 5.6.0> work as well; underscores are now permitted in v-strings p4raw-id: //depot/perl@5220 |