nailed "our" declarations, and better warnings on duplicate
[p5sagit/p5-mst-13.2.git] / pod / perlfunc.pod
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-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.
1999-08-06 Jarkko Hietaniemi More Fcntl constants. (This process really needs
1999-08-02 Jarkko Hietaniemi Enhance the description of how to detect quad support.
1999-08-02 Jarkko Hietaniemi Document quad printing.
1999-07-28 Jarkko Hietaniemi Continue pack() doc honing.
1999-07-28 Jarkko Hietaniemi Enhance pack() doc.
1999-07-28 Jarkko Hietaniemi Talk more about subsecond things in perlfunc.
1999-07-27 Ilya Zakharevich applied suggested patch; added missing prototype changes to
1999-07-26 Gurusamy Sarathy utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
1999-07-26 Ian Phillipps (Version 2) Extending unpack to deal with counted strings
1999-07-18 Gurusamy Sarathy ensure __END__ appears on a line by itself in wrapped
1999-07-17 Ilya Zakharevich make system() return -1 and set $! if exec of child...
1999-07-17 Gurusamy Sarathy pod fixes (with minor edits) from Abigail, Ronald Kimba...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-04 Jarkko Hietaniemi Integrate with mainperl.
1999-07-04 Gurusamy Sarathy remove misleading info on defined(...
1999-06-11 Gurusamy Sarathy implement C<use caller 'encoding'>
1999-05-28 Mark-Jason Dominus PATCH (5.005_57): defined(@a) now deprecated
1999-05-25 Gurusamy Sarathy add caveat about close(PIPE) carelessness
1999-05-24 Gurusamy Sarathy major pod update from Tom Christiansen
1999-05-10 Jan Dubois Win32 and VC++ 98 doesn't support CASTI
1999-05-09 Gurusamy Sarathy flush all open output buffers before fork(), exec(...
1999-05-08 Gurusamy Sarathy mention unpack('pP',...) footshot (from Albert Dvornik...
1999-05-07 Gurusamy Sarathy From: Dan Sugalski <sugalskd@osshe.edu>
1999-03-24 Gurusamy Sarathy add note about map in scalar context
1999-03-24 Gurusamy Sarathy document OO exceptions (based on a suggestion by Andrea...
1999-03-24 Gurusamy Sarathy better "Illegal %s digit ignored" warnings
1999-03-04 Gurusamy Sarathy more s/s_/s!/ etc.
1999-02-24 Gurusamy Sarathy integrate cfgperl contents
1999-02-24 Tom Christiansen perlfunc updates (against 55)
1999-02-21 Jarkko Hietaniemi Sync cfgperl with maint-5.005 change #3000.
1999-02-20 Jarkko Hietaniemi Enhanced the endianness description.
1999-02-17 Gurusamy Sarathy correct slurp mode doc
1999-02-15 Jarkko Hietaniemi Enhance the packnative patch: use the packnative code
1999-02-15 Jarkko Hietaniemi support native integers, pack("L_",...) etc. (via priva...
1999-02-15 Gurusamy Sarathy clarify what a "line" is
1999-02-15 Gurusamy Sarathy patches suggested by John Bley <jbb6@acpub.duke.edu...
1999-02-14 Gurusamy Sarathy slurping an empty file should return '' rather than...
1999-02-13 Jan Dubois "goto must have label" message for C<goto ''>
1999-02-09 Valeriy E. Ushakov a modified version of suggested patch for pack template...
1999-02-07 Gurusamy Sarathy properly prototype check parenthesized unary ops (e...
1999-02-01 Jonathan I. Kamens sample checksum code in "perlfunc" man page is wrong
1999-01-17 Gurusamy Sarathy integrate cfgperl changes into mainline, fix conflicts
1999-01-17 Gurusamy Sarathy a few doc typos
1998-12-31 Wilson P. Snyder II REV2: Binary number support
1998-12-15 Jarkko Hietaniemi Undo #2386 and #2205.
1998-12-08 Jarkko Hietaniemi Integrate from mainperl.
1998-12-06 Gurusamy Sarathy fix outdated/incorrect info about arbitrary limits
1998-12-03 Jarkko Hietaniemi s/\bthe the\b/the/g *.pod
1998-12-02 Tom Christiansen Fix most of the bad L<> links of
1998-11-29 Gurusamy Sarathy integrate cfgperl changes into mainline
1998-11-29 Jarkko Hietaniemi Tune the "if" entry.
1998-11-29 Gurusamy Sarathy backout change#2334
1998-11-28 Ilya Zakharevich additional documentation for qr//
1998-11-28 Gurusamy Sarathy update tie() entry in perlfunc to reflect TIEARRAY...
1998-11-28 Gurusamy Sarathy s/Regexp/re/ and clarify policy on lowercased object...
1998-11-28 Gurusamy Sarathy document changed PERL_HASH()
1998-11-22 Jarkko Hietaniemi -x should be C<-x>, reported by Gerben Wierda.
1998-11-08 Gurusamy Sarathy integrate changes#2120,2168,2218 from maint-5.005;
1998-11-08 Gurusamy Sarathy integrate cfgperl changes into mainline
next