summaryrefslogtreecommitdiff
path: root/embed.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-261-1/+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/+1
* Segfaults if $^PIlya Zakharevich1999-07-171-1/+1
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-0/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-45/+147
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-45/+171
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-071-0/+1
|\
| * memleak in optimizerHugo van der Sanden1999-07-071-0/+1
| * applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-0/+4
| * slightly tweaked version of suggested patchDan Sugalski1999-07-061-11/+11
* | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-1/+20
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-11/+15
|/
* AIX threaded build, plus few more on the side.Jarkko Hietaniemi1999-07-051-2/+0
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-40/+74
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-0/+4
* various little tweaks; most globals are now in intrpvar.h, ninterpsGurusamy Sarathy1999-06-111-1/+1
* win32 build fixesGurusamy Sarathy1999-06-101-15/+9
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-305/+1416
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-1/+21
* clean up some stray "global" symbolsGurusamy Sarathy1999-06-041-4/+0
* fix memory leak in C<eval 'return sub {...}'>Gurusamy Sarathy1999-05-311-0/+1
* redo change#2061 and parts of change#1169 with code in theGurusamy Sarathy1999-05-241-0/+1
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-2/+7
* "weak" references internals, still needs perlguts documentationGurusamy Sarathy1999-05-101-0/+2
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-101-0/+1
* grow PL_tmps_stack more efficiently; make it more amenable toGurusamy Sarathy1999-04-031-1/+0
* remove duplicate code and an extra branch in sv_setsv() andGurusamy Sarathy1999-04-031-1/+0
* remove bogus symbols from global.symGurusamy Sarathy1999-03-081-2/+7
* fix ops that are not filehandle constructors to not create GV if itGurusamy Sarathy1999-02-121-0/+1
* patch for change#2822, done right; add PERL_OBJECT stuff; regen headersIlya Zakharevich1999-02-071-0/+1
* PERL_OBJECTness for change#2595Gurusamy Sarathy1999-01-171-0/+5
* PERL_OBJECT tweaks for change#2426Gurusamy Sarathy1999-01-171-0/+1
* Please add no_modify to PERL_POLLUTEroot1998-12-181-0/+1
* applied suggested patch with PERL_OBJECT tweaksIlya Zakharevich1998-11-281-0/+1
* phase 2 of PERL_OBJECT cleanup; objXSUB.h autogenerationGurusamy Sarathy1998-11-221-6/+72
* s/Perl_utf8skip/PL_utf8skip/gGurusamy Sarathy1998-11-171-10/+0
* provide -DPERL_POLLUTEGurusamy Sarathy1998-11-111-1/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-35/+256
* disable C<#define dirty PL_dirty> et al.Gurusamy Sarathy1998-10-061-1/+1
* remove bogus warn()Gurusamy Sarathy1998-09-241-4/+3
* 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs itJarkko Hietaniemi1998-09-231-7/+0
* add a few more globals with old names #definedGurusamy Sarathy1998-07-221-0/+7
* add rsfp_filters and perldb to pollutants listGurusamy Sarathy1998-07-201-0/+2
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-0/+2
* PL_ minir tidy upNick Ing-Simmons1998-07-191-0/+24
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-3/+2