summaryrefslogtreecommitdiff
path: root/cc_runtime.h
Commit message (Collapse)AuthorAgeFilesLines
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-2/+1
| | | | | Message-ID: <20060209154018.GA14610@petdance.com> p4raw-id: //depot/perl@27136
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-1/+1
| | | | | structure directly instead p4raw-id: //depot/perl@23156
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18807
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+9
| | | | | | be found in the repository, which is most often not right, but at least consistent) p4raw-id: //depot/perl@14400
* [LARGE!] symbolic magicDave Mitchell2001-05-201-1/+1
| | | | | Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@10168
* make CC.pm use a distinct CCPP() macro rather than PP()Gurusamy Sarathy1999-07-171-0/+1
| | | | | (suggested by Vishal Bhatia <vishalb@my-deja.com>) p4raw-id: //depot/perl@3687
* applied patch after demunging headers with appropriate pathsVishal Bhatia1999-07-061-1/+1
| | | | | | Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com> Subject: [Patch 5.005_57] unsigned arithmetic (Compiler) p4raw-id: //depot/perl@3622
* fix small nitsGurusamy Sarathy1999-06-101-2/+2
| | | p4raw-id: //depot/perl@3526
* fixing eval in the compilerVishal Bhatia1999-05-281-35/+12
| | | | | | To: perl5-porters@perl.org Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com> p4raw-id: //depot/cfgperl@3491
* updates to compiler modulesVishal Bhatia1999-03-041-7/+33
| | | | | | Message-ID: <19990303072725.779.qmail@hotmail.com> Subject: PATCH 5.005_56 + Test procedure p4raw-id: //depot/perl@3066
* s/runops/CALLRUNOPS/Gurusamy Sarathy1998-09-231-1/+1
| | | p4raw-id: //depot/perl@1821
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-10/+10
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-151-11/+11
| | | p4raw-id: //depot/perl@1136
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-151-11/+11
| | | | | | Message-Id: <H00000e500071aa3@MHS> Subject: [PATCH 5.004_66] JMPENV! p4raw-id: //depot/perl@1135
* Merge perlext/Compiler/... into mainline. Some files move toMalcolm Beattie1998-02-201-0/+71
ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some move to the base perl directory (e.g. headers). Will need some cleaning up before it builds properly, I would guess. p4raw-id: //depot/perl@562