summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-3/+3
* avoid compiler warnings (from Dan Sugalski)Gurusamy Sarathy2000-02-271-2/+2
* propagate utf8ness in sv_setsv() (from Gisle Aas)Gurusamy Sarathy2000-02-271-0/+5
* More UTF8_MAXLEN fixesGisle Aas2000-02-241-1/+1
* type mismatchGurusamy Sarathy2000-02-211-4/+4
* generalize "%v" format into a flag for any integral format type:Gurusamy Sarathy2000-02-211-60/+82
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-11/+6
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-1/+3
* char vs U8 warningsGurusamy Sarathy2000-02-191-2/+2
* s/croak/Perl_croak/Gurusamy Sarathy2000-02-191-1/+1
* make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-191-9/+182
* fix memory leak in C<$x = *Y> provoked by change#4198, whichGurusamy Sarathy2000-02-151-0/+9
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-38/+79
* notes about running PurifyGurusamy Sarathy2000-02-141-1/+1
* remove outdated -DPURIFY code--it reports bogus errors during globalGurusamy Sarathy2000-02-141-171/+4
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-1/+1
* sprintf("%v"...) buffer resizing bustedGurusamy Sarathy2000-02-071-6/+9
* makefiles now use exetype.pl to make wperl.exeGurusamy Sarathy2000-02-071-1/+1
* remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)Gurusamy Sarathy2000-02-071-1/+1
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* 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