This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Few more IDE/editor nits from p5p.
[perl5.git] / pod / perlfunc.pod
2000-12-30 Karsten Sperlingopen() example in perlfunc.pod
2000-12-21 Jarkko Hietaniemiread() documentation tweak for 20001121.004.
2000-12-14 Dominic DunlopRe: [ID 20001013.006] XS subs are not define()ed
2000-12-08 Mark-Jason DominusDOC PATCH 5.6.0: -s return value incompletely documented
2000-11-28 Robin BarkerRe: 5.6 bug: split /^/ implies /m modifier (from CLPM)
2000-11-18 Nicholas ClarkExplain in more detail the {} syntax ambiguousity.
2000-11-12 Jarkko HietaniemiDocument tell() on special streams.
2000-11-12 Nicholas Clark[ID 20001112.004] man perlfunc omits tell()'s error...
2000-11-07 Stephen P. PotterPod updates
2000-10-28 Mark-Jason DominusDOC PATCH 5.6.0
2000-10-22 Jarkko HietaniemiSupport s?printf parameter reordering.
2000-10-20 Charles BaileySYN SYN
2000-09-12 Jeff Pinyan[patch] perlfunc.pod -- POSIX::sigpause should be POSIX...
2000-09-08 Spider BoardmanRe-allow vec() for characters > 255.
2000-09-07 Gisle AasTied filehandle documentation
2000-09-01 Mike GuyFix vec() / utf8 (was Re: bitvec ops still broken...
2000-08-31 Jarkko HietaniemiDocument UNTIE in a very minimalistic way.
2000-08-30 Rick Delaney[ID 20000830.036] [DOC] chom?p %hash not documented
2000-08-30 Nicholas Clarktypos in pods
2000-08-28 Marcel Grunauerspellings
2000-08-23 Mike GuyRe: [ID 20000821.008] Negitive numbers with vec dumps...
2000-08-21 Jarkko HietaniemiDocument the endianness of Alpha more precisely.
2000-08-20 Jarkko HietaniemiDocument the number of exponent digits.
2000-08-19 Jonathan D Johnston[ID 20000817.023] endianness description in perlfunc.pod
2000-08-18 Daniel Chetlinperlfunc.pod -- clarifying sprintf array argument issues
2000-08-16 Gurusamy Sarathypod nit seen in passing
2000-08-15 Dominic Dunlop(Retracted by #6660)
2000-08-06 Jeff Pinyanperlfunc.pod use documentation (5.6.0)
2000-08-04 Todd C. MillerWarn under -w if lstat(FH) is attempted.
2000-08-04 Clinton Pierce[ID 19990721.004] Documentation bug in perlfunc
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-01 Simon CozensMake chr() for values >127 to create utf8 when under...
2000-07-26 Jarkko Hietaniemidocfix from Peter Scott <Peter@PSDT.com>.
2000-07-26 Jarkko HietaniemiMore split() doc and test patches from Mike Guy.
2000-07-26 M. J. T. Guysplit /^/
2000-07-15 Hugo van der Sanden[docpatch] Re: [ID 19991002.011] perldoc -f shift
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6242..6249 into mainline
2000-06-30 Jarkko HietaniemiPoint to perlipc for more SysV IPC examples.
2000-06-29 M. J. T. GuyRe: [ID 20000612.001] map {chop; $_} (Literals problem)
2000-06-29 M. J. T. GuyRe: eval documentation: context
2000-06-28 Simon CozensRe: [PATCH] pack('U',$foo) doesn't UTF8
2000-06-28 Mark-Jason DominusDOC PATCH 5.6.0: perlfunc/sprintf does not contain...
2000-06-01 Gurusamy Sarathyremove incorrect documentation about implicit split...
2000-05-28 Gurusamy Sarathyfix places that mean C<"word" character> but say C...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-07 Gurusamy Sarathynote about undocumented caller() return value (from...
2000-05-05 Gurusamy Sarathynote about values()
2000-04-28 Gurusamy Sarathyclarify note about shadow password support (from
2000-04-27 Gurusamy Sarathydoubled words in pods (from Simon Cozens
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyvarious pod nits (from Larry Virden and others)
2000-04-24 Gurusamy Sarathypod nit: $yday range for localtime/gmtime is 0..364...
2000-03-20 Gurusamy Sarathyadd note about symbolic filehandles (from Johan Vromans)
2000-03-19 Jarkko HietaniemiTaint msgrcv() messages; general SysV IPC cleanup.
2000-03-19 Jarkko HietaniemiTaint shmread().
2000-03-19 Jarkko HietaniemiTaint also the passwd field of the getpw*().
2000-03-18 Jarkko HietaniemiTaint the shell from the getpw*.
2000-03-14 Gurusamy Sarathytweak sort() notes (from Nathan Torkington)
2000-03-13 Gurusamy Sarathyfixes for broken L<> links (from Wolfgang Laun
2000-03-13 Gurusamy Sarathymention autoflush portability caveat
2000-03-11 Gurusamy Sarathybetter {local,gm}time documentation (from Mark-Jason...
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-05 Gurusamy Sarathyprototype changes for eventually supporting C<binmode...
2000-03-03 Michael G SchwernThe SysV IPC test must use the native integers
2000-02-29 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-29 Gurusamy Sarathyfix Pod::Html to recognize C<< > >> etc., and convert...
2000-02-27 Gurusamy Sarathysupport fields::new() and fields::phash() to create...
2000-02-27 Gurusamy Sarathyremove outdated info about csh and glob(); glob() need...
2000-02-26 Gurusamy Sarathyrework binmode() entry in perlfunc (from Martien Verbruggen
2000-02-26 Jarkko HietaniemiRename use64bits to use64bitint;
2000-02-23 Gurusamy Sarathyper Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-21 Gurusamy Sarathyremove dual-valueness of v-strings (i.e., they are...
2000-02-21 Gurusamy Sarathyclarify "use Module VERSION LIST" (from Robin Barker)
2000-02-21 Gurusamy Sarathyallow optional XSUB parameters without being forced...
2000-02-21 Gurusamy Sarathygeneralize "%v" format into a flag for any integral...
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathydefault mkdir() mode argument to 0777
2000-02-19 Gurusamy Sarathyremove outdated caveat about C<while ($k = each %foo...
2000-02-19 Gurusamy Sarathydocument behavior of splice(@ary) (from Gisle Aas)
2000-02-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-02-19 Gurusamy Sarathygrammos (spotted by Tom Christiansen)
2000-02-19 Gurusamy Sarathyset close-on-exec flag on sockets too, like we do for...
2000-02-16 Jarkko HietaniemiFcntl: more O_ constants, move SEEK_ to @EXPORT_OK
2000-02-15 Gurusamy Sarathyincorrect docs about delete() (spotted by Martyn Pearce
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathyclarify behavior of vec() when arguments are off the...
2000-02-06 Gurusamy Sarathysupport sprintf("v%v", v1.2.3) (works on any string...
2000-02-02 Gurusamy Sarathyremove FUD from perlfunc/use (from M J T Guy)
2000-02-02 Gurusamy Sarathyflock() pod talks about "adding" in the sense of "or...
2000-01-31 Gurusamy Sarathyremove caller.pm from change#3534 (flawed idea)
2000-01-30 Gurusamy Sarathyintroduce $^V (eq chr($revision) . chr($version) ....
2000-01-28 Gurusamy Sarathydocument what chdir() without an argument does (from...
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-21 Gurusamy Sarathysupport for C<exists &func> (from Spider Boardman)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathynailed "our" declarations, and better warnings on duplicate
next