summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* opendir(D,"x:") on win32 opens cwd() for drive rather than root;Gurusamy Sarathy1999-05-121-3/+10
| | | | | stat() behaves similarly p4raw-id: //depot/perl@3396
* update embedvar.hGurusamy Sarathy1999-05-113-4/+4
| | | p4raw-id: //depot/perl@3392
* Socket IPPROTO_TCP [PATCH 5.005_5x]Joshua Pritikin1999-05-112-2/+47
| | | | | Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com> p4raw-id: //depot/perl@3391
* display more frequent progress messages when STDOUT is a ttyGurusamy Sarathy1999-05-111-5/+16
| | | p4raw-id: //depot/perl@3390
* Explanations by Test::HarnessIlya Zakharevich1999-05-111-3/+14
| | | | | Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3389
* avoid creating spurious subroutine stubs on failed subroutineGurusamy Sarathy1999-05-116-18/+43
| | | | | | | call and other places of sv_2cv() misuse; fixes problems with failed subroutine calls "hiding" later attempts to lookup methods in base classes p4raw-id: //depot/perl@3388
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-1139-161/+238
| | | | | | | | | | needed to open myconfig.SH rather than myconfig; sundry adjustments to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it work under win32; getenv_sv() changed to getenv_len() since SVs aren't visible in the lower echelons; remove bogus exports from config.sym; PERL_OBJECT-ness for C++ exception support; null out IoDIRP in filter_del() or sv_free() will attempt to close it p4raw-id: //depot/perl@3387
* gutsupport for C++ exceptionsChip Salzenberg1999-05-1111-138/+304
| | | | | | Message-ID: <19990309115157.E7911@perlsupport.com> Subject: [PATCH 5.005] Flexible Exceptions p4raw-id: //depot/perl@3386
* "weak" references internals, still needs perlguts documentationGurusamy Sarathy1999-05-1012-5/+160
| | | | | | (somewhat modified version of patch suggested by Tuomas J. Lukka <lukka@fas.harvard.edu>) p4raw-id: //depot/perl@3385
* regen regnodes.hGurusamy Sarathy1999-05-102-1/+246
| | | p4raw-id: //depot/perl@3380
* Win32 and VC++ 98 doesn't support CASTIJan Dubois1999-05-104-10/+12
| | | | | Message-ID: <373067e9.56194713@smtp1.ibm.net> p4raw-id: //depot/perl@3379
* Self-consistent numeric conversion againIlya Zakharevich1999-05-1011-137/+648
| | | | | Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3378
* pp_modulo comment tweak from IlyaGurusamy Sarathy1999-05-101-11/+6
| | | p4raw-id: //depot/perl@3377
* Test.pm update [PATCH _56]Joshua Pritikin1999-05-101-5/+10
| | | | | Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com> p4raw-id: //depot/perl@3376
* Re: Using existing memory for an SV's PV Jan Dubois1999-05-101-3/+11
| | | | | Message-ID: <373318ae.19292461@smtp1.ibm.net> p4raw-id: //depot/perl@3375
* Fix -Dm memory debugging for PERL_OBJECTJan Dubois1999-05-101-1/+5
| | | | | Message-ID: <37321800.19118320@smtp1.ibm.net> p4raw-id: //depot/perl@3374
* Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)Ilya Zakharevich1999-05-107-2/+63
| | | | | Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3373
* Cosmetic: data-driven REx-dumpIlya Zakharevich1999-05-102-191/+41
| | | | | Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3372
* pod->html VMS fixeslane@duphy4.physics.drexel.edu1999-05-102-1/+2
| | | | | Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu> p4raw-id: //depot/perl@3371
* testsuite nitsGurusamy Sarathy1999-05-102-3/+6
| | | p4raw-id: //depot/perl@3370
* Quickier thread-specific data on OS/2Ilya Zakharevich1999-05-102-3/+14
| | | | | Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3369
* do_sv_dump does dump (core) on IO handlesAlbert Dvornik1999-05-101-4/+10
| | | | | Message-ID: <tqlnf6gm52.fsf@puma.genscan.com> p4raw-id: //depot/perl@3368
* shadow password support for Solaris (needs Configure help toPatrick O'Brien1999-05-101-0/+30
| | | | | | | determine HAS_GETSPENT) Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu> Subject: getpwent() under solaris p4raw-id: //depot/perl@3367
* Add POLLUTE=1 option to MakeMakerJan Dubois1999-05-103-7/+30
| | | | | Message-ID: <373373fb.59284266@smtp1.ibm.net> p4raw-id: //depot/perl@3366
* test suite and fix input_line_number()Paul Johnson1999-05-103-0/+83
| | | | | | Message-ID: <19990429062814.A17906@west-tip.transeda.com> Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6) p4raw-id: //depot/perl@3365
* fix overeager [:foo:] parsingHugo van der Sanden1999-05-102-0/+5
| | | | | | Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk> Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 p4raw-id: //depot/perl@3364
* documentation for Win32 builtins (somewhat modified)Jan Dubois1999-05-102-0/+284
| | | | | | Message-ID: <37006783.1926460@smtp1.ibm.net> Subject: Re: Issues with build 509 p4raw-id: //depot/perl@3363
* provide File::Copy::syscopy() via Win32::CopyFile() on win32Gurusamy Sarathy1999-05-102-2/+20
| | | p4raw-id: //depot/perl@3362
* escape ampersands in <pre> sectionsGurusamy Sarathy1999-05-102-2/+150
| | | p4raw-id: //depot/perl@3361
* AIX hints enhancements (threads build, SOCKS support)David R. Favor1999-05-101-26/+137
| | | | | | Message-ID: <372710F8.B1F73BEB@austin.ibm.com> Subject: Working build for AIX + gcc + threading p4raw-id: //depot/perl@3360
* more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>Gurusamy Sarathy1999-05-107-22/+93
| | | | | | | | | | | | | | | | | | | Date: Tue, 27 Apr 1999 23:47:24 PDT Message-ID: <19990428064724.95244.qmail@hotmail.com> Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm) -- Date: Thu, 29 Apr 1999 18:21:06 -0700 Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com> Subject: [PATCH 5.005_56] double constants ( C.pm) -- Date: Mon, 03 May 1999 20:21:31 PDT Message-ID: <19990504032131.81113.qmail@hotmail.com> Subject: [PATCH 5.005_56] Overloading implementation ( Compiler) -- Date: Thu, 06 May 1999 17:57:09 -0700 Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com> Subject: Stash.pm p4raw-id: //depot/perl@3359
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-1041-786/+1149
| | | | | | Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358
* applied suggested patch, modulo already applied partsCharles Bailey1999-05-1013-120/+362
| | | | | | Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu> Subject: [Patch 5.005_56] VMS consolidated patch #2 p4raw-id: //depot/perl@3357
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-1022-28/+309
| | | | | | Message-ID: <609bdff748.tom@compton.compton.nu> Subject: ByteLoader patch p4raw-id: //depot/perl@3356
* document 'test' attribute (from Andreas Koenig)Gurusamy Sarathy1999-05-101-1/+5
| | | p4raw-id: //depot/perl@3355
* PATCH for small bug in scan_binPaul Marquess1999-05-101-1/+1
| | | | | Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk> p4raw-id: //depot/perl@3354
* more bulletproof workaround for mangled paths (updates changes#3345,3350);Gurusamy Sarathy1999-05-105-18/+130
| | | | | | | | provide Win32::GetLongPathName() to complement Win32::GetShortPathName() p4raw-link: @3350 on //depot/perl: b5ce6607ab4b332cfeb9911174599b4208a0bc29 p4raw-link: @3345 on //depot/perl: 95140b9803ddf95b050f1d52936f19393a6b541c p4raw-id: //depot/perl@3353
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-099-21/+33
| | | | | | and pipe open() operations, simplifying buffering headaches faced by users; uses fflush(NULL), which may need Configure test p4raw-id: //depot/perl@3352
* perlcc on win32 (correct version of fix suggested by Jean-LouisGurusamy Sarathy1999-05-091-12/+14
| | | | | Leroy <jll@skynet.be>) p4raw-id: //depot/perl@3351
* normalize $^X to full pathname on win32Gurusamy Sarathy1999-05-091-0/+7
| | | p4raw-id: //depot/perl@3350
* allow readline($globref), <$globref> already worksGurusamy Sarathy1999-05-091-7/+3
| | | p4raw-id: //depot/perl@3349
* perldoc cleanups (variant of changes suggested by Christian LemburgGurusamy Sarathy1999-05-091-222/+280
| | | | | <lemburg@online-club.de>) p4raw-id: //depot/perl@3348
* additions to Thread.pm docs from Tuomas J. LukkaGurusamy Sarathy1999-05-091-4/+28
| | | | | <lukka@fas.harvard.edu> p4raw-id: //depot/perl@3347
* Re: pdt: Perl Development Tools? Stephen McCamant1999-05-091-1/+1
| | | | | Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu> p4raw-id: //depot/perl@3346
* work around mangled archname on win32 while finding privlib/sitelib;Gurusamy Sarathy1999-05-091-8/+20
| | | | | normalize lib paths to forward slashes internally p4raw-id: //depot/perl@3345
* fix typo in dbm filters that caused odbm.t to failGurusamy Sarathy1999-05-092-2/+4
| | | p4raw-id: //depot/perl@3344
* tweak test totalsGurusamy Sarathy1999-05-092-1/+284
| | | p4raw-id: //depot/perl@3343
* import list propagation busted (pointed out by Ton HospelGurusamy Sarathy1999-05-091-2/+2
| | | | | <thospel@mail.dma.be>) p4raw-id: //depot/perl@3342
* hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATHGurusamy Sarathy1999-05-092-2/+7
| | | | | (as suggested by Eric Boehm <boehm@nortelnetworks.com>) p4raw-id: //depot/perl@3341
* generate manpages for newly added utilsGurusamy Sarathy1999-05-091-0/+4
| | | p4raw-id: //depot/perl@3340