summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Re-integrate mainlineNick Ing-Simmons1999-09-181-2/+42
|/
* various fixups for windowsGurusamy Sarathy1999-09-071-10/+0
* applied patch suggested by Hans Mulder to fix problems onGurusamy Sarathy1999-09-061-2/+8
* optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-0/+4
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+4
* sub : attrlistSpider Boardman1999-08-291-1/+43
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-0/+4
* Integrate with Nick.Jarkko Hietaniemi1999-08-091-5/+3
|\
| * don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC isGurusamy Sarathy1999-08-021-1/+3
|/
* support -DPERL_BINCOMPAT_5005, still needs a Configure testGurusamy Sarathy1999-07-271-2/+29
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-0/+4
* optimize method name lookupChip Salzenberg1999-07-261-0/+12
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-261-4/+0
* ensure implicitly closed handles don't set $? or $!Gurusamy Sarathy1999-07-261-1/+1
* fix bug in change#3728 that might free COPs prematurely;Gurusamy Sarathy1999-07-251-0/+4
* applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-0/+4