summaryrefslogtreecommitdiff
path: root/pod
Commit message (Collapse)AuthorAgeFilesLines
* mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)Gurusamy Sarathy1999-02-151-0/+3
| | | p4raw-id: //depot/perl@2927
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-02-151-8/+22
|\ | | | | p4raw-id: //depot/perl@2925
| * Integrate from mainperl.Jarkko Hietaniemi1999-02-136-4/+954
| |\ | | | | | | p4raw-id: //depot/cfgperl@2907
| * \ Integrate from mainperl.Jarkko Hietaniemi1999-02-124-5/+15
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@2886
| * | | perlport.pod 1.39Chris Nandor1999-02-111-8/+22
| | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]> p4raw-id: //depot/cfgperl@2877
| * | | Integrate from mainperl.Jarkko Hietaniemi1999-02-111-0/+28
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@2861
| * \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-02-094-31/+103
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/cfgperl@2847
| * \ \ \ \ Integrate from mainperl.Jarkko Hietaniemi1999-02-083-5/+37
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@2842
* | | | | | | add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-67/+60
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@2924
* | | | | | | tweak READ() docs to mention $buffer must be altered by referenceGurusamy Sarathy1999-02-151-4/+7
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@2920
* | | | | | | applied suggested patch, with several language/readability tweaksIlya Zakharevich1999-02-141-36/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu> Subject: Re: [PATCH 5.005_*] Better parsing docs p4raw-id: //depot/perl@2919
* | | | | | | several bug fixes; now croak()s when date exceeds integer limits (insteadPeter Chines1999-02-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of silently returning bogus values) Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov> Subject: Time::Local p4raw-id: //depot/perl@2918
* | | | | | | tweak select() testGurusamy Sarathy1999-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@2915
* | | | | | | allow C<select('foo')> to autovivify *foo (SelectSaver expects that)Gurusamy Sarathy1999-02-141-5/+0
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@2914
* | | | | | | Re: SvOPV() or SvPV_nolen() or ...Kenneth Albanowski1999-02-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com> p4raw-id: //depot/perl@2913
* | | | | | | provide SvPV_nolen(sv) to avoid use of PL_naJan Dubois1999-02-141-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <36bb7ada.68485547@smtp1.ibm.net> Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch p4raw-id: //depot/perl@2912
* | | | | | | elide stray effluviumGurusamy Sarathy1999-02-141-17/+0
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@2911
* | | | | | | slurping an empty file should return '' rather than undef, withGurusamy Sarathy1999-02-144-10/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commensurate effects on ARGV processing p4raw-id: //depot/perl@2910
* | | | | | | "goto must have label" message for C<goto ''>Jan Dubois1999-02-131-0/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Message-Id: <36c9629c.13334874@smtp1.ibm.net> p4raw-id: //depot/perl@2908
* | | | | | script to generate ctags from etagsColin Kuskie1999-02-121-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com> Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make p4raw-id: //depot/perl@2902
* | | | | | tweak PERL_STRICT_CR notesGurusamy Sarathy1999-02-121-1/+1
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@2889
* | | | | | add perltodo.podGurusamy Sarathy1999-02-124-1/+944
| |_|_|_|/ |/| | | | | | | | | p4raw-id: //depot/perl@2887
* | | | | note how to find REG_INFTY limitGurusamy Sarathy1999-02-121-1/+5
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@2885
* | | | | PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)Gurusamy Sarathy1999-02-121-1/+2
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@2880
* | | | | fix ops that are not filehandle constructors to not create GV if itGurusamy Sarathy1999-02-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doesn't already exist (avoids leaks); extend semantics of defined() so that defined(*{$foo}) works (experimental) p4raw-id: //depot/perl@2879
* | | | | av_extend() doc tweak from Jan DuboisGurusamy Sarathy1999-02-111-3/+3
| |_|_|/ |/| | | | | | | p4raw-id: //depot/perl@2867
* | | | update ChangesGurusamy Sarathy1999-02-111-15/+0
| | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@2859 p4raw-integrated: from //depot/maint-5.005/perl@2856 'copy in' pod/perldelta.pod (@2857..)
* | | | integrate perldelta changes from maint-5.005Gurusamy Sarathy1999-02-111-7/+42
| |_|/ |/| | | | | | | | | | | p4raw-id: //depot/perl@2856 p4raw-integrated: from //depot/maint-5.005/perl@2855 'merge in' pod/perldelta.pod (@2734..)
* | | a modified version of suggested patch for pack template 'Z'; added docsValeriy E. Ushakov1999-02-092-26/+70
| | | | | | | | | | | | | | | | | | Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru> Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings p4raw-id: //depot/perl@2846
* | | clarify docs for change#2835Gurusamy Sarathy1999-02-092-3/+18
| | | | | | | | | | | | | | | p4raw-link: @2835 on //depot/perl: 8127e0e3c3aeffc5d0bcdebd664c0fd7cd5bd9fe p4raw-id: //depot/perl@2845
* | | addendum to change#2823Stephen McCamant1999-02-081-2/+15
| |/ |/| | | | | | | | | | | | | Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu> Subject: [PATCH] Docs and tests for method-call syntax p4raw-link: @2823 on //depot/perl: b1524f1739a84392b9443982741b38ce39195b6c p4raw-id: //depot/perl@2844
* | make qw() into a true list at compile time (slightly modifiedGurusamy Sarathy1999-02-082-4/+9
| | | | | | | | | | variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>) p4raw-id: //depot/perl@2835
* | make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to letGurusamy Sarathy1999-02-082-1/+28
| | | | | | | | | | them ask for insanity (untested) p4raw-id: //depot/perl@2832
* | integrate cfgperl changes into mainlineGurusamy Sarathy1999-02-089-12/+1126
|\ \ | |/ | | p4raw-id: //depot/perl@2830
| * Integrate from mainperl.Jarkko Hietaniemi1999-02-073-4/+48
| |\ | |/ |/| p4raw-id: //depot/cfgperl@2825
| * 5.005_54 (DOC) fix minor typosJohn Bley1999-02-021-2/+2
| | | | | | | | | | | | To: perlbug@perl.org Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu> p4raw-id: //depot/cfgperl@2801
| * perlhist update from maint-5.005.Jarkko Hietaniemi1999-02-021-2/+10
| | | | | | p4raw-id: //depot/cfgperl@2795
| * Re: DOC PATCH (5.005_54 perlsub.pod)Mark-Jason Dominus1999-02-021-1/+2
| | | | | | | | | | Message-ID: <19990116222206.3674.qmail@plover.com> p4raw-id: //depot/cfgperl@2785
| * perldelta updates.Jarkko Hietaniemi1999-02-021-1/+30
| | | | | | p4raw-id: //depot/cfgperl@2783
| * Integrate from mainperl.Jarkko Hietaniemi1999-02-022-7/+36
| |\ | | | | | | p4raw-id: //depot/cfgperl@2779
| * | Add perlthrtut, update pod/* machinery.Jarkko Hietaniemi1999-02-024-0/+1076
| | | | | | | | | | | | | | | (a pod/Makefile.SH is sorely needed) p4raw-id: //depot/cfgperl@2774
| * | Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in ↵M. J. T. Guy1999-02-021-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | perlguts To: perl5-porters@perl.org Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk> p4raw-id: //depot/cfgperl@2773
* | | tweak doc on bitwise opsGurusamy Sarathy1999-02-071-3/+7
| | | | | | | | | p4raw-id: //depot/perl@2824
* | | properly prototype check parenthesized unary ops (e.g. defined(&a,&b))Gurusamy Sarathy1999-02-073-1/+41
| |/ |/| | | p4raw-id: //depot/perl@2817
* | sample checksum code in "perlfunc" man page is wrongJonathan I. Kamens1999-02-011-2/+2
| | | | | | | | | | Message-Id: <199812032010.PAA09692@jik.shore.net> p4raw-id: //depot/perl@2748
* | integrate cfgperl changes into mainlineGurusamy Sarathy1999-02-011-0/+7
|\ \ | |/ | | p4raw-id: //depot/perl@2745
| * Document Configure -Uinstallusrbinperl.Jarkko Hietaniemi1999-01-241-0/+7
| | | | | | p4raw-id: //depot/cfgperl@2704
* | update ChangesGurusamy Sarathy1999-02-011-5/+27
| | | | | | p4raw-id: //depot/perl@2742
* | integrate cfgperl changes into mainlineGurusamy Sarathy1999-01-242-11/+37
|\ \ | |/ | | p4raw-id: //depot/perl@2695
| * Better (I hope) LANGUAGE documentation.Jarkko Hietaniemi1999-01-221-3/+8
| | | | | | p4raw-id: //depot/cfgperl@2681