OS/2 docs
[p5sagit/p5-mst-13.2.git] / op.h
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Artur Bergman Re: [PATCH] Step 1 of moving regexps to the pad
2001-06-21 Artur Bergman Re: [PATCH] Step 1 of moving regexps to the pad
2001-06-03 Jarkko Hietaniemi Integrate change #10412 from maintperl; locale is now
2001-03-18 Jarkko Hietaniemi Sarathy's clear_pmop patch with Radu Greab's fix,
2001-03-14 Jarkko Hietaniemi The #9145 CANNOT be enabled: the clear_pmop code still
2001-03-14 Gurusamy Sarathy reenable change#9145 (the test was busted due to a...
2001-03-14 Jarkko Hietaniemi Retract #9145.
2001-03-14 Jarkko Hietaniemi (Retracted by #9150.)
2001-03-12 Jarkko Hietaniemi Integrate change #9108 from maintperl to mainline.
2001-03-06 Jarkko Hietaniemi Retract the PMOP cleanup patch: I'm seeing strange...
2001-03-05 Nick Ing-Simmons Integrate mainline (mostly - holding of on Encode.pm...
2001-03-05 Jarkko Hietaniemi Forgot the other half of the PMOP patch (#9033).
2001-01-24 Charles Bailey SYN SYN
2001-01-15 Stephen McCamant [PATCH @8436] Eliminate op_children
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-04 Stephen McCamant Continue blocks and B::Deparse
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-30 Nick Ing-Simmons Integrate mainline
2000-12-30 Inaba Hiroto more UTF8 test suites and an UTF8 patch
2000-10-20 Charles Bailey SYN SYN
2000-09-14 Jarkko Hietaniemi Remove vestiges of tr//CU.
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6231..6240 into mainline
2000-06-23 Mark-Jason Dominus PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-19 Gurusamy Sarathy support for C<use vmsish 'hushed'>; move VMSISH_EXIT...
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
2000-03-08 Gurusamy Sarathy abstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-08 Gurusamy Sarathy add missing locks for op refcounts
2000-03-03 Gurusamy Sarathy support for list assignment to pseudohashes (from John...
2000-02-25 Gurusamy Sarathy change#4849 wasn't restoring savestack correctly; make...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-23 Gurusamy Sarathy change#4866 was flawed; revert and add better fix for...
2000-01-21 Gurusamy Sarathy support for C<exists &func> (from Spider Boardman)
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathy avoid spurious "Useless use of variable" warning on...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-01 Gurusamy Sarathy minor USE_ITHREADS tweaks
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-11 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-10 Gurusamy Sarathy more cleanups for change#4539
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-06 Jan Dubois [5.005_62 PATCH] binmode and locale support for -T...
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-09-29 Charles Bailey resync with mainline
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-08-29 Ilya Zakharevich Speeding up XSUB calls up to 66%
1999-07-23 Gurusamy Sarathy emit warning about function calls that were encountered...
1999-07-07 Stephen McCamant Eliminate CONDOPs
1999-07-06 Ilya Zakharevich Optimize away OP_SASSIGN
1999-06-10 Gurusamy Sarathy win32 build fixes
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-29 Mark-Jason Dominus PATCH (5.005_57): Document use of `SPECIAL' flag for...
1999-05-24 Gurusamy Sarathy oops, some files missing in change#3449
1999-05-24 Gurusamy Sarathy redo change#2061 and parts of change#1169 with code...
1999-03-25 Stephen McCamant Compiler needs to know about utf8 SVOP tr///s
1999-03-22 Gurusamy Sarathy update copyright years
1999-01-13 Jarkko Hietaniemi From: Hans Mulder <hansm@icgroup.nl>
1998-10-30 Gurusamy Sarathy remaining PL_foo stragglers
1998-09-05 Larry Wall tr/// logic was hosed under utf8
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-18 Nick Ing-Simmons Merge latest mainline
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Gurusamy Sarathy fix major bug in GIMME (introduced in 5.003_96); void...
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-04 Gurusamy Sarathy merge changes#1210,1211,1270 from maintbranch
1998-06-21 Douglas Lankshear applied patch, along with many changes:
1998-06-11 Ilya Zakharevich Bugs with (?{}), $^R and many-to-many subst
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-15 Gurusamy Sarathy [win32] merge change#905 from maintbranch, minor fixes...
1998-01-30 Gurusamy Sarathy [asperl] added AS patch#2
1997-12-11 Malcolm Beattie Stop tr/// from writing to target when only counting.
1997-12-10 Malcolm Beattie Start overhauling compiler. It was working at least...
1997-11-25 Malcolm Beattie Fix scalar dereference of threadsv variables (e.g....
1997-11-21 Malcolm Beattie $_ is now per-thread (rather a lot of changes). Only...
1997-11-19 Ilya Zakharevich Jumbo regexp patch applied (with minor fix-up tweaks):
1997-11-07 Nick Ing-Simmons Raw integrate of latest perl
1997-11-05 Malcolm Beattie Per-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-Simmons Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-10-29 Malcolm Beattie Move compiler OP class information into opcode.pl.
1997-05-26 Malcolm Beattie Integrate thrperl 5.003->5.004.
1997-05-15 Perl 5 Porters [inseparable changes from match from perl-5.003_99a...
1997-03-28 Malcolm Beattie Initial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-25 Perl 5 Porters [inseperable changes from patch from perl-5.003_95...
1997-03-08 Perl 5 Porters [inseparable changes from match from perl-5.003_93...
1997-03-01 Perl 5 Porters [inseparable changes from match from perl-5.003_91...
1996-12-19 Perl 5 Porters [inseparable changes from patch from perl5.003_11 to...
1996-11-26 Perl 5 Porters [inseparable changes from patch from perl5.003_08 to...
1996-07-05 Perl 5 Porters Overload OPf_SPECIAL with G_KEEPERR status for OP_...
1996-02-03 Perl 5 Porters perl5.002beta3
1995-11-20 Larry Wall 5.002 beta 1
next