summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-1/+2
| | | | | | Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec p4raw-id: //depot/perl@3679
* pod fixes (with minor edits) from Abigail, Ronald Kimball, JonGurusamy Sarathy1999-07-1717-148/+186
| | | | | | Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and Steve Lidie p4raw-id: //depot/perl@3676
* integrate cfgperl contentsGurusamy Sarathy1999-07-073-9/+121
|\ | | | | p4raw-id: //depot/perl@3656
| * Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-079-8/+352
| |\ | | | | | | | | | | | | resolved manually. p4raw-id: //depot/cfgperl@3648
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-07-072-9/+24
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3638
| * | | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-063-9/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and utf8. If both utf8 and locale are on, utf8 wins. I don't fully understand why so many tables changed in lib/unicode because of "make" -- maybe it was just overdue. p4raw-id: //depot/cfgperl@3624
| * | | Mention EPOC and SOCKS.Jarkko Hietaniemi1999-07-061-5/+9
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@3620
| * | | Integrate with mainperl.Jarkko Hietaniemi1999-07-045-283/+491
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@3576
| * | | Integrate from mainperl.Jarkko Hietaniemi1999-06-271-0/+2
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@3554
| * \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-06-122-3/+9
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/cfgperl@3538
| * \ \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-06-022-10/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@3520
* | | | | | | applied new parts of suggested patchCharles Bailey1999-07-071-0/+46
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu> Subject: [PATCH 5.005_57] Consolidated VMS patch p4raw-id: //depot/perl@3650
* | | | | | mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntaxGurusamy Sarathy1999-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (from François Désarménien <desar@club-internet.fr>) p4raw-id: //depot/perl@3643
* | | | | | lexical warnings update (warning.t fails one testPaul Marquess1999-07-077-4/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640
* | | | | | Eliminate CONDOPsStephen McCamant1999-07-071-4/+0
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net> p4raw-id: //depot/perl@3637
* | | | | better diagnostics on read operations from write-onlyGurusamy Sarathy1999-07-072-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | filehandles p4raw-id: //depot/perl@3632
* | | | | remove misleading info on defined(&func), unclutter deprecationGurusamy Sarathy1999-07-043-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | about defined(@array) p4raw-id: //depot/perl@3567
* | | | | newer version of perlxstut from Jeff Okamoto (slightly editedGurusamy Sarathy1999-07-041-255/+451
| | | | | | | | | | | | | | | | | | | | | | | | | for win32 issues) p4raw-id: //depot/perl@3565
* | | | | regen perltocGurusamy Sarathy1999-06-281-12/+25
| |_|_|/ |/| | | | | | | p4raw-id: //depot/perl@3562
* | | | somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-0/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | gone from the public API); PERL_OBJECT builds again on windows TODO: namespace-clean the typedefs in iperlsys.h and elsewhere; remove C++ remnants from public headers p4raw-id: //depot/perl@3553
* | | various little tweaks; most globals are now in intrpvar.h, ninterpsGurusamy Sarathy1999-06-111-5/+4
| | | | | | | | | | | | | | | is temporarily gone p4raw-id: //depot/perl@3535
* | | implement C<use caller 'encoding'>Gurusamy Sarathy1999-06-112-3/+10
| |/ |/| | | p4raw-id: //depot/perl@3534
* | remove _() non-ansismGurusamy Sarathy1999-06-022-10/+10
| | | | | | p4raw-id: //depot/perl@3518
* | integrate cfgperl contents into mainlineGurusamy Sarathy1999-06-024-16/+32
|\ \ | |/ | | p4raw-id: //depot/perl@3516
| * PATCH (5.005_57): defined(@a) now deprecatedMark-Jason Dominus1999-05-283-14/+28
| | | | | | | | | | | | To: perl5-porters@perl.com Message-ID: <19990527200544.13330.qmail@plover.com> p4raw-id: //depot/cfgperl@3498
| * Fixes related to working local $.Paul Johnson1999-05-281-2/+4
| | | | | | | | | | | | To: perl5-porters <perl5-porters@perl.org> Message-ID: <19990528151118.A289@west-tip.transeda.com> p4raw-id: //depot/cfgperl@3494
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-2546-4022/+7822
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3478
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-212-153/+228
| |\ | | | | | | p4raw-id: //depot/cfgperl@3443
| * \ Integrate from mainperl.Jarkko Hietaniemi1999-05-171-2/+2
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3434
* | | | up patchlevel &cGurusamy Sarathy1999-05-251-1/+2
| | | | | | | | | | | | p4raw-id: //depot/perl@3476
* | | | perlport 1.43 update from Chris Nandor and Tom ChristiansenGurusamy Sarathy1999-05-251-312/+308
| | | | | | | | | | | | p4raw-id: //depot/perl@3473
* | | | perlref update from Tom ChristiansenGurusamy Sarathy1999-05-251-48/+60
| | | | | | | | | | | | p4raw-id: //depot/perl@3471
* | | | avoid enumerating @INC contents in diagnostic if @INC was neverGurusamy Sarathy1999-05-251-7/+9
| | | | | | | | | | | | | | | | | | | | searched p4raw-id: //depot/perl@3466
* | | | add caveat about close(PIPE) carelessnessGurusamy Sarathy1999-05-251-0/+5
| | | | | | | | | | | | p4raw-id: //depot/perl@3465
* | | | more pod updates from Tom Christiansen; regen perltocGurusamy Sarathy1999-05-247-657/+2167
| | | | | | | | | | | | p4raw-id: //depot/perl@3462
* | | | perlmod notes from Damian Conway (via Tom Christiansen)Gurusamy Sarathy1999-05-241-0/+45
| | | | | | | | | | | | p4raw-id: //depot/perl@3461
* | | | major pod update from Tom ChristiansenGurusamy Sarathy1999-05-2433-2852/+4656
| | | | | | | | | | | | p4raw-id: //depot/perl@3460
* | | | perlfaq update from Tom ChristiansenGurusamy Sarathy1999-05-2410-277/+702
| |_|/ |/| | | | | p4raw-id: //depot/perl@3459
* | | perlport 1.41 update from Chris Nandor <pudge@pobox.com>Gurusamy Sarathy1999-05-201-144/+227
| | | | | | | | | p4raw-id: //depot/perl@3438
* | | various little nitsGurusamy Sarathy1999-05-201-9/+1
| |/ |/| | | p4raw-id: //depot/perl@3436
* | integrate cfgperl changes into mainlineGurusamy Sarathy1999-05-171-0/+5
|\ \ | |/ | | p4raw-id: //depot/perl@3433
| * DOC PATCH (5.005_55): Error message missing from perldiag.podMark-Jason Dominus1999-05-161-0/+5
| | | | | | | | | | | | To: perl5-porters@perl.com Message-ID: <19990515164348.7313.qmail@plover.com> p4raw-id: //depot/cfgperl@3426
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-113-4/+25
| |\ | | | | | | p4raw-id: //depot/cfgperl@3393
| * \ Integrate from mainperl.Jarkko Hietaniemi1999-05-106-25/+318
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3381
| * \ \ Integrate from mainperl.Jarkko Hietaniemi1999-05-087-3/+202
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@3337
| * \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-05-063-10/+60
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/cfgperl@3313
| * \ \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-04-301-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@3297
* | | | | | | emit more appropriate diagnostic for failed glob (variantGurusamy Sarathy1999-05-171-2/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | of patch suggested by Graham Barr) p4raw-id: //depot/perl@3432
* | | | | | update embedvar.hGurusamy Sarathy1999-05-111-1/+1
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@3392
* | | | | | avoid creating spurious subroutine stubs on failed subroutineGurusamy Sarathy1999-05-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | call and other places of sv_2cv() misuse; fixes problems with failed subroutine calls "hiding" later attempts to lookup methods in base classes p4raw-id: //depot/perl@3388