This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
some method calls not autoloaded
[perl5.git] / pod / perlfunc.pod
2002-04-05 Nick Ing-SimmonsIntegrate mainline
2002-04-05 John P. LindermanRe: lib/sort.t failure
2002-04-02 Mark-Jason Dominus[5.7.3 DOC PATCH] 'splice' with negative LENGTH
2002-03-31 Rafael Garcia-SuarezRe: no <Module> <version>; (was Re: Backwards Compatibi...
2002-03-27 Jarkko Hietaniemi"Last element".
2002-03-27 William R WardError in perlfunc for "die"
2002-03-22 Stas Bekmandoc fix
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiWhitespace tweaks.
2002-03-12 Robin BarkerRe[2]: Related issues? [ID 20020222.011]
2002-03-07 Michael G. SchwernRe: [PATCH docs] Re: Bug with -M
2002-03-02 Jarkko HietaniemiPATCH: "splice() offset past end of array" warning...
2002-02-22 Jarkko HietaniemiImplement IV/UV/NV/long double pack/unpack with
2002-02-22 Ilya Zakharevichpack with a human face: part ]|[
2002-02-22 Ilya Zakharevichpack with a human face: the sequel
2002-02-21 Ilya Zakharevichgrouping in pack/unpack
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-01-31 Rafael Garcia-Suarezforbid -l _ after -T _
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 AbigailRe: eval not catching warnings?
2002-01-15 Nick Ing-SimmonsBlind integrate of bulk of mainline.
2002-01-13 Jarkko HietaniemiMake the crypt() pickier: if downgrading doesn't work,
2002-01-10 Brendan O'Deadoc fixes
2002-01-04 Rafael Garcia-Suarezwarn if not CORE::dump
2001-12-29 coral@eekeek.orgPod whitespace cleanup, round 0.
2001-12-29 Audrey TangModule names and other nits
2001-12-27 Philip Newton[DOC PATCH] left is right and right is left
2001-12-26 Jarkko HietaniemiBad $? assumptions.
2001-12-23 Nicholas Clarksocketpair emulation
2001-12-21 Tye McQueenperlfunc.pod patch re flock via fcntl
2001-12-20 Nick Ing-SimmonsIntegrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko HietaniemiReword the alarm explanation.
2001-12-13 Ben TillyClarifying the documentation of goto
2001-12-07 Nick Ing-SimmonsIntegrate mainline some more
2001-12-07 Jan-Pieter Cornet[ID 20011207.001] documentation bug for waitpid
2001-12-01 TelsRe: [PATCH] [ID 20011130.166] "in memory" file handles...
2001-11-27 Jarkko Hietaniemisort() doc tweaks from John P. Linderman.
2001-11-26 Jarkko HietaniemiPROPAGATE documentation from Tony Cook.
2001-11-23 Rafael Garcia-SuarezRe: [DOC PATCHES] pod cleanups
2001-11-21 Jarkko HietaniemiTry to clarify which I/O call operates on bytes,
2001-11-19 Jarkko Hietaniemisysseek tweak.
2001-11-16 Abhijit Menon-Sen[PATCH] Doc spellcheck + podcheck
2001-11-16 Jarkko HietaniemiMake Thread a wrapper for both ithreads and 5005threads.
2001-11-15 Jarkko HietaniemiFix for "perlio bug in koi8-r encoding". The problem
2001-11-15 Rafael Garcia-SuarezRe: [ID 20011114.118] chop and chomp bind too tightly
2001-11-12 Jeffrey Friedla few typo fixes
2001-10-31 Jarkko HietaniemiExtend the effect of the encoding pragma to chr() and...
2001-10-21 Jarkko HietaniemiImplement multicharacter case mappings where a single
2001-10-05 Nicholas Clarkperlfunc/select
2001-09-30 Rafael Garcia-Suarezadditional docs and tests
2001-09-23 Abhijit Menon-SenAdditional minor chdir() tweak.
2001-09-23 Abhijit Menon-SenMention $ENV{SYS$LOGIN} in chdir() documentation, as...
2001-09-21 Ronald J. Kimballavoid v-strings with require/use
2001-09-16 Jarkko HietaniemiSupply more details on how lc/uc/lcfirst/ucfirst are
2001-09-05 Nicholas Clarkoct and hex in glorious 64 bit (with less bugs) (was...
2001-09-04 Jarkko HietaniemiMore srand entry tweakage based on Randal's suggestion.
2001-09-04 Jarkko HietaniemiTypo fix and slight rewording.
2001-09-03 Jarkko HietaniemiMake crypt() do something more sane for Unicode
2001-09-03 Jarkko HietaniemiReorganize the srand entry.
2001-09-03 Michael G. SchwernTests for srand()
2001-08-27 chromaticpod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
2001-08-25 Nicholas Clark(was Re: PerlIO regerssion tests?)
2001-08-25 Rafael Garcia-Suarez[DOC PATCH] The coderef-in-@INC feature
2001-08-12 Jarkko HietaniemiDispell the "use utf8" superstition.
2001-07-29 Jeff Pinyansplit()'s unused captures should be undef, not ''
2001-07-17 Gwyn Juddmake printf refer to sprintf
2001-07-11 Mark-Jason Dominusdoc patch; times() in scalar context
2001-07-10 Robin Houstondeprecate package with no arguments
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Jarkko HietaniemiSysV IPC semops use native shorts, not forced-to-16...
2001-07-02 Nicholas ClarkRe: sizeof(struct sembuf)
2001-06-26 Jarkko HietaniemiDoc patch for #10959.
2001-06-25 Jarkko HietaniemiBecause of #10932 retract also the perlfunc hunk of...
2001-06-25 Abhijit Menon-SenRe: [ID 20010621.007] readline() not quite as equal...
2001-06-19 Jarkko HietaniemiFurthwer tweak the fdopen() spot as suggseted by Jeff...
2001-06-19 Jeffrey Friedl[ID 20010619.005] two typos in pod/perlfunc.pod
2001-05-27 Robert Spier[PATCH] [ID 19991013.005] utime undef, undef, @files
2001-05-26 John P. LindermanRe: [PATCH] Re: stability of sort()?
2001-05-26 Nicholas ClarkRe: stability of sort()?
2001-05-20 Nick Ing-SimmonsDocument some more of open's features.
2001-05-12 Benjamin SugarsRe: [PATCH perlfunc.pod] split on an empty string
2001-05-11 Jon EvelandRe: [PATCH perlfunc.pod] split on an empty string
2001-05-10 Larry ShatzerRE: rand(0) is rand(1)
2001-05-08 Jarkko HietaniemiRetract #10031.
2001-05-08 Philip Newton(Retracted by #10042)
2001-05-07 Benjamin SugarsDocument C<our $foo : shared>
2001-05-05 Jarkko HietaniemiUpdates on the pods related to the modules included...
2001-05-02 Peter Prymmerfix some misinformation in perlfunc.pod
2001-05-02 Jarkko HietaniemiMinor doc tweaks on endianness, closes bug 20010327...
2001-04-30 Walt Mankowski[DOC PATCH bleadperl] Document generation of random...
2001-04-05 Gisle AasPropagate calling context for do '...'
2001-03-27 Jarkko HietaniemiDocument sockatmark() some.
2001-03-24 Nick Ing-SimmonsTweak docs for C<open> (boy does that need wholesale...
2001-03-16 Michael Stevensthe uncontroversial doc patches
2001-02-28 Jarkko HietaniemiUndo qu. Retract #8814, rewrite op/each part of #8615,
2001-02-08 Charles BaileySYN SYN
2001-02-04 Michael G. SchwernRe: [PATCH lots of pod/] s/chop/chomp/g
2001-02-01 Jarkko HietaniemiIntegrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-24 Charles BaileySYN SYN
2001-01-23 Jarkko HietaniemiDocument the mkdir trailing slashes case.
next