summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* Allison says that "Media" isn't really needed in the name.Nicholas Clark2005-06-101-1/+1
* $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warnsNicholas Clark2005-06-091-0/+9
* Update API docs.Nicholas Clark2005-06-091-4/+1
* perlfunc.pod: ioctl.phAlexey Tourbin2005-06-091-2/+2
* Random cleanups #47Andy Lester2005-06-071-2/+2
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-071-2/+21
* Fix apidoc for newSVhekRafael Garcia-Suarez2005-06-071-0/+11
* Re: [perl #36130] chr(-1) should probably return undefJarkko Hietaniemi2005-06-071-0/+4
* POD fixesRafael Garcia-Suarez2005-06-031-2/+2
* Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?Yitzchak Scott-Thoennes2005-06-031-1/+2
* Quotes in pod/*.podAndy Lester2005-06-0315-111/+110
* Indent fixRafael Garcia-Suarez2005-06-031-8/+8
* FAQ syncRafael Garcia-Suarez2005-06-039-232/+277
* SvPVX_const() - patch #4Steve Peters2005-06-031-3/+3
* Integrate perl587delta.pod, the changes in perlhist.pod, and updateNicholas Clark2005-06-024-393/+1088
* Fix changed diagnosticRafael Garcia-Suarez2005-06-021-1/+1
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-1/+1
* Minor grammar fix by Uri GuttmanRafael Garcia-Suarez2005-05-301-1/+1
* perlrun.pod -w description typoOffer Kaye2005-05-301-1/+1
* Teach buildtoc about README.openbsd, and regenerate various makefiles.Nicholas Clark2005-05-291-0/+1
* Re: [perl #35420] localtime corruptionMichael G. Schwern2005-05-272-0/+15
* Documentation nits and fixes for Sv*_set() macrosSteve Peters2005-05-271-9/+13
* Clarification on the behaviour of qw// and x :Yitzchak Scott-Thoennes2005-05-241-3/+3
* Documentation nit on @-, found by Guillaume RousseRafael Garcia-Suarez2005-05-241-3/+3
* disallow eval { goto &foo }Dave Mitchell2005-05-211-3/+2
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-183-17/+21
* [PATCH] Eliminate radically out of date CHANGES from perlportMichael G. Schwern2005-05-181-172/+54
* Clarify definition of octal literalsRafael Garcia-Suarez2005-05-171-1/+1
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-3/+3
* Rework documentation of split(//,...)Rafael Garcia-Suarez2005-05-121-6/+5
* [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't Steve Peters2005-05-112-5/+14
* perlop.pod nitSteve Peters2005-05-101-1/+1
* attributes-two.patch, the next batchAndy Lester2005-05-091-1/+1
* Fix typo (bug #35368)Rafael Garcia-Suarez2005-05-091-2/+1
* Sv_*set() doc's and extra const's for the SvPVX_const() tasksSteve Peters2005-05-091-1/+73
* GCC attributes!Andy Lester2005-05-071-1/+1
* Document the unportability of atan2() edge casesRafael Garcia-Suarez2005-05-041-0/+11
* perlvar.pod verbatim paragraph first line does not start with a spaceOffer Kaye2005-05-041-1/+1
* Sync synopsesRafael Garcia-Suarez2005-05-042-4/+6
* document the internals of exception handlingDave Mitchell2005-05-031-0/+151
* mkdir without arguments now defaults to $_Rafael Garcia-Suarez2005-05-031-1/+4
* [perl #33809] optimize macro dXSARGS Sergey Skvortsov2005-05-031-0/+10
* Clarify the definition of the 'w' pack format, as suggested byRafael Garcia-Suarez2005-05-021-4/+4
* undo pod utilities regression in 24034Craig A. Berry2005-05-022-6/+4
* Small patch to perlport.podSébastien Aperghis-Tramoni2005-04-291-13/+24
* Remove confusing punctuationRafael Garcia-Suarez2005-04-281-1/+1
* Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patchesAndy Lester2005-04-261-4/+4
* Fix typo, noticed by Randal SchwartzRafael Garcia-Suarez2005-04-251-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-213-0/+38
* Add CLONE_SKIP() class method to allow individual classes to skipDave Mitchell2005-04-191-1/+17