| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the grok_number and its lieutenant grok_numeric_radix | Jarkko Hietaniemi | 2001-06-10 | 1 | -0/+2 |
* | APIfy op_clear | Simon Cozens | 2001-06-03 | 1 | -0/+1 |
* | Re: [ID 20010529.006] String plus zero inconsistent across platforms | Hugo van der Sanden | 2001-06-01 | 1 | -0/+1 |
* | [patch] Cwd.xs optimizations/abstraction | Doug MacEachern | 2001-06-01 | 1 | -0/+2 |
* | Re: 5.6.*, bleadperl: bugs in pp_concat | Hugo van der Sanden | 2001-05-26 | 1 | -0/+6 |
* | Regen headers for #10221. | Jarkko Hietaniemi | 2001-05-26 | 1 | -0/+1 |
* | Change PL_numeric_radix to PL_numeric_radix_sv (and leave in | Jarkko Hietaniemi | 2001-04-30 | 1 | -0/+3 |
* | Integrate changes #9584,9587 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-06 | 1 | -0/+1 |
* | Generated files. | Nick Ing-Simmons | 2001-03-24 | 1 | -0/+1 |
* | Integrate change #9154 from maintperl to mainline. | Jarkko Hietaniemi | 2001-03-14 | 1 | -0/+1 |
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -3/+6 |
* | Put back the #8840, it was innocent. | Jarkko Hietaniemi | 2001-02-21 | 1 | -0/+1 |
* | Retract the #8838 and #8840 for now because of | Jarkko Hietaniemi | 2001-02-20 | 1 | -1/+0 |
* | [patch] add sv_setref_uv | Doug MacEachern | 2001-02-19 | 1 | -0/+1 |
* | Generated files form 8713 etc. | Nick Ing-Simmons | 2001-02-08 | 1 | -0/+2 |
* | Patch from Inaba Hiroto: | Jarkko Hietaniemi | 2001-01-28 | 1 | -0/+1 |
* | Fixup after integrate: | Nick Ing-Simmons | 2001-01-21 | 1 | -0/+1 |
* | Integrate mainline. | Nick Ing-Simmons | 2000-12-19 | 1 | -0/+2 |
* | Various oddities p4 diff -se showed up | Nick Ing-Simmons | 2000-12-07 | 1 | -0/+2 |
* | C<foreach my $x ...> in pseudo-fork()ed process may diddle | Gurusamy Sarathy | 2000-11-25 | 1 | -0/+1 |
* | diff -se shows these as different | Nick Ing-Simmons | 2000-11-19 | 1 | -0/+1 |
* | Add non-blocking thread doneness checking | Dan Sugalski | 2000-10-25 | 1 | -1/+1 |
* | Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075. | Nick Ing-Simmons | 2000-09-30 | 1 | -0/+1 |
* | Hash lookup of constant strings optimization: | Nick Ing-Simmons | 2000-09-03 | 1 | -0/+1 |
* | Regen global.sym. | Jarkko Hietaniemi | 2000-08-08 | 1 | -0/+2 |
* | av.c apidoc | Simon Cozens | 2000-07-25 | 1 | -2/+0 |
* | Fix the BOM bug: not a byteorder bug, a signedness bug. | Jarkko Hietaniemi | 2000-07-14 | 1 | -0/+5 |
* | Win32 patches for cfgperl from Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -1/+1 |
* | adjust change#6299 | Gurusamy Sarathy | 2000-07-04 | 1 | -2/+2 |
* | fix memory leak on Windows (PL_sys_intern contents were never | Gurusamy Sarathy | 2000-07-04 | 1 | -1/+2 |
* | fix large memory leak that has been around for ever, masked by | Gurusamy Sarathy | 2000-07-04 | 1 | -0/+1 |
* | PL_sys_intern was being initialized too late on windows | Gurusamy Sarathy | 2000-05-11 | 1 | -0/+1 |
* | add rsignal(), whichsig() and do_join() to public API list | Gurusamy Sarathy | 2000-04-24 | 1 | -0/+3 |
* | Add newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -0/+1 |
* | export cv_undef() and cv_const_sv() (mod_perl uses them to | Gurusamy Sarathy | 2000-03-17 | 1 | -0/+2 |
* | due to an oversight during PERL_OBJECT migration, hosts created | Gurusamy Sarathy | 2000-03-16 | 1 | -0/+1 |
* | make the is_utf8_*() safe for use on invalid utf8 (they now | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+1 |
* | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+3 |
* | support for list assignment to pseudohashes (from John Tobey | Gurusamy Sarathy | 2000-03-03 | 1 | -0/+1 |
* | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -0/+2 |
* | support for version vectors in UNIVERSAL::VERSION(), so that | Gurusamy Sarathy | 2000-02-26 | 1 | -0/+1 |
* | make comparisons promote to utf8 as necessary (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+4 |
* | provide malloc stats via get_mstats() (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+1 |
* | export pregexec(), Tk uses it | Gurusamy Sarathy | 2000-02-01 | 1 | -0/+1 |
* | more exported symbols needed for build on windows | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+32 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -219/+0 |
* | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 1 | -0/+1 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 1 | -0/+3 |
* | change#4721 needed line number adjustments | Gurusamy Sarathy | 1999-12-28 | 1 | -0/+10 |
* | introduce save_I8() for saving byte values | Gurusamy Sarathy | 1999-12-08 | 1 | -0/+1 |