integrate cfgperl changes#6293..6324 into mainline
[p5sagit/p5-mst-13.2.git] / pod / perlfunc.pod
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6242..6249 into mainline
2000-06-01 Gurusamy Sarathy remove incorrect documentation about implicit split...
2000-05-28 Gurusamy Sarathy fix places that mean C<"word" character> but say C...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-07 Gurusamy Sarathy note about undocumented caller() return value (from...
2000-05-05 Gurusamy Sarathy note about values()
2000-04-28 Gurusamy Sarathy clarify note about shadow password support (from
2000-04-27 Gurusamy Sarathy doubled words in pods (from Simon Cozens
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy various pod nits (from Larry Virden and others)
2000-04-24 Gurusamy Sarathy pod nit: $yday range for localtime/gmtime is 0..364...
2000-03-20 Gurusamy Sarathy add note about symbolic filehandles (from Johan Vromans)
2000-03-19 Jarkko Hietaniemi Taint msgrcv() messages; general SysV IPC cleanup.
2000-03-19 Jarkko Hietaniemi Taint shmread().
2000-03-19 Jarkko Hietaniemi Taint also the passwd field of the getpw*().
2000-03-18 Jarkko Hietaniemi Taint the shell from the getpw*.
2000-03-14 Gurusamy Sarathy tweak sort() notes (from Nathan Torkington)
2000-03-13 Gurusamy Sarathy fixes for broken L<> links (from Wolfgang Laun
2000-03-13 Gurusamy Sarathy mention autoflush portability caveat
2000-03-11 Gurusamy Sarathy better {local,gm}time documentation (from Mark-Jason...
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
2000-03-05 Gurusamy Sarathy prototype changes for eventually supporting C<binmode...
2000-03-03 Michael G Schwern The SysV IPC test must use the native integers
2000-02-29 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-29 Gurusamy Sarathy fix Pod::Html to recognize C<< > >> etc., and convert...
2000-02-27 Gurusamy Sarathy support fields::new() and fields::phash() to create...
2000-02-27 Gurusamy Sarathy remove outdated info about csh and glob(); glob() need...
2000-02-26 Gurusamy Sarathy rework binmode() entry in perlfunc (from Martien Verbruggen
2000-02-26 Jarkko Hietaniemi Rename use64bits to use64bitint;
2000-02-23 Gurusamy Sarathy per Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-21 Gurusamy Sarathy remove dual-valueness of v-strings (i.e., they are...
2000-02-21 Gurusamy Sarathy clarify "use Module VERSION LIST" (from Robin Barker)
2000-02-21 Gurusamy Sarathy allow optional XSUB parameters without being forced...
2000-02-21 Gurusamy Sarathy generalize "%v" format into a flag for any integral...
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-20 Gurusamy Sarathy default mkdir() mode argument to 0777
2000-02-19 Gurusamy Sarathy remove outdated caveat about C<while ($k = each %foo...
2000-02-19 Gurusamy Sarathy document behavior of splice(@ary) (from Gisle Aas)
2000-02-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-02-19 Gurusamy Sarathy grammos (spotted by Tom Christiansen)
2000-02-19 Gurusamy Sarathy set close-on-exec flag on sockets too, like we do for...
2000-02-16 Jarkko Hietaniemi Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
2000-02-15 Gurusamy Sarathy incorrect docs about delete() (spotted by Martyn Pearce
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy clarify behavior of vec() when arguments are off the...
2000-02-06 Gurusamy Sarathy support sprintf("v%v", v1.2.3) (works on any string...
2000-02-02 Gurusamy Sarathy remove FUD from perlfunc/use (from M J T Guy)
2000-02-02 Gurusamy Sarathy flock() pod talks about "adding" in the sense of "or...
2000-01-31 Gurusamy Sarathy remove caller.pm from change#3534 (flawed idea)
2000-01-30 Gurusamy Sarathy introduce $^V (eq chr($revision) . chr($version) ....
2000-01-28 Gurusamy Sarathy document what chdir() without an argument does (from...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-21 Gurusamy Sarathy support for C<exists &func> (from Spider Boardman)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathy nailed "our" declarations, and better warnings on duplicate
2000-01-14 Gurusamy Sarathy doc typo
2000-01-13 Gurusamy Sarathy clearer docs for change#4796; faster av_exists()
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
2000-01-05 Gurusamy Sarathy various nits identified by warnings unmasked by recent...
1999-12-28 Gurusamy Sarathy tests for change#4642 and pod fixups suggested by Ralph...
1999-12-16 Gurusamy Sarathy spell out how to get 4-digit year (from Micheal G Schwern
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-03 Gurusamy Sarathy pod nits
1999-12-02 Gurusamy Sarathy various documentation tweaks suggested by M. J. T. Guy
1999-12-02 Gurusamy Sarathy allow XSUBs and prototyped subroutines to be used with...
1999-12-02 Ilya Zakharevich a somewhat tweaked version of suggested patch
1999-12-01 Gurusamy Sarathy more accurate require() pseudocode (from James P. Williams
1999-12-01 Gurusamy Sarathy better documentation for goto ...
1999-11-19 Chip Salzenberg Document known limitations of fdopen() on some systems,
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-11-02 M. J. T. Guy Re: [ID 19991102.002] unpack('N', pack('N', -1)) not...
1999-10-24 Gurusamy Sarathy remove inconsistent tainting behavior of sprintf("...
1999-10-13 Gurusamy Sarathy pod nits from various perl porters
1999-10-13 Gurusamy Sarathy various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac...
1999-10-11 Gurusamy Sarathy add vec() example from Chaim Frenkel <chaimf@pobox...
1999-10-11 Gurusamy Sarathy more pack/unpack documentation (from Ilya Zakharevich...
1999-10-10 Gurusamy Sarathy better documentation for recv() (from Anton Berezin
1999-10-07 Gurusamy Sarathy fix setpgrp vs getpgrp and POSIX vs BSD confusion ...
1999-10-03 Michael G Schwern Re: Should keys in pseudo-hashes -always- exist? [DOC...
1999-10-02 Gurusamy Sarathy add notes about effect of loop control statements inside
1999-09-29 Charles Bailey resync with mainline
1999-09-25 Larry Wall Re: [PATCH 5.005_61] "our" declarations
1999-09-23 Ilya Zakharevich change "#" to a comment starter in pack templates;...
1999-09-20 Jarkko Hietaniemi Dethinko.
1999-09-20 Vadim Konovalov Fix a bug in the description of endianness. Reported in
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-12 Gurusamy Sarathy make sprintf("%g",...) threadsafe; only taint its resul...
1999-09-06 Gurusamy Sarathy sprintf doc tweak (from Ian Phillipps <ian@dial.pipex...
1999-09-06 Gurusamy Sarathy optional warning on join(/foo/...) (reworked suggested...
1999-08-29 Spider Boardman sub : attrlist
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.
1999-08-29 Jarkko Hietaniemi Implement 64-bit vec().
1999-08-19 Jarkko Hietaniemi Don't document ill-defined vec() bits cases
1999-08-19 Jarkko Hietaniemi Removed duplicated code (in pp.c and mg.c) by introducing
1999-08-11 Jarkko Hietaniemi Add sysio large file support testing.
next