| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | make uninitialized value warnings report opcode | Gurusamy Sarathy | 1999-12-04 | 1 | -0/+1 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -18/+16 |
* | add a synchronous stub fork() for USE_ITHREADS to prove that a simple | Gurusamy Sarathy | 1999-11-15 | 1 | -0/+3 |
* | cosmetic tweaks | Gurusamy Sarathy | 1999-11-14 | 1 | -4/+6 |
* | preliminary support for GVOP indirection via pad | Gurusamy Sarathy | 1999-11-08 | 1 | -0/+1 |
* | preliminary support for perl_clone() (still needs work in | Gurusamy Sarathy | 1999-11-08 | 1 | -0/+12 |
* | remove unused interpreter globals | Gurusamy Sarathy | 1999-10-24 | 1 | -1/+0 |
* | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -0/+1 |
* | queue errors due to strictures rather than printing them as | Gurusamy Sarathy | 1999-09-20 | 1 | -0/+3 |
* | sub : attrlist | Spider Boardman | 1999-08-29 | 1 | -0/+5 |
* | Removed duplicated code (in pp.c and mg.c) by introducing | Jarkko Hietaniemi | 1999-08-19 | 1 | -0/+1 |