| Commit message (Expand) | Author | Age | Files | Lines |
* | fix large memory leak that has been around for ever, masked by | Gurusamy Sarathy | 2000-07-04 | 1 | -40/+150 |
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -0/+6 |
* | fork() failure to create pseudo process sets errno=EAGAIN and returns | Gurusamy Sarathy | 2000-05-08 | 1 | -1/+1 |
* | concat doesn't preserve utf8-ness, and doesn't invalidate | Gurusamy Sarathy | 2000-05-07 | 1 | -3/+6 |
* | reverse() and quotemeta() weren't preserving utf8-ness; add tests | Gurusamy Sarathy | 2000-05-07 | 1 | -5/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-04 | 1 | -8/+3 |
|\ |
|
| * | change#5905 wasn't quite right--it's intent only applies when arguments | Gurusamy Sarathy | 2000-05-04 | 1 | -7/+2 |
| * | change#5921 neglected to make eq honor "use bytes" | Gurusamy Sarathy | 2000-05-04 | 1 | -1/+1 |
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-30 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern) | Gurusamy Sarathy | 2000-04-30 | 1 | -0/+1 |
* | | Do not warn that an infinity does not look like a number. | Jarkko Hietaniemi | 2000-04-28 | 1 | -14/+32 |
|/ |
|
* | destructive sv_setsv() can lose UV-ness from source, causing | Gurusamy Sarathy | 2000-04-28 | 1 | -6/+6 |
* | numeric conversion of non-number in change#3378 tramples on | Gurusamy Sarathy | 2000-04-28 | 1 | -3/+3 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 1 | -4/+13 |
* | Fix for "[ID 20000329.080] quad printing does not work as documented", | Jarkko Hietaniemi | 2000-03-31 | 1 | -0/+5 |
* | fix misplaced OP refcount for eval root | Gurusamy Sarathy | 2000-03-23 | 1 | -2/+5 |
* | clone awareness for change#5847 | Gurusamy Sarathy | 2000-03-21 | 1 | -0/+3 |
* | Add newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -0/+19 |
* | make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN" | Gurusamy Sarathy | 2000-03-17 | 1 | -0/+1 |
* | add missing locks for op refcounts | Gurusamy Sarathy | 2000-03-08 | 1 | -4/+0 |
* | type mismatch | Gurusamy Sarathy | 2000-03-07 | 1 | -1/+1 |
* | avoid coredump on C<printf "%vd"> | Gurusamy Sarathy | 2000-03-07 | 1 | -0/+7 |
* | thinko in change#4546 that caused variables to lose their importedness | Gurusamy Sarathy | 2000-03-05 | 1 | -4/+4 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -19/+8 |
* | A patch on #5407. | Jarkko Hietaniemi | 2000-03-02 | 1 | -1/+1 |
* | A further patch from Spider Boardman for long doubleness. | Jarkko Hietaniemi | 2000-03-01 | 1 | -2/+3 |
* | Couple of math functions need to be Perl_ so that | Jarkko Hietaniemi | 2000-03-01 | 1 | -1/+1 |
* | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -3/+3 |
* | avoid compiler warnings (from Dan Sugalski) | Gurusamy Sarathy | 2000-02-27 | 1 | -2/+2 |
* | propagate utf8ness in sv_setsv() (from Gisle Aas) | Gurusamy Sarathy | 2000-02-27 | 1 | -0/+5 |
* | More UTF8_MAXLEN fixes | Gisle Aas | 2000-02-24 | 1 | -1/+1 |
* | type mismatch | Gurusamy Sarathy | 2000-02-21 | 1 | -4/+4 |
* | generalize "%v" format into a flag for any integral format type: | Gurusamy Sarathy | 2000-02-21 | 1 | -60/+82 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -11/+6 |
* | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+3 |
* | char vs U8 warnings | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
* | s/croak/Perl_croak/ | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+1 |
* | make comparisons promote to utf8 as necessary (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 1 | -9/+182 |
* | fix memory leak in C<$x = *Y> provoked by change#4198, which | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+9 |
* | fix small interpreter leaks identified by Purify | Gurusamy Sarathy | 2000-02-14 | 1 | -38/+79 |
* | notes about running Purify | Gurusamy Sarathy | 2000-02-14 | 1 | -1/+1 |
* | remove outdated -DPURIFY code--it reports bogus errors during global | Gurusamy Sarathy | 2000-02-14 | 1 | -171/+4 |
* | more purification (pp_require() could access free memory; vdie() | Gurusamy Sarathy | 2000-02-13 | 1 | -1/+1 |
* | sprintf("%v"...) buffer resizing busted | Gurusamy Sarathy | 2000-02-07 | 1 | -6/+9 |
* | makefiles now use exetype.pl to make wperl.exe | Gurusamy Sarathy | 2000-02-07 | 1 | -1/+1 |
* | remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...) | Gurusamy Sarathy | 2000-02-07 | 1 | -1/+1 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | support sprintf("v%v", v1.2.3) (works on any string argument, in | Gurusamy Sarathy | 2000-02-06 | 1 | -0/+54 |
* | change#4970 fallout for useithreads | Gurusamy Sarathy | 2000-02-04 | 1 | -0/+4 |
* | avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>) | Gurusamy Sarathy | 2000-02-04 | 1 | -3/+3 |