summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-172-1/+2
| | | | | (suggested by Vishal Bhatia <vishalb@my-deja.com>) p4raw-id: //depot/perl@3687
* tiny bug in vars.pm (from John Dlugosz)Gurusamy Sarathy1999-07-171-1/+1
| | | p4raw-id: //depot/perl@3686
* applied suggested patch, along with later tweakJan Dubois1999-07-171-11/+56
| | | | | | Message-ID: <37a902e7.15977234@smtp1.ibm.net> Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm p4raw-id: //depot/perl@3685
* avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)Gurusamy Sarathy1999-07-171-2/+0
| | | p4raw-id: //depot/perl@3684
* Segfaults if $^PIlya Zakharevich1999-07-178-9/+26
| | | | | Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3683
* use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5Gurusamy Sarathy1999-07-171-19/+31
| | | | | | and prefix/lib/perl5/man are ass_u_med only if those directories actually exist; else prefix/{lib,man} are used) p4raw-id: //depot/perl@3682
* allow $foo{$x} and $bar[$i] for (\$) prototypeGurusamy Sarathy1999-07-172-5/+17
| | | p4raw-id: //depot/perl@3681
* fix vec() on magic valuesIan Phillipps1999-07-172-0/+13
| | | | | | Message-ID: <19990712123005.A11355@homer.diplex.co.uk> Subject: [PATCH 5.005_57] Re: do_vecset is broken. Re: [ID 19990703.003]. p4raw-id: //depot/perl@3680
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-1710-5/+74
| | | | | | Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec p4raw-id: //depot/perl@3679
* File descriptor leak in do_exec3Ilya Zakharevich1999-07-171-1/+2
| | | | | Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3678
* a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;Gurusamy Sarathy1999-07-171-468/+706
| | | | | converted Ken's documentation outline into pod p4raw-id: //depot/perl@3677
* pod fixes (with minor edits) from Abigail, Ronald Kimball, JonGurusamy Sarathy1999-07-1717-148/+186
| | | | | | Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and Steve Lidie p4raw-id: //depot/perl@3676
* backout redundant change#3628Gurusamy Sarathy1999-07-172-1/+172
| | | | | p4raw-link: @3628 on //depot/perl: 10ca40477ddc9b8d94a5d1880386d95c6cc6cc37 p4raw-id: //depot/perl@3675
* minor efficiency tweakGurusamy Sarathy1999-07-141-0/+9
| | | p4raw-id: //depot/perl@3672
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-1214-68/+65
| | | p4raw-id: //depot/perl@3669
* tweaks for win32/borlandGurusamy Sarathy1999-07-123-2/+6
| | | p4raw-id: //depot/perl@3668
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-1269-4395/+3180
| | | | | | | | | | | | | | | | 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
* change#3612 was buggy and failed to build Tk; applied Ilya'sGurusamy Sarathy1999-07-112-5/+70
| | | | | | | remedy and related tests via private mail p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e p4raw-id: //depot/perl@3664
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-0838-1712/+8840
| | | p4raw-id: //depot/perl@3660
* sundry cleanups for clean build on windowsGurusamy Sarathy1999-07-085-17/+58
| | | p4raw-id: //depot/perl@3659
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-0812-63/+70
| | | | | type mismatch problems p4raw-id: //depot/perl@3658
* integrate cfgperl contentsGurusamy Sarathy1999-07-0749-768/+4515
|\ | | | | p4raw-id: //depot/perl@3656
| * Sync regcomp warn with reality.Jarkko Hietaniemi1999-07-071-4/+17
| | | | | | p4raw-id: //depot/cfgperl@3649
| * Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-0789-1314/+3124
| |\ | | | | | | | | | | | | resolved manually. p4raw-id: //depot/cfgperl@3648
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-07-0733-115/+320
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3638
| * | | Some new files of #3624 missing from MANIFEST.Jarkko Hietaniemi1999-07-061-0/+5
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@3625
| * | | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-0646-726/+4325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and utf8. If both utf8 and locale are on, utf8 wins. I don't fully understand why so many tables changed in lib/unicode because of "make" -- maybe it was just overdue. p4raw-id: //depot/cfgperl@3624
| * | | Mention EPOC and SOCKS.Jarkko Hietaniemi1999-07-061-5/+9
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@3620
| * | | There ain't Perl_atonv().Jarkko Hietaniemi1999-07-061-1/+1
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@3618
| * | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-1/+1
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@3617
| * | | | Tweak for #3613.Jarkko Hietaniemi1999-07-061-2/+3
| | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@3616
| * | | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-0611-428/+553
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/cfgperl@3614
| * | | | | Allow for deep ext directories.Nathan Kurz1999-07-061-27/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [ID 19990612.001 compiling three deep modules within ext/] ply-To: nate@valleytel.net erl5-porters@perl.org Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net> p4raw-id: //depot/cfgperl@3613
| * | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-07-0649-548/+1060
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@3609
| * | | | | Put back the cygwin32 Configure fix of 3582 undone by 3597.Jarkko Hietaniemi1999-07-061-7/+14
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@3607
* | | | | | filetest.t and ByteLoader build tweaks from Peter PrymmerGurusamy Sarathy1999-07-072-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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
* | | | | | Re: [ID 19990705.001] Overloading boolean conversionIlya Zakharevich1999-07-072-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3652
* | | | | | missing PerlIO_reopen() (suggested by sam@daemoninc.com)Gurusamy Sarathy1999-07-071-0/+1
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@3651
* | | | | | applied new parts of suggested patchCharles Bailey1999-07-0713-42/+177
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu> Subject: [PATCH 5.005_57] Consolidated VMS patch p4raw-id: //depot/perl@3650
* | | | | MakeMaker support for pod2htmlJan Dubois1999-07-073-54/+284
| | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <377b2ca4.14467042@smtp1.ibm.net> p4raw-id: //depot/perl@3647
* | | | | 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
* | | | | mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntaxGurusamy Sarathy1999-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | (from François Désarménien <desar@club-internet.fr>) p4raw-id: //depot/perl@3643
* | | | | 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-0763-765/+2414
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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