Reverse integrate Malcolm's chanes into local
[p5sagit/p5-mst-13.2.git] / pp.c
1997-11-07 Nick Ing-Simmons Reverse integrate Malcolm's chanes into local
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-11-01 Nick Ing-Simmons Integrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Malcolm Beattie Half way through moving per-thread magicals into per...
1997-10-31 Nick Ing-Simmons Convert miniperl sources to ANSI C. Several passes of
1997-10-23 Malcolm Beattie Fix refcounts for lock/magic_mutexfree. Make OP_LOCK...
1997-10-16 Malcolm Beattie Merge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm Beattie Merge maint-5.004 branch (5.004_03) with mainline.
1997-10-03 Malcolm Beattie Back out sv_bless3 change which made pp_bless zap ...
1997-09-30 Malcolm Beattie Merge maint-5.004 branch (5.004_01) with mainline.
1997-09-29 Malcolm Beattie Re-introduce the changes from change 68 (runops becomes a
1997-09-29 Malcolm Beattie Start merge with maint-5.004 branch by creating an...
1997-09-22 Malcolm Beattie runops becomes a funtion pointer and sv_bless3 created
1997-09-10 Malcolm Beattie Debugging output for lock handling.
1997-09-09 Malcolm Beattie Rewrite synchronisation of subs/methods and add attrs
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-08-07 Tim Bunce [inseperable differences up to perl 5.004_02]
1997-08-06 Tom Horsley work around compiler bug on CX/UX (perl5.004_01)
1997-08-06 M.J.T. Guy Fwd: substr("foo", -1000)
1997-08-06 John Tobey Re: Can't pack literals as pointers
1997-07-24 Malcolm Beattie Start support for fake threads.
1997-07-17 Malcolm Beattie Fix multiple problems with lexical @_.
1997-07-05 Malcolm Beattie Introduce pp_lock.
1997-06-11 Tim Bunce [differences between cumulative patch application and...
1997-06-05 Malcolm Beattie More fixups for thrperl integration.
1997-05-25 Malcolm Beattie Fix up integration 5.003->5.004.
1997-05-25 Malcolm Beattie First stab at 5.003 -> 5.004 integration.
1997-04-24 Perl 5 Porters [inseparable changes from match from perl-5.003_97h...
1997-04-22 Perl 5 Porters [inseparable changes from match from perl-5.003_97g...
1997-04-18 Chip Salzenberg Fix (and test) spaces in {,un}pack()
1997-04-17 Perl 5 Porters [inseparable changes from match from perl-5.003_97e...
1997-04-14 Hallvard B Furuseth Fix comments in seed()
1997-04-02 Chip Salzenberg Fix AUTOLOAD, or kill me
1997-03-28 Malcolm Beattie Initial devel changes.
1997-03-25 Perl 5 Porters [inseperable changes from patch from perl-5.003_95...
1997-03-25 Hallvard B Furuseth Re: 5.004's new srand() default seed
1997-03-22 Chip Salzenberg Refine modulus ("%") per suggestion of Tim Goodwin
1997-03-08 Perl 5 Porters [inseparable changes from match from perl-5.003_93...
1997-03-08 David Dyck allow C<substr 'hello', -10>
1997-03-06 Chip Salzenberg Warn on %{+undef} and @{+undef}
1997-03-01 Perl 5 Porters [inseparable changes from match from perl-5.003_91...
1997-02-25 Perl 5 Porters [inseparable changes from match from perl-5.003_90...
1997-02-25 Ilya Zakharevich pp_undef was not always freeing memory
1997-02-21 Chip Salzenberg Automatically call srand() before rand() if user didn't
1997-02-18 Perl 5 Porters [inseparable changes from patch from perl5.003_26 to...
1997-02-10 Chip Salzenberg Catch C<use integer; $x % 0>
1997-01-25 Perl 5 Porters [inseparable changes from patch from perl5.003_22 to...
1997-01-15 Perl 5 Porters [inseparable changes from patch from perl5.003_20 to...
1997-01-15 John Q. Linux Forbid ++ and -- on readonly values
1997-01-15 Ilya Zakharevich Fix overloading via inherited autoloaded functions
1997-01-15 Gurusamy Sarathy Fix for anon-lists with tied entries coredump
1997-01-07 Chip Salzenberg Finish OP= warnings: none on ^=
1997-01-04 Perl 5 Porters [inseparable changes from patch from perl5.003_18 to...
1996-12-31 Chip Salzenberg Warn on 'undef $x; $x OP 1' where OP is *=, /=, %=...
1996-12-27 Chip Salzenberg Support named closures
1996-12-24 Perl 5 Porters [inseparable changes from patch from perl5.003_15 to...
1996-12-23 Perl 5 Porters [inseparable changes from patch from perl5.003_13 to...
1996-12-19 Perl 5 Porters [inseparable changes from patch from perl5.003_11 to...
1996-12-06 Perl 5 Porters [inseparable changes from patch from perl5.003_10 to...
1996-11-29 Perl 5 Porters [inseparable changes from patch from perl5.003_09 to...
1996-11-26 Perl 5 Porters [inseparable changes from patch from perl5.003_08 to...
1996-11-19 Perl 5 Porters [inseparable changes from patch from perl5.003_07 to...
1996-09-20 Ulrich Pfeifer Re: Patch for ASN.1 compressed integer in pack/unpack
1996-09-03 Perl 5 Porters perl 5.003_05: pp.c
1996-07-16 Perl 5 Porters perl 5.003_01: pp.c
1996-02-29 Andy Dougherty perl 5.002
1996-02-03 Perl 5 Porters perl 5.002gamma: pp.c
1996-02-03 Perl 5 Porters perl5.002beta3
1996-08-28 Perl 5 Porters Patch for LONG_MAX & co.
1996-08-25 Perl 5 Porters perl 5.003_03: pp.c
1996-08-10 Larry Wall perl 5.003_02: [no incremental changelog available]
1995-11-20 Larry Wall 5.002 beta 1
1995-10-31 Andy Dougherty This is my patch patch.1n for perl5.001.
1995-06-22 Andy Dougherty This is my patch patch.1m for perl5.001.
1995-03-14 Larry Wall Okay, here's your official unofficial closure leak...
1995-03-13 Larry Wall Perl 5.001
1995-01-11 Larry Wall "unofficial" patches for some of the more spectacular...
1995-01-18 Andy Dougherty perl5.000 patch.0g: [various portability fixes, and...
1994-10-17 Larry Wall perl 5.000
1994-05-04 Larry Wall perl 5.0 alpha 9
1994-04-04 Andy Dougherty perl 5.0 alpha 8
1994-03-18 Larry Wall perl 5.0 alpha 6
1993-12-10 Larry Wall perl 5.0 alpha 5
1993-11-10 Larry Wall perl 5.0 alpha 4
1993-10-10 Larry Wall perl 5.0 alpha 3
1993-10-07 Larry Wall perl 5.0 alpha 2