summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Re: Auto-incrementing tied scalar causes SEGVGraham Barr1998-10-251-4/+4
* remove FAST_SV_GETS remnant (as suggested by Gisle Aas)Gurusamy Sarathy1998-10-251-4/+0
* utf8 substr can access memory outside PVX bufferGisle Aas1998-10-171-0/+4
* skip readonly vars and unref references when doing a reset()Gurusamy Sarathy1998-10-171-2/+8
* use Off_t to permit 64-bit seek()Scott Henry1998-10-021-1/+1
* serial access to PL_x[inpr]v_root for USE_THREADSGurusamy Sarathy1998-09-251-39/+47
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-0/+6
* various tweaks: fix signed vs. unsigned problems that prevented C++Gurusamy Sarathy1998-08-101-13/+13
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-20/+38
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-37/+37
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-081-2/+16
|\
| * support OE/MVSJarkko Hietaniemi1998-08-021-0/+14
| * Remove redundant dTHRAndy Dougherty1998-08-021-1/+0
| * ensure implicit close on local(*FH) doesn't affect $! and thence $?Gurusamy Sarathy1998-08-021-1/+2
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-1/+103
|/
* disable malloced_size() feedback with -DLEAKTESTIlya Zakharevich1998-07-211-1/+1
* Merge MainlineNick Ing-Simmons1998-07-191-6/+2
|\
| * sv_gets() did not NUL-terminate SV when reading recordsGisle Aas1998-07-191-6/+2
* | PL_ stuff for threadsNick Ing-Simmons1998-07-181-9/+9
* | PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-140/+140
|/
* fix lvalue leaks stemming from failure to free LvTARG(sv)Gurusamy Sarathy1998-07-181-1/+3
* add stub docs for ext/B, other minor tweaksGurusamy Sarathy1998-07-151-1/+1
* dont use sv_dump() in -DD diagnosticGisle Aas1998-07-151-1/+1
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-4/+27
* add a few more PURIFY guardsGurusamy Sarathy1998-07-131-2/+2
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-0/+1
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-111-2/+3
* manually apply patch with a dependency on unapplied patchIlya Zakharevich1998-07-091-4/+12
* Faster copying from SvIV/SvNVs in sv_setsv()Gisle Aas1998-07-081-9/+33
* Remove some rendundant SvOOK_on testsGisle Aas1998-07-081-7/+1
* Re: Inconsistent arithmetics on refsStephen McCamant1998-07-071-4/+10
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-3/+3
* patch to remove assumptions about offset of IV being == sizeof(XPV)Stephen McCamant1998-07-051-4/+4
* avoid race condition (storing ptr to SV before incrementing itsGurusamy Sarathy1998-07-051-4/+1
* various small tweaks (still fails a few taint tests in {taint,locale}.t)Gurusamy Sarathy1998-07-041-1/+1
* fixes for mortalization bug in xsubpp, other efficiency tweaksJoshua Pritikin1998-07-041-14/+17
* PUSHSTACK renovationJoshua Pritikin1998-06-281-2/+2
* IV changes for long long (was Re: 5.004_68 on its way to the CPAN)Stephen McCamant1998-06-281-11/+11
* tweak order of destruction so OBJECTs in GLOBs are visited after thoseGurusamy Sarathy1998-06-251-3/+2
* applied patch, regen headersIlya Zakharevich1998-06-231-1/+9
* backout change#1178 as it was dependent on an unapplied patch,Gurusamy Sarathy1998-06-221-1/+1
* print study /re/ brokenIlya Zakharevich1998-06-211-1/+1
* back out problematic change#1105, tweak perlsub.podGurusamy Sarathy1998-06-181-1/+0
* fix memory leaks and uninitialized memory accesses found by PurifyGurusamy Sarathy1998-06-181-9/+9
* back out change#1111 and add alternative patch:Ilya Zakharevich1998-06-111-2/+15
* Applied patch, followed by tweaks to *.sym and `perl embed.pl`Ilya Zakharevich1998-06-101-0/+1
* Mangled patch, needed hand-tweaks, along with binmode for rs.t:Hans Mulder1998-06-101-0/+25
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-291-71/+12
|\
| * [win32] misc changesGurusamy Sarathy1998-05-291-77/+6
| * [win32] merge changes#1014,1038 from maintbranchGurusamy Sarathy1998-05-291-2/+2