summaryrefslogtreecommitdiff
path: root/ext/attrs
Commit message (Collapse)AuthorAgeFilesLines
* more pod patchesMichael Stevens2001-03-161-1/+1
| | | | | Message-ID: <20010315212518.A18870@firedrake.org> p4raw-id: //depot/perl@9176
* remove vestiges of older attribute syntaxGurusamy Sarathy2000-02-221-1/+1
| | | p4raw-id: //depot/perl@5202
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-5/+2
| | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623
* deprecate C<use attrs>Gurusamy Sarathy1999-10-022-11/+14
| | | p4raw-id: //depot/perl@4278
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-052-0/+7
| | | | | | version of patch suggested by Ilya Zakharevich, which in turn is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>) p4raw-id: //depot/perl@4081
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
| | | | | | | | | | | | | | | | builds; passing the implicit context is unified among the three flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three flavors (see the top of perl.h) for testing; all varargs functions foo() have a va_list-taking variant vfoo() for generating the context-free versions; the PERL_OBJECT build should now be hyper-compatible with CPAN extensions (C++ is totally out of the picture) result has only been tested on Windows TODO: write docs on the THX rationale and idiomatic usage of the Perl API p4raw-id: //depot/perl@3667
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-2/+2
| | | p4raw-id: //depot/perl@3217
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-2/+4
| | | | | | | | avoid most uses of PL_na (which is much more inefficient than a simple local); update docs to suit; PL_na now being thr->Tna may be a minor compatibility issue for extensions--will require dTHR outside of XSUBs (those get automatic dTHR) p4raw-id: //depot/perl@2387
* correct bugs exposed in MM_Unix.pm by commenting out SelfloaderGurusamy Sarathy1998-10-151-1/+1
| | | | | (MAN3PODS cannot be set to ' '; stray stricture violation) p4raw-id: //depot/perl@1967
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-2/+2
| | | | | | brute force search script). Result builds and passes all tests on Solaris. win32 and PERL_OBJECT are still untested. p4raw-id: //depot/perl@1578
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-1/+1
| | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-4/+3
| | | | | with gcc -x c++. p4raw-id: //depot/ansiperl@196
* Rewrite synchronisation of subs/methods and add attrsMalcolm Beattie1997-09-093-0/+122
extension for specifying 'locked' and 'method' attributes. p4raw-id: //depot/perl@56