summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* clarify note about shadow password support (fromGurusamy Sarathy2000-04-281-2/+4
* doubled words in pods (from Simon CozensGurusamy Sarathy2000-04-271-3/+3
* various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-9/+9
* pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (fromGurusamy Sarathy2000-04-241-2/+2
* add note about symbolic filehandles (from Johan Vromans)Gurusamy Sarathy2000-03-201-1/+4
* Taint msgrcv() messages; general SysV IPC cleanup.Jarkko Hietaniemi2000-03-191-12/+15
* Taint shmread().Jarkko Hietaniemi2000-03-191-2/+2
* Taint also the passwd field of the getpw*().Jarkko Hietaniemi2000-03-191-2/+3
* Taint the shell from the getpw*.Jarkko Hietaniemi2000-03-181-20/+26
* tweak sort() notes (from Nathan Torkington)Gurusamy Sarathy2000-03-141-3/+3
* fixes for broken L<> links (from Wolfgang LaunGurusamy Sarathy2000-03-131-1/+2
* mention autoflush portability caveatGurusamy Sarathy2000-03-131-4/+23
* better {local,gm}time documentation (from Mark-Jason Dominus)Gurusamy Sarathy2000-03-111-21/+33
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-9/+16
* prototype changes for eventually supporting C<binmode(F, ":raw")>Gurusamy Sarathy2000-03-051-1/+3
* The SysV IPC test must use the native integersMichael G Schwern2000-03-031-7/+9
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-291-40/+40
* support fields::new() and fields::phash() to create pseudo-hashGurusamy Sarathy2000-02-271-2/+2
* remove outdated info about csh and glob(); glob() need not failGurusamy Sarathy2000-02-271-0/+3
* rework binmode() entry in perlfunc (from Martien VerbruggenGurusamy Sarathy2000-02-261-36/+43
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-1/+1
* 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