| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug where tmpsv would be null after the return of the | Artur Bergman | 2002-05-12 | 1 | -3/+5 |
* | Explicit casts due to #16542. | Jarkko Hietaniemi | 2002-05-11 | 1 | -1/+1 |
* | [PATCH] Re: perl@16433 | Yitzchak Scott-Thoennes | 2002-05-08 | 1 | -1/+3 |
* | delete inaccurate comment | Dave Mitchell | 2002-05-04 | 1 | -3/+0 |
* | manual integrate of change#16332 from maint-5.6 branch | Gurusamy Sarathy | 2002-05-02 | 1 | -1/+7 |
* | Remove sv_setpviv{_,mg}; regen perlapi. | Jarkko Hietaniemi | 2002-05-01 | 1 | -38/+0 |
* | remove macroized bincompat functions | Dave Mitchell | 2002-05-01 | 1 | -132/+0 |
* | More VC5-induced casting found by Nikola Knezevic. | Jarkko Hietaniemi | 2002-04-27 | 1 | -1/+1 |
* | fix typo that caused pseudo-fork() crashes on win64 (we were only | Gurusamy Sarathy | 2002-04-26 | 1 | -1/+1 |
* | -Wformat cleanups from Robin Barker. | Jarkko Hietaniemi | 2002-04-25 | 1 | -1/+1 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -17/+19 |
* | Windows 64-bit support: | Gurusamy Sarathy | 2002-04-21 | 1 | -0/+19 |
* | 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 |