1999-09-20 |
Vishal Bhatia |
add arenas for managing allocations of remaining xpv... |
blob | commitdiff |
1999-09-20 |
Gurusamy Sarathy |
queue errors due to strictures rather than printing... |
blob | commitdiff | diff to current |
1999-09-15 |
Gurusamy Sarathy |
addendum to change#4136 (from Robin Barker <rmb1@cise... |
blob | commitdiff | diff to current |
1999-09-12 |
Gurusamy Sarathy |
make sprintf("%g",...) threadsafe; only taint its resul... |
blob | commitdiff | diff to current |
1999-09-07 |
Gurusamy Sarathy |
various fixups for windows |
blob | commitdiff | diff to current |
1999-09-06 |
Gurusamy Sarathy |
applied patch suggested by Hans Mulder to fix problems on |
blob | commitdiff | diff to current |
1999-08-29 |
Spider Boardman |
sub : attrlist |
blob | commitdiff | diff to current |
1999-08-29 |
Gurusamy Sarathy |
deadcode removal |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-08-20 |
Gurusamy Sarathy |
support USE_THREADS+MULTIPLICITY; source compat tweaks for |
blob | commitdiff | diff to current |
1999-08-19 |
Jarkko Hietaniemi |
Removed duplicated code (in pp.c and mg.c) by introducing |
blob | commitdiff | diff to current |
1999-08-10 |
Jarkko Hietaniemi |
Use Pid_t. |
blob | commitdiff | diff to current |
1999-08-10 |
Jarkko Hietaniemi |
Use Mode_t. |
blob | commitdiff | diff to current |
1999-08-10 |
Jarkko Hietaniemi |
Gratuitous uid and gid casts to I32s and ints removed. |
blob | commitdiff | diff to current |
1999-08-03 |
Ilya Zakharevich |
Clarify RE engine code; inline a static function to... |
blob | commitdiff | diff to current |
1999-08-03 |
Spider Boardman |
5_59 configured with -Dd_bincompat5005 can't be made |
blob | commitdiff | diff to current |
1999-08-02 |
Gurusamy Sarathy |
don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is |
blob | commitdiff | diff to current |
1999-08-01 |
Jarkko Hietaniemi |
Integrate with Sarathy. perl.h and util.c required... |
blob | commitdiff | diff to current |
1999-08-01 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-08-01 |
Ilya Zakharevich |
More optimizations to REx engine |
blob | commitdiff | diff to current |
1999-07-29 |
Jarkko Hietaniemi |
Repent and make overly large integerish |
blob | commitdiff | diff to current |
1999-07-27 |
Gurusamy Sarathy |
support -DPERL_BINCOMPAT_5005, still needs a Configure... |
blob | commitdiff | diff to current |
1999-07-27 |
Ilya Zakharevich |
applied suggested patch; added missing prototype changes to |
blob | commitdiff | diff to current |
1999-07-26 |
Chip Salzenberg |
optimize method name lookup |
blob | commitdiff | diff to current |
1999-07-26 |
Stephen McCamant |
allow arrow omission in $foo[10]->('foo') etc. (but... |
blob | commitdiff | diff to current |
1999-07-26 |
Gurusamy Sarathy |
ensure implicitly closed handles don't set $? or $! |
blob | commitdiff | diff to current |
1999-07-25 |
Gurusamy Sarathy |
fix bug in change#3728 that might free COPs prematurely; |
blob | commitdiff | diff to current |
1999-07-17 |
Ilya Zakharevich |
Segfaults if $^P |
blob | commitdiff | diff to current |
1999-07-17 |
Ilya Zakharevich |
make system() return -1 and set $! if exec of child... |
blob | commitdiff | diff to current |
1999-07-12 |
Gurusamy Sarathy |
yet more cleanups of the PERL_OBJECT, MULTIPLICITY... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
more PERL_OBJECT cleanups (changes still untested on... |
blob | commitdiff | diff to current |
1999-07-07 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-07 |
Hugo van der Sanden |
memleak in optimizer |
blob | commitdiff | diff to current |
1999-07-06 |
Jarkko Hietaniemi |
POSIX [[:character class:]] support for standard, locale, |
blob | commitdiff | diff to current |
1999-07-06 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-07-06 |
Ilya Zakharevich |
applied slightly tweaked version of suggested patch for |
blob | commitdiff | diff to current |
1999-07-06 |
Dan Sugalski |
slightly tweaked version of suggested patch |
blob | commitdiff | diff to current |
1999-07-05 |
Jarkko Hietaniemi |
AIX threaded build, plus few more on the side. |
blob | commitdiff | diff to current |
1999-06-27 |
Gurusamy Sarathy |
somewhat untested PERL_OBJECT cleanups (C++isms mostly |
blob | commitdiff | diff to current |
1999-06-17 |
Jarkko Hietaniemi |
Fixed two long-standing locale bugs. |
blob | commitdiff | diff to current |
1999-06-11 |
Gurusamy Sarathy |
various little tweaks; most globals are now in intrpvar... |
blob | commitdiff | diff to current |
1999-06-10 |
Gurusamy Sarathy |
win32 build fixes |
blob | commitdiff | diff to current |
1999-06-09 |
Gurusamy Sarathy |
more complete support for implicit thread/interpreter... |
blob | commitdiff | diff to current |
1999-06-07 |
Gurusamy Sarathy |
initial stub implementation of implicit thread/this |
blob | commitdiff | diff to current |
1999-06-04 |
Gurusamy Sarathy |
clean up some stray "global" symbols |
blob | commitdiff | diff to current |
1999-05-31 |
Gurusamy Sarathy |
fix memory leak in C<eval 'return sub {...}'> |
blob | commitdiff | diff to current |
1999-05-24 |
Gurusamy Sarathy |
redo change#2061 and parts of change#1169 with code... |
blob | commitdiff | diff to current |
1999-05-11 |
Gurusamy Sarathy |
various fixes for clean build and test on win32; config... |
blob | commitdiff | diff to current |
1999-05-10 |
Gurusamy Sarathy |
"weak" references internals, still needs perlguts docum... |
blob | commitdiff | diff to current |
1999-05-10 |
Tom Hughes |
applied suggested patch, with win32 and PERL_OBJECT... |
blob | commitdiff | diff to current |
1999-04-03 |
Gurusamy Sarathy |
grow PL_tmps_stack more efficiently; make it more amena... |
blob | commitdiff | diff to current |
1999-04-03 |
Gurusamy Sarathy |
remove duplicate code and an extra branch in sv_setsv... |
blob | commitdiff | diff to current |
1999-03-08 |
Gurusamy Sarathy |
remove bogus symbols from global.sym |
blob | commitdiff | diff to current |
1999-02-12 |
Gurusamy Sarathy |
fix ops that are not filehandle constructors to not... |
blob | commitdiff | diff to current |
1999-02-07 |
Ilya Zakharevich |
patch for change#2822, done right; add PERL_OBJECT... |
blob | commitdiff | diff to current |
1999-01-17 |
Gurusamy Sarathy |
PERL_OBJECTness for change#2595 |
blob | commitdiff | diff to current |
1999-01-17 |
Gurusamy Sarathy |
PERL_OBJECT tweaks for change#2426 |
blob | commitdiff | diff to current |
1998-12-18 |
root |
Please add no_modify to PERL_POLLUTE |
blob | commitdiff | diff to current |
1998-11-28 |
Ilya Zakharevich |
applied suggested patch with PERL_OBJECT tweaks |
blob | commitdiff | diff to current |
1998-11-22 |
Gurusamy Sarathy |
phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration |
blob | commitdiff | diff to current |
1998-11-17 |
Gurusamy Sarathy |
s/Perl_utf8skip/PL_utf8skip/g |
blob | commitdiff | diff to current |
1998-11-11 |
Gurusamy Sarathy |
provide -DPERL_POLLUTE |
blob | commitdiff | diff to current |
1998-10-30 |
Gurusamy Sarathy |
phase 1 of somewhat major rearrangement of PERL_OBJECT... |
blob | commitdiff | diff to current |
1998-10-06 |
Gurusamy Sarathy |
disable C<#define dirty PL_dirty> et al. |
blob | commitdiff | diff to current |
1998-09-24 |
Gurusamy Sarathy |
remove bogus warn() |
blob | commitdiff | diff to current |
1998-09-23 |
Jarkko Hietaniemi |
5.004_50 or 5.005_02: get rid of interp.sym because... |
blob | commitdiff | diff to current |
1998-07-22 |
Gurusamy Sarathy |
add a few more globals with old names #defined |
blob | commitdiff | diff to current |
1998-07-20 |
Gurusamy Sarathy |
add rsfp_filters and perldb to pollutants list |
blob | commitdiff | diff to current |
1998-07-20 |
Gurusamy Sarathy |
complete s/foo/PL_foo/ changes (all escaped cases ident... |
blob | commitdiff | diff to current |
1998-07-19 |
Nick Ing-Simmons |
PL_ minir tidy up |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ stuff for threads |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
Builds and passes tests with -DMULTIPLICITY and -DCRIPP... |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ prefix to all perlvars, part1 |
blob | commitdiff | diff to current |
1997-12-02 |
Gurusamy Sarathy |
[win32] Revert to keeping (some) constant strings as... |
blob | commitdiff | diff to current |
1997-12-01 |
Nick Ing-Simmons |
Create a struct for all perls globals (as an option) |
blob | commitdiff | diff to current |
1997-11-30 |
Nick Ing-Simmons |
embed.pl now reads *var*.h to do its stuff. |
blob | commitdiff | diff to current |
1997-11-29 |
Nick Ing-Simmons |
Sort out malloc_mutex for perl's malloc |
blob | commitdiff | diff to current |
1996-12-19 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_11 to... |
blob | commitdiff | diff to current |
1996-12-06 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_10 to... |
blob | commitdiff | diff to current |
1996-11-26 |
Chip Salzenberg |
Patch for embed.pl when !EMBED && !MULTIPLICITY |
blob | commitdiff | diff to current |
1996-11-19 |
Perl 5 Porters |
[inseparable changes from patch from perl5.003_07 to... |
blob | commitdiff | diff to current |
1996-07-04 |
Perl 5 Porters |
perl 5.003_01: embed.pl |
blob | commitdiff | diff to current |
1996-03-11 |
Perl 5 Porters |
Make EMBED the default, unless overridden by -DNO_EMBED |
blob | commitdiff | diff to current |
1996-08-19 |
Perl 5 Porters |
Expand warning at the top. |
blob | commitdiff | diff to current |
1996-08-10 |
Larry Wall |
perl 5.003_02: [no incremental changelog available] |
blob | commitdiff | diff to current |
1995-11-20 |
Larry Wall |
5.002 beta 1 |
blob | commitdiff | diff to current |
1995-06-22 |
Andy Dougherty |
This is my patch patch.1m for perl5.001. |
blob | commitdiff | diff to current |
|