Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention /usr/share/locale. | Jarkko Hietaniemi | 1999-01-19 | 1 | -0/+2 |
* | Document the GNU LANGUAGE env var. | Jarkko Hietaniemi | 1999-01-19 | 1 | -11/+20 |
* | Integrate from mainperl. | Jarkko Hietaniemi | 1999-01-18 | 6 | -8/+19 |
|\ | |||||
| * | sanity check piped opens (tweaked version of patch suggested | Gurusamy Sarathy | 1999-01-17 | 2 | -0/+10 |
| * | PERL_OBJECTness for change#2595 | Gurusamy Sarathy | 1999-01-17 | 1 | -1/+1 |
| * | documentation in change#2596 is not quite right; fix it | Gurusamy Sarathy | 1999-01-17 | 1 | -5/+4 |
| * | integrate cfgperl changes into mainline, fix conflicts | Gurusamy Sarathy | 1999-01-17 | 31 | -639/+2762 |
| |\ | |/ |/| | |||||
* | | perlopentut.pod | Tom Christiansen | 1999-01-14 | 4 | -1/+867 |
* | | PATCH to perl5.005_54/pod/perldsc.pod (fix typo) | David Dyck | 1999-01-13 | 1 | -1/+1 |
* | | modglobal w/ spelling fixes | Joshua Pritikin | 1999-01-13 | 1 | -0/+9 |
* | | FAQ jumbo patch from tchrist. | Tom Christiansen | 1999-01-08 | 10 | -432/+1581 |
* | | perldelta the Dumpvalue.pm of change #2513. | Jarkko Hietaniemi | 1999-01-02 | 1 | -0/+6 |
* | | Re: [PATCH] perlport.pod 1.38 | Chris Nandor | 1998-12-31 | 1 | -8/+11 |
* | | REV2: Binary number support | Wilson P. Snyder II | 1998-12-31 | 3 | -2/+11 |
* | | bug in pod2man search for perl binary [5.005_5x] | Tim Bunce | 1998-12-31 | 1 | -1/+5 |
* | | Document change #2516. | Jarkko Hietaniemi | 1998-12-29 | 1 | -1/+10 |
* | | Warn on unrecognized alpha escapes. | Ilya Zakharevich | 1998-12-29 | 1 | -0/+11 |
* | | perlxstut.pod fix | Nathan Torkington | 1998-12-28 | 1 | -1/+1 |
* | | PATCH: perlmodlib.pod | Artur Bergman | 1998-12-28 | 2 | -20/+21 |
* | | Typo in documentation of pod2html. | Abigail | 1998-12-28 | 1 | -1/+1 |
* | | perlfaq9 minor error | Alan Harder | 1998-12-28 | 1 | -1/+1 |
* | | More porting notes about filesystems, AmigaOS, and MiNT. | Jarkko Hietaniemi | 1998-12-23 | 1 | -4/+28 |
* | | perlport.pod v1.37 | Chris Nandor | 1998-12-21 | 1 | -33/+55 |
* | | Address some of the issues of: | Tom Christiansen | 1998-12-18 | 1 | -1/+30 |
* | | Some (by far not all) issues of the below message addressed. | Tom Christiansen | 1998-12-17 | 2 | -3/+60 |
* | | Undo #2386 and #2205. | Jarkko Hietaniemi | 1998-12-15 | 1 | -113/+21 |
* | | Document that qw() taints. | Christian Burger | 1998-12-12 | 1 | -0/+4 |
* | | Integrate from mainperl. | Jarkko Hietaniemi | 1998-12-08 | 4 | -15/+16 |
|\ \ | |||||
* | | | s/\bthe the\b/the/g *.pod | Jarkko Hietaniemi | 1998-12-03 | 3 | -3/+3 |
* | | | Fix most of the bad L<> links of | Tom Christiansen | 1998-12-02 | 13 | -30/+34 |
| | * | a few doc typos | Gurusamy Sarathy | 1999-01-17 | 2 | -2/+4 |
| |/ | |||||
| * | mention limit on line numbers reported by diagnostics | Gurusamy Sarathy | 1998-12-06 | 1 | -1/+4 |
| * | fix outdated/incorrect info about arbitrary limits | Gurusamy Sarathy | 1998-12-06 | 4 | -15/+13 |
|/ | |||||
* | 5.005_54, as released | Gurusamy Sarathy | 1998-12-01 | 1 | -0/+1 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1998-11-29 | 1 | -2/+5 |
|\ | |||||
| * | Tune the "if" entry. | Jarkko Hietaniemi | 1998-11-29 | 1 | -2/+5 |
* | | Update docs and English.pm for $^C | Nick Ing-Simmons | 1998-11-29 | 1 | -0/+9 |
* | | updated perlreftut.pod | Gurusamy Sarathy | 1998-11-29 | 1 | -49/+68 |
* | | notes about -DPERL_POLLUTE | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+45 |
* | | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 4 | -20/+34 |
* | | backout change#2334 | Gurusamy Sarathy | 1998-11-29 | 1 | -3/+4 |
|/ | |||||
* | Change $#+ | Ilya Zakharevich | 1998-11-28 | 1 | -10/+13 |
* | additional documentation for qr// | Ilya Zakharevich | 1998-11-28 | 3 | -17/+42 |
* | PATCH: document English.pm sawampersand and thread issues | John Tobey | 1998-11-28 | 1 | -0/+21 |
* | s/Array/List/ suggested by John Tobey | Gurusamy Sarathy | 1998-11-28 | 1 | -1/+1 |
* | update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE | Gurusamy Sarathy | 1998-11-28 | 1 | -9/+33 |
* | add perlreftut.pod | Gurusamy Sarathy | 1998-11-28 | 6 | -1/+411 |
* | add (stub) perldelta.pod | Gurusamy Sarathy | 1998-11-28 | 1 | -0/+55 |
* | rename perldelta.pod to perl5005delta.pod in preparation for | Gurusamy Sarathy | 1998-11-28 | 2 | -0/+2 |
* | s/Regexp/re/ and clarify policy on lowercased object namespaces | Gurusamy Sarathy | 1998-11-28 | 1 | -0/+6 |