summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-22/+69
* utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>Gurusamy Sarathy1999-07-261-1/+1
* (Version 2) Extending unpack to deal with counted stringsIan Phillipps1999-07-261-0/+29
* ensure __END__ appears on a line by itself in wrappedGurusamy Sarathy1999-07-181-1/+2
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-1/+2
* pod fixes (with minor edits) from Abigail, Ronald Kimball, JonGurusamy Sarathy1999-07-171-11/+20
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-0/+2
* remove misleading info on defined(&func), unclutter deprecationGurusamy Sarathy1999-07-041-12/+11
* implement C<use caller 'encoding'>Gurusamy Sarathy1999-06-111-3/+5
* PATCH (5.005_57): defined(@a) now deprecatedMark-Jason Dominus1999-05-281-14/+4
* add caveat about close(PIPE) carelessnessGurusamy Sarathy1999-05-251-0/+5
* major pod update from Tom ChristiansenGurusamy Sarathy1999-05-241-578/+656
* Win32 and VC++ 98 doesn't support CASTIJan Dubois1999-05-101-2/+2
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-091-13/+7
* mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)Gurusamy Sarathy1999-05-081-0/+5
* From: Dan Sugalski <sugalskd@osshe.edu>Gurusamy Sarathy1999-05-071-1/+3
* add note about map in scalar contextGurusamy Sarathy1999-03-241-0/+2
* document OO exceptions (based on a suggestion by Andreas KoenigGurusamy Sarathy1999-03-241-0/+21
* better "Illegal %s digit ignored" warningsGurusamy Sarathy1999-03-241-1/+1
* more s/s_/s!/ etc.Gurusamy Sarathy1999-03-041-6/+6
* integrate cfgperl contentsGurusamy Sarathy1999-02-241-7/+15
|\
| * Sync cfgperl with maint-5.005 change #3000.Jarkko Hietaniemi1999-02-211-6/+6
| * Enhanced the endianness description.Jarkko Hietaniemi1999-02-201-3/+11
* | perlfunc updates (against 55)Tom Christiansen1999-02-241-357/+494
* | correct slurp mode docGurusamy Sarathy1999-02-171-3/+3
|/
* Enhance the packnative patch: use the packnative codeJarkko Hietaniemi1999-02-151-6/+12
* support native integers, pack("L_",...) etc. (via private mail)Jarkko Hietaniemi1999-02-151-0/+52
* clarify what a "line" isGurusamy Sarathy1999-02-151-1/+6
* patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)Gurusamy Sarathy1999-02-151-1/+1
* slurping an empty file should return '' rather than undef, withGurusamy Sarathy1999-02-141-4/+11
* "goto must have label" message for C<goto ''>Jan Dubois1999-02-131-0/+2