There can be multiple yacc/bison errors.
[p5sagit/p5-mst-13.2.git] / t / op /
1998-10-30 Jarkko Hietaniemi There can be multiple yacc/bison errors.
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-28 Jarkko Hietaniemi The "parse error" must be converted to "syntax error",
1998-10-28 Jarkko Hietaniemi Bison says 'parse error', not 'parser error'.
1998-10-28 Dominic Dunlop Re: perl5.004_04 testing problem
1998-10-27 Jarkko Hietaniemi `id -Gn` might be available where `groups` is not.
1998-10-26 Jarkko Hietaniemi More robustness.
1998-10-26 Jarkko Hietaniemi Integrate from mainperl.
1998-10-26 Jarkko Hietaniemi Add test for filetests.
1998-10-26 Gurusamy Sarathy sanity-check $Config{drand01} in rand.t
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Gisle Aas disallow 'x' in hex numbers (except leading '0x')
1998-10-21 Jarkko Hietaniemi yielding, the saga continues.
1998-10-21 Gurusamy Sarathy fix handling of mayhaps-extended @_ in goto &sub
1998-10-19 Jarkko Hietaniemi 1<<$randbits is not good for randbits=48.
1998-10-17 Jarkko Hietaniemi More robust yacc/bison failure output handling.
1998-10-17 Thomas Dorner POSIX BC2000 port from perl-mvs:
1998-10-17 Jarkko Hietaniemi The VM/ESA port essentials, based on
1998-10-17 Jarkko Hietaniemi Integrate mainperl.
1998-10-17 Gurusamy Sarathy whitespace-proof grent.t
1998-10-17 Gisle Aas applied suggested patch with small doc tweak
1998-10-15 Jarkko Hietaniemi Test #162 had been added but the "print 1..161" had...
1998-10-15 Gurusamy Sarathy add missing tr.t to repository
1998-10-15 Gurusamy Sarathy tweak to make fix in change#1944 behave correctly for...
1998-10-14 Gurusamy Sarathy use better numbers for exitstatus test
1998-10-14 Gurusamy Sarathy two typos
1998-10-14 Gurusamy Sarathy let docatch() pass the buck when restartop turns out...
1998-10-13 Gurusamy Sarathy change#1614 merely disabled earlier fix (doh!); undo...
1998-10-13 Gurusamy Sarathy ensure recursive attempts to findlex()icals know enough...
1998-10-13 Gurusamy Sarathy force copy of substrings when matching against temporaries
1998-10-13 Gurusamy Sarathy don't longjmp() in pp_goto() (regressive bug from old...
1998-10-06 Ilya Zakharevich Minor test improvement
1998-10-02 Gurusamy Sarathy tolerate whitespace in /etc/group entries (suggested...
1998-09-24 Gurusamy Sarathy two tweaks for clean build and test on Solaris
1998-09-23 Ilya Zakharevich (?>) broken in RE
1998-09-23 Gurusamy Sarathy U/WIN testsuite patches from Joe Buehler <jhpb@hekimian...
1998-09-23 Gurusamy Sarathy add missing C<no utf8;> tweak from Larry
1998-09-23 Ilya Zakharevich make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where...
1998-09-23 Ilya Zakharevich patch to support computed regular subexpressions
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-09-23 Ilya Zakharevich Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy...
1998-09-05 Larry Wall several new tests needed tweaking to work under utf8
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Jarkko Hietaniemi 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw...
1998-08-08 Ilya Zakharevich [5.005_50 PATCH] misprint in RE engine
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-07 Ilya Zakharevich Minor cleanup of RE tests and docs
1998-08-05 Ilya Zakharevich README.os2 update
1998-08-02 Ilya Zakharevich close() open files before unlink()
1998-08-02 Jarkko Hietaniemi more pack() tests
1998-08-02 Gurusamy Sarathy fix unpack('u',...) problem with spaces in input
1998-08-02 Ilya Zakharevich Make tests succeed on OS/2
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-08-02 Gurusamy Sarathy ensure implicit close on local(*FH) doesn't affect...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-22 Anton Berezin t/op/eval.t test for eval & scoping of lexicals
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
next