summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* integrate cfgperl changes#6174..6203 into mainline (first of several)Gurusamy Sarathy2000-07-113-10/+10
|\
| * perldiag should refer to perlos2.pod not README.os2Yitzchak Scott-Thoennes2000-06-061-3/+3
| * VMS fixups so we can build with MULTIPLICITYDan Sugalski2000-06-031-5/+5
| * [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.podJohn Borwick2000-06-031-2/+2
| * Integrate with Sarathy.Jarkko Hietaniemi2000-06-019-660/+307
| |\
* | | better diagnostic on Frob->stuff() when Frob:: doesn't existGurusamy Sarathy2000-07-042-0/+16
* | | missing perldiag entry for unpack("w",...) diagnostic (fromGurusamy Sarathy2000-07-041-0/+6
* | | tweak perlembed for multiplicity/usethreads sanity; correct notesGurusamy Sarathy2000-06-301-24/+9
| |/ |/|
* | replace pod2latex with the one in Pod-LaTeX v0.52 from CPANGurusamy Sarathy2000-06-011-645/+283
* | further qualify references to "alphanumeric" (from Wolfgang LaunGurusamy Sarathy2000-06-016-10/+15
* | remove incorrect documentation about implicit split to @_ inGurusamy Sarathy2000-06-012-5/+9
* | integrate cfgperl contents into mainlineGurusamy Sarathy2000-05-316-291/+1460
|\ \ | |/
| * Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,Jarkko Hietaniemi2000-05-296-238/+1287
| * Integrate with Sarathy.Jarkko Hietaniemi2000-05-292-68/+79
| |\ | |/ |/|
| * Integrate with Sarathy.Jarkko Hietaniemi2000-05-2813-33/+262
| |\
| * \ Integrate with Sarathy.Jarkko Hietaniemi2000-05-111-5/+5
| |\ \
| * | | Regen perltoc with the fixed buildtoc.Jarkko Hietaniemi2000-05-071-21/+19
| * | | Integrate with Sarathy.Jarkko Hietaniemi2000-05-071-1/+2
| |\ \ \
| * | | | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-071-71/+193
| * | | | Integrate with Sarathy.Jarkko Hietaniemi2000-05-073-6/+16
| |\ \ \ \
| * \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-05-051-5/+7
| |\ \ \ \ \
| * \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-05-021-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-05-022-45/+60
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Integrate with Sarathy; unfortunately Sarathy's whitespaceJarkko Hietaniemi2000-05-012-4/+8
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-04-301-5/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-04-281-4/+4
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-04-283-4/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-04-285-4/+2840
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-04-2715-1050/+1119
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)Gurusamy Sarathy2000-05-281-67/+78
* | | | | | | | | | | | | | | MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | add note about the handling of negative indices to tied arraysGurusamy Sarathy2000-05-281-0/+6
* | | | | | | | | | | | | | random pod typos (from Peter Scott <Peter@PSDT.com>)Gurusamy Sarathy2000-05-281-2/+2
* | | | | | | | | | | | | | fix places that mean C<"word" character> but say C<alphanumericGurusamy Sarathy2000-05-283-5/+5
* | | | | | | | | | | | | | new perlxstut example for passing/returning refs to arraysGurusamy Sarathy2000-05-281-6/+141
* | | | | | | | | | | | | | change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-282-8/+27
* | | | | | | | | | | | | | clarify gotcha with #line directives (from Rocco CaputoGurusamy Sarathy2000-05-282-0/+10
* | | | | | | | | | | | | | downgrade fatal error on C<"foo@nosucharray.com"> to optional warningGurusamy Sarathy2000-05-283-12/+71
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-5/+5
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | buildtoc tweak to fix newline lossageGurusamy Sarathy2000-05-071-1/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | note about undocumented caller() return value (from M.J.T. Guy);Gurusamy Sarathy2000-05-071-1/+2
* | | | | | | | | | | avoid warnings in diagnostics.pm; pod tweaks (from Peter PrymmerGurusamy Sarathy2000-05-072-5/+14
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | note about values()Gurusamy Sarathy2000-05-051-5/+7
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | add note about how $( doesn't interpolate in REs (fromGurusamy Sarathy2000-05-021-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)Gurusamy Sarathy2000-05-021-39/+60
* | | | | | | | remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)Gurusamy Sarathy2000-05-021-6/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | small nits in diagnostics.pm (from Robin Barker)Gurusamy Sarathy2000-05-011-4/+4
* | | | | | | introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliasesGurusamy Sarathy2000-05-011-0/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | remove Win2K issue in pod (fixed by change#6020)Gurusamy Sarathy2000-04-291-5/+0
| |_|_|_|/ |/| | | |
* | | | | tweak change#5945 to display correct switch name in diagnosticGurusamy Sarathy2000-04-281-4/+4
| |_|_|/ |/| | |