summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* More fprintf -> PerlIO_printf changes.Malcolm Beattie1997-09-221-3/+3
* Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-091-2/+19
* Rename RESTART to INIT and associated changesMalcolm Beattie1997-09-031-2/+2
* Assorted changes for multi-threading (now works rather more).Malcolm Beattie1997-08-111-2/+13
* Start support for fake threads.Malcolm Beattie1997-07-241-2/+2
* Fix multiple problems with lexical @_.Malcolm Beattie1997-07-171-0/+2
* Support for op in global register (still buggy)Malcolm Beattie1997-07-011-2/+2
* More fixups for thrperl integration.Malcolm Beattie1997-06-051-9/+11
* Fixups for thrperl integration.Malcolm Beattie1997-05-281-1/+0
* Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-20/+124
|\
| * Added programmer-level condition variables via "condpair" magic.Malcolm Beattie1997-04-231-0/+1
| * Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.Malcolm Beattie1997-03-281-20/+120
* | Fix up integration 5.003->5.004.Malcolm Beattie1997-05-251-1/+1
* | First stab at 5.003 -> 5.004 integration.Malcolm Beattie1997-05-251-403/+966
|\ \
| * | [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-2/+7
| * | [inseparable changes from match from perl-5.003_97h to perl-5.003_97i]Perl 5 Porters1997-04-251-35/+58
| * | [inseparable changes from match from perl-5.003_97g to perl-5.003_97h]Perl 5 Porters1997-04-231-42/+49
| * | [inseparable changes from patch from perl-5.003_97d to perl-5.003_97e]perl-5.003_97ePerl 5 Porters1997-04-151-0/+25
| * | [inseparable changes from match from perl-5.003_97a to perl-5.003_97b]Perl 5 Porters1997-04-041-9/+9
| * | [inseparable changes from match from perl-5.003_97 to perl-5.003_97a]Perl 5 Porters1997-04-031-6/+2
| * | Don't use setjmp() and longjmp() in complex exprsChip Salzenberg1997-04-011-8/+18
| * | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-57/+79
| * | Fix botch with G_NOARGS; PUSHMARK *is* requiredChip Salzenberg1997-03-221-4/+1
| * | [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-5/+9
| * | [inseparable changes from match from perl-5.003_92 to perl-5.003_93]Perl 5 Porters1997-03-071-9/+25
| * | [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-3/+3
| * | [inseparable changes from match from perl-5.003_90 to perl-5.003_91]Perl 5 Porters1997-02-251-2/+13
| * | [inseparable changes from patch from perl5.003_27 to perl5.003_28]Perl 5 Porters1997-02-221-11/+37
| * | [inseparable changes from patch from perl5.003_26 to perl5.003_27]Perl 5 Porters1997-02-181-17/+31
| * | [inseparable changes from patch from perl5.003_25 to perl5.003_26]perl-5.003_26Perl 5 Porters1997-02-111-8/+11
| * | [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-48/+90
| * | [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-59/+106
| * | [inseparable changes from patch from perl5.003_21 to perl5.003_22]perl-5.003_22Perl 5 Porters1997-01-171-1/+1
| * | [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-8/+7
| * | [inseparable changes from patch from perl5.003_18 to perl5.003_19]Perl 5 Porters1997-01-041-23/+139
| * | Fix core dump on perl_construct()/perl_destruct() loopChip Salzenberg1997-01-011-0/+5
| * | Support named closuresChip Salzenberg1996-12-281-0/+1
| * | [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-1/+1
| * | [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-27/+55
| * | [inseparable changes from patch from perl5.003_10 to perl5.003_11]Perl 5 Porters1996-12-061-3/+7
| * | Don't call fcntl(fileno(rsfp)) if !rsfpChip Salzenberg1996-11-301-4/+6
| * | [inseparable changes from patch from perl5.003_08 to perl5.003_09]Perl 5 Porters1996-11-261-14/+25
| * | [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-5/+5
| * | perl 5.003_07: perl.cPerl 5 Porters1996-10-091-1/+12
| * | perl 5.003_06: perl.cPerl 5 Porters1996-10-011-1/+19
| * | Make floating point constants Locale-friendly.Perl 5 Porters1996-09-051-3/+5
| * | Include <unistd.h>Perl 5 Porters1996-08-211-6/+4
| * | perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-48/+57
| * | perl 5.003_01: perl.cPerl 5 Porters1996-07-101-94/+205
| |/
* | Initial devel changes.Malcolm Beattie1997-03-281-1/+3
|/