| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes to looking-like-number to keep behaviour as it was in 5.005_03. | Mike Guy | 2000-08-11 | 1 | -13/+4 |
* | Revert the sv.c part of #6559, a better fix is needed. | Jarkko Hietaniemi | 2000-08-10 | 1 | -2/+6 |
* | (The fix did work but was not right, retracted in #6573) | Christian Kirsch | 2000-08-09 | 1 | -6/+2 |
* | Make bless(REF, REF) a fatal error, add bless tests. | Hugo van der Sanden | 2000-08-07 | 1 | -1/+4 |
* | Do not upgrade SVs into utf8 just because they participate | Simon Cozens | 2000-07-29 | 1 | -56/+72 |
* | Fix *foo{FORMAT}. | Jarkko Hietaniemi | 2000-07-26 | 1 | -0/+7 |
* | More docs for sv functions. | Jarkko Hietaniemi | 2000-07-15 | 1 | -1/+128 |
* | fix bugs in processing %v-*d and similar format specs (from | Gurusamy Sarathy | 2000-07-12 | 1 | -11/+17 |
* | integrate cfgperl changes#6325..6373 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+3 |
* | integrate cfgperl changes#6252..6260 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -2/+2 |
* | integrate cfgperl changes#6242..6249 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -1/+1 |
* | 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 |