Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 5 | -1/+231 |
| | | | p4raw-id: //depot/perl@4602 | ||||
* | Document known limitations of fdopen() on some systems, | Chip Salzenberg | 1999-11-19 | 1 | -2/+13 |
| | | | | | as they apply to open() and sysopen(). p4raw-id: //depot/perl@4600 | ||||
* | Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com> | Gurusamy Sarathy | 1999-11-16 | 1 | -9/+40 |
| | | | p4raw-id: //depot/perl@4590 | ||||
* | [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText | Michael G. Schwern | 1999-11-13 | 1 | -1/+3 |
| | | | | | | | To: perl5-porters@perl.org, pod-people@perl.org Cc: tchrist@mox.perl.com, gnat@frii.com Message-ID: <19991110172146.A23527@athens.aocn.com> p4raw-id: //depot/cfgperl@4569 | ||||
* | Four special class subs, not three. | Jarkko Hietaniemi | 1999-11-07 | 1 | -3/+3 |
| | | | p4raw-id: //depot/cfgperl@4534 | ||||
* | Update CPAN sites list. | Jarkko Hietaniemi | 1999-11-06 | 1 | -56/+77 |
| | | | p4raw-id: //depot/cfgperl@4523 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-04 | 7 | -29/+51 |
|\ | | | | | p4raw-id: //depot/cfgperl@4520 | ||||
| * | implement STOP blocks and fix compiler to use them (minimally | Gurusamy Sarathy | 1999-11-04 | 7 | -29/+51 |
| | | | | | | | | | | tested) p4raw-id: //depot/perl@4515 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-04 | 1 | -7/+8 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4513 | ||||
| * | enable better Win32::DomainName() by demand loading netapi32.dll | Gurusamy Sarathy | 1999-11-01 | 1 | -7/+8 |
| | | | | | | | | | | (from Jan Dubois) p4raw-id: //depot/perl@4504 | ||||
* | | Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent | M. J. T. Guy | 1999-11-02 | 1 | -5/+5 |
|/ | | | | | | To: ben@mucus.advanced.org, perl5-porters@perl.org Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk> p4raw-id: //depot/cfgperl@4509 | ||||
* | Integrate with Sarathy; manual resolve on regcomp.c conflicts | Jarkko Hietaniemi | 1999-10-27 | 5 | -28/+36 |
|\ | | | | | | | | | (Ilya's changes won). p4raw-id: //depot/cfgperl@4468 | ||||
| * | remove inconsistent tainting behavior of sprintf("%e",...) | Gurusamy Sarathy | 1999-10-24 | 2 | -16/+6 |
| | | | | | | | | | | (all bets are off is "C" locale is compromised) p4raw-id: //depot/perl@4449 | ||||
| * | don't allow SIGCHLD to be ignored at startup, or wait*() and | Gurusamy Sarathy | 1999-10-24 | 2 | -10/+28 |
| | | | | | | | | | | $? break p4raw-id: //depot/perl@4440 | ||||
| * | typo, doc tweak | Gurusamy Sarathy | 1999-10-24 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/perl@4438 | ||||
* | | Nosuid checking for statfs() people: from Spider Boardman. | Jarkko Hietaniemi | 1999-10-27 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@4465 | ||||
* | | Revert #4457 for more investigation. | Jarkko Hietaniemi | 1999-10-26 | 1 | -4/+2 |
| | | | | | | p4raw-id: //depot/cfgperl@4460 | ||||
* | | Add getmnt() to nosuid checking. | Jarkko Hietaniemi | 1999-10-26 | 1 | -2/+4 |
| | | | | | | p4raw-id: //depot/cfgperl@4457 | ||||
* | | dos-djgpp update | Laszlo Molnar | 1999-10-25 | 1 | -1/+19 |
| | | | | | | | | | | | | To: Perl 5 Porters <perl5-porters@perl.org> Message-ID: <19991025101130.K459@crater.eth.ericsson.se> p4raw-id: //depot/cfgperl@4454 | ||||
* | | Missing REx engine patch | Ilya Zakharevich | 1999-10-25 | 1 | -0/+4 |
|/ | | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4452 | ||||
* | added intro to source filters from Paul Marquess | Gurusamy Sarathy | 1999-10-18 | 2 | -0/+576 |
| | | | p4raw-id: //depot/perl@4406 | ||||
* | pod updates from Tom Christiansen | Gurusamy Sarathy | 1999-10-18 | 2 | -157/+198 |
| | | | p4raw-id: //depot/perl@4404 | ||||
* | remove FileHandle from list of PodParser dependencies (the | Gurusamy Sarathy | 1999-10-17 | 1 | -1/+1 |
| | | | | | difference is 20 files vs 6 files loaded!) p4raw-id: //depot/perl@4400 | ||||
* | lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>; | Gurusamy Sarathy | 1999-10-15 | 2 | -2/+2 |
| | | | | | | | | avoid tickling it in Pod::Man for now; other nits in Pod::* p4raw-link: @4081 on //depot/perl: cd06dffe59d60ee6a2fdd7c81f8cef42c7026b36 p4raw-id: //depot/perl@4390 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-15 | 2 | -3/+13 |
|\ | | | | | p4raw-id: //depot/perl@4387 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-14 | 1 | -4/+5 |
| |\ | | | | | | | p4raw-id: //depot/cfgperl@4381 | ||||
| * | | Warn inside character classes about unknown backslash escapes | Jarkko Hietaniemi | 1999-10-14 | 2 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | | (that are not caught earlier because of being completely unknown, such as \m), such as \z (because they make do sense inside regexen, but not inside character classes). p4raw-id: //depot/cfgperl@4380 | ||||
* | | | Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>) | Gurusamy Sarathy | 1999-10-15 | 1 | -6/+24 |
| | | | | | | | | | p4raw-id: //depot/perl@4384 | ||||
* | | | include info about Perl Mongers in perlfaq2 (from David H. Adler | Gurusamy Sarathy | 1999-10-15 | 1 | -2/+20 |
| |/ |/| | | | | | | | <dha@panix.com>) p4raw-id: //depot/perl@4383 | ||||
* | | clarify significance of parens for "x" (from M.J.T. Guy | Gurusamy Sarathy | 1999-10-14 | 1 | -4/+5 |
|/ | | | | | <mjtg@cus.cam.ac.uk>) p4raw-id: //depot/perl@4379 | ||||
* | Warn about false ranges like \d-\w (see the change #4355). | Jarkko Hietaniemi | 1999-10-14 | 2 | -5/+23 |
| | | | | | | | The invalid ranges (b-a) warning message also enhanced. p4raw-link: @4355 on //depot/cfgperl: 1209ba901e0b2880eea69ad70613848af5543517 p4raw-id: //depot/cfgperl@4374 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-13 | 1 | -18/+7 |
|\ | | | | | p4raw-id: //depot/cfgperl@4371 | ||||
| * | misc tweaks | Gurusamy Sarathy | 1999-10-13 | 1 | -18/+7 |
| | | | | | | p4raw-id: //depot/perl@4370 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-13 | 3 | -37/+98 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4369 | ||||
| * | pod nits from various perl porters | Gurusamy Sarathy | 1999-10-13 | 3 | -4/+61 |
| | | | | | | p4raw-id: //depot/perl@4368 | ||||
| * | typos and language goofs pointed out by Hugo van der Sanden | Gurusamy Sarathy | 1999-10-13 | 2 | -33/+37 |
| | | | | | | | | | | <hv@crypt.compulink.co.uk> p4raw-id: //depot/perl@4366 | ||||
* | | [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503 | Vlad Harchev | 1999-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain> p4raw-id: //depot/cfgperl@4367 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-13 | 5 | -17/+47 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@4365 | ||||
| * | various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>) | Gurusamy Sarathy | 1999-10-13 | 4 | -12/+21 |
| | | | | | | p4raw-id: //depot/perl@4359 | ||||
| * | perldelta updates | Gurusamy Sarathy | 1999-10-12 | 1 | -5/+11 |
| | | | | | | p4raw-id: //depot/perl@4358 | ||||
| * | update perldelta for change#4356 | Gurusamy Sarathy | 1999-10-12 | 1 | -0/+15 |
| | | | | | | | | | | p4raw-link: @4356 on //depot/perl: 72b166521443a1b89b0fed156fa8334cfab6e61b p4raw-id: //depot/perl@4357 | ||||
* | | Revert the parts of #3926 that outlawed character ranges | Jarkko Hietaniemi | 1999-10-12 | 2 | -4/+7 |
|/ | | | | | | | | | | | that have character classes such as \w as either endpoint. This change re-establishes the old behavior which meant that such ranges weren't really ranges, the "-" was literal. Moreover, this change also fixes the old behavior to be more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't. Now they all do work as described above. The #3926 outlawed all of those. p4raw-id: //depot/cfgperl@4355 | ||||
* | apply parts of LynxOS patches from Alan Johnson | Gurusamy Sarathy | 1999-10-12 | 1 | -4/+16 |
| | | | | | <johnson@alonn.gemse.fr> p4raw-id: //depot/perl@4353 | ||||
* | add vec() example from Chaim Frenkel <chaimf@pobox.com> | Gurusamy Sarathy | 1999-10-11 | 1 | -5/+175 |
| | | | p4raw-id: //depot/perl@4348 | ||||
* | more pack/unpack documentation (from Ilya Zakharevich); changed | Gurusamy Sarathy | 1999-10-11 | 1 | -10/+64 |
| | | | | | | the behavior of 'Z*' and 'Z3' to always pack a trailing null byte; changed documentation to suit; added test p4raw-id: //depot/perl@4346 | ||||
* | writing to perllocal.pod fails if it was never created; | Gurusamy Sarathy | 1999-10-11 | 1 | -1/+1 |
| | | | | | | tweak pseudo-hash example (both suggested by Michael G Schwern <schwern@pobox.com>) p4raw-id: //depot/perl@4345 | ||||
* | slightly edited variant of suggested patch | Ilya Zakharevich | 1999-10-11 | 1 | -0/+106 |
| | | | | | | Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_58] How RExen match? p4raw-id: //depot/perl@4344 | ||||
* | add perlhack.pod from Nathan Torkington <gnat@frii.com> | Gurusamy Sarathy | 1999-10-10 | 4 | -0/+274 |
| | | | p4raw-id: //depot/perl@4340 | ||||
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 2 | -223/+704 |
| | | | | | | compatibility; introduce SAVEDESTRUCTOR_X() that accepts void(*)(pTHX_ void*) p4raw-id: //depot/perl@4339 | ||||
* | add missing new diagnostics to perldelta | Gurusamy Sarathy | 1999-10-10 | 1 | -42/+415 |
| | | | p4raw-id: //depot/perl@4338 |