summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* document changed PERL_HASH()Gurusamy Sarathy1998-11-282-15/+28
| | | p4raw-id: //depot/perl@2333
* Handle INIT list in C.pmNick Ing-Simmons1998-11-273-8/+25
| | | | | | | | | | | 1. Provide init_av() from B.xs 2. Export it in B.pm 3. Use it in C.pm Also disable some pruning in savecv() which seems to undo my previous patch. Experimental feature - save pathnames of .so files in easily grep-able form for use in wrapper to feed to linker. p4raw-id: //depot/perl@2332
* integrate change#2315 from maint-5.005Gurusamy Sarathy1998-11-272-10/+21
| | | | | | | p4raw-link: @2315 on //depot/maint-5.005/perl: 7a4920e67d1e2d67a4397a908141c6608866ebb0 p4raw-id: //depot/perl@2327 p4raw-integrated: from //depot/maint-5.005/perl@2326 'ignore' op.c (@2310..) 'merge in' sv.c (@2174..)
* integrate changes#2304,2305,2306,2308 from maint-5.005Gurusamy Sarathy1998-11-274-21/+42
| | | | | | | | | | | | | p4raw-link: @2308 on //depot/maint-5.005/perl: d9ff4e059542b05c512829c494eaa4d1a8c96869 p4raw-link: @2306 on //depot/maint-5.005/perl: 82bf2b55a275313af7da5198d3567127a2b619bb p4raw-link: @2305 on //depot/maint-5.005/perl: fa8a3fc69bb318b2e84481c2b7919cb81c822866 p4raw-link: @2304 on //depot/maint-5.005/perl: 566aa6395795ff6a5a86565ea7a90bf3211e26a1 p4raw-id: //depot/perl@2326 p4raw-integrated: from //depot/maint-5.005/perl@2325 'copy in' ext/DynaLoader/dl_mpeix.xs lib/ExtUtils/typemap (@1649..) installperl (@2134..) lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm (@2154..) lib/ExtUtils/MM_Unix.pm (@2304..)
* malloc bugfix and documentation from Ilya ZakharevichGurusamy Sarathy1998-11-271-1/+68
| | | | | | | | | | | Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST) Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Re: Internal coredump -- Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST) Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] malloc.c documentation p4raw-id: //depot/perl@2325
* B::C tweaks to allow Tk compiles from Nick Ing-SimmonsGurusamy Sarathy1998-11-271-3/+20
| | | p4raw-id: //depot/perl@2324
* format "..." bugUnknown Ricoh Contributor II1998-11-272-2/+31
| | | | | Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp> p4raw-id: //depot/perl@2323
* add ext/Devel/PeekJan Dubois1998-11-2720-587/+1669
| | | | | | Message-ID: <36589ec9.49964585@smtp1.ibm.net> Subject: [PATCH 5.005_53] Devel::Peek integration p4raw-id: //depot/perl@2322
* ensure 'make regen_headers' even without perl installedGurusamy Sarathy1998-11-272-0/+6
| | | | | (suggested by Ilya Zakharevich) p4raw-id: //depot/perl@2321
* Cosmetic malloc patchIlya Zakharevich1998-11-271-16/+73
| | | | | Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2320
* eliminate dup hunk from integrationGurusamy Sarathy1998-11-272-36/+1
| | | p4raw-id: //depot/perl@2319
* integrate cfgperl changes into mainlineGurusamy Sarathy1998-11-2733-167/+802
|\ | | | | p4raw-id: //depot/perl@2318
| * C<-x>.Jarkko Hietaniemi1998-11-271-6/+7
| | | | | | p4raw-id: //depot/cfgperl@2317
| * Integrate from mainperl.Jarkko Hietaniemi1998-11-2720-1690/+2934
| |\ | |/ |/| p4raw-id: //depot/cfgperl@2316
* | fix PL_defoutgv leak under threadsGurusamy Sarathy1998-11-261-2/+4
| | | | | | p4raw-id: //depot/perl@2301
* | properly free temporaries created by threadsGurusamy Sarathy1998-11-261-0/+2
| | | | | | p4raw-id: //depot/perl@2300
* | fix C<if (...) { package Foo; ... }> misoptimization that failsGurusamy Sarathy1998-11-263-2/+17
| | | | | | | | | | to set the package for the block properly p4raw-id: //depot/perl@2299
* | Part-1 of tweaks to allow Tk to be "compiled"Nick Ing-Simmons1998-11-241-3/+0
| | | | | | | | | | | | Make XS_UNIVERSAL_xxx non-static so they can be found in libperl. (May also need attention to exports etc. - to follow.) p4raw-id: //depot/perl@2298
* | fix broken CAPI generationGurusamy Sarathy1998-11-221-17/+17
| | | | | | p4raw-id: //depot/perl@2262
* | phase 2 of PERL_OBJECT cleanup; objXSUB.h autogenerationGurusamy Sarathy1998-11-227-1651/+2838
| | | | | | p4raw-id: //depot/perl@2260
* | another win32 portability fix: make sysread() and syswrite()Gurusamy Sarathy1998-11-212-2/+27
| | | | | | | | | | work on sockets p4raw-id: //depot/perl@2255
* | win32_recvfrom() compatibility fixGurusamy Sarathy1998-11-211-0/+7
| | | | | | p4raw-id: //depot/perl@2254
* | mess_sv tweak for change#2249Gurusamy Sarathy1998-11-191-0/+3
| | | | | | | | | | p4raw-link: @2249 on //depot/perl: e72dc28c8f6f33daa2b69b80b6322e338e999561 p4raw-id: //depot/perl@2252
* | use PL_mess_sv only during global destruction (fixes problems withGurusamy Sarathy1998-11-182-12/+14
| | | | | | | | | | | | overlapping invocations of form()/warn()/die()/croak() trampling on each other's messages) p4raw-id: //depot/perl@2249
* | tweak change#2245 to skip previous message if anyGurusamy Sarathy1998-11-182-2/+6
| | | | | | | | | | p4raw-link: @2245 on //depot/perl: a99e4ac224ca891463a7704e48b83906ece3bb7c p4raw-id: //depot/perl@2248
| * The new socket tests need in some platformsJarkko Hietaniemi1998-11-231-0/+1
| | | | | | | | | | to #include <sys/types.h>. p4raw-id: //depot/cfgperl@2294
| * Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)Gerben Wierda1998-11-232-8/+7
| | | | | | | | | | | | | | | | To: Jarkko Hietaniemi <jhi@cc.hut.fi> Message-Id: <9811230907.AA06484@AWT.nl> NeXTstep NetInfo uses nidump to get the user/group databases. p4raw-id: //depot/cfgperl@2293
| * Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.Jarkko Hietaniemi1998-11-221-7/+7
| | | | | | p4raw-id: //depot/cfgperl@2286
| * MSG_PROXY for GNU/Hurd (previously we believed thatJarkko Hietaniemi1998-11-228-110/+579
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all GNU libc platforms have MSG_PROXY. Untrue). In fact this ended up as a major MSG_* and SCM_* update. The MSG_XXX known to be enums in some versions of the glibc are now probed for and respective HAS_MSG_XXX are defined. While I was at it I noticed SCM_RIGHTS being similarly an enum. This reminded me of an ancient discussion in perl5-porters: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html The BSD socket interface has a nifty feature for passing file descriptors and credentials--via sockets. It may be too late to add this functionality to the CORE but at least Configure now probes for the functions, structs, and includes, defining the appropriate HAS_YYY and I_ZZZ, and the Socket extension exports the constants, in case somebody wants to write an extension for this interface. p4raw-id: //depot/cfgperl@2285
| * perlhist.pod 1.54, containing 5_53.Jarkko Hietaniemi1998-11-221-3/+7
| | | | | | p4raw-id: //depot/cfgperl@2284
| * Fix thinko.Jarkko Hietaniemi1998-11-221-1/+1
| | | | | | p4raw-id: //depot/cfgperl@2268
| * Document the d_socket override.Jarkko Hietaniemi1998-11-221-0/+18
| | | | | | p4raw-id: //depot/cfgperl@2267
| * perlfaq typosJohn Tobey1998-11-225-9/+9
| | | | | | | | | | | | To: perl5-porters@perl.com Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet> p4raw-id: //depot/cfgperl@2266
| * DB_File 1.61 patch for 5.005_53 & 5.005_02Paul Marquess1998-11-223-9/+33
| | | | | | | | | | | | | | Newsgroups: hut.lists.perl5-porters To: gsar@engin.umich.edu (Gurusamy Sarathy) Cc: perl5-porters@perl.org (Perl5 Porters) p4raw-id: //depot/cfgperl@2265
| * NeXTstep /etc/group and /etc/passwd are used only at boot time,Gerben Wierda1998-11-222-2/+10
| | | | | | | | | | | | | | | | Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) To: perlbug@perl.com Lines: 47 Message-ID: <MLIST_9811201533.AA22148@AWT.nl> p4raw-id: //depot/cfgperl@2264
| * Permission testing is tricky when we have too much power.Gerben Wierda1998-11-221-5/+16
| | | | | | | | | | | | | | | | Problem reported in Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel) To: perlbug@perl.com Message-ID: <MLIST_9811201533.AA22148@AWT.nl> p4raw-id: //depot/cfgperl@2263
| * -x should be C<-x>, reported by Gerben Wierda.Jarkko Hietaniemi1998-11-221-1/+1
| | | | | | p4raw-id: //depot/cfgperl@2261
| * Re: [PATCH] Re: pod2man bug in date generated lineKurt D. Starsinic1998-11-221-0/+1
| | | | | | | | | | | | | | To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org> Cc: perlbug@perl.com Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu> p4raw-id: //depot/cfgperl@2259
| * Benchmark.pm suggestionThomas Bowditch1998-11-211-0/+14
| | | | | | | | | | | | | | | | To: jhi@iki.fi, Tim.Bunce@ig.co.uk Message-Id: <199811202243.RAA26252@harp.camb.inmet.com> Added timesum(). p4raw-id: //depot/cfgperl@2256
| * MPE/iX Perl 5.005_02 oopsMark Bixby1998-11-202-5/+11
| | | | | | | | | | | | To: jhi@iki.fi Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu> p4raw-id: //depot/cfgperl@2253
| * Display use64bits and usemultiplicity but only if necessary.Jarkko Hietaniemi1998-11-181-0/+9
| | | | | | p4raw-id: //depot/cfgperl@2251
| * pp.c uses 'unsigned Quad_t'Horst von Brand1998-11-182-9/+13
| | | | | | | | | | | | To: perlbug@perl.com Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl> p4raw-id: //depot/cfgperl@2250
| * Integrate from mainperl.Jarkko Hietaniemi1998-11-1725-159/+616
| |\ | |/ |/| p4raw-id: //depot/cfgperl@2247
* | allow C<sort $coderef @foo>Gurusamy Sarathy1998-11-173-5/+30
| | | | | | p4raw-id: //depot/perl@2246
* | propagate failures in DESTROY() as (optional) warningsGurusamy Sarathy1998-11-173-0/+26
| | | | | | p4raw-id: //depot/perl@2245
* | ensure PL_dirty is reinit-ed properly under -DMULTIPLICITYGurusamy Sarathy1998-11-172-3/+3
| | | | | | p4raw-id: //depot/perl@2244
* | sort WARN_FOO symbols to avoid hash traversal order dependencyGurusamy Sarathy1998-11-173-87/+86
| | | | | | p4raw-id: //depot/perl@2243
* | fix skipspace() to properly account for newlines in eval''-edGurusamy Sarathy1998-11-173-9/+22
| | | | | | | | | | strings (caused bogus line numbers in diagnostics and debugger) p4raw-id: //depot/perl@2242
* | s/Perl_utf8skip/PL_utf8skip/gGurusamy Sarathy1998-11-176-26/+15
| | | | | | p4raw-id: //depot/perl@2241
* | rework op/groups.tGurusamy Sarathy1998-11-142-22/+50
| | | | | | p4raw-id: //depot/perl@2240