summaryrefslogtreecommitdiff
path: root/embed.pl
Commit message (Expand)AuthorAgeFilesLines
* make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-0/+1
* revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)Gurusamy Sarathy1999-12-031-9/+0
* applied suggested patch with prototype changesIlya Zakharevich1999-12-021-0/+9
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-011-0/+1
|\
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-161-0/+3
| |\
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-11-151-9/+16
| |\ \
| * | | Ilya's "hopscotch" patch, reworked by Ilya to fit.Jarkko Hietaniemi1999-11-141-0/+1
* | | | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-76/+137
| |_|/ |/| |
* | | add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-151-0/+3
| |/ |/|
* | tweak for win32 buildGurusamy Sarathy1999-11-141-0/+1
* | cosmetic tweaksGurusamy Sarathy1999-11-141-9/+15
|/
* preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-0/+1
* preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-0/+17
* remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-1/+1
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-4/+3
|\
| * warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-3/+3
| * remove unused interpreter globalsGurusamy Sarathy1999-10-241-1/+0
* | Revert #4457 for more investigation.Jarkko Hietaniemi1999-10-261-1/+1
* | Add getmnt() to nosuid checking.Jarkko Hietaniemi1999-10-261-1/+1
* | Remove the last regnode<==>char*Ilya Zakharevich1999-10-251-1/+1
|/
* avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-2/+4
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-1/+2
* update perldelta for change#3406Gurusamy Sarathy1999-10-101-0/+1
* some compatibility macros were bustedGurusamy Sarathy1999-10-041-17/+17
* remove doubled new_xpvGurusamy Sarathy1999-09-281-1/+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/+25
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-2/+7
* addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)Gurusamy Sarathy1999-09-151-2/+2
* make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-2/+2
* various fixups for windowsGurusamy Sarathy1999-09-071-4/+0
* applied patch suggested by Hans Mulder to fix problems onGurusamy Sarathy1999-09-061-2/+8
* sub : attrlistSpider Boardman1999-08-291-1/+13
* deadcode removalGurusamy Sarathy1999-08-291-4/+2
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-08-201-6/+6
|\
| * Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-0/+1
| * Use Pid_t.Jarkko Hietaniemi1999-08-101-2/+2
| * Use Mode_t.Jarkko Hietaniemi1999-08-101-2/+2
| * Gratuitous uid and gid casts to I32s and ints removed.Jarkko Hietaniemi1999-08-101-2/+2
| * Clarify RE engine code; inline a static function to a macro;Ilya Zakharevich1999-08-031-1/+0
| * 5_59 configured with -Dd_bincompat5005 can't be madeSpider Boardman1999-08-031-1/+3
| * Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-2/+3
* | support USE_THREADS+MULTIPLICITY; source compat tweaks forGurusamy Sarathy1999-08-201-70/+45
* | don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC isGurusamy Sarathy1999-08-021-1/+3
* | integrate cfgperl contents into mainlineGurusamy Sarathy1999-08-011-3/+3
|\ \ | |/
| * Repent and make overly large integerishJarkko Hietaniemi1999-07-291-3/+3
* | More optimizations to REx engineIlya Zakharevich1999-08-011-2/+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/+3
* optimize method name lookupChip Salzenberg1999-07-261-0/+1