summaryrefslogtreecommitdiff
path: root/ext/Errno
Commit message (Expand)AuthorAgeFilesLines
...
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-11/+0
* As Errno is formally no longer dual-lived, give it a proper version number.Nicholas Clark2009-06-251-1/+1
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Close the file before renaming it. Problem spotted and fix supplied by corion.Nicholas Clark2009-03-311-0/+2
* Don't create an empty Errno.pm if there is an error whilst running Errno_pm.PLNicholas Clark2009-03-311-1/+3
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-4/+0
* bump Errno version number after change 34630 (add Haiku port)David Mitchell2009-01-041-1/+1
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+2
* Haiku PortIngo Weinhold2008-10-291-1/+1
* Upgrade to Errno-1.10 (!). I have left the core tests as is forSteve Peters2006-12-272-1/+6
* Proper cleanup for Errno.pmRafael Garcia-Suarez2006-12-191-1/+1
* Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm changeYves Orton2006-12-151-0/+19
* Convert Errno.t to Test::More. Increase the test coverageSteve Peters2006-09-071-35/+24
* One too many ('s in change #28043. Steve Peters2006-05-021-1/+1
* Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat Steve Peters2006-05-021-1/+3
* Support compiling for RISC OSAlex Waugh2006-04-181-0/+6
* Re: How to suppress warnings when building Errno with gccYitzchak Scott-Thoennes2005-07-041-2/+2
* Silence MinGW warnings about system headers when building ErrnoSteve Hay2005-06-301-2/+20
* Symbian port of PerlJarkko Hietaniemi2005-04-211-10/+24
* ext/Errno/Errno_pm.PL: fix for GNU hurdBrendan O'Dea2005-03-301-1/+1
* Fix for building with MinGW under CygwinYitzchak Scott-Thoennes2005-01-171-1/+7
* [perl #32717] BeOS specific Updates Ingo Weinhold2004-12-011-4/+6
* Fix [perl #32130] Errno.pm must not pass references to "prototype"Rafael Garcia-Suarez2004-10-252-2/+6
* Zaurus SL-[78]60 native compile patchDan Kogai2004-03-301-1/+3
* ESUCCESS = 0 is not true, but exists.Jarkko Hietaniemi2003-08-061-1/+2
* maint, Win32, GCC 3.2Mattia Barbon2003-08-041-1/+9
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
* Re: [PATCH] Version tangoYitzchak Scott-Thoennes2002-05-271-0/+1
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-6/+6
* Last patch needed to get Perl5.7 to build natively on VOSPaul Green2002-01-071-0/+3
* Win32 hides some errno-oid constants in <winsock.h> under assumed names.Nick Ing-Simmons2001-12-301-4/+24
* EPOC fixes from Olaf Flebbe.Jarkko Hietaniemi2001-12-121-1/+1
* In BeOS Errno must resort to actual compilationJarkko Hietaniemi2001-12-121-0/+34
* Make Errno better in BeOS (the second hunk isJarkko Hietaniemi2001-12-111-0/+5
* Robustness against Linux using something else than gcc;Charles Randall2001-11-161-1/+3
* patches for MacOS X 10.1 for perl 5.7.2Randal L. Schwartz2001-11-021-1/+1
* More VERSION tuning: to avoid unnecessary Perl upgradesJarkko Hietaniemi2001-06-301-1/+1
* Detypo.Jarkko Hietaniemi2001-06-261-2/+2
* There seems to be two ways of spelling the $^O in *STEP.Jarkko Hietaniemi2001-06-261-1/+1
* OpenSTEP has gcc 2.7.2.1 which recognizes but does not implementJarkko Hietaniemi2001-06-261-1/+5
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+54
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-6/+14
* Add $Config{cppflags} to the gcc incantation.Jarkko Hietaniemi2001-04-051-1/+1
* Portability fixes for Mac OS / bleadperlChris Nandor2001-03-101-25/+40
* Watch out for cross compiling for EPOC (usually done on linux)Olaf Flebbe2001-02-011-0/+3
* s/use vars qw\(/our(/ for OS/390 extension buildsPeter Prymmer2000-12-151-4/+2
* Use -dM for gcc (the suggested patch did it only for Linux,Pixel2000-11-051-0/+10
* Allow for whitespace between "#" and "line" in cpp output.Calle Dybedahl2000-09-122-1/+6
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-041-1/+1
* mention portability caveat about C<use Errno 'EFOO'>Gurusamy Sarathy2000-02-201-6/+18