| Commit message (Expand) | Author | Age | Files | Lines |
* | clarify note about shadow password support (from | Gurusamy Sarathy | 2000-04-28 | 1 | -2/+4 |
* | doubled words in pods (from Simon Cozens | Gurusamy Sarathy | 2000-04-27 | 1 | -3/+3 |
* | various pod nits (from Larry Virden and others) | Gurusamy Sarathy | 2000-04-24 | 1 | -9/+9 |
* | pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from | Gurusamy Sarathy | 2000-04-24 | 1 | -2/+2 |
* | add note about symbolic filehandles (from Johan Vromans) | Gurusamy Sarathy | 2000-03-20 | 1 | -1/+4 |
* | Taint msgrcv() messages; general SysV IPC cleanup. | Jarkko Hietaniemi | 2000-03-19 | 1 | -12/+15 |
* | Taint shmread(). | Jarkko Hietaniemi | 2000-03-19 | 1 | -2/+2 |
* | Taint also the passwd field of the getpw*(). | Jarkko Hietaniemi | 2000-03-19 | 1 | -2/+3 |
* | Taint the shell from the getpw*. | Jarkko Hietaniemi | 2000-03-18 | 1 | -20/+26 |
* | tweak sort() notes (from Nathan Torkington) | Gurusamy Sarathy | 2000-03-14 | 1 | -3/+3 |
* | fixes for broken L<> links (from Wolfgang Laun | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+2 |
* | mention autoflush portability caveat | Gurusamy Sarathy | 2000-03-13 | 1 | -4/+23 |
* | better {local,gm}time documentation (from Mark-Jason Dominus) | Gurusamy Sarathy | 2000-03-11 | 1 | -21/+33 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -9/+16 |
* | prototype changes for eventually supporting C<binmode(F, ":raw")> | Gurusamy Sarathy | 2000-03-05 | 1 | -1/+3 |
* | The SysV IPC test must use the native integers | Michael G Schwern | 2000-03-03 | 1 | -7/+9 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-29 | 1 | -40/+40 |
* | support fields::new() and fields::phash() to create pseudo-hash | Gurusamy Sarathy | 2000-02-27 | 1 | -2/+2 |
* | remove outdated info about csh and glob(); glob() need not fail | Gurusamy Sarathy | 2000-02-27 | 1 | -0/+3 |
* | rework binmode() entry in perlfunc (from Martien Verbruggen | Gurusamy Sarathy | 2000-02-26 | 1 | -36/+43 |
* | Rename use64bits to use64bitint; | Jarkko Hietaniemi | 2000-02-26 | 1 | -1/+1 |
* | per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and | Gurusamy Sarathy | 2000-02-23 | 1 | -7/+9 |
* | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -10/+22 |
* | clarify "use Module VERSION LIST" (from Robin Barker) | Gurusamy Sarathy | 2000-02-21 | 1 | -4/+9 |
* | allow optional XSUB parameters without being forced to use a | Gurusamy Sarathy | 2000-02-21 | 1 | -1/+1 |
* | generalize "%v" format into a flag for any integral format type: | Gurusamy Sarathy | 2000-02-21 | 1 | -5/+12 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -4/+4 |
* | default mkdir() mode argument to 0777 | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+3 |
* | remove outdated caveat about C<while ($k = each %foo)> (from | Gurusamy Sarathy | 2000-02-19 | 1 | -3/+1 |
* | document behavior of splice(@ary) (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+5 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-19 | 1 | -9/+77 |
|\ |
|
| * | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK | Jarkko Hietaniemi | 2000-02-16 | 1 | -9/+77 |
* | | grammos (spotted by Tom Christiansen) | Gurusamy Sarathy | 2000-02-19 | 1 | -3/+3 |
* | | set close-on-exec flag on sockets too, like we do for files | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+12 |
|/ |
|
* | incorrect docs about delete() (spotted by Martyn Pearce | Gurusamy Sarathy | 2000-02-15 | 1 | -3/+6 |
* | clarify behavior of vec() when arguments are off the end of the | Gurusamy Sarathy | 2000-02-07 | 1 | -3/+7 |
* | support sprintf("v%v", v1.2.3) (works on any string argument, in | Gurusamy Sarathy | 2000-02-06 | 1 | -0/+4 |
* | remove FUD from perlfunc/use (from M J T Guy) | Gurusamy Sarathy | 2000-02-02 | 1 | -2/+1 |
* | flock() pod talks about "adding" in the sense of "or-ing" | Gurusamy Sarathy | 2000-02-02 | 1 | -3/+3 |
* | remove caller.pm from change#3534 (flawed idea) | Gurusamy Sarathy | 2000-01-31 | 1 | -2/+2 |
* | introduce $^V (eq chr($revision) . chr($version) . chr($subversion)); | Gurusamy Sarathy | 2000-01-30 | 1 | -9/+16 |
* | document what chdir() without an argument does (from Mark-Jason | Gurusamy Sarathy | 2000-01-28 | 1 | -2/+4 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+1 |
* | support for C<exists &func> (from Spider Boardman) | Gurusamy Sarathy | 2000-01-21 | 1 | -1/+17 |
* | nailed "our" declarations, and better warnings on duplicate | Gurusamy Sarathy | 2000-01-14 | 1 | -0/+28 |
* | doc typo | Gurusamy Sarathy | 2000-01-14 | 1 | -1/+1 |
* | clearer docs for change#4796; faster av_exists() | Gurusamy Sarathy | 2000-01-13 | 1 | -5/+8 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 1 | -24/+50 |
* | various nits identified by warnings unmasked by recent changes | Gurusamy Sarathy | 2000-01-05 | 1 | -3/+3 |
* | tests for change#4642 and pod fixups suggested by Ralph Corderoy | Gurusamy Sarathy | 1999-12-28 | 1 | -7/+11 |