summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Add Configure -Duselongdouble and add a missing semicolon.Jarkko Hietaniemi1999-08-121-1/+1
* Long double patches from Dan Sugalski.Jarkko Hietaniemi1999-08-111-5/+5
* Retract #3912, much too many compilation warningsJarkko Hietaniemi1999-08-031-14/+14
* (Retracted). See #3913.Sven Verdoolaege1999-08-031-14/+14
* Fix printf %D %U %O for quads.Jarkko Hietaniemi1999-08-021-0/+12
* More 64-bit fixing. One known bug of that kindJarkko Hietaniemi1999-08-021-4/+15
* Fix printf %d when IV is quad.Jarkko Hietaniemi1999-08-021-0/+20
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-23/+68
* make reset() behave with high-bit charactersIan Phillipps1999-07-261-3/+3
* ensure implicitly closed handles don't set $? or $!Gurusamy Sarathy1999-07-261-1/+1
* cache [NIUP]V conversions of defined READONLY valuesIlya Zakharevich1999-07-181-66/+29
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-4/+4
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-16/+42
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-58/+72
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-2/+2
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-7/+18
* bug in change#3602 (cpp conditionals not allowed inside macro args)Gurusamy Sarathy1999-07-061-22/+28
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-40/+63
* EPOC port to Psion5.Olaf Flebbe1999-06-271-0/+8
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-35/+42
* win32 build fixesGurusamy Sarathy1999-06-101-1/+1
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-93/+155
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-159/+133
* remove _() non-ansismGurusamy Sarathy1999-06-021-19/+19
* remove stray K&R-ismsGurusamy Sarathy1999-06-021-13/+7
* 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
|\