summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-301-0/+1
|\
| * unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)Gurusamy Sarathy2000-04-301-0/+1
* | Do not warn that an infinity does not look like a number.Jarkko Hietaniemi2000-04-281-14/+32
|/
* destructive sv_setsv() can lose UV-ness from source, causingGurusamy Sarathy2000-04-281-6/+6
* numeric conversion of non-number in change#3378 tramples onGurusamy Sarathy2000-04-281-3/+3
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-241-4/+13
* Fix for "[ID 20000329.080] quad printing does not work as documented",Jarkko Hietaniemi2000-03-311-0/+5
* fix misplaced OP refcount for eval rootGurusamy Sarathy2000-03-231-2/+5
* clone awareness for change#5847Gurusamy Sarathy2000-03-211-0/+3
* Add newSVuv().Jarkko Hietaniemi2000-03-181-0/+19
* make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN"Gurusamy Sarathy2000-03-171-0/+1
* add missing locks for op refcountsGurusamy Sarathy2000-03-081-4/+0
* type mismatchGurusamy Sarathy2000-03-071-1/+1
* avoid coredump on C<printf "%vd">Gurusamy Sarathy2000-03-071-0/+7
* thinko in change#4546 that caused variables to lose their importednessGurusamy Sarathy2000-03-051-4/+4
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-19/+8
* A patch on #5407.Jarkko Hietaniemi2000-03-021-1/+1
* A further patch from Spider Boardman for long doubleness.Jarkko Hietaniemi2000-03-011-2/+3
* Couple of math functions need to be Perl_ so thatJarkko Hietaniemi2000-03-011-1/+1
* 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