applied patch, with tweak suggested by Michael Parker
[p5sagit/p5-mst-13.2.git] / t / op /
1998-07-21 Ilya Zakharevich Compile (?{}) into a correct package
1998-07-21 François Désarménien add tests to check if context propagation works
1998-07-21 Gurusamy Sarathy fix small memory leak when mess_sv happens to be touche...
1998-07-19 Ilya Zakharevich fix flawed substitution-loop detection on zero-length...
1998-07-19 Gurusamy Sarathy make failed matches return empty list in list context
1998-07-18 Gurusamy Sarathy fix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-14 Gurusamy Sarathy fix function parameter autovivification for pseudohashes
1998-07-14 Gurusamy Sarathy merge changes#1423,1465 from maintbranch; checkin two...
1998-07-14 Ilya Zakharevich OS/2 update
1998-07-13 Gurusamy Sarathy up patchlevel to 73, update Changes &c.
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-12 Gurusamy Sarathy add tests for change#1458 and then some
1998-07-12 Gurusamy Sarathy fix pp_caller() to fully traverse stacklevels
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-11 Gurusamy Sarathy fix closures in optimized C<for (1..5)> (only the tests...
1998-07-11 Jarkko Hietaniemi move op/ipc{msg,sem}.t into lib/ipc_sysv.t
1998-07-09 Gurusamy Sarathy merge changes from maintbranch (1354, and relevant...
1998-07-09 Ilya Zakharevich manually apply patch with a dependency on unapplied...
1998-07-08 Ilya Zakharevich Switch modifiers in RE off
1998-07-08 Jarkko Hietaniemi add extension to support SysV IPC
1998-07-07 Gisle Aas Evaluation of AVHVs in scalar context
1998-07-06 Gurusamy Sarathy allow eval-groups in patterns only if they C<use re...
1998-07-05 Gurusamy Sarathy sundry win32 config tweaks
1998-07-04 Gurusamy Sarathy fix C<local $tied{foo} = $tied{foo}>, add tests
1998-07-04 Hugo van der Sanden catch nonexistent backrefs in REs
1998-07-04 Gisle Aas applied patch with tweaks to prose
1998-07-04 Gurusamy Sarathy merge changes#1210,1211,1270 from maintbranch
1998-06-30 Gisle Aas Re: [PATCH] Simplified magic_setisa() and improved...
1998-06-29 Albert Dvornik applied patch, tweak for threads awareness
1998-06-28 Ilya Zakharevich applied patch, tweaked doc, and regen regnodes.h
1998-06-28 Ilya Zakharevich pat.t tests
1998-06-28 Dominic Dunlop : Move REG_INFTY-dependent tests from op/regexp.t
1998-06-28 Gisle Aas Re: [PATCH] 4-arg substr update for perl5.004_68
1998-06-28 Gisle Aas Optimize foreach (1..1000000)
1998-06-28 Ilya Zakharevich avoid creation of %^R
1998-06-28 Gisle Aas Negative LENGTH argument to splice
1998-06-28 Jarkko Hietaniemi fixes unpack("q"...), and semctl() tests for UNICOS
1998-06-23 Dominic Dunlop Amend tests/regexp.t for variable REG_INFTY;
1998-06-22 Ilya Zakharevich Zero-length matching bug
1998-06-22 Ilya Zakharevich Test study/re/
1998-06-21 Hans Mulder fixup patches for VMS
1998-06-20 Joshua Pritikin added patch, tweaked missed files, excised comment...
1998-06-20 Gurusamy Sarathy manual integration of all outstanding ansi branch stuff...
1998-06-11 Ilya Zakharevich Bugs with (?{}), $^R and many-to-many subst
1998-06-10 Stephen McCamant Added patch, regenerated perly.c and perly.c.diff
1998-06-10 Laszlo Molnar op/taint.t problem on dos/djgpp
1998-06-10 Ilya Zakharevich Lost chunk of RE jumbo patch
1998-06-10 Chip Salzenberg Invalidate method cache on C<local *subname>
1998-06-10 Stephen McCamant Re: Uninitialised error from -M()
1998-05-29 Gurusamy Sarathy [asperl] type xtext for *.t that were missing it
1998-05-29 Gurusamy Sarathy [asperl] integrate mainline changes
1998-05-28 Jarkko Hietaniemi 5.004_65: the infamous semctl()
1998-05-23 Gurusamy Sarathy [win32] merge changes#1016,1018 from maintbranch (1017...
1998-05-23 Nick Ing-Simmons Ids of msgs and sems can be zero, so change || die...
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-16 Gurusamy Sarathy [win32] integrate mainline
1998-05-16 Gurusamy Sarathy [win32] merge changes#989,990,992 from maintbranch
1998-05-16 Gurusamy Sarathy [win32] add a test to check return value from successfu...
1998-05-15 Gurusamy Sarathy [win32] merge changes#982,984 from maintbranch
1998-05-15 Malcolm Beattie Patch from Sarathy to fix up win32 integration. Patch...
1998-05-15 Gurusamy Sarathy [win32] merge changes#922,944,949,965,970 from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge change#905 from maintbranch, minor fixes...
1998-05-14 Gurusamy Sarathy [win32] merge change#897 from maintbranch
1998-05-14 Dominic Dunlop [PATCH 5.004_64]: hints/machten.sh: disable semctl()
1998-05-14 Gurusamy Sarathy [win32] merge change#896 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#887 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge changes#755..759,763,764 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge changes#752,753 from maintbranch
1998-05-13 Nick Ing-Simmons resolve -at //depot/win32 into ansiperl for C++ testing.
1998-05-12 Nick Ing-Simmons [win32] fix test failure
1998-05-09 Gurusamy Sarathy [win32] protect sortcop from C<sort { sort { ... }...
1998-04-25 Nick Ing-Simmons Auto-insert defined() test in while when test expression is
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-03 Jan-Pieter Cornet Perl 5.005b1t2/perl5.004_63 (resend)
1998-04-03 Gurusamy Sarathy [win32] integrate mainline
1998-04-03 Gurusamy Sarathy [win32] implement stack-of-stacks so that magic invocat...
1998-04-02 Tom Phoenix Re: Odd number of elements in hash list.
1998-03-09 Gurusamy Sarathy [win32] merge C<local $tied{foo}> patch, also moved...
1998-03-07 Gurusamy Sarathy [win32] integrate mainline changes
1998-03-04 Gurusamy Sarathy [win32] renumber some tests to match maint branch
1998-03-03 Hugo van der Sanden [win32] another maintpatch (this one needed adjust...
1998-03-03 Hugo van der Sanden [win32] still another maintpatch
1998-03-02 Gurusamy Sarathy [win32] make t/lib/nothread.t type xtext also
1998-03-02 Stephen McCamant [win32] this one with adjusted test numbers
1998-03-02 Inaba Hiroto [win32] still another
1998-03-02 Stephane Payrard [win32] yet another 'old' patch
1998-03-02 Roderick Schertler [win32] another 'old' patch
1998-02-28 Gurusamy Sarathy [win32] integrate mainline
1998-02-27 Graham Barr _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
1998-02-25 Gurusamy Sarathy [win32] integrate mainline
1998-02-25 Andy Dougherty Re: ANNOUNCE: perl5.004_60 Configure patch is available
1998-02-22 Gurusamy Sarathy [win32] integrate mainline
1998-02-20 Norton T. Allen t/op/wantarray.t
1998-02-20 Stephen Potter 5.004_58, move intuition tests
1998-02-14 Gurusamy Sarathy [win32] integrate mainline
1998-02-13 Nick Ing-Simmons Resolve ansiperl against win32
1998-02-13 Norton T. Allen 5.004_58 QNX getcwd
1998-02-12 Gurusamy Sarathy [win32] integrate mainline
1998-02-12 Malcolm Beattie Integrate win32 into mainline
1998-02-12 Ilya Zakharevich 5.004_5*: [PATCH] restore old behaviour of \1 in RE
next