summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* two tweaks for clean build and test on SolarisGurusamy Sarathy1998-09-241-0/+2
* (?>) broken in REIlya Zakharevich1998-09-231-0/+1
* U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>Gurusamy Sarathy1998-09-232-1/+6
* add missing C<no utf8;> tweak from LarryGurusamy Sarathy1998-09-231-0/+1
* make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matchesIlya Zakharevich1998-09-231-0/+3
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-232-1/+23
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-1/+77
* Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/Ilya Zakharevich1998-09-231-0/+1
* several new tests needed tweaking to work under utf8Larry Wall1998-09-051-1/+1
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-16/+16
* 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.tJarkko Hietaniemi1998-08-082-0/+115
* [5.005_50 PATCH] misprint in RE engineIlya Zakharevich1998-08-081-0/+1
* integrate maint-5.005 changes into mainlineGurusamy Sarathy1998-08-0819-62/+204
|\
| * Minor cleanup of RE tests and docsIlya Zakharevich1998-08-071-2/+0
| * README.os2 updateIlya Zakharevich1998-08-051-1/+6
| * close() open files before unlink()Ilya Zakharevich1998-08-021-0/+1
| * more pack() testsJarkko Hietaniemi1998-08-021-2/+25
| * fix unpack('u',...) problem with spaces in inputGurusamy Sarathy1998-08-021-3/+7
| * Make tests succeed on OS/2Ilya Zakharevich1998-08-021-10/+19
| * support OE/MVSJarkko Hietaniemi1998-08-0215-46/+145
| * ensure implicit close on local(*FH) doesn't affect $! and thence $?Gurusamy Sarathy1998-08-021-3/+6
* | Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-2/+2
|/
* t/op/eval.t test for eval & scoping of lexicalsAnton Berezin1998-07-221-1/+8
* Compile (?{}) into a correct packageIlya Zakharevich1998-07-211-1/+14
* add tests to check if context propagation worksFrançois Désarménien1998-07-211-0/+18
* fix small memory leak when mess_sv happens to be touched by magicGurusamy Sarathy1998-07-213-3/+6
* fix flawed substitution-loop detection on zero-length matchesIlya Zakharevich1998-07-191-1/+5
* make failed matches return empty list in list contextGurusamy Sarathy1998-07-191-3/+24
* fix lvalue leaks stemming from failure to free LvTARG(sv)Gurusamy Sarathy1998-07-182-4/+0
* fix function parameter autovivification for pseudohashesGurusamy Sarathy1998-07-141-1/+13
* merge changes#1423,1465 from maintbranch; checkin two missed filesGurusamy Sarathy1998-07-145-0/+10
* OS/2 updateIlya Zakharevich1998-07-141-4/+0
* up patchlevel to 73, update Changes &c.Gurusamy Sarathy1998-07-131-31/+38
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-4/+23
* add tests for change#1458 and then someGurusamy Sarathy1998-07-121-1/+80
* fix pp_caller() to fully traverse stacklevelsGurusamy Sarathy1998-07-121-1/+21
* add patch, along with all the missing bits, and doc tweaksIlya Zakharevich1998-07-113-10/+46
* fix closures in optimized C<for (1..5)> (only the tests are in thisGurusamy Sarathy1998-07-111-1/+29
* move op/ipc{msg,sem}.t into lib/ipc_sysv.tJarkko Hietaniemi1998-07-112-158/+0
* merge changes from maintbranch (1354, and relevant part of 1356); allGurusamy Sarathy1998-07-091-1/+1
* manually apply patch with a dependency on unapplied patchIlya Zakharevich1998-07-091-1/+1
* Switch modifiers in RE offIlya Zakharevich1998-07-081-0/+29
* add extension to support SysV IPCJarkko Hietaniemi1998-07-082-191/+18
* Evaluation of AVHVs in scalar contextGisle Aas1998-07-071-1/+19
* allow eval-groups in patterns only if they C<use re 'eval';>Gurusamy Sarathy1998-07-064-8/+32
* sundry win32 config tweaksGurusamy Sarathy1998-07-051-1/+1
* fix C<local $tied{foo} = $tied{foo}>, add testsGurusamy Sarathy1998-07-041-5/+41
* catch nonexistent backrefs in REsHugo van der Sanden1998-07-041-0/+10
* applied patch with tweaks to proseGisle Aas1998-07-041-3/+2
* merge changes#1210,1211,1270 from maintbranchGurusamy Sarathy1998-07-041-140/+152