summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl andMalcolm Beattie1997-11-111-6/+3
* Per-thread magicals now stored in their own thr->magicals and keyedMalcolm Beattie1997-11-061-2/+0
* Per-thread magicals mostly working (and localisable). Now gettingMalcolm Beattie1997-11-051-9/+1
* Half way through moving per-thread magicals into per-thread fieldsMalcolm Beattie1997-10-311-3/+22
* Correct threads_mutex locking in main thread destruction.Malcolm Beattie1997-10-161-0/+3
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-0/+2
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-0/+2
* | Took out mystack_foo for good, fixed up interp.sym and win32/makedef.plMalcolm Beattie1997-10-101-13/+1
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-0/+1
|\ \ | |/
| * [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-1/+2
* | Add Todo.5.005 to MANIFEST and submit remade embed.h.Malcolm Beattie1997-10-021-1/+2
* | Merge maint-5.004 branch (5.004_01) with mainline.Malcolm Beattie1997-09-301-0/+1
|\ \ | |/
| * ENV leaks on win32 (was Re: Comments on ENV patch sought)Hans Mulder1997-06-111-0/+1
* | Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-091-0/+1
* | Run embed.pl and keywords.pl to complete RESTART -> INIT changeMalcolm Beattie1997-09-031-3/+3
* | Introduce pp_lock.Malcolm Beattie1997-07-051-0/+1
* | Support for op in global register (still buggy)Malcolm Beattie1997-07-011-0/+2
* | Fixups for thrperl integration.Malcolm Beattie1997-05-281-0/+4
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-0/+16
|\ \ | |/ |/|
| * Added programmer-level condition variables via "condpair" magic.Malcolm Beattie1997-04-231-1/+5
* | [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-0/+3
* | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-1/+2
* | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-1/+9
* | [inseparable changes from match from perl-5.003_97f to perl-5.003_97g]Perl 5 Porters1997-04-181-0/+1
* | [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97ePerl 5 Porters1997-04-151-0/+1
* | [inseparable changes from match from perl-5.003_96 to perl-5.003_97]Perl 5 Porters1997-04-011-0/+1
* | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-4/+5
* | [inseparable changes from match from perl-5.003_94 to perl-5.003_95]Perl 5 Porters1997-03-221-0/+1
* | [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-9/+9
* | [inseparable changes from match from perl-5.003_90 to perl-5.003_91]Perl 5 Porters1997-02-251-0/+3
* | [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-0/+4
* | [inseparable changes from patch from perl5.003_23 to perl5.003_24]perl-5.003_24Perl 5 Porters1997-01-291-1/+1
* | [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-5/+3
* | [inseparable changes from patch from perl5.003_17 to perl5.003_18]Perl 5 Porters1997-01-011-0/+3
* | [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-2/+4
* | [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-1573/+1585
* | [inseparable changes from patch from perl5.003_09 to perl5.003_10]Perl 5 Porters1996-11-301-0/+13
* | [inseparable changes from patch from perl5.003_08 to perl5.003_09]Perl 5 Porters1996-11-261-7/+24
* | [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-31/+199
* | perl 5.003_06: dump.c embed.h gv.c run.cPerl 5 Porters1996-10-061-0/+5
* | Auto-generated.Perl 5 Porters1996-08-251-1/+2
* | perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-6/+5
* | perl 5.003_01: embed.hPerl 5 Porters1996-07-161-10/+36
|/
* perl 5.002_01: embed.hPerl 5 Porters1996-03-111-1/+41
* Regenerated.Perl 5 Porters1996-02-081-0/+2
* perl5.002beta3Perl 5 Porters1996-02-021-25/+58
* Updates from Tim's -m/-M/-V patch.Perl 5 Porters1996-01-121-1/+2
* Auto-generated from global.sym and interp.sym.Perl 5 Porters1996-01-041-0/+2
* 5.002 beta 1Larry Wall1995-11-211-2/+5
* This is my patch patch.1n for perl5.001.perl-5.001nAndy Dougherty1995-10-311-0/+2