summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate changes #9493,9494,9495,9496 from maintperlJarkko Hietaniemi2001-04-011-5/+5
* Noticed that two tests were skipped as perlio:: packageNick Ing-Simmons2001-03-291-2/+6
* Re: perl@9359 breaks HTML::ParserGisle Aas2001-03-271-10/+14
* sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,Jarkko Hietaniemi2001-03-271-1/+3
* More EBCDIC stuff:Nick Ing-Simmons2001-03-201-2/+3
* Integrate mainline.Nick Ing-Simmons2001-03-191-7/+13
|\
| * Integrate change #9233 from maintperl into mainline.Jarkko Hietaniemi2001-03-191-4/+4
| * Integrate change #9197 from maintperl to mainline.Jarkko Hietaniemi2001-03-181-4/+10
* | More EBCDIC fixes.Nick Ing-Simmons2001-03-191-9/+5
|/
* Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when thatNick Ing-Simmons2001-03-181-8/+8
* EBCDIC Fixes.Nick Ing-Simmons2001-03-161-22/+28
* Integrate mainline.Nick Ing-Simmons2001-03-121-1/+4
|\
| * Integrate change #9108 from maintperl to mainline.Jarkko Hietaniemi2001-03-121-1/+4
* | #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.Nick Ing-Simmons2001-03-121-3/+25
|/
* Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.Nick Ing-Simmons2001-03-111-2/+4
* EBCDIC sanity - phase INick Ing-Simmons2001-03-101-9/+5
* Re: [ PATCH perl@8956 ] new debug option -DR shows ref countsDave Mitchell2001-03-091-2/+2
* Re: Unicode/EBCDICPeter Prymmer2001-03-091-0/+4
* Long-standing "defined but not used" SvPVbyte*() are about to get usedNick Ing-Simmons2001-03-051-1/+2
* Re: sync sync sync: have I missed any patches?Tim Jenness2001-02-281-1/+1
* Encode API documentation nd tidy up.Nick Ing-Simmons2001-02-241-7/+32
* Integrate change #8868 from pureperl to mainline.Jarkko Hietaniemi2001-02-211-2/+12
* Put back the #8840, it was innocent.Jarkko Hietaniemi2001-02-211-0/+19
* Don't do casting between pointers pointing to differently sizedJarkko Hietaniemi2001-02-201-2/+6
* Retract the #8838 and #8840 for now because ofJarkko Hietaniemi2001-02-201-19/+0
* [patch] add sv_setref_uvDoug MacEachern2001-02-191-0/+19
* UTF-8 tweaks.Jarkko Hietaniemi2001-02-181-8/+6
* [patch] -WallDoug MacEachern2001-02-171-8/+9
* [patch] GvSHAREDDoug MacEachern2001-02-101-0/+80
* [ID 20010206.010] S_ functions not declared STATICNicholas Clark2001-02-081-1/+1
* Re: [patch] Re: PL_ptr_tableDoug MacEachern2001-02-081-1/+51
* Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669Jarkko Hietaniemi2001-02-011-1/+1
* All the uses of PL_numeric_radix must be protected byOlaf Flebbe2001-01-311-0/+6
* Fix for the fa_IR locale failure. The reason for the failureJarkko Hietaniemi2001-01-301-4/+11
* Signedness nit.Jarkko Hietaniemi2001-01-301-2/+2
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-18/+14
* No point in checking the length before we know whether the pointerJarkko Hietaniemi2001-01-271-5/+6
* Add sv_force_normal() to sv_utf8_downgrade() as suggestedJarkko Hietaniemi2001-01-221-3/+7
* Integrate perlio:Jarkko Hietaniemi2001-01-211-4/+4
|\
| * Fixup after integrate:Nick Ing-Simmons2001-01-211-4/+4
* | Re: 8482 busted for $^V sprintf()s on OS/390 Hugo van der Sanden2001-01-211-7/+5
|/
* Signedness nit plus few memcpy/Copy nits.Jarkko Hietaniemi2001-01-201-4/+4
* Re: new feature: s?printf parameter reordering Hugo van der Sanden2001-01-191-102/+111
* Win32 "safe signals" co-existance fix.Nick Ing-Simmons2001-01-181-2/+9
* Define SIG_SIZE, the number of elements in the sig_name andJarkko Hietaniemi2001-01-171-6/+5
* Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.Nick Ing-Simmons2001-01-161-0/+2
* More UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-01-151-1/+1
* Use UVXf.Jarkko Hietaniemi2001-01-121-3/+3
* -WformatRobin Barker2001-01-121-3/+3
* Re: [ID 20010109.003] Patch 8138 broke a test in libwwwJarkko Hietaniemi2001-01-101-18/+38