summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] @+, @- readonlyMike Guy2000-08-141-0/+4
* Essential prototype changes were missing from #6527.Jarkko Hietaniemi2000-08-051-4/+4
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-0/+8
* The swallow_bom() saga continues. The #23 of require.tJarkko Hietaniemi2000-07-311-2/+2
* typos in change#6399, regen headersGurusamy Sarathy2000-07-141-4/+0
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-4/+10
* integrate cfgperl changes#6268..6282 into mainlineGurusamy Sarathy2000-07-111-0/+12
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-111-32/+28
* integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-0/+4
* integrate cfgperl changes#6231..6240 into mainlineGurusamy Sarathy2000-07-111-8/+8
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+4
* adjust change#6299Gurusamy Sarathy2000-07-041-8/+14
* fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-10/+8
* 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
* usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-021-4/+4
* missing files in previous submitGurusamy Sarathy1999-12-311-0/+6
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-7/+7
* integrate mainline changesGurusamy Sarathy1999-12-121-39/+188
* Resolve utfperl branch against mainline as of _62Nick Ing-Simmons1999-10-161-18/+22
|\
| * avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-1/+1
| * revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-0/+4
| * some compatibility macros were bustedGurusamy Sarathy1999-10-041-17/+17
* | Incremental merge of mainlineNick Ing-Simmons1999-10-021-2/+109
|\ \ | |/
| * remove doubled new_xpvGurusamy Sarathy1999-09-281-4/+0
| * PERL_POLLUTE isn't required for bincompat, so don't enableGurusamy Sarathy1999-09-271-1/+0
| * add arenas for managing allocations of remaining xpv*v structuresVishal Bhatia1999-09-201-0/+100
| * queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-1/+13
| * addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)Gurusamy Sarathy1999-09-151-2/+2