1998-11-29 |
Gurusamy Sarathy |
another threads reliability fix: serialize writes to... |
blob | commitdiff |
1998-11-29 |
Gurusamy Sarathy |
various fixes for race conditions under threads: mutex... |
blob | commitdiff | diff to current |
1998-11-28 |
Gurusamy Sarathy |
make $1 et al readonly under threads; make C<undef... |
blob | commitdiff | diff to current |
1998-11-26 |
Gurusamy Sarathy |
fix C<if (...) { package Foo; ... }> misoptimization... |
blob | commitdiff | diff to current |
1998-11-17 |
Gurusamy Sarathy |
allow C<sort $coderef @foo> |
blob | commitdiff | diff to current |
1998-11-14 |
Gurusamy Sarathy |
catch a neophyte trap: open(<FH>), close(<FH>) etc. |
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-25 |
Gurusamy Sarathy |
avoid bogus line number in XSUB redefined warnings |
blob | commitdiff | diff to current |
1998-10-23 |
Larry Wall |
Program with utf8 identifiers fails to compile |
blob | commitdiff | diff to current |
1998-10-21 |
Gurusamy Sarathy |
restore sanity to "constant" references |
blob | commitdiff | diff to current |
1998-10-17 |
Jarkko Hietaniemi |
Integrate mainperl. |
blob | commitdiff | diff to current |
1998-10-17 |
Gurusamy Sarathy |
stray typo found by Hugo van der Sanden |
blob | commitdiff | diff to current |
1998-10-16 |
Gurusamy Sarathy |
integrate cfgperl mods into mainline |
blob | commitdiff | diff to current |
1998-10-16 |
Gurusamy Sarathy |
stray tweak |
blob | commitdiff | diff to current |
1998-10-15 |
Gurusamy Sarathy |
propagate typeness of lexicals while cloning them |
blob | commitdiff | diff to current |
1998-10-15 |
Gurusamy Sarathy |
s/last/first/ typo in append_list() |
blob | commitdiff | diff to current |
1998-10-15 |
Gurusamy Sarathy |
check in all confperl changes as of change#1964 into... |
blob | commitdiff | diff to current |
1998-10-15 |
Gurusamy Sarathy |
tweak to make fix in change#1944 behave correctly for... |
blob | commitdiff | diff to current |
1998-10-13 |
Gurusamy Sarathy |
change#1614 merely disabled earlier fix (doh!); undo... |
blob | commitdiff | diff to current |
1998-10-13 |
Gurusamy Sarathy |
ensure recursive attempts to findlex()icals know enough... |
blob | commitdiff | diff to current |
1998-10-06 |
Gurusamy Sarathy |
fix globals caught by change#1927; builds and tests... |
blob | commitdiff | diff to current |
1998-10-06 |
Hugo van der Sanden |
use cpp symbols instead of hardwired constants |
blob | commitdiff | diff to current |
1998-10-03 |
Gurusamy Sarathy |
make C<use> recognize C<require> overrides; allow C... |
blob | commitdiff | diff to current |
1998-09-24 |
Gurusamy Sarathy |
two tweaks for clean build and test on Solaris |
blob | commitdiff | diff to current |
1998-09-23 |
Gurusamy Sarathy |
warn on C<my($foo,$foo)> |
blob | commitdiff | diff to current |
1998-09-23 |
Gurusamy Sarathy |
better diagnostic for do{} used as lvalue |
blob | commitdiff | diff to current |
1998-09-23 |
Gurusamy Sarathy |
silence redefined warning for XS(INIT) {} |
blob | commitdiff | diff to current |
1998-09-07 |
Larry Wall |
index() applied BM optimization to wrong argument |
blob | commitdiff | diff to current |
1998-09-05 |
Larry Wall |
tr/// logic was hosed under utf8 |
blob | commitdiff | diff to current |
1998-09-05 |
Larry Wall |
index() applied BM optimization to wrong argument |
blob | commitdiff | diff to current |
1998-08-10 |
Gurusamy Sarathy |
various tweaks: fix signed vs. unsigned problems that... |
blob | commitdiff | diff to current |
1998-08-09 |
Gurusamy Sarathy |
add missing dTHR; notes for test failures due to small... |
blob | commitdiff | diff to current |
1998-08-09 |
Paul Marquess |
lexical warnings; tweaks to places that didn't apply... |
blob | commitdiff | diff to current |
1998-08-08 |
Stephen McCamant |
Eliminate superfluous RV2p[AH]Vs in oops[AH]V() |
blob | commitdiff | diff to current |
1998-08-08 |
Gurusamy Sarathy |
integrate maint-5.005 changes into mainline |
blob | commitdiff | diff to current |
1998-08-03 |
Stephen McCamant |
fix segfault when threadsv is used as foreach itervar |
blob | commitdiff | diff to current |
1998-08-02 |
Stephen McCamant |
allow *FOO{BAR}[0] etc. (without intervening arrow) |
blob | commitdiff | diff to current |
1998-08-02 |
Ilya Zakharevich |
tweaked version of suggested patch |
blob | commitdiff | diff to current |
1998-07-24 |
Larry Wall |
Here are the long-expected Unicode/UTF-8 modifications. |
blob | commitdiff | diff to current |
1998-07-22 |
Gurusamy Sarathy |
suppress redefined warnings on C<INIT {} INIT {}> |
blob | commitdiff | diff to current |
1998-07-22 |
Gurusamy Sarathy |
make $ prototype to accept THREADSVs |
blob | commitdiff | diff to current |
1998-07-21 |
Stephen McCamant |
redundant RV2GVs in ck_fun() |
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-18 |
Nick Ing-Simmons |
PL_ stuff for threads |
blob | commitdiff | diff to current |
1998-07-18 |
Nick Ing-Simmons |
PL_ prefix to all perlvars, part1 |
blob | commitdiff | diff to current |
1998-07-18 |
Gurusamy Sarathy |
fix CvMUTEXP() leaks with -Dusethreads |
blob | commitdiff | diff to current |
1998-07-13 |
Graham Barr |
added patch, tweaked PERL_OBJECT things |
blob | commitdiff | diff to current |
1998-07-12 |
Stephen McCamant |
apply patch for smarter AASSIGN_COMMON detection; regen... |
blob | commitdiff | diff to current |
1998-07-12 |
Gurusamy Sarathy |
make RE engine threadsafe; -Dusethreads builds, tests... |
blob | commitdiff | diff to current |
1998-07-11 |
Ilya Zakharevich |
add patch, along with all the missing bits, and doc... |
blob | commitdiff | diff to current |
1998-07-09 |
Gurusamy Sarathy |
get it building again on win32 |
blob | commitdiff | diff to current |
1998-07-08 |
Ilya Zakharevich |
add patch for C<use re 'debug'> |
blob | commitdiff | diff to current |
1998-07-06 |
Gurusamy Sarathy |
much simpler fix to typecheck read/sysread/recv, as... |
blob | commitdiff | diff to current |
1998-07-06 |
Gurusamy Sarathy |
undo ck_sysread() changes#1319,1337 in preparation... |
blob | commitdiff | diff to current |
1998-07-06 |
Gurusamy Sarathy |
rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf... |
blob | commitdiff | diff to current |
1998-07-06 |
Gurusamy Sarathy |
allow read(FH,threadsv,...) |
blob | commitdiff | diff to current |
1998-07-05 |
Gurusamy Sarathy |
add ck_sysread() for better sysread/read/recv sanity |
blob | commitdiff | diff to current |
1998-07-04 |
Gurusamy Sarathy |
merge changes#1210,1211,1270 from maintbranch |
blob | commitdiff | diff to current |
1998-06-29 |
Gurusamy Sarathy |
bump patchlevel to 69, various little tweaks (tested... |
blob | commitdiff | diff to current |
1998-06-29 |
Ilya Zakharevich |
added patch for overloading constants, made PERL_OBJECT... |
blob | commitdiff | diff to current |
1998-06-28 |
Gisle Aas |
Re: [PATCH] 4-arg substr update for perl5.004_68 |
blob | commitdiff | diff to current |
1998-06-28 |
Gisle Aas |
Optimize foreach (1..1000000) |
blob | commitdiff | diff to current |
1998-06-22 |
Gurusamy Sarathy |
merge relevant portions from maintbranch change#1155 |
blob | commitdiff | diff to current |
1998-06-17 |
Gurusamy Sarathy |
5.004_67 niggles |
blob | commitdiff | diff to current |
1998-06-11 |
Ilya Zakharevich |
Bugs with (?{}), $^R and many-to-many subst |
blob | commitdiff | diff to current |
1998-06-10 |
Stephen McCamant |
Re: Uninitialised error from -M() |
blob | commitdiff | diff to current |
1998-05-29 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-05-23 |
Gurusamy Sarathy |
[win32] merge change#1015 from maintbranch (must revisi... |
blob | commitdiff | diff to current |
1998-05-21 |
Ilya Zakharevich |
[win32] fix problematic change#965 from maintbranch |
blob | commitdiff | diff to current |
1998-05-18 |
Gurusamy Sarathy |
[asperl] integrate mainline changes (untested) |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge change#981 from maintbranch, add XXX... |
blob | commitdiff | diff to current |
1998-05-15 |
Gurusamy Sarathy |
[win32] merge changes#922,944,949,965,970 from maintbranch |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] merge change#904 from maintbranch |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] integrate mainline |
blob | commitdiff | diff to current |
1998-05-14 |
Malcolm Beattie |
Integrate win32 branch into mainline |
blob | commitdiff | diff to current |
1998-05-14 |
Joshua Pritikin |
[PATCH 5.004_64] Test.pm update |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] merge change#896 from maintbranch |
blob | commitdiff | diff to current |
1998-05-14 |
Gurusamy Sarathy |
[win32] merge change#886 from maintbranch |
blob | commitdiff | diff to current |
1998-05-13 |
Gurusamy Sarathy |
[win32] merge missing part of change#663 from maint... |
blob | commitdiff | diff to current |
1998-04-25 |
Nick Ing-Simmons |
Auto-insert defined() test in while when test expression is |
blob | commitdiff | diff to current |
1998-04-21 |
Gurusamy Sarathy |
[asperl] add AS patch#17 |
blob | commitdiff | diff to current |
1998-04-08 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-04-03 |
Gurusamy Sarathy |
[win32] implement stack-of-stacks so that magic invocat... |
blob | commitdiff | diff to current |
1998-03-16 |
Malcolm Beattie |
newCONSTSUB had private MY_start_subparse. |
blob | commitdiff | diff to current |
1998-03-16 |
Malcolm Beattie |
Bump patchlevel.h to 63. |
blob | commitdiff | diff to current |
1998-03-16 |
Jan Dubois |
newCONSTSUB added (XSUB equivalent for inlinable sub... |
blob | commitdiff | diff to current |
1998-03-16 |
Gurusamy Sarathy |
[asperl] various changes to get asperl working under... |
blob | commitdiff | diff to current |
1998-03-07 |
Gurusamy Sarathy |
[win32] integrate mainline changes |
blob | commitdiff | diff to current |
1998-03-07 |
Gurusamy Sarathy |
[win32] change all 'sp' to 'SP' in code and in the... |
blob | commitdiff | diff to current |
1998-03-05 |
Gurusamy Sarathy |
[win32] integrate mainline |
blob | commitdiff | diff to current |
1998-03-05 |
Gurusamy Sarathy |
[win32] add Nick's dTHR fixes |
blob | commitdiff | diff to current |
1998-03-05 |
Ilya Zakharevich |
[5.004_61 PATCH] Make incompatible changes to RE engine NOW |
blob | commitdiff | diff to current |
1998-03-05 |
Ilya Zakharevich |
Make autouse -w-safe |
blob | commitdiff | diff to current |
1998-03-04 |
Gurusamy Sarathy |
[win32] missing s/op/o/ from one of the mainpatches |
blob | commitdiff | diff to current |
1998-03-03 |
Chip Salzenberg |
[win32] merge problematic maintpatch to op.c |
blob | commitdiff | diff to current |
1998-03-03 |
Hugo van der Sanden |
[win32] maintpatch |
blob | commitdiff | diff to current |
1998-03-02 |
Stephane Payrard |
[win32] yet another 'old' patch |
blob | commitdiff | diff to current |
1998-03-02 |
Chip Salzenberg |
[win32] merge two important 'old' patches |
blob | commitdiff | diff to current |
1998-03-01 |
Gurusamy Sarathy |
[asperl] integrate mainline changes |
blob | commitdiff | diff to current |
1998-02-25 |
Gisle Aas |
#ifdef CAN_PROTOTYPE cleanup |
blob | commitdiff | diff to current |
next |