summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it toNicholas Clark2005-10-292-27/+30
* sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replacedNicholas Clark2005-10-296-63/+60
* All the private implementations of @foo for compilers that can't doNicholas Clark2005-10-292-139/+135
* [perl #30563] [PATCH] Storable::dclone fails for tied elementsSrezic@Iconmobile.Com2005-10-293-2/+29
* sv_utf8_upgrade declares itself to be a mathom, so off it goes.Nicholas Clark2005-10-292-21/+10
* Replace sv_force_normal with a macro that calls sv_force_normal_flags.Nicholas Clark2005-10-296-22/+20
* Replace sv_unref with a macro that calls sv_unref_flagsNicholas Clark2005-10-296-22/+22
* Oops, missed an sv_force_normal()Steve Peters2005-10-291-1/+1
* sv_taint() can easily be replaced by a macro.Nicholas Clark2005-10-296-18/+18
* Change to use sv_force_normal_flags() directly, rather than callingSteve Peters2005-10-292-2/+2
* A terser implementation of S_varname, by using and post-processingNicholas Clark2005-10-291-21/+13
* Additional mathoms from doio.cSteve Peters2005-10-292-24/+26
* Coverage stats say av_fake() is a mathom too.Steve Peters2005-10-292-22/+22
* gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.Nicholas Clark2005-10-292-12/+12
* Re: [PATCH] predecrement vs postdecrementJarkko Hietaniemi2005-10-291-1/+1
* gv_fullname and gv_efullname are definately mathoms.Nicholas Clark2005-10-292-16/+16
* perl5db.pl incorrect instructions in termination messageBrendan O'Dea2005-10-281-2/+2
* Makefiles like tabs, not spaces.Steve Peters2005-10-282-2/+2
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-2816-270/+328
* Check for changes in IO on CPAN.Steve Peters2005-10-281-1/+1
* gbarr is maintaining IO.Steve Peters2005-10-281-1/+1
* Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.Steve Peters2005-10-284-0/+32
* Use the return value from sprintf and avoid a call to strlenNicholas Clark2005-10-281-7/+8
* Re: IO::File performace issueGisle Aas2005-10-271-8/+4
* Change 25850 failed to include all changed headersNicholas Clark2005-10-272-0/+6
* Win32 fix for change #25850. I don't know if this define will everSteve Peters2005-10-271-0/+2
* [patch@25854]vms.c rmsexpand and memmove fixesJohn E. Malmberg2005-10-261-26/+362
* FAQ sync.Rafael Garcia-Suarez2005-10-268-111/+111
* Symbian: better Series 80 supportJarkko Hietaniemi2005-10-268-105/+245
* Multiple versions of OpenBSD fail this test, not just 3.7.Steve Peters2005-10-261-1/+1
* Re: [PATCH] minor speed-up for pp_push()Tassilo von Parseval2005-10-261-4/+5
* Store the raw bytes of the pid in PL_pidstatus, rather than theNicholas Clark2005-10-261-10/+10
* [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, n...Jason Vas Dias2005-10-261-2/+7
* Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.John E. Malmberg2005-10-262-37/+76
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-268-2/+31
* Back out change #25839, and apply :John E. Malmberg2005-10-253-4/+63
* Code in wait4pid was calling hv_delete with the hash iteratorNicholas Clark2005-10-251-0/+7
* t/TEST should require Time::HiRes only when it uses it.Rafael Garcia-Suarez2005-10-251-2/+2
* Rediff the Makefile.SH patch for cross-compilation.Rafael Garcia-Suarez2005-10-251-53/+59
* Upgrade to Time-HiRes-1.76Steve Peters2005-10-255-36/+78
* Remove remaining references to mv-if-diffRafael Garcia-Suarez2005-10-253-31/+24
* Oops. the trick is to edit Makefile.SHNicholas Clark2005-10-251-0/+1
* remove mv-if-diffRafael Garcia-Suarez2005-10-253-27/+6
* Replace all the strlen()s related to PL_pidstatus with the returnNicholas Clark2005-10-251-5/+7
* Whoops. The Windows build is going to need to know that this symbol isNicholas Clark2005-10-251-0/+3
* VMS exit handling still broken, need some help.John E. Malmberg2005-10-253-21/+66
* [patch@25837] Change 25831: sprintf returns the length of the buffer.John E. Malmberg2005-10-251-1/+1
* Backport of changes #25831 and #25832. Re-order neededYitzchak Scott-Thoennes2005-10-242-83/+91
* Compress::ZlibPaul Marquess2005-10-247-20/+66
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-248-2/+62