summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* keep eval"" CVs alive until the end of the statement in whichGurusamy Sarathy2001-04-061-0/+4
* integrate changes#8306,8532 from mainline (missing USE_PURE_BISONGurusamy Sarathy2001-03-221-10/+3
* integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainlineGurusamy Sarathy2001-03-191-0/+8
* PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYSGurusamy Sarathy2001-03-141-0/+3
* fix memory leak in C<sub X { sub {} }> arising from a refcountGurusamy Sarathy2001-03-121-4/+0
* Integrate changes #8883,8884 from mainline to maintperl.Jarkko Hietaniemi2001-02-221-10/+0
* Integrate changes #8373,8487,8544,8783 from mainline.Jarkko Hietaniemi2001-02-131-0/+10
* integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,Gurusamy Sarathy2001-01-301-0/+8
* Missing generated files from #8598.Jarkko Hietaniemi2001-01-301-0/+4
* get PERL_OBJECT build going again on windowsGurusamy Sarathy2001-01-301-8/+8
* Integrate changes #8378,8379,8385,8386,8405 from mainline.Jarkko Hietaniemi2001-01-281-0/+4
* Integrate changes #7355[-doio.c],7691,7744,7753[perlio],Jarkko Hietaniemi2001-01-271-0/+4
* integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,Gurusamy Sarathy2000-12-181-0/+4
* integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,Gurusamy Sarathy2000-12-181-7/+7
* integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,Andreas König2000-12-181-5/+5
* integrate changes#7858,7986 from mainlineGurusamy Sarathy2000-12-181-0/+4
* integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,Gurusamy Sarathy2000-12-181-1/+5
* integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,Gurusamy Sarathy2000-12-171-0/+8
* integrate changes#6613..6616,6620..6665 from mainlineGurusamy Sarathy2000-11-271-0/+4
* integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,Gurusamy Sarathy2000-11-271-6/+14
* integrate changes#6392,6394..6399,6401..6404Hugo van der Sanden2000-11-201-4/+0
* integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,Barrie Slaymaker2000-11-201-4/+14
* integrate changes#6268..6282 from cfgperl branchGurusamy Sarathy2000-11-201-0/+12
* integrate changes#6252..6256,6259..6260Gurusamy Sarathy2000-11-201-32/+28
* integrate changes#6240,6242..6246,6248,6249 from cfgperlGurusamy Sarathy2000-11-201-0/+4
* integrate changes#6233..6238 from cfgperlGurusamy Sarathy2000-11-201-8/+8
* integrate changes#6207..6210 from cfgperlDan Sugalski2000-10-161-0/+4
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+4
* change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-0/+4
* PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-0/+10
* update ChangesGurusamy Sarathy2000-03-191-0/+4
* Use the newSVuv().Jarkko Hietaniemi2000-03-181-0/+4
* add missing bincompat5005 #definesGurusamy Sarathy2000-03-171-0/+3
* make the is_utf8_*() safe for use on invalid utf8 (they nowGurusamy Sarathy2000-03-131-0/+4
* support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"Gurusamy Sarathy2000-03-091-0/+8
* abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-081-0/+12
* 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/+6
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+16
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-0/+6
* 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-3/+0
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-7/+41
* 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
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-4/+0
* remove outdated -DPURIFY code--it reports bogus errors during globalGurusamy Sarathy2000-02-141-17/+0
* fix deeply nested closures that have no references to lexical inGurusamy Sarathy2000-01-221-0/+4
* 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