summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
...
* Warn under -w if lstat(FH) is attempted.Todd C. Miller2000-08-041-2/+0
* [ID 19990721.004] Documentation bug in perlfuncClinton Pierce2000-08-041-1/+2
* Make chr() for values >127 to create utf8 when under utf8.Simon Cozens2000-08-011-2/+5
* docfix from Peter Scott <Peter@PSDT.com>.Jarkko Hietaniemi2000-07-261-9/+6
* More split() doc and test patches from Mike Guy.Jarkko Hietaniemi2000-07-261-1/+1
* split /^/M. J. T. Guy2000-07-261-0/+3
* [docpatch] Re: [ID 19991002.011] perldoc -f shiftHugo van der Sanden2000-07-151-1/+1
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-13/+17
* integrate cfgperl changes#6268..6282 into mainlineGurusamy Sarathy2000-07-111-11/+11
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-111-0/+9
* integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-3/+12
* remove incorrect documentation about implicit split to @_ inGurusamy Sarathy2000-06-011-5/+3
* fix places that mean C<"word" character> but say C<alphanumericGurusamy Sarathy2000-05-281-1/+1
* note about undocumented caller() return value (from M.J.T. Guy);Gurusamy Sarathy2000-05-071-1/+2
* note about values()Gurusamy Sarathy2000-05-051-5/+7
* 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