| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention that lexicalizing $a or $b is a bad idea if one | Jarkko Hietaniemi | 2001-06-03 | 1 | -1/+3 |
* | perlvar.pod addition | Jarkko Hietaniemi | 2001-05-30 | 1 | -0/+13 |
* | perlvar.pod -- why isn't @F here? | Jeff Pinyan | 2001-05-30 | 1 | -0/+7 |
* | perlvar nit | Simon Cozens | 2001-03-27 | 1 | -1/+1 |
* | pod/perlvar.pod | Abigail | 2001-01-23 | 1 | -7/+12 |
* | Make the POSIX::setuid and POSIX::setgid to really call setuid() | Garry T. Williams | 2000-11-01 | 1 | -1/+11 |
* | Minor tweak to perlvar.pod | Stephen P. Potter | 2000-08-04 | 1 | -1/+1 |
* | In new BSDs changes to argv[] do not show up in ps(1) output, | Paul Saab | 2000-08-02 | 1 | -0/+5 |
* | introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases | Gurusamy Sarathy | 2000-05-01 | 1 | -0/+4 |
* | various minor tweaks seen on p5p | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+1 |
* | various pod nits (from Larry Virden and others) | Gurusamy Sarathy | 2000-04-24 | 1 | -4/+4 |
* | whitespace and readabiliti nits in the pods (from Michael G Schwern | Gurusamy Sarathy | 2000-03-03 | 1 | -9/+9 |
* | fix outdated URLs (from Michael G Schwern) | Gurusamy Sarathy | 2000-02-28 | 1 | -1/+1 |
* | remove vestiges of older attribute syntax | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+1 |
* | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -12/+12 |
* | revise docs on @+ and @- (from Tom "Camel" Christiansen) | Gurusamy Sarathy | 2000-02-20 | 1 | -10/+37 |
* | set close-on-exec flag on sockets too, like we do for files | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+2 |
* | rename byte:: to bytes:: | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
* | English names for $^R and $^S | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+4 |
* | alias to $^V to $PERL_VERSION_TUPLE | Gurusamy Sarathy | 2000-02-08 | 1 | -0/+2 |
* | change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/; | Gurusamy Sarathy | 2000-02-07 | 1 | -13/+15 |
* | ${^Warnings} renamed to ${^WARNING_BITS} | Gurusamy Sarathy | 2000-02-07 | 1 | -1/+1 |
* | pod fixes (from Abigail and M J T Guy) | Gurusamy Sarathy | 2000-02-07 | 1 | -2/+2 |
* | remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...) | Gurusamy Sarathy | 2000-02-07 | 1 | -30/+8 |
* | patch to provide more informative names for evals and anonymous | Gurusamy Sarathy | 2000-02-04 | 1 | -0/+17 |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -0/+35 |
* | introduce $^V (eq chr($revision) . chr($version) . chr($subversion)); | Gurusamy Sarathy | 2000-01-30 | 1 | -0/+22 |
* | notes about $^H and %^H from Ilya Zakharevich; substantial | Gurusamy Sarathy | 2000-01-21 | 1 | -2/+48 |
* | newer version of constant.pm from Tom Phoenix; added Tom's notes to | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+1 |
* | Rename warning to warnings, from Paul Marquess. | Jarkko Hietaniemi | 1999-08-29 | 1 | -9/+7 |
* | pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon | Gurusamy Sarathy | 1999-07-17 | 1 | -5/+3 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -0/+7 |
* | Fixes related to working local $. | Paul Johnson | 1999-05-28 | 1 | -2/+4 |
* | more pod updates from Tom Christiansen; regen perltoc | Gurusamy Sarathy | 1999-05-24 | 1 | -37/+36 |
* | major pod update from Tom Christiansen | Gurusamy Sarathy | 1999-05-24 | 1 | -297/+324 |
* | todo item: permit extended control variables a la ${^Foo} (patch | Gurusamy Sarathy | 1999-02-28 | 1 | -0/+48 |
* | clarify what a "line" is | Gurusamy Sarathy | 1999-02-15 | 1 | -2/+8 |
* | patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits) | Gurusamy Sarathy | 1999-02-15 | 1 | -3/+3 |
* | slurping an empty file should return '' rather than undef, with | Gurusamy Sarathy | 1999-02-14 | 1 | -2/+2 |
* | Fix most of the bad L<> links of | Tom Christiansen | 1998-12-02 | 1 | -2/+6 |
* | Update docs and English.pm for $^C | Nick Ing-Simmons | 1998-11-29 | 1 | -0/+9 |
* | Change $#+ | Ilya Zakharevich | 1998-11-28 | 1 | -10/+13 |
* | PATCH: document English.pm sawampersand and thread issues | John Tobey | 1998-11-28 | 1 | -0/+21 |
* | set close-on-exec bit on pipe() FDs | Gurusamy Sarathy | 1998-11-08 | 1 | -1/+1 |
* | mention the C<$SIG{CHLD} = 'IGNORE'> special case | Gurusamy Sarathy | 1998-10-30 | 1 | -0/+4 |
* | support match indices via special variables @- and @+ | Ilya Zakharevich | 1998-09-23 | 1 | -0/+24 |
* | check in what change#1182 didn't, and Changes | Gurusamy Sarathy | 1998-06-24 | 1 | -0/+6 |
* | applied patch, with edits to the prose | Ilya Zakharevich | 1998-06-21 | 1 | -0/+59 |
* | documentation update from tchrist | Tom Christiansen | 1998-06-15 | 1 | -13/+13 |
* | Mangled patch, needed hand-tweaks, along with binmode for rs.t: | Hans Mulder | 1998-06-10 | 1 | -0/+21 |