summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* avoid creating spurious subroutine stubs on failed subroutineGurusamy Sarathy1999-05-111-0/+3
* "weak" references internals, still needs perlguts documentationGurusamy Sarathy1999-05-101-3/+75
* Self-consistent numeric conversion againIlya Zakharevich1999-05-101-117/+376
* Re: Using existing memory for an SV's PV Jan Dubois1999-05-101-3/+11
* add test case for change#3298Gurusamy Sarathy1999-05-021-3/+3
* close directory handles properly when localizedGurusamy Sarathy1999-05-021-0/+6
* avoid duplicate codeGurusamy Sarathy1999-04-031-90/+66
* grow PL_tmps_stack more efficiently; make it more amenable toGurusamy Sarathy1999-04-031-18/+6
* remove duplicate code and an extra branch in sv_setsv() andGurusamy Sarathy1999-04-031-56/+15
* fix a few places that said 'int', but meant 'STRLEN'Gurusamy Sarathy1999-03-251-1/+1
* avoid typeglob persistence in pp_readline()Gurusamy Sarathy1999-03-231-1/+7
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* improved error message [PATCH _55] [RESEND]Joshua Pritikin1999-02-241-6/+8
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-13/+13
* provide SvPV_nolen(sv) to avoid use of PL_naJan Dubois1999-02-141-0/+18
* remove OVERLOAD conditionalsJan Dubois1999-02-121-33/+10
* make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to letGurusamy Sarathy1999-02-081-1/+1
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-011-11/+7
* REV2: Binary number supportWilson P. Snyder II1998-12-311-0/+12
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-4/+6
* backout change#2334Gurusamy Sarathy1998-11-291-1/+1
* s/Regexp/re/ and clarify policy on lowercased object namespacesGurusamy Sarathy1998-11-281-1/+1
* integrate change#2315 from maint-5.005Gurusamy Sarathy1998-11-271-6/+11
* add ext/Devel/PeekJan Dubois1998-11-271-420/+0
* Integrate from mainperl.Jarkko Hietaniemi1998-11-051-0/+1
|\
| * another POPSTACK victimGurusamy Sarathy1998-11-051-0/+1
* | (IV) vs (I32) vs I_V()Jarkko Hietaniemi1998-11-031-1/+1
|/
* bump patchlevel; other minor fixes for clean build and test onGurusamy Sarathy1998-10-311-0/+1
* Overloaded <> and deref againIlya Zakharevich1998-10-301-0/+3
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-58/+54
* 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
|/