summaryrefslogtreecommitdiff
path: root/objXSUB.h
Commit message (Expand)AuthorAgeFilesLines
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-0/+4
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-151-0/+2
* speeding up object creation/destruction 4x timesIlya Zakharevich2000-12-151-0/+4
* This seems to be a stage sane and stable enough to checkin.Jarkko Hietaniemi2000-12-151-2/+0
* faster and 64 bit preserving arithmeticNicholas Clark2000-12-141-0/+2
* Move the proto of start_glob() to a better place; regen api files.Jarkko Hietaniemi2000-12-131-2/+0
* move startglob out of pp_hot.cNicholas Clark2000-12-131-0/+2
* Re: [PATCH] The largest hoax of all times?Ilya Zakharevich2000-12-051-0/+8
* C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-251-0/+4
* Introduce Perl_utf8_length(). Use it.Jarkko Hietaniemi2000-11-181-0/+4
* Change files which are mysteriously different to mainline to beNick Ing-Simmons2000-10-301-1/+1
* Continue the internal UTF-8 API tweaking.Jarkko Hietaniemi2000-10-251-4/+4
* Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.Nick Ing-Simmons2000-09-301-0/+4
* Hash lookup of constant strings optimization:Nick Ing-Simmons2000-09-031-1/+5
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-0/+8
* av.c apidocSimon Cozens2000-07-251-8/+0
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-4/+6
* integrate cfgperl changes#6268..6282 into mainlineGurusamy Sarathy2000-07-111-0/+4
* integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-0/+4
* integrate cfgperl changes#6231..6240 into mainlineGurusamy Sarathy2000-07-111-0/+8
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+4
* adjust change#6299Gurusamy Sarathy2000-07-041-8/+10
* fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-6/+8
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+4
* PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-0/+6
* add rsignal(), whichsig() and do_join() to public API listGurusamy Sarathy2000-04-241-0/+12
* Add newSVuv().Jarkko Hietaniemi2000-03-181-0/+4
* export cv_undef() and cv_const_sv() (mod_perl uses them toGurusamy Sarathy2000-03-171-0/+8
* due to an oversight during PERL_OBJECT migration, hosts createdGurusamy Sarathy2000-03-161-0/+4
* make the is_utf8_*() safe for use on invalid utf8 (they nowGurusamy Sarathy2000-03-131-0/+4
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-081-0/+12
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-0/+2
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+4
* support for version vectors in UNIVERSAL::VERSION(), so thatGurusamy Sarathy2000-02-261-0/+4
* fix missing perl_alloc() declaration under PERL_IMPLICIT_SYSGurusamy Sarathy2000-02-251-1/+0
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-0/+6
* make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-191-0/+16
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+4
* remove outdated -DPURIFY code--it reports bogus errors during globalGurusamy Sarathy2000-02-141-3/+0
* export pregexec(), Tk uses itGurusamy Sarathy2000-02-011-0/+4
* more exported symbols needed for build on windowsGurusamy Sarathy2000-01-281-0/+128
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-2404/+0
* enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-241-806/+3
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-0/+4
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-0/+12
* missing files in previous submitGurusamy Sarathy1999-12-311-0/+2
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-1/+1
* support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-2/+0
* integrate mainline changesGurusamy Sarathy1999-12-121-88/+126
* Resolve mainline before possible hacking operertunity this weekendNick Ing-Simmons1999-10-231-2/+2
|\