summaryrefslogtreecommitdiff
path: root/embed.pl
Commit message (Expand)AuthorAgeFilesLines
...
* | | | integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-1/+2
* | | | integrate cfgperl changes#6231..6240 into mainlineGurusamy Sarathy2000-07-111-5/+16
* | | | integrate cfgperl changes#6224..6229 into mainlineGurusamy Sarathy2000-07-111-9/+12
* | | | integrate cfgperl changes#6220..6222 into mainlineGurusamy Sarathy2000-07-111-2/+2
* | | | integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+2
* | | | integrate cfgperl changes#6174..6203 into mainline (first of several)Gurusamy Sarathy2000-07-111-0/+3
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | VMS fixups so we can build with MULTIPLICITYDan Sugalski2000-06-031-0/+3
* | | adjust change#6299Gurusamy Sarathy2000-07-041-2/+4
| |/ |/|
* | fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-3/+2
|/
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+1
* submit missing embed.pl changeGurusamy Sarathy2000-06-011-1/+1
* change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-0/+1
* PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-0/+3
* add rsignal(), whichsig() and do_join() to public API listGurusamy Sarathy2000-04-241-4/+4
* various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-2/+2
* pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>)Gurusamy Sarathy2000-03-191-1/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-191-0/+1
|\
| * Add newSVuv().Jarkko Hietaniemi2000-03-181-0/+1
* | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out ofGurusamy Sarathy2000-03-191-0/+1
|/
* export cv_undef() and cv_const_sv() (mod_perl uses them toGurusamy Sarathy2000-03-171-2/+2
* add missing bincompat5005 #definesGurusamy Sarathy2000-03-171-0/+3
* due to an oversight during PERL_OBJECT migration, hosts createdGurusamy Sarathy2000-03-161-1/+1
* make the is_utf8_*() safe for use on invalid utf8 (they nowGurusamy Sarathy2000-03-131-0/+1
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-0/+1
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-081-0/+6
* separate options to incpush() for adding version directories andGurusamy Sarathy2000-03-071-1/+1
* 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/+5
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-0/+3
* support for version vectors in UNIVERSAL::VERSION(), so thatGurusamy Sarathy2000-02-261-0/+1
* fix missing perl_alloc() declaration under PERL_IMPLICIT_SYSGurusamy Sarathy2000-02-251-2/+1
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-6/+16
* make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-191-0/+4
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+1
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-1/+0
* remove outdated -DPURIFY code--it reports bogus errors during globalGurusamy Sarathy2000-02-141-5/+0
* avoid mismatched type warningsGurusamy Sarathy2000-02-021-1/+1
* export pregexec(), Tk uses itGurusamy Sarathy2000-02-011-1/+1
* more exported symbols needed for build on windowsGurusamy Sarathy2000-01-281-32/+32
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-516/+715
* force linkage of the function wrappers for globals in change#4878Gurusamy Sarathy2000-01-241-2/+39
* enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-241-25/+45
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-26/+35
* fix deeply nested closures that have no references to lexical inGurusamy Sarathy2000-01-221-0/+1
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-0/+1
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-0/+3
* usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-021-4/+4
* missing files in previous submitGurusamy Sarathy1999-12-311-5/+7
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-2/+2
* integrate mainline changesGurusamy Sarathy1999-12-121-76/+178