summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Tiny patch to go over #3820 (via private mail from Lincoln).Jarkko Hietaniemi1999-07-281-3/+3
| | | p4raw-id: //depot/cfgperl@3824
* IO::* enhancements.Lincoln Stein1999-07-283-3/+8
| | | | | | | | | | | | | | | 1) write() and syswrite() will now accept a single-argument form of the call, for consistency with Perl's syswrite(). 2) You can create a TCP-based IO::Socket::INET without forcing a connect attempt. This allows you to configure its options (like making it non-blocking) and then call connect() manually. 3) Fixed a bug that prevented the IO::Socket::protocol() accessor from ever returning the correct value. To: Graham Barr <gbarr@pobox.com> Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org Subject: Re: patch for IO::* Message-ID: <14239.17401.330408.145295@formaggio.cshl.org> p4raw-id: //depot/cfgperl@3820
* Integrate with Sarathy (5.005_58).Jarkko Hietaniemi1999-07-274-108/+10
|\ | | | | p4raw-id: //depot/cfgperl@3799
| * here lies 5.005_58Gurusamy Sarathy1999-07-271-103/+0
| | | | | | p4raw-id: //depot/perl@3797
| * decrease memory footprint of standard modulesIlya Zakharevich1999-07-271-3/+7
| | | | | | | | | | Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3794
| * cover case where CLK_TCK is a float, not integer (fromGurusamy Sarathy1999-07-271-2/+2
| | | | | | | | | | alexander smishlajev <als@turnhere.com>) p4raw-id: //depot/perl@3791
| * provide MakeMaker attribute PERL_MALLOC_OK that allows extensionsGurusamy Sarathy1999-07-271-0/+1
| | | | | | | | | | to call Perl_malloc() as malloc() (from Ilya Zakharevich) p4raw-id: //depot/perl@3790
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-272-2/+6
|\ \ | |/ | | p4raw-id: //depot/cfgperl@3789
| * Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3Andy Dougherty1999-07-271-1/+5
| | | | | | | | | | Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys> p4raw-id: //depot/perl@3787
| * change#3762 wasn't neededGurusamy Sarathy1999-07-271-1/+1
| | | | | | | | | | p4raw-link: @3762 on //depot/perl: edcf81c065c289db870eda66eec01bdab2c57a10 p4raw-id: //depot/perl@3784
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-261-7/+2
| | | | | | p4raw-id: //depot/perl@3774
* | Use long doubles only if they are useful.Jarkko Hietaniemi1999-07-261-1/+1
| | | | | | p4raw-id: //depot/cfgperl@3773
* | Back out #3735. Needs more work.Jarkko Hietaniemi1999-07-261-7/+2
|/ | | p4raw-id: //depot/cfgperl@3770
* optimize method name lookupChip Salzenberg1999-07-261-1/+1
| | | | | | Message-ID: <19990722134336.Q391@perlsupport.com> Subject: [PATCH] OP_METHOD_NAMED p4raw-id: //depot/perl@3768
* setstate stop-gap from Vishal BhatiaGurusamy Sarathy1999-07-261-1/+1
| | | p4raw-id: //depot/perl@3762
* patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;Gurusamy Sarathy1999-07-269-190/+204
| | | | | | | add B::OP::name() method that returns just the op_name; convert Deparse et all to use that instead of B::OP::ppaddr(); add support for OP_SETSTATE in Deparse p4raw-id: //depot/perl@3761
* INSTALL =~ s/5.006/5.6/; delay loading Errno until neededGurusamy Sarathy1999-07-263-6/+3
| | | | | (%! has the necessary magic); misc typos p4raw-id: //depot/perl@3754
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-252-3/+5
|\ | | | | p4raw-id: //depot/cfgperl@3742
| * applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-232-3/+3
| | | | | | | | | | | | | | | | optimized blocks with a single statement; changed setcop to setstate and added code for -Dx dumps Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk> Subject: [PATCH 5.005_57] Line number error in optimised else() p4raw-id: //depot/perl@3728
| * DProf tweakGurusamy Sarathy1999-07-201-0/+2
| | | | | | p4raw-id: //depot/perl@3712
* | First steps of making builds outside the sourceJarkko Hietaniemi1999-07-251-2/+7
| | | | | | | | | | | | | | | | directory possible. These should get us as far as miniperl, then building DynaLoader falls into tiny twinkling pieces as MakeMaker knows nothing of VPATH mindset. p4raw-id: //depot/cfgperl@3735
* | Introduce $Config{ldlibpthname} which containsJarkko Hietaniemi1999-07-231-5/+8
| | | | | | | | | | | | | | | | | | the name of the environment variable holding the dynamic library search path, often LD_LIBRARY_PATH. Use this new feature all over. Also removed remnants of admonition "add LD_LIBRARY_PATH before running make" because Makefile.SH does this for you. p4raw-id: //depot/cfgperl@3725
* | Use Errno more extensively so that errororacle@pcr8.pcr.com1999-07-213-3/+6
|/ | | | | | | | | | messages are more portable (another way would be to muck around with LC_MESSAGES). Problem reported in To: perl5-porters@perl.org Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4 Message-Id: <9907192239.AA44990@pcr8.pcr.com> p4raw-id: //depot/cfgperl@3716
* move DProf things around to where they are supposed to beGurusamy Sarathy1999-07-2017-1294/+1
| | | p4raw-id: //depot/perl@3710
* DProf fixups for PERL_IMPLICIT_CONTEXTGurusamy Sarathy1999-07-203-42/+30
| | | p4raw-id: //depot/perl@3709
* move DProf to Devel/DProfGurusamy Sarathy1999-07-2021-0/+0
| | | p4raw-id: //depot/perl@3708
* add Devel::DProf v19990108 from CPAN, as it wasGurusamy Sarathy1999-07-2021-0/+2407
| | | p4raw-id: //depot/perl@3707
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-182-4/+6
|\ | | | | p4raw-id: //depot/cfgperl@3698
| * noecho noops (from Nicholas Clark <nick@flirble.org>)Gurusamy Sarathy1999-07-171-3/+5
| | | | | | p4raw-id: //depot/perl@3688
| * make CC.pm use a distinct CCPP() macro rather than PP()Gurusamy Sarathy1999-07-171-1/+1
| | | | | | | | | | (suggested by Vishal Bhatia <vishalb@my-deja.com>) p4raw-id: //depot/perl@3687
* | Fixed AIX dynamic loading and AIX shared Perl library.Jarkko Hietaniemi1999-07-142-15/+25
|/ | | | | | | | | | | Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc, 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib. Hijacked win32/makedef.pl for more general purpose export list building, now it is used (as toplevel makedef.pl) for win32 and AIX (perl_exp.SH made unnecessary). Because the export lists are now correct in AIX, no more linker warnings about "Exported symbol not defined" should appear. p4raw-id: //depot/cfgperl@3673
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-5/+5
| | | p4raw-id: //depot/perl@3669
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-1214-1/+20
| | | | | | | | | | | | | | | | 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
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-1/+1
| | | p4raw-id: //depot/perl@3660
* integrate cfgperl contentsGurusamy Sarathy1999-07-071-1/+1
|\ | | | | p4raw-id: //depot/perl@3656
| * Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-0716-261/+210
| |\ | | | | | | | | | | | | resolved manually. p4raw-id: //depot/cfgperl@3648
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-07-077-33/+80
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3638
| * | | There ain't Perl_atonv().Jarkko Hietaniemi1999-07-061-1/+1
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@3618
| * | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-1/+4
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@3614
| * | | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-0616-88/+229
| | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@3609
* | | | | filetest.t and ByteLoader build tweaks from Peter PrymmerGurusamy Sarathy1999-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | <pvhp@forte.com> p4raw-id: //depot/perl@3655
* | | | | change#1889 mistakenly removed F_SETLKGurusamy Sarathy1999-07-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @1889 on //depot/perl: 5ff3f7a4e03a6b103d9e628865398e498e9a7968 p4raw-id: //depot/perl@3654
* | | | | B::Deparse updateStephen McCamant1999-07-071-54/+294
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net> Subject: [PATCH _57, long] B::Deparse 0.58 p4raw-id: //depot/perl@3653
* | | | fix undocumented IO::Handle functions as suggestedGurusamy Sarathy1999-07-071-6/+6
| | | | | | | | | | | | | | | | | | | | by cj10@cam.ac.uk p4raw-id: //depot/perl@3646
* | | | prohibit thread join()ing itself (from Dan Sugalski)Gurusamy Sarathy1999-07-071-0/+2
| | | | | | | | | | | | p4raw-id: //depot/perl@3645
* | | | Compiler and XSUBSVishal Bhatia1999-07-071-29/+58
| | | | | | | | | | | | | | | | | | | | Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com> p4raw-id: //depot/perl@3644
* | | | add B::PV::{LEN,CUR}Doug MacEachern1999-07-071-0/+8
| | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net> p4raw-id: //depot/perl@3642
* | | | slightly modified version of suggested patchSteven N. Hirsch1999-07-071-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com> Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503 p4raw-id: //depot/perl@3641
* | | | lexical warnings update (warning.t fails one testPaul Marquess1999-07-073-105/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640
* | | | Eliminate CONDOPsStephen McCamant1999-07-0710-115/+35
| |_|/ |/| | | | | | | | | | | Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net> p4raw-id: //depot/perl@3637