summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | | | | "weak" references internals, still needs perlguts documentationGurusamy Sarathy1999-05-101-0/+20
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | (somewhat modified version of patch suggested by Tuomas J. Lukka <lukka@fas.harvard.edu>) p4raw-id: //depot/perl@3385
* | | | | Win32 and VC++ 98 doesn't support CASTIJan Dubois1999-05-102-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <373067e9.56194713@smtp1.ibm.net> p4raw-id: //depot/perl@3379
* | | | | Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)Ilya Zakharevich1999-05-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3373
* | | | | Add POLLUTE=1 option to MakeMakerJan Dubois1999-05-101-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <373373fb.59284266@smtp1.ibm.net> p4raw-id: //depot/perl@3366
* | | | | documentation for Win32 builtins (somewhat modified)Jan Dubois1999-05-101-0/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <37006783.1926460@smtp1.ibm.net> Subject: Re: Issues with build 509 p4raw-id: //depot/perl@3363
* | | | | flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-093-16/+16
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | and pipe open() operations, simplifying buffering headaches faced by users; uses fflush(NULL), which may need Configure test p4raw-id: //depot/perl@3352
* | | | mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)Gurusamy Sarathy1999-05-081-0/+5
| | | | | | | | | | | | p4raw-id: //depot/perl@3333
* | | | applied suggested patch, added testsWilliam Mann1999-05-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199904121625.MAA00983@hwsrv1.avici.com> Subject: BigInt.pm extensions for logical operations p4raw-id: //depot/perl@3332
* | | | Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.Nick Ing-Simmons1999-05-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Provide Tie::StdHandle Basic update of docs. p4raw-id: //depot/perl@3330
* | | | From: Dan Sugalski <sugalskd@osshe.edu>Gurusamy Sarathy1999-05-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Mon, 05 Apr 1999 15:38:42 -0700 Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu> Subject: Re: chomp fails with $/ in fixed-length record mode -- From: Roderick Schertler <roderick@argon.org> Date: Tue, 06 Apr 1999 21:11:37 -0400 Message-ID: <2795.923447497@eeyore.ibcinc.com> Subject: Re: chomp fails with $/ in fixed-length record mode p4raw-id: //depot/perl@3319
* | | | DBM Filters (via private mail)Paul Marquess1999-05-075-1/+186
| |_|/ |/| | | | | | | | | | | | | | Message-Id: <199904182009.NAA19152@activestate.com> Subject: DBM Filters p4raw-id: //depot/perl@3317
* | | applied non-conflicting parts of suggested patchCharles Bailey1999-05-051-7/+57
| | | | | | | | | | | | | | | | | | Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu> Subject: [Patch 5.005_56] Revised VMS patch p4raw-id: //depot/perl@3306
* | | make perldoc use backslashed pathnames within system() on win32Gurusamy Sarathy1999-05-052-2/+2
| | | | | | | | | p4raw-id: //depot/perl@3305
* | | pod2man outputs switched date and revision label (fix suggested byGurusamy Sarathy1999-05-041-1/+1
| |/ |/| | | | | | | EthanSasiela@mede.com) p4raw-id: //depot/perl@3301
* | integrate cfgperl changes into mainlineGurusamy Sarathy1999-04-243-233/+359
|\ \ | |/ | | p4raw-id: //depot/perl@3267
| * PATCH wrong faq reference in perlbook.podRobin Barker1999-04-191-1/+1
| | | | | | | | | | | | To: perlbug@perl.com Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk> p4raw-id: //depot/cfgperl@3262
| * PATCH: 5.005_56: perldata.pod (UPDATE)Tom Christiansen1999-04-151-231/+357
| | | | | | | | | | | | To: pumpkings@jhereg.perl.com Message-Id: <199904151313.HAA07682@jhereg.perl.com> p4raw-id: //depot/cfgperl@3260
| * Integrate from mainperl.Jarkko Hietaniemi1999-04-041-4/+6
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3220
* | correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-4/+6
| | | | | | p4raw-id: //depot/perl@3217
| * Integrate from mainperl.Jarkko Hietaniemi1999-03-267-35/+63
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3171