mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
[p5sagit/p5-mst-13.2.git] / pod / perlfunc.pod
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
1998-11-08 Gurusamy Sarathy set close-on-exec bit on pipe() FDs
1998-11-05 Jarkko Hietaniemi Document all the control flow keywords in perlfunc
1998-11-03 Jarkko Hietaniemi Document quads in pack.
1998-11-03 Jarkko Hietaniemi VM/ESA updates.
1998-10-30 Gurusamy Sarathy mention the C<$SIG{CHLD} = 'IGNORE'> special case
1998-10-25 Jarkko Hietaniemi list builtins with portability caveats
1998-10-25 Anton Berezin include eof() in description of buffering caveats
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-17 Gisle Aas applied suggested patch with small doc tweak
1998-09-25 Gurusamy Sarathy big Configure update from Jarkko: sync metaconfig units...
1998-09-24 Nathan Torkington 5.005_02 perlfunc.pod, improve umask entry
1998-09-23 Roderick Schertler seed srand from /dev/urandom when possible
1998-09-23 Roderick Schertler doc update for crypt()'s salt
1998-09-23 M. J. T. Guy document non-loopish blocks better
1998-09-23 Gurusamy Sarathy integrate maint-5.005 changes (except conflicting chang...
1998-09-20 M. J. T. Guy Fix typo, change "an array" to "a hash"
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-05 Ilya Zakharevich add index entries for -X
1998-08-05 David J. Fiander explain caveat about use of numeric constants in podoc...
1998-08-02 M. J. T. Guy document return values of do() better
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-21 Gurusamy Sarathy pod tweak suggested by Ilya
1998-07-21 Gurusamy Sarathy documentation tweaks from Abigail <abigail@fnx.com>
1998-07-14 Gurusamy Sarathy merge changes#1423,1465 from maintbranch; checkin two...
1998-07-14 Abigail consistently refer to functions as C<foo()>
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-11 Abigail applied patch for perlfunc tweaks, removed reference...
1998-07-08 Jarkko Hietaniemi add extension to support SysV IPC
1998-07-06 Gurusamy Sarathy per Larry suggestion, toss change#1327 and fix the...
1998-07-05 Gurusamy Sarathy make read() return undef on errors as documented, and...
1998-07-05 Tom Christiansen applied patch (via private mail), modulo retrohunks...
1998-06-28 Gisle Aas Re: [PATCH] 4-arg substr update for perl5.004_68
1998-06-28 Gisle Aas Negative LENGTH argument to splice
1998-06-28 Tom Phoenix documenting close without arguments
1998-06-22 Gurusamy Sarathy merge relevant portions from maintbranch change#1155
1998-06-21 Tom Phoenix docs creating files via open
1998-06-15 Tom Christiansen documentation update from tchrist
1998-05-29 Gurusamy Sarathy [win32] merge changes#1014,1038 from maintbranch
1998-05-28 Daniel Grisinger [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
1998-05-23 Gurusamy Sarathy [win32] merge change#1011 from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge changes#982,984 from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge changes#922,944,949,965,970 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#904 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#897 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Malcolm Beattie Integrate win32 branch into mainline
1998-05-14 Jarkko Hietaniemi Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add...
1998-05-14 Andy Dougherty [PATCH for 5.004_64] Configure patch Config_64-01
1998-05-14 Gurusamy Sarathy [win32] merge change#896 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge changes#872,873 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge changes#755..759,763,764 from maintbranch
1998-05-13 Gurusamy Sarathy [win32] merge change#687 from maintbranch
1998-04-19 Gurusamy Sarathy [win32] tweak doc for C<do FILENAME>
1998-03-03 Tom Phoenix [win32] maintpatches for docs
1998-02-06 Ilya Zakharevich 5.004_56: Patch to Tie::Hash and docs
1998-02-06 Ilya Zakharevich 5.004_56: patch for `use Fatal' again
1998-01-09 Malcolm Beattie Add missing blank line in pod/perlfunc.pod.
1998-01-04 Tye McQueen [win32] Add a tweaked version of:
1997-12-23 Gurusamy Sarathy [win32] Trivial bugfix#2 from local repository
1997-11-23 Gurusamy Sarathy Add to docs about the BEGIN { shift } feature. Make...
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-09-04 Tom Christiansen perlfunc.pod error
next