summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* a modified version of suggested patch for pack template 'Z'; added docsValeriy E. Ushakov1999-02-091-25/+64
* properly prototype check parenthesized unary ops (e.g. defined(&a,&b))Gurusamy Sarathy1999-02-071-0/+17
* sample checksum code in "perlfunc" man page is wrongJonathan I. Kamens1999-02-011-2/+2
* integrate cfgperl changes into mainline, fix conflictsGurusamy Sarathy1999-01-171-120/+30
|\
| * REV2: Binary number supportWilson P. Snyder II1998-12-311-2/+4
| * Undo #2386 and #2205.Jarkko Hietaniemi1998-12-151-113/+21
| * Integrate from mainperl.Jarkko Hietaniemi1998-12-081-2/+2
| |\
| * | s/\bthe the\b/the/g *.podJarkko Hietaniemi1998-12-031-1/+1
| * | Fix most of the bad L<> links ofTom Christiansen1998-12-021-4/+4
* | | a few doc typosGurusamy Sarathy1999-01-171-1/+2
| |/ |/|
* | fix outdated/incorrect info about arbitrary limitsGurusamy Sarathy1998-12-061-2/+2
|/
* integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-291-2/+5
|\