| Commit message (Expand) | Author | Age | Files | Lines |
* | my $utf8here, our $utf8here, and package variable $utf8here. | Jarkko Hietaniemi | 2002-04-16 | 1 | -0/+2 |
* | Fully qualify in warning message the name of a subroutine redefined | Rafael Garcia-Suarez | 2002-04-07 | 1 | -2/+3 |
* | Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH) | Jeffrey Friedl | 2002-03-28 | 1 | -0/+35 |
* | In the spirit of #15464. | Jarkko Hietaniemi | 2002-03-24 | 1 | -4/+2 |
* | tidy sv.[ch] after CRIPPLED_CC removal | Dave Mitchell | 2002-03-23 | 1 | -21/+40 |
* | Purify: Unitialized memory read. Too many code paths | Jarkko Hietaniemi | 2002-03-23 | 1 | -1/+1 |
* | Fix for "UTF-8 bug with s///" from Hugo. | Jarkko Hietaniemi | 2002-03-20 | 1 | -0/+1 |
* | For DEBUGGING threaded builds. | Jarkko Hietaniemi | 2002-03-18 | 1 | -0/+6 |
* | Avoid overwrite of un-allocated memory when SvCUR > SvLEN | Nick Ing-Simmons | 2002-03-17 | 1 | -5/+7 |
* | HP-UX gcc 3 warnings found by Sarathy. | Jarkko Hietaniemi | 2002-03-16 | 1 | -11/+11 |
* | Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode} | Jarkko Hietaniemi | 2002-03-11 | 1 | -0/+9 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -14/+14 |
* | Renaming tweaks, and split off the reentrant "superbuffer" | Jarkko Hietaniemi | 2002-03-10 | 1 | -2/+1 |
* | Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not... | Anton Tagunov | 2002-03-08 | 1 | -44/+29 |
* | As suggested by Anton Tagunov, eq and cmp now obey the | Jarkko Hietaniemi | 2002-03-07 | 1 | -29/+82 |
* | Retract #14985, #14899, and #14990, following the principles | Jarkko Hietaniemi | 2002-03-07 | 1 | -22/+59 |
* | sv_cmp and friends | Ilya Zakharevich | 2002-03-04 | 1 | -59/+22 |
* | Re: [PATCH] Re: Copying PV only with possible UTF-8 characters | John Peacock | 2002-02-25 | 1 | -1/+3 |
* | SvSetSV() is not returnable, but that's okay since | Jarkko Hietaniemi | 2002-02-25 | 1 | -3/+3 |
* | Re: Copying PV only with possible UTF-8 characters | John Peacock | 2002-02-24 | 1 | -0/+37 |
* | Re: Prototype checking on assignment of coderef to typeglob | Rafael Garcia-Suarez | 2002-02-22 | 1 | -2/+3 |
* | Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data. | Nick Ing-Simmons | 2002-02-03 | 1 | -0/+3 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-25 | 1 | -23/+1 |
* | Nearly-working threads re-structuring. Do not integrate, | Nick Ing-Simmons | 2002-01-19 | 1 | -17/+20 |
* | Split out core of sv_magic() into sv_magicext(). | Nick Ing-Simmons | 2002-01-18 | 1 | -69/+113 |
* | Integrate rest of mainline | Nick Ing-Simmons | 2002-01-15 | 1 | -14/+16 |
|\ |
|
| * | Move the UTF-8 conversion code earlier so that | Jarkko Hietaniemi | 2002-01-13 | 1 | -14/+16 |
| * | Grow the buffer in case Unicode caused size changes | Jarkko Hietaniemi | 2002-01-13 | 1 | -3/+3 |
* | | Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds! | Nick Ing-Simmons | 2002-01-14 | 1 | -5/+18 |
|/ |
|
* | Integrate perlio: | Jarkko Hietaniemi | 2002-01-12 | 1 | -71/+44 |
|\ |
|
| * | Abstract out the cloning of SvPVX and handle shared pv in a | Nick Ing-Simmons | 2002-01-12 | 1 | -71/+44 |
* | | Fix for | Andreas König | 2002-01-11 | 1 | -13/+35 |
|/ |
|
* | malloc() things must be free()d, not Safefree()d (bug in change#11280 | Gurusamy Sarathy | 2002-01-11 | 1 | -3/+4 |
* | PL_debug_pad wasn't initialized to zeroes which broke | Jarkko Hietaniemi | 2002-01-06 | 1 | -1/+2 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+4 |
* | Avoid un-init perl_debug_pad in clones | Nick Ing-Simmons | 2002-01-02 | 1 | -0/+1 |
* | Correct checking code which Ilya spotted was tripped by CR at EOF. | Nick Ing-Simmons | 2001-12-22 | 1 | -1/+5 |
* | Re: [ID 20011213.001] Segfault with overload and Test | Hugo van der Sanden | 2001-12-19 | 1 | -1/+1 |
* | %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha | Jarkko Hietaniemi | 2001-12-18 | 1 | -9/+9 |
* | Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes | Nick Ing-Simmons | 2001-12-18 | 1 | -2/+2 |
* | Silence compiler worries found by Schwern/Digital cc. | Jarkko Hietaniemi | 2001-12-14 | 1 | -2/+2 |
* | Fix odd language in an sv.c comment | coral@eekeek.org | 2001-12-08 | 1 | -3/+3 |
* | Retract #11156 since Sarathy has found that it breaks code: | Jarkko Hietaniemi | 2001-12-08 | 1 | -3/+3 |
* | shared hash keys and ++/-- | Nicholas Clark | 2001-12-03 | 1 | -0/+4 |
* | Really define do_report_used() only if DEBUGGING. | Jarkko Hietaniemi | 2001-11-20 | 1 | -2/+3 |
* | Protect sv_dump() from being included unless DEBUGGING, | Jarkko Hietaniemi | 2001-11-19 | 1 | -0/+4 |
* | Allow dup'ing of PerlIO::Scalar etc. | Nick Ing-Simmons | 2001-11-18 | 1 | -4/+4 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -3/+3 |
* | A potential recursion breaker. | Jarkko Hietaniemi | 2001-11-10 | 1 | -1/+1 |
* | Tweak for Cray-friendliness from Nicholas Clark. | Jarkko Hietaniemi | 2001-11-07 | 1 | -1/+1 |