| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | spell out how to get 4-digit year (from Micheal G Schwern | Gurusamy Sarathy | 1999-12-16 | 1 | -0/+16 |
* | pod nits | Gurusamy Sarathy | 1999-12-03 | 1 | -50/+48 |
* | various documentation tweaks suggested by M. J. T. Guy | Gurusamy Sarathy | 1999-12-02 | 1 | -2/+2 |
* | allow XSUBs and prototyped subroutines to be used with sort() (tweaked | Gurusamy Sarathy | 1999-12-02 | 1 | -6/+18 |
* | a somewhat tweaked version of suggested patch | Ilya Zakharevich | 1999-12-02 | 1 | -10/+54 |
* | more accurate require() pseudocode (from James P. Williams | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+2 |
* | better documentation for goto &NAME (from M. J. T. Guy) | Gurusamy Sarathy | 1999-12-01 | 1 | -7/+14 |
* | Document known limitations of fdopen() on some systems, | Chip Salzenberg | 1999-11-19 | 1 | -2/+13 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-04 | 1 | -1/+3 |
|\ |
|
| * | implement STOP blocks and fix compiler to use them (minimally | Gurusamy Sarathy | 1999-11-04 | 1 | -1/+3 |
* | | Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent | M. J. T. Guy | 1999-11-02 | 1 | -5/+5 |
|/ |
|
* | remove inconsistent tainting behavior of sprintf("%e",...) | Gurusamy Sarathy | 1999-10-24 | 1 | -7/+0 |
* | pod nits from various perl porters | Gurusamy Sarathy | 1999-10-13 | 1 | -1/+1 |
* | various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>) | Gurusamy Sarathy | 1999-10-13 | 1 | -4/+8 |
* | add vec() example from Chaim Frenkel <chaimf@pobox.com> | Gurusamy Sarathy | 1999-10-11 | 1 | -5/+175 |
* | more pack/unpack documentation (from Ilya Zakharevich); changed | Gurusamy Sarathy | 1999-10-11 | 1 | -10/+64 |
* | better documentation for recv() (from Anton Berezin | Gurusamy Sarathy | 1999-10-10 | 1 | -6/+7 |
* | fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by | Gurusamy Sarathy | 1999-10-07 | 1 | -3/+4 |
* | Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH] | Michael G Schwern | 1999-10-03 | 1 | -0/+3 |
* | add notes about effect of loop control statements inside | Gurusamy Sarathy | 1999-10-02 | 1 | -0/+11 |
* | Re: [PATCH 5.005_61] "our" declarations | Larry Wall | 1999-09-25 | 1 | -0/+12 |