summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
...
* support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-061-0/+54
* change#4970 fallout for useithreadsGurusamy Sarathy2000-02-041-0/+4
* avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)Gurusamy Sarathy2000-02-041-3/+3
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-3/+5
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-21/+34
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+550
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-1/+1
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-1/+1
* sv_true() has a superfluous testGurusamy Sarathy2000-01-201-2/+1
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-1/+1
* disable optimization in change#3612 for join() and quotemeta()--thisGurusamy Sarathy2000-01-021-0/+1
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-4/+0
* Windows build tweaksGurusamy Sarathy1999-12-281-0/+60
* support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-2/+3
* integrate mainline changesGurusamy Sarathy1999-12-121-102/+1709
* sv_vcatpvfn() bug: fell through to assuming intsize of 'q' forGurusamy Sarathy1999-10-221-5/+8
* 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