summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/Steve Peters2006-07-105-73/+20
* perlhack: more portability musingsJarkko Hietaniemi2006-07-101-19/+71
* examples in the core documentationGabor Szabo2006-07-101-1/+11
* Add Russ Allbery's public domain implementations of strlcat andSteve Peters2006-07-106-0/+71
* Add a macro to remove duplicated codeSADAHIRO Tomoyuki2006-07-101-24/+10
* Fix a signed/unsigned warningRafael Garcia-Suarez2006-07-101-1/+1
* Pod cleanup in Shell.pmRafael Garcia-Suarez2006-07-101-0/+6
* Even Jarkko's patches should go in only onceAndy Lester2006-07-101-221/+0
* Skip tests of a POSIX constant on Mac OS X because saved IDs are borkedDominic Dunlop2006-07-101-4/+8
* Clear up test based on line number differences between the core and theSteve Peters2006-07-101-1/+1
* Tweak for Jarkko's addition to perlhack, suggested by Yves.Nicholas Clark2006-07-091-1/+1
* Hmmm...patch didn't warn about rejects in tbt_01basic.t.Steve Peters2006-07-091-9/+19
* some coding guidelines/tips to perlhack (+ one perltodo)Jarkko Hietaniemi2006-07-092-2/+444
* perlhack.podJarkko Hietaniemi2006-07-091-10/+156
* Upgrade to Test-Simple-0.63Steve Peters2006-07-098-72/+142
* Integrate mkppport. All ppport.h files in the core will nowMarcus Holland-Moritz2006-07-0914-24835/+232
* Macroize vast tracks of duplicated code in regexec.cYves Orton2006-07-081-508/+220
* optimisation for File::Spec::abs2rel where both args are relativeBrendan O'Dea2006-07-081-1/+7
* perl5db.pl: read full lines from remote socketBrendan O'Dea2006-07-081-3/+7
* Making encoding::warnings lexical is to-done.Steve Peters2006-07-081-2/+1
* Skip some POSIX tests when the thing they are testing is unimplementedYves Orton2006-07-082-9/+22
* Upgrade to Devel::PPPort 3.09Marcus Holland-Moritz2006-07-0811-88/+471
* Update Audrey Tang's email throughout various files.Steve Peters2006-07-083-4/+4
* POSIX test improvements on True64Jarkko Hietaniemi2006-07-083-15/+94
* Upgrade to encoding-warnings-0.10Steve Peters2006-07-084-24/+78
* Test scripts for I18N::Langinfo and POSIXSébastien Aperghis-Tramoni2006-07-074-15/+139
* Re: Dual life for Shell.pmAdriano Ferreira2006-07-072-86/+111
* threads 1.34 - state methodsJerry D. Hedden2006-07-078-12/+412
* More escaping in the REYves Orton2006-07-073-83/+51
* Fix the implementation of list assignment to state().Rafael Garcia-Suarez2006-07-073-13/+31
* The state() implementation is not yet perfect. Check in a new todo testRafael Garcia-Suarez2006-07-061-1/+16
* Error in the formulation of the new warning, spotted by Dominic DunlopRafael Garcia-Suarez2006-07-061-1/+1
* Add a new warning, "State variable %s will be reinitialized"Rafael Garcia-Suarez2006-07-063-4/+37
* Upgrade to Module-Build-0.2801.Steve Peters2006-07-0611-152/+338
* Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.Steve Peters2006-07-065-379/+418
* Document state() variables in perlsubRafael Garcia-Suarez2006-07-061-1/+44
* Alphabetizing function names in perlfunc lists.Steve Peters2006-07-061-7/+6
* Mention state variables in perldiag. Add switch-related keywordsRafael Garcia-Suarez2006-07-063-8/+35
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-0610-54/+215
* Implement handling of state variables in list assignmentRafael Garcia-Suarez2006-07-054-6/+16
* Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the leftRafael Garcia-Suarez2006-07-052-4/+38
* Adjust test count after introducing new constants in POSIXRafael Garcia-Suarez2006-07-051-1/+1
* Add constants needed for recvmsg()/sendmsg() support.Steve Peters2006-07-051-1/+2
* Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.Steve Peters2006-07-051-0/+5
* Add a TODO test for list assignment to a list of state variables.Rafael Garcia-Suarez2006-07-051-1/+19
* Don't add extra warning flags for gcc versions < 3.Rafael Garcia-Suarez2006-07-051-0/+1
* Make the distclean target remove lib/Hash correctlyRafael Garcia-Suarez2006-07-051-2/+2
* RE: [PATCH] threads 1.33Jerry D. Hedden2006-07-051-3/+9
* fix signed/unsigned nit in reentr.cCraig A. Berry2006-07-041-1/+1
* fix type mismatch warning caused by return statement lurking in DIE macroCraig A. Berry2006-07-041-1/+1