| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to | Nicholas Clark | 2005-10-29 | 2 | -27/+30 |
* | sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced | Nicholas Clark | 2005-10-29 | 6 | -63/+60 |
* | All the private implementations of @foo for compilers that can't do | Nicholas Clark | 2005-10-29 | 2 | -139/+135 |
* | [perl #30563] [PATCH] Storable::dclone fails for tied elements | Srezic@Iconmobile.Com | 2005-10-29 | 3 | -2/+29 |
* | sv_utf8_upgrade declares itself to be a mathom, so off it goes. | Nicholas Clark | 2005-10-29 | 2 | -21/+10 |
* | Replace sv_force_normal with a macro that calls sv_force_normal_flags. | Nicholas Clark | 2005-10-29 | 6 | -22/+20 |
* | Replace sv_unref with a macro that calls sv_unref_flags | Nicholas Clark | 2005-10-29 | 6 | -22/+22 |
* | Oops, missed an sv_force_normal() | Steve Peters | 2005-10-29 | 1 | -1/+1 |
* | sv_taint() can easily be replaced by a macro. | Nicholas Clark | 2005-10-29 | 6 | -18/+18 |
* | Change to use sv_force_normal_flags() directly, rather than calling | Steve Peters | 2005-10-29 | 2 | -2/+2 |
* | A terser implementation of S_varname, by using and post-processing | Nicholas Clark | 2005-10-29 | 1 | -21/+13 |
* | Additional mathoms from doio.c | Steve Peters | 2005-10-29 | 2 | -24/+26 |
* | Coverage stats say av_fake() is a mathom too. | Steve Peters | 2005-10-29 | 2 | -22/+22 |
* | gv_fullname3 and gv_efullname3 are definately mathoms. They even say so. | Nicholas Clark | 2005-10-29 | 2 | -12/+12 |
* | Re: [PATCH] predecrement vs postdecrement | Jarkko Hietaniemi | 2005-10-29 | 1 | -1/+1 |
* | gv_fullname and gv_efullname are definately mathoms. | Nicholas Clark | 2005-10-29 | 2 | -16/+16 |
* | perl5db.pl incorrect instructions in termination message | Brendan O'Dea | 2005-10-28 | 1 | -2/+2 |
* | Makefiles like tabs, not spaces. | Steve Peters | 2005-10-28 | 2 | -2/+2 |
* | Add a new file, mathoms.c, to hold old code kept around for binary | Steve Peters | 2005-10-28 | 16 | -270/+328 |
* | Check for changes in IO on CPAN. | Steve Peters | 2005-10-28 | 1 | -1/+1 |
* | gbarr is maintaining IO. | Steve Peters | 2005-10-28 | 1 | -1/+1 |
* | Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files. | Steve Peters | 2005-10-28 | 4 | -0/+32 |
* | Use the return value from sprintf and avoid a call to strlen | Nicholas Clark | 2005-10-28 | 1 | -7/+8 |
* | Re: IO::File performace issue | Gisle Aas | 2005-10-27 | 1 | -8/+4 |
* | Change 25850 failed to include all changed headers | Nicholas Clark | 2005-10-27 | 2 | -0/+6 |
* | Win32 fix for change #25850. I don't know if this define will ever | Steve Peters | 2005-10-27 | 1 | -0/+2 |
* | [patch@25854]vms.c rmsexpand and memmove fixes | John E. Malmberg | 2005-10-26 | 1 | -26/+362 |
* | FAQ sync. | Rafael Garcia-Suarez | 2005-10-26 | 8 | -111/+111 |
* | Symbian: better Series 80 support | Jarkko Hietaniemi | 2005-10-26 | 8 | -105/+245 |
* | Multiple versions of OpenBSD fail this test, not just 3.7. | Steve Peters | 2005-10-26 | 1 | -1/+1 |
* | Re: [PATCH] minor speed-up for pp_push() | Tassilo von Parseval | 2005-10-26 | 1 | -4/+5 |
* | Store the raw bytes of the pid in PL_pidstatus, rather than the | Nicholas Clark | 2005-10-26 | 1 | -10/+10 |
* | [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, n... | Jason Vas Dias | 2005-10-26 | 1 | -2/+7 |
* | Re: [patch@25838]Hopefully the last VMS exit/error fixes needed. | John E. Malmberg | 2005-10-26 | 2 | -37/+76 |
* | Most platforms don't actually need PL_pidstatus, or the associated | Nicholas Clark | 2005-10-26 | 8 | -2/+31 |
* | Back out change #25839, and apply : | John E. Malmberg | 2005-10-25 | 3 | -4/+63 |
* | Code in wait4pid was calling hv_delete with the hash iterator | Nicholas Clark | 2005-10-25 | 1 | -0/+7 |
* | t/TEST should require Time::HiRes only when it uses it. | Rafael Garcia-Suarez | 2005-10-25 | 1 | -2/+2 |
* | Rediff the Makefile.SH patch for cross-compilation. | Rafael Garcia-Suarez | 2005-10-25 | 1 | -53/+59 |
* | Upgrade to Time-HiRes-1.76 | Steve Peters | 2005-10-25 | 5 | -36/+78 |
* | Remove remaining references to mv-if-diff | Rafael Garcia-Suarez | 2005-10-25 | 3 | -31/+24 |
* | Oops. the trick is to edit Makefile.SH | Nicholas Clark | 2005-10-25 | 1 | -0/+1 |
* | remove mv-if-diff | Rafael Garcia-Suarez | 2005-10-25 | 3 | -27/+6 |
* | Replace all the strlen()s related to PL_pidstatus with the return | Nicholas Clark | 2005-10-25 | 1 | -5/+7 |
* | Whoops. The Windows build is going to need to know that this symbol is | Nicholas Clark | 2005-10-25 | 1 | -0/+3 |
* | VMS exit handling still broken, need some help. | John E. Malmberg | 2005-10-25 | 3 | -21/+66 |
* | [patch@25837] Change 25831: sprintf returns the length of the buffer. | John E. Malmberg | 2005-10-25 | 1 | -1/+1 |
* | Backport of changes #25831 and #25832. Re-order needed | Yitzchak Scott-Thoennes | 2005-10-24 | 2 | -83/+91 |
* | Compress::Zlib | Paul Marquess | 2005-10-24 | 7 | -20/+66 |
* | Add my_sprintf, which is usually just a macro for sprintf, for those | Nicholas Clark | 2005-10-24 | 8 | -2/+62 |