summaryrefslogtreecommitdiff
path: root/ext/Errno
Commit message (Collapse)AuthorAgeFilesLines
* Last patch needed to get Perl5.7 to build natively on VOSPaul Green2002-01-071-0/+3
| | | | | Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com> p4raw-id: //depot/perl@14124
* Win32 hides some errno-oid constants in <winsock.h> under assumed names.Nick Ing-Simmons2001-12-301-4/+24
| | | | | This gets them into Errno.pm - yet to prove they end up in $!. p4raw-id: //depot/perlio@13950
* EPOC fixes from Olaf Flebbe.Jarkko Hietaniemi2001-12-121-1/+1
| | | p4raw-id: //depot/perl@13665
* In BeOS Errno must resort to actual compilationJarkko Hietaniemi2001-12-121-0/+34
| | | | | and execution for some of the error constants. p4raw-id: //depot/perl@13648
* Make Errno better in BeOS (the second hunk isJarkko Hietaniemi2001-12-111-0/+5
| | | | | | | good on any platform). Still not working in BeOS are the E constants that refer BeOS native error constants (B_...) which are enums (*groan*). p4raw-id: //depot/perl@13610
* Robustness against Linux using something else than gcc;Charles Randall2001-11-161-1/+3
| | | | | | | | based on Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2 Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com> p4raw-id: //depot/perl@13053
* patches for MacOS X 10.1 for perl 5.7.2Randal L. Schwartz2001-11-021-1/+1
| | | | | | | | | Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com> (two of the changes) Better coexistence with extensions. p4raw-id: //depot/perl@12816
* More VERSION tuning: to avoid unnecessary Perl upgradesJarkko Hietaniemi2001-06-301-1/+1
| | | | | by CPAN.pm, use rather _00. p4raw-id: //depot/perl@11047
* Detypo.Jarkko Hietaniemi2001-06-261-2/+2
| | | p4raw-id: //depot/perl@10949
* There seems to be two ways of spelling the $^O in *STEP.Jarkko Hietaniemi2001-06-261-1/+1
| | | p4raw-id: //depot/perl@10948
* OpenSTEP has gcc 2.7.2.1 which recognizes but does not implementJarkko Hietaniemi2001-06-261-1/+5
| | | | | the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>. p4raw-id: //depot/perl@10947
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-6/+14
| | | p4raw-id: //depot/perl@10643
* Add $Config{cppflags} to the gcc incantation.Jarkko Hietaniemi2001-04-051-1/+1
| | | p4raw-id: //depot/perl@9558
* Portability fixes for Mac OS / bleadperlChris Nandor2001-03-101-25/+40
| | | | | Message-Id: <p05010401b6d02f70211f@[10.0.1.177]> p4raw-id: //depot/perl@9099
* Watch out for cross compiling for EPOC (usually done on linux)Olaf Flebbe2001-02-011-0/+3
| | | | | | Subject: [perl-5-6-1-trial2] patches for EPOC Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de> p4raw-id: //depot/perl@8650
* s/use vars qw\(/our(/ for OS/390 extension buildsPeter Prymmer2000-12-151-4/+2
| | | | | Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com> p4raw-id: //depot/perl@8126
* Use -dM for gcc (the suggested patch did it only for Linux,Pixel2000-11-051-0/+10
| | | | | | | | but I think it can be generalized). Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing) Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com> p4raw-id: //depot/perl@7565
* Allow for whitespace between "#" and "line" in cpp output.Calle Dybedahl2000-09-122-1/+6
| | | | | | Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se> p4raw-id: //depot/perl@7067
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-041-1/+1
| | | p4raw-id: //depot/perl@5507
* mention portability caveat about C<use Errno 'EFOO'>Gurusamy Sarathy2000-02-201-6/+18
| | | p4raw-id: //depot/perl@5160
* avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>Gurusamy Sarathy2000-02-191-6/+8
| | | | | for that) p4raw-id: //depot/perl@5147
* Replace #4596 with the change done in 5.005_03.Jarkko Hietaniemi1999-11-211-1/+1
| | | p4raw-id: //depot/cfgperl@4597
* Skip processing a file if the file to be opened is '-'Jarkko Hietaniemi1999-11-211-1/+1
| | | | | (can happen in UNICOS) p4raw-id: //depot/cfgperl@4596
* typos in change#4561 and change#4565Gurusamy Sarathy1999-11-131-1/+1
| | | | | | p4raw-link: @4565 on //depot/cfgperl: 6688c047a9590c3f89dc0c1c9d684b235df668c4 p4raw-link: @4561 on //depot/cfgperl: 8bc9d5905854a266b70e2103e09a997741ac5d52 p4raw-id: //depot/perl@4575
* $Config{myarchname} is not a good architecture identifierJarkko Hietaniemi1999-11-131-2/+3
| | | | | | because it may contain host/node identification like CPU serial numbers. p4raw-id: //depot/cfgperl@4561
* integrate change#3081 from maint-5.005Gurusamy Sarathy1999-03-051-1/+1
| | | | | | | p4raw-link: @3081 on //depot/maint-5.005/perl: a6271dd4063b034652af796970511ff6cbdf52bc p4raw-id: //depot/perl@3083 p4raw-integrated: from //depot/maint-5.005/perl@3082 'copy in' ext/Errno/Errno_pm.PL (@2710..)
* Errno update from maint-5.005 (changes #2583, #2710).Jarkko Hietaniemi1999-02-021-3/+25
| | | | | p4raw-link: @2583 on //depot/maint-5.005/perl: 3a193be45bc5e7d45057877fdb7e161e2341e0c1 p4raw-id: //depot/cfgperl@2762
* Errno.pm suffers from \\ tooIlya Zakharevich1999-01-211-1/+10
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@2663
* The VM/ESA port essentials, based onJarkko Hietaniemi1998-10-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | perl-mvs: From: Neale Ferguson <neale@VMA.TABNSW.COM.AU> Subject: Re: Can't find Data/Dumper.pm Date: Mon, 28 Sep 1998 07:40:49 +1300 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au> private email: From: Neale Ferguson <neale@VMA.TABNSW.COM.AU> Subject: Re: Perl thread problems in VM/ESA Date: Thu, 15 Oct 1998 07:18:35 +1300 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au> and private email: From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU> Subject: perl archive Date: Sun, 11 Oct 1998 19:28:54 EDT Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU> which gave a pointer to http://pucc.princeton.edu/~neale/perl.tar (based on Perl 5.005_51) p4raw-id: //depot/cfgperl@2006
* correct bugs exposed in MM_Unix.pm by commenting out SelfloaderGurusamy Sarathy1998-10-151-2/+2
| | | | | (MAN3PODS cannot be set to ' '; stray stricture violation) p4raw-id: //depot/perl@1967
* suppress manifypods leak in extensionsGurusamy Sarathy1998-10-031-0/+1
| | | p4raw-id: //depot/perl@1922
* applied patches, but retained old behavior for win32 (where compilersGraham Barr1998-10-021-10/+16
| | | | | | | | | | | | can't read from stdin at all) Date: Mon, 28 Sep 1998 09:41:49 -0500 Message-ID: <19980928094149.B26576@asic.sc.ti.com> Subject: Re: 5.005_51 Errno invokes cpprun incorrectly -- Date: Tue, 29 Sep 1998 12:35:43 -0500 Message-ID: <19980929123543.Z26576@asic.sc.ti.com> Subject: Re: 5.005_51 Errno invokes cpprun incorrectly p4raw-id: //depot/perl@1907
* support OE/MVSJarkko Hietaniemi1998-08-021-1/+4
| | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
* remove #! line from Errno_pm.PLGurusamy Sarathy1998-07-061-1/+0
| | | p4raw-id: //depot/perl@1348
* added Errno-1.09 from CPANGurusamy Sarathy1998-07-062-4/+23
| | | p4raw-id: //depot/perl@1332
* patch whitespace-mutiliated; applied manuallyHans Mulder1998-07-051-2/+5
| | | | | | Message-Id: <9807052133.AA28626@icgned.icgroup.nl> Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT p4raw-id: //depot/perl@1326
* enable Errno build on win32, add Errno-1.08 files to repositoryGurusamy Sarathy1998-06-283-0/+331
p4raw-id: //depot/perl@1222