| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | $0 doc tweakage. | Jarkko Hietaniemi | 2003-06-30 | 1 | -5/+9 |
* | Misc Pod Nits. | Rafael Garcia-Suarez | 2003-06-29 | 1 | -2/+2 |
* | The joy of $0. Undoing the #16399 makes Andreas' | Jarkko Hietaniemi | 2003-06-29 | 1 | -7/+8 |
* | More on the macro debugging and expansion. | Jarkko Hietaniemi | 2003-06-29 | 1 | -4/+17 |
* | Using $1 without testing success of the regexp, bad. | Rafael Garcia-Suarez | 2003-06-28 | 1 | -4/+5 |
* | Some clarification about the current semantics of CHECK and | Rafael Garcia-Suarez | 2003-06-28 | 1 | -9/+11 |
* | Two debugging patches. | Dave Mitchell | 2003-06-28 | 1 | -1/+2 |
* | Some warnings about the (im)proper uses of the hash randomisation. | Jarkko Hietaniemi | 2003-06-27 | 1 | -0/+13 |
* | Hash/Util.t and Encode/t/Aliases.t seem to be having | Jarkko Hietaniemi | 2003-06-27 | 1 | -0/+4 |
* | perlhack update, by Steve Grazzini | Rafael Garcia-Suarez | 2003-06-26 | 1 | -0/+6 |
* | Bite the bullet and apply the hash randomisation patch. | Jarkko Hietaniemi | 2003-06-26 | 3 | -17/+108 |
* | [perlport.pod] code point of \cU | SADAHIRO Tomoyuki | 2003-06-23 | 1 | -2/+2 |
* | Re: [perl #17934] tied STDERR and internal warnings | Steve Grazzini | 2003-06-19 | 1 | -3/+10 |
* | A bunch of minor changes to perlguts.pod. | Rafael Garcia-Suarez | 2003-06-18 | 1 | -45/+56 |
* | Some docs for the assertions. | Rafael Garcia-Suarez | 2003-06-17 | 2 | -1/+10 |
* | DOCPATCH Re: $1 remains uncleared for failed matches | Jarkko Hietaniemi | 2003-06-17 | 2 | -1/+9 |
* | unnecessary stringification in eval/die | Steve Grazzini | 2003-06-16 | 1 | -1/+1 |
* | Rename again the warning about $* being no longer supported | Rafael Garcia-Suarez | 2003-06-15 | 1 | -1/+1 |
* | Mention the Unicode::Regex::Set module. | Jarkko Hietaniemi | 2003-06-14 | 1 | -2/+5 |
* | Having to pull in the whole Encode just to get SvUTF8() | Jarkko Hietaniemi | 2003-06-14 | 1 | -3/+2 |
* | Slight tweaks on the length() and chr() entries, | Jarkko Hietaniemi | 2003-06-14 | 1 | -6/+14 |
* | Slight reorg of the binmode() entry. | Jarkko Hietaniemi | 2003-06-14 | 1 | -17/+17 |
* | Remove the deprecated $* variable. | Rafael Garcia-Suarez | 2003-06-13 | 4 | -38/+16 |
* | Add a new warning, "Newline in left-justified string for printf/sprintf" | Robin Barker | 2003-06-12 | 1 | -0/+9 |
* | Further perlio doc tweaks. | Jarkko Hietaniemi | 2003-06-12 | 1 | -12/+19 |
* | Re: nitpick with \(0..2) | Steve Grazzini | 2003-06-09 | 1 | -2/+2 |
* | [patch] L<perlguts/"API LISTING"> is now L<perlapi> | Stas Bekman | 2003-06-06 | 3 | -8/+3 |
* | Clarify that => doesn't quote compound identifiers. | Rafael Garcia-Suarez | 2003-06-06 | 1 | -2/+3 |
* | Salvage parts of #19418 (the ext/PerlIO/t/open.t | Jarkko Hietaniemi | 2003-06-03 | 1 | -1/+4 |
* | Retract #19667, #19660, #19659, #19658, #19657, #19656, | Jarkko Hietaniemi | 2003-06-03 | 1 | -6/+1 |
* | resurrect change#19628 and make it work by generalizing | Gurusamy Sarathy | 2003-06-02 | 1 | -1/+1 |
* | change#19628 broke many win32/system.t tests, so back it out | Gurusamy Sarathy | 2003-06-02 | 1 | -1/+1 |
* | Regenerate internals pods. | Rafael Garcia-Suarez | 2003-05-31 | 2 | -0/+5 |
* | A bit of networking notworking negativity. | Jarkko Hietaniemi | 2003-05-30 | 1 | -0/+14 |
* | jumbo closure fix | Dave Mitchell | 2003-05-29 | 3 | -46/+68 |
* | A *much* cut-down version of the patches in the thread | Jim Cromie | 2003-05-29 | 1 | -0/+10 |
* | typo in pod/perlfunc.pod | Alexey Mahotkin | 2003-05-29 | 1 | -1/+1 |
* | Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP | Jan Dubois | 2003-05-28 | 1 | -1/+1 |
* | For now reword the sysread/syswrite description to | Jarkko Hietaniemi | 2003-05-27 | 1 | -32/+34 |
* | Regen modlib and toc. | Jarkko Hietaniemi | 2003-05-25 | 2 | -73/+209 |
* | New warning "Useless localization of %s", based on | Dave Mitchell | 2003-05-21 | 1 | -0/+6 |
* | perldata.pod revamp rev. 3 | Shlomi Fish | 2003-05-21 | 1 | -10/+48 |
* | Re: Possible precedence problem on bitwise ^ operator | Yitzchak Scott-Thoennes | 2003-05-19 | 1 | -4/+2 |
* | Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn | Michael G. Schwern | 2003-05-18 | 2 | -22/+26 |
* | Clarify the explanation of the warning "Possible precedence problem | Rafael Garcia-Suarez | 2003-05-17 | 1 | -1/+3 |
* | More perldiag.pod sorting | Ronald J. Kimball | 2003-05-13 | 1 | -40/+40 |
* | Re: Bug stomping fun. [PATCH: bug #1016] | Alex Vandiver | 2003-05-12 | 1 | -1/+1 |
* | Small nit in perlsyn about the new // operator | Rafael Garcia-Suarez | 2003-05-12 | 1 | -1/+1 |
* | Open UNIX is not really "formerly Unixware", since the most | Rafael Garcia-Suarez | 2003-05-11 | 1 | -1/+1 |
* | Slight tweaks to the platform list. | Jarkko Hietaniemi | 2003-05-11 | 1 | -7/+10 |