1999-12-09 |
Gurusamy Sarathy |
avoid mismatched expectation <-> int types for C++... |
blob | commitdiff |
1999-12-08 |
Gurusamy Sarathy |
apply change#4618 again along with Ilya's patch to... |
blob | commitdiff | diff to current |
1999-12-08 |
Gurusamy Sarathy |
introduce save_I8() for saving byte values |
blob | commitdiff | diff to current |
1999-12-07 |
Gurusamy Sarathy |
typos in change#4660 |
blob | commitdiff | diff to current |
1999-12-06 |
Gurusamy Sarathy |
tweaks for building with -DUSE_ITHREADS on !WIN32 platf... |
blob | commitdiff | diff to current |
1999-12-04 |
Gurusamy Sarathy |
make uninitialized value warnings report opcode |
blob | commitdiff | diff to current |
1999-12-03 |
Gurusamy Sarathy |
revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:... |
blob | commitdiff | diff to current |
1999-12-02 |
Ilya Zakharevich |
applied suggested patch with prototype changes |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
more complete pseudo-fork() support for Windows |
blob | commitdiff | diff to current |
1999-11-16 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-15 |
Gurusamy Sarathy |
add a synchronous stub fork() for USE_ITHREADS to prove... |
blob | commitdiff | diff to current |
1999-11-15 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
1999-11-14 |
Jarkko Hietaniemi |
Ilya's "hopscotch" patch, reworked by Ilya to fit. |
blob | commitdiff | diff to current |
1999-11-14 |
Gurusamy Sarathy |
tweak for win32 build |
blob | commitdiff | diff to current |
1999-11-14 |
Gurusamy Sarathy |
cosmetic tweaks |
blob | commitdiff | diff to current |
1999-11-08 |
Gurusamy Sarathy |
preliminary support for GVOP indirection via pad |
blob | commitdiff | diff to current |
1999-11-08 |
Gurusamy Sarathy |
preliminary support for perl_clone() (still needs work in |
blob | commitdiff | diff to current |
1999-11-04 |
Gurusamy Sarathy |
remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore |
blob | commitdiff | diff to current |
1999-10-27 |
Jarkko Hietaniemi |
Integrate with Sarathy; manual resolve on regcomp.c... |
blob | commitdiff | diff to current |
1999-10-26 |
Gurusamy Sarathy |
warnings and const violations identified by compiling... |
blob | commitdiff | diff to current |
1999-10-26 |
Jarkko Hietaniemi |
Revert #4457 for more investigation. |
blob | commitdiff | diff to current |
1999-10-26 |
Jarkko Hietaniemi |
Add getmnt() to nosuid checking. |
blob | commitdiff | diff to current |
1999-10-25 |
Ilya Zakharevich |
Remove the last regnode<==>char* |
blob | commitdiff | diff to current |
1999-10-24 |
Gurusamy Sarathy |
remove unused interpreter globals |
blob | commitdiff | diff to current |
1999-10-14 |
Gurusamy Sarathy |
avoid inefficiency in change#3386 (every longjmp()... |
blob | commitdiff | diff to current |
1999-10-10 |
Gurusamy Sarathy |
revert SAVEDESTRUCTOR() to accepting void(*)(void*... |
blob | commitdiff | diff to current |
1999-09-28 |
Gurusamy Sarathy |
remove doubled new_xpv |
blob | commitdiff | diff to current |
1999-09-20 |
Vishal Bhatia |
add arenas for managing allocations of remaining xpv... |
blob | commitdiff | diff to current |
1999-09-20 |
Gurusamy Sarathy |
queue errors due to strictures rather than printing... |
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-08-29 |
Spider Boardman |
sub : attrlist |
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-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 |
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-06-02 |
Gurusamy Sarathy |
remove _() non-ansism |
blob | commitdiff | diff to current |
1999-06-02 |
Gurusamy Sarathy |
integrate cfgperl contents into mainline |
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-28 |
Tom Hughes |
ByteLoader mark 2 |
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-13 |
Jarkko Hietaniemi |
Still fflushing strong. |
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-11 |
Chip Salzenberg |
gutsupport for C++ exceptions |
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 |
Ilya Zakharevich |
Re: [PATCH 5.005_56] Make open(F,"command |") return... |
blob | commitdiff | diff to current |
1999-05-10 |
Tom Hughes |
applied suggested patch, with win32 and PERL_OBJECT... |
blob | commitdiff | diff to current |
1999-05-05 |
Charles Bailey |
applied non-conflicting parts of suggested patch |
blob | commitdiff | diff to current |
1999-04-26 |
Gurusamy Sarathy |
allow embedded null characters in diagnostics |
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-25 |
Gurusamy Sarathy |
fix a few places that said 'int', but meant 'STRLEN' |
blob | commitdiff | diff to current |
1999-02-28 |
Gurusamy Sarathy |
fix longstanding bug: searches for lexicals originating... |
blob | commitdiff | diff to current |
1999-02-15 |
Gurusamy Sarathy |
add const qualifier to most char* prototypes, handle... |
blob | commitdiff | diff to current |
1999-02-14 |
Jan Dubois |
provide SvPV_nolen(sv) to avoid use of PL_na |
blob | commitdiff | diff to current |
1999-02-12 |
Jan Dubois |
remove OVERLOAD conditionals |
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-08 |
Gurusamy Sarathy |
make safesysmalloc() etc., always available; safemalloc... |
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 |
1999-01-17 |
Gurusamy Sarathy |
change#2572 is not applicable; undo, retaining scan_bin... |
blob | commitdiff | diff to current |
1999-01-06 |
Jan Dubois |
Based on |
blob | commitdiff | diff to current |
1998-12-31 |
Wilson P. Snyder II |
REV2: Binary number support |
blob | commitdiff | diff to current |
1998-11-28 |
Ilya Zakharevich |
regcolors |
blob | commitdiff | diff to current |
1998-11-28 |
Ilya Zakharevich |
applied suggested patch with PERL_OBJECT tweaks |
blob | commitdiff | diff to current |
1998-11-27 |
Jan Dubois |
add ext/Devel/Peek |
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-08 |
Gurusamy Sarathy |
integrate changes#2120,2168,2218 from maint-5.005; |
blob | commitdiff | diff to current |
1998-10-30 |
Jarkko Hietaniemi |
Integrate from mainperl. |
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-29 |
Jarkko Hietaniemi |
Pure bison yylex() proto was broken. |
blob | commitdiff | diff to current |
next |