summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak for Cray-friendliness from Nicholas Clark.Jarkko Hietaniemi2001-11-071-1/+1
* Ugly bandaid to stop C<package;> from segfaulting (remember toAbhijit Menon-Sen2001-11-031-4/+15
* Unicode: add ToFold mapping. Not used yet; but basicallyJarkko Hietaniemi2001-11-021-0/+1
* Extend the effect of the encoding pragma to chr() and ord().Jarkko Hietaniemi2001-10-311-1/+1
* More documentation for the encode pragma.Jarkko Hietaniemi2001-10-311-1/+2
* Thinko in #12783.Jarkko Hietaniemi2001-10-311-1/+1
* Make sv_recode_to_utf8() a real API: the encodingJarkko Hietaniemi2001-10-311-35/+40
* Enable -Mencoding=foobar also for string literals.Jarkko Hietaniemi2001-10-311-28/+48
* Add the encoding pragma to control the "upgrade"Jarkko Hietaniemi2001-10-281-21/+49
* Make the "isn't numeric" warning to show Unicode as Unicode.Jarkko Hietaniemi2001-10-231-49/+58
* Change #12607 introduced a bug, seems like some MAGICAL SVsArtur Bergman2001-10-231-1/+5
* Call setmagic on the referent we are blessing.Artur Bergman2001-10-231-0/+2
* Convert rest of PerlIO's memory tables to per-interp and add clone functionsNick Ing-Simmons2001-10-211-2/+2
* PerlIO layer table as PL_perlio (per-interpreter)Nick Ing-Simmons2001-10-211-1/+4
* Fix gross win32 build issuesNick Ing-Simmons2001-10-191-1/+2
* Builds under ithreads (but fails all threads tests)Nick Ing-Simmons2001-10-161-13/+13
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-10/+10
* Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]Andy Dougherty2001-10-121-2/+9
* Fixes coredump introduced by 11755 and 11790. Thanks to Doug forArtur Bergman2001-09-171-4/+10
* [patch] ithreads+PL_beginav_saveDoug MacEachern2001-09-151-0/+1
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-4/+10
* may be uninitialized warning forperl@12003Robin Barker2001-09-121-2/+2
* PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barfJohn Peacock2001-09-101-11/+16
* Silence some more warnings INT2PTR.Artur Bergman2001-09-101-2/+2
* Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPSArtur Bergman2001-09-101-0/+2
* Re: [ID 20010825.006] -DCRIPPLED_CC is brokenNicholas Clark2001-09-051-0/+13
* integrate change#11847 from maint-5.6Gurusamy Sarathy2001-09-031-1/+1
* Rename the variable: it *used* to be (wrongly) that theJarkko Hietaniemi2001-09-021-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-45/+11
* pass all tests when compiling with -DNO_PERL_PRESERVE_IVUVNicholas Clark2001-08-291-3/+7
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-4/+4
* Custom OpsSimon Cozens2001-08-271-8/+8
* New try for ID 20010407.006: detach the semanticsJarkko Hietaniemi2001-08-181-0/+1
* Let perl_clone copy PL_exit_flagsArtur Bergman2001-08-171-0/+1
* removing sv.c warnings on VC++5.0Nikola Knezevic2001-08-141-0/+2
* warning in sv.c: double format, NV argPhilip Newton2001-08-051-4/+4
* Re: [patch] rid "Scalars leaked" from perl_cloneDoug MacEachern2001-08-041-0/+5
* Re: [patch] refcount re opsAbhijit Menon-Sen2001-08-041-1/+2
* [patch] refcount re opsDoug MacEachern2001-08-041-0/+3
* [patch] plug PL_cshname leakDoug MacEachern2001-08-031-1/+1
* [patch] plug PL_sh_path leakDoug MacEachern2001-08-031-1/+1
* [PATCH] -Wall cleanup: op.cRichard Soderberg2001-08-021-1/+1
* Pluggable optimizerSimon Cozens2001-08-011-0/+3
* Re: [PATCH sv.c] mortal doc thinkoDave Mitchell2001-07-311-6/+9
* re_dupRadu Greab2001-07-161-9/+9
* Re: [patch] re_dupAbhijit Menon-Sen2001-07-131-1/+1
* [patch] re_dupDoug MacEachern2001-07-131-1/+1
* Re: [PATCH] Re: Memory corruption? Read-only $_?Abhijit Menon-Sen2001-07-131-5/+2
* Remove unicode::distinct, as per Inaba Hiroto.Jarkko Hietaniemi2001-07-131-9/+1
* Re: Memory corruption? Read-only $_?Abhijit Menon-Sen2001-07-121-2/+12