summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* fix typos in change#4288Gurusamy Sarathy1999-10-061-1/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-061-40/+11
|\
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-40/+11
* | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-2/+1
|/
* add arenas for managing allocations of remaining xpv*v structuresVishal Bhatia1999-09-201-19/+375
* More descriptive names for operators.Michael G. Schwern1999-09-171-3/+5
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-131-9/+44
|\
| * add -DPERL_Y2KWARN build option that will generate additionalGurusamy Sarathy1999-09-131-0/+13
| * make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-9/+31
* | Replace change #4100 withRobin Barker1999-09-131-12/+12
* | Remove ill-designed %B introduced by change #4111.Jarkko Hietaniemi1999-09-091-2/+1
* | %#b in particular and %B in general were kaputt.Jarkko Hietaniemi1999-09-091-2/+5
|/
* Fix pointer casts.Robin Barker1999-09-071-12/+12
* Fix a printf thinko: now quads must have the ll L q prefix.Jarkko Hietaniemi1999-09-071-23/+3
* Warn about numconvert.t in case somebodyJarkko Hietaniemi1999-09-041-0/+3
* deadcode removalGurusamy Sarathy1999-08-291-7/+1
* More paranoia.Jarkko Hietaniemi1999-08-161-1/+4
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-161-25/+5
* 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