summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Change pp_tie and pp_dbmopen to use perl_call_sv instead of aMalcolm Beattie1997-11-071-1/+1
| |_|/ |/| |
* | | Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-2/+8
| |/ |/|
* | Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-1/+12
|/
* Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-refMalcolm Beattie1997-10-231-1/+8
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-3/+86
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-3/+86
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-25/+69
|\ \ | |/
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-27/+52
| * work around compiler bug on CX/UX (perl5.004_01)Tom Horsley1997-08-071-0/+15
| * Fwd: substr("foo", -1000)M.J.T. Guy1997-08-071-4/+1
| * Re: Can't pack literals as pointersJohn Tobey1997-08-071-1/+8
* | Back out sv_bless3 change which made pp_bless zap '~'-magic.Malcolm Beattie1997-10-031-1/+1
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-1/+3
|\ \ | |/
| * [differences between cumulative patch application and perl5.004_01]perl-5.004_01Tim Bunce1997-06-111-1/+3
* | Re-introduce the changes from change 68 (runops becomes aMalcolm Beattie1997-09-291-1/+1
* | Start merge with maint-5.004 branch by creating an ancestralMalcolm Beattie1997-09-291-1/+1
|\ \ | |/
* | runops becomes a funtion pointer and sv_bless3 createdMalcolm Beattie1997-09-221-1/+1
* | Debugging output for lock handling.Malcolm Beattie1997-09-101-0/+4
* | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-091-4/+1
* | Start support for fake threads.Malcolm Beattie1997-07-241-1/+0
* | Fix multiple problems with lexical @_.Malcolm Beattie1997-07-171-0/+4
* | Introduce pp_lock.Malcolm Beattie1997-07-051-0/+47
* | More fixups for thrperl integration.Malcolm Beattie1997-06-051-0/+2
* | Fix up integration 5.003->5.004.Malcolm Beattie1997-05-251-4/+8
* | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-251-378/+957
|\ \ | |/
| * [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-1/+1
| * [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-15/+17
| * Fix (and test) spaces in {,un}pack()Chip Salzenberg1997-04-181-4/+8
| * [inseparable changes from match from perl-5.003_97e to perl-5.003_97f]Perl 5 Porters1997-04-171-52/+119
| * Fix comments in seed()Hallvard B Furuseth1997-04-151-1/+2
| * Fix AUTOLOAD, or kill meChip Salzenberg1997-04-031-1/+3
| * [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-48/+77
| * Refine modulus ("%") per suggestion of Tim GoodwinChip Salzenberg1997-03-221-7/+16
| * [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-22/+35
| * Warn on %{+undef} and @{+undef}Chip Salzenberg1997-03-071-0/+4
| * [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-3/+10
| * [inseparable changes from match from perl-5.003_90 to perl-5.003_91]Perl 5 Porters1997-02-251-28/+22
| * Automatically call srand() before rand() if user didn'tChip Salzenberg1997-02-221-24/+37
| * [inseparable changes from patch from perl5.003_26 to perl5.003_27]Perl 5 Porters1997-02-181-4/+4
| * Catch C<use integer; $x % 0>Chip Salzenberg1997-02-111-0/+2
| * [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-17/+39
| * [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-15/+30
| * Finish OP= warnings: none on ^=Chip Salzenberg1997-01-081-2/+2
| * [inseparable changes from patch from perl5.003_18 to perl5.003_19]Perl 5 Porters1997-01-041-17/+13
| * Warn on 'undef $x; $x OP 1' where OP is *=, /=, %=, or **=Chip Salzenberg1997-01-011-4/+4
| * Support named closuresChip Salzenberg1996-12-281-2/+5
| * [inseparable changes from patch from perl5.003_15 to perl5.003_16]Perl 5 Porters1996-12-251-22/+26
| * [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-30/+31
| * [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-45/+45
| * [inseparable changes from patch from perl5.003_10 to perl5.003_11]Perl 5 Porters1996-12-061-49/+100