summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> andGurusamy Sarathy2000-02-231-7/+9
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-10/+22
* clarify "use Module VERSION LIST" (from Robin Barker)Gurusamy Sarathy2000-02-211-4/+9
* allow optional XSUB parameters without being forced to use aGurusamy Sarathy2000-02-211-1/+1
* generalize "%v" format into a flag for any integral format type:Gurusamy Sarathy2000-02-211-5/+12
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-4/+4
* default mkdir() mode argument to 0777Gurusamy Sarathy2000-02-201-0/+3
* remove outdated caveat about C<while ($k = each %foo)> (fromGurusamy Sarathy2000-02-191-3/+1
* document behavior of splice(@ary) (from Gisle Aas)Gurusamy Sarathy2000-02-191-1/+5
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-191-9/+77
|\
| * Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-161-9/+77
* | grammos (spotted by Tom Christiansen)Gurusamy Sarathy2000-02-191-3/+3
* | set close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-191-0/+12
|/
* incorrect docs about delete() (spotted by Martyn PearceGurusamy Sarathy2000-02-151-3/+6
* clarify behavior of vec() when arguments are off the end of theGurusamy Sarathy2000-02-071-3/+7
* support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-061-0/+4
* remove FUD from perlfunc/use (from M J T Guy)Gurusamy Sarathy2000-02-021-2/+1
* flock() pod talks about "adding" in the sense of "or-ing"Gurusamy Sarathy2000-02-021-3/+3
* remove caller.pm from change#3534 (flawed idea)Gurusamy Sarathy2000-01-311-2/+2
* introduce $^V (eq chr($revision) . chr($version) . chr($subversion));Gurusamy Sarathy2000-01-301-9/+16
* document what chdir() without an argument does (from Mark-JasonGurusamy Sarathy2000-01-281-2/+4
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-1/+1
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-211-1/+17
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-0/+28
* doc typoGurusamy Sarathy2000-01-141-1/+1
* clearer docs for change#4796; faster av_exists()Gurusamy Sarathy2000-01-131-5/+8
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-24/+50
* various nits identified by warnings unmasked by recent changesGurusamy Sarathy2000-01-051-3/+3
* tests for change#4642 and pod fixups suggested by Ralph CorderoyGurusamy Sarathy1999-12-281-7/+11
* spell out how to get 4-digit year (from Micheal G SchwernGurusamy Sarathy1999-12-161-0/+16
* pod nitsGurusamy Sarathy1999-12-031-50/+48
* various documentation tweaks suggested by M. J. T. GuyGurusamy Sarathy1999-12-021-2/+2
* allow XSUBs and prototyped subroutines to be used with sort() (tweakedGurusamy Sarathy1999-12-021-6/+18
* a somewhat tweaked version of suggested patchIlya Zakharevich1999-12-021-10/+54
* more accurate require() pseudocode (from James P. WilliamsGurusamy Sarathy1999-12-011-1/+2
* better documentation for goto &NAME (from M. J. T. Guy)Gurusamy Sarathy1999-12-011-7/+14
* Document known limitations of fdopen() on some systems,Chip Salzenberg1999-11-191-2/+13
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-1/+3
|\
| * implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-041-1/+3
* | Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotentM. J. T. Guy1999-11-021-5/+5
|/
* remove inconsistent tainting behavior of sprintf("%e",...)Gurusamy Sarathy1999-10-241-7/+0
* pod nits from various perl portersGurusamy Sarathy1999-10-131-1/+1
* various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)Gurusamy Sarathy1999-10-131-4/+8
* add vec() example from Chaim Frenkel <chaimf@pobox.com>Gurusamy Sarathy1999-10-111-5/+175
* more pack/unpack documentation (from Ilya Zakharevich); changedGurusamy Sarathy1999-10-111-10/+64
* better documentation for recv() (from Anton BerezinGurusamy Sarathy1999-10-101-6/+7
* fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted byGurusamy Sarathy1999-10-071-3/+4
* Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]Michael G Schwern1999-10-031-0/+3
* add notes about effect of loop control statements insideGurusamy Sarathy1999-10-021-0/+11
* Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-0/+12