tweaks to overloaded constants (change#1259)
[p5sagit/p5-mst-13.2.git] / pp.c
1998-06-28 Gisle Aas Re: [PATCH] 4-arg substr update for perl5.004_68
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-20 Joshua Pritikin added patch, tweaked missed files, excised comment...
1998-06-11 Ilya Zakharevich back out change#1111 and add alternative patch:
1998-06-10 Ilya Zakharevich Re: PATCH for study/foo/
1998-05-29 Gurusamy Sarathy [asperl] integrate mainline changes
1998-05-23 Gurusamy Sarathy [win32] merge change#1015 from maintbranch (must revisi...
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-15 Gurusamy Sarathy [win32] merge changes#906,907,909,910 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#897 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Malcolm Beattie Integrate win32 branch into mainline
1998-05-14 Andy Dougherty [PATCH for 5.004_64] Configure patch Config_64-01
1998-05-14 Gurusamy Sarathy [win32] merge change#896 from maintbranch
1998-05-07 Gurusamy Sarathy [win32] fix C<print "foo ${\()}"> (pp_refgen fumbles...
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-02 Tom Phoenix Re: Odd number of elements in hash list.
1998-04-02 Stephen McCamant Stale SP in pp_substr
1998-04-02 Malcolm Beattie Andy Dougherty's configuration patches (Config_63-01...
1998-03-17 Gurusamy Sarathy [asperl] add a part of AS patch#14, backout incomplete...
1998-03-16 Malcolm Beattie Bump patchlevel.h to 63.
1998-03-16 Charles Bailey VMS updates (direct)
1998-03-16 Gurusamy Sarathy [asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy [win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy [win32] change all 'sp' to 'SP' in code and in the...
1998-03-02 Stephen McCamant [win32] this one with adjusted test numbers
1998-03-01 Gurusamy Sarathy [asperl] integrate mainline changes
1998-02-25 Andy Dougherty Re: ANNOUNCE: perl5.004_60 Configure patch is available
1998-02-22 Gurusamy Sarathy [asperl] integrate latest win32 branch
1998-02-16 Nick Ing-Simmons Missing PUSHMARK in unshift TIEARRAY hook
1998-02-09 Gurusamy Sarathy [asperl] integrate win32 branch contents
1998-02-06 M. J. T. Guy Re: 5.004_04 vec() fails with 32-bit values
1998-02-06 Ilya Zakharevich 5.004_56: patch for `use Fatal' again
1998-02-03 Gurusamy Sarathy [win32] integrate mainline
1998-02-02 Malcolm Beattie Introduced thr->threadsvp and THREADSV() for faster...
1998-02-01 Douglas Lankshear [asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy [asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy [asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy [asperl] Created new branch from win32@396, added AS...
1998-01-19 Gurusamy Sarathy [win32] foo() -> PerlGroup_foo() patch from ActiveState
1998-01-15 Nick Ing-Simmons First working TIEARRAY and other misc tie fixes
1998-01-14 Nick Ing-Simmons Not working yet - split problems ...
1998-01-14 Nick Ing-Simmons TIEARRAY updates - almost works ...
1998-01-13 Nick Ing-Simmons tie array changes to core and tests
1997-12-17 Charles Bailey Lots of VMS changes. vms/gen_shrfls.pl (which parses...
1997-12-17 Malcolm Beattie Fix not-reached warning for pp_threadsv.
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-11 Malcolm Beattie Fix up ansiperl integration. Back to passing all expect...
1997-11-11 Malcolm Beattie Initial integration of ansi branch into mainline (untes...
1997-11-11 Malcolm Beattie Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_g...
1997-11-07 Nick Ing-Simmons Merge changes as of 18:00 CST
1997-11-07 Nick Ing-Simmons Reverse integrate Malcolm's chanes into local
1997-11-07 Malcolm Beattie Change pp_tie and pp_dbmopen to use perl_call_sv instea...
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
next