summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* remove caller.pm from change#3534 (flawed idea)Gurusamy Sarathy2000-01-311-2/+2
* introduce $^V (eq chr($revision) . chr($version) . chr($subversion));Gurusamy Sarathy2000-01-301-9/+16
* document what chdir() without an argument does (from Mark-JasonGurusamy Sarathy2000-01-281-2/+4
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-1/+1
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-211-1/+17
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-0/+28
* doc typoGurusamy Sarathy2000-01-141-1/+1
* clearer docs for change#4796; faster av_exists()Gurusamy Sarathy2000-01-131-5/+8
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-24/+50
* various nits identified by warnings unmasked by recent changesGurusamy Sarathy2000-01-051-3/+3
* tests for change#4642 and pod fixups suggested by Ralph CorderoyGurusamy Sarathy1999-12-281-7/+11
* spell out how to get 4-digit year (from Micheal G SchwernGurusamy Sarathy1999-12-161-0/+16
* pod nitsGurusamy Sarathy1999-12-031-50/+48
* various documentation tweaks suggested by M. J. T. GuyGurusamy Sarathy1999-12-021-2/+2
* allow XSUBs and prototyped subroutines to be used with sort() (tweakedGurusamy Sarathy1999-12-021-6/+18
* a somewhat tweaked version of suggested patchIlya Zakharevich1999-12-021-10/+54
* more accurate require() pseudocode (from James P. WilliamsGurusamy Sarathy1999-12-011-1/+2
* better documentation for goto &NAME (from M. J. T. Guy)Gurusamy Sarathy1999-12-011-7/+14
* Document known limitations of fdopen() on some systems,Chip Salzenberg1999-11-191-2/+13
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-041-1/+3
|\
| * implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-041-1/+3
* | Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotentM. J. T. Guy1999-11-021-5/+5
|/
* remove inconsistent tainting behavior of sprintf("%e",...)Gurusamy Sarathy1999-10-241-7/+0
* pod nits from various perl portersGurusamy Sarathy1999-10-131-1/+1
* various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)Gurusamy Sarathy1999-10-131-4/+8
* add vec() example from Chaim Frenkel <chaimf@pobox.com>Gurusamy Sarathy1999-10-111-5/+175
* more pack/unpack documentation (from Ilya Zakharevich); changedGurusamy Sarathy1999-10-111-10/+64
* better documentation for recv() (from Anton BerezinGurusamy Sarathy1999-10-101-6/+7
* fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted byGurusamy Sarathy1999-10-071-3/+4
* Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]Michael G Schwern1999-10-031-0/+3
* add notes about effect of loop control statements insideGurusamy Sarathy1999-10-021-0/+11
* Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-0/+12
* change "#" to a comment starter in pack templates; "/" nowIlya Zakharevich1999-09-231-5/+9
* Dethinko.Jarkko Hietaniemi1999-09-201-1/+1
* Fix a bug in the description of endianness. Reported inVadim Konovalov1999-09-201-2/+2
* make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-0/+7
* sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)Gurusamy Sarathy1999-09-061-1/+2
* optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-1/+2
* sub : attrlistSpider Boardman1999-08-291-4/+6
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-5/+5
* Implement 64-bit vec().Jarkko Hietaniemi1999-08-291-3/+6
* Don't document ill-defined vec() bits casesJarkko Hietaniemi1999-08-191-1/+1
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-5/+5
* Add sysio large file support testing.Jarkko Hietaniemi1999-08-111-1/+17
* More Fcntl constants. (This process really needsJarkko Hietaniemi1999-08-061-11/+14
* Enhance the description of how to detect quad support.Jarkko Hietaniemi1999-08-021-3/+4
* Document quad printing.Jarkko Hietaniemi1999-08-021-0/+37
* Continue pack() doc honing.Jarkko Hietaniemi1999-07-281-5/+9
* Enhance pack() doc.Jarkko Hietaniemi1999-07-281-15/+34
* Talk more about subsecond things in perlfunc.Jarkko Hietaniemi1999-07-281-9/+17