summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* apply change#4618 again along with Ilya's patch to fix bugsGurusamy Sarathy1999-12-081-0/+28
* introduce save_I8() for saving byte valuesGurusamy Sarathy1999-12-081-0/+4
* typos in change#4660Gurusamy Sarathy1999-12-071-3/+3
* tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;Gurusamy Sarathy1999-12-061-0/+6
* make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-0/+4
* revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)Gurusamy Sarathy1999-12-031-28/+0
* applied suggested patch with prototype changesIlya Zakharevich1999-12-021-0/+28
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-011-0/+4
|\
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-161-0/+12
| |\
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-11-151-16/+22
| |\ \
| * | | Ilya's "hopscotch" patch, reworked by Ilya to fit.Jarkko Hietaniemi1999-11-141-0/+4
* | | | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-38/+63
| |_|/ |/| |
* | | add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-151-0/+12
| |/ |/|
* | tweak for win32 buildGurusamy Sarathy1999-11-141-0/+4
* | cosmetic tweaksGurusamy Sarathy1999-11-141-16/+18
|/
* preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-0/+4
* preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-0/+60
* remove unused interpreter globalsGurusamy Sarathy1999-10-241-4/+0
* 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
* 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
* 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
* Segfaults if $^PIlya Zakharevich1999-07-171-4/+4
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-0/+4
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-26/+79
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-109/+0
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-071-0/+4
|\
| * memleak in optimizerHugo van der Sanden1999-07-071-0/+8
| * applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-0/+8
* | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-0/+80
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-0/+8
|/