Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various pod errors. | Karl Williamson | 2016-03-11 | 1 | -27/+41 |
| | | | | Mostly these are too long verbatim lines. | ||||
* | Time::HiRes moved from "cpan" to "dist" in 91ba54 | Tom Hukins | 2016-02-09 | 1 | -1/+2 |
| | |||||
* | Start fixing some pod pedantic errors | Karl Williamson | 2015-09-03 | 1 | -164/+164 |
| | | | | This fixes a bunch of them, but there are many more | ||||
* | Correct double mention of winpid_to_pid. | James E Keenan | 2014-07-31 | 1 | -1/+1 |
| | | | | | | As reported by graham at wdlabs dot com. For: RT #122430 | ||||
* | Remove Module-Build remnants | Steve Hay | 2014-05-31 | 1 | -6/+1 |
| | |||||
* | Remove CGI.pm remnants | Steve Hay | 2014-05-31 | 1 | -2/+1 |
| | |||||
* | fix various Pod line length warnings | David Golden | 2013-05-23 | 1 | -1/+2 |
| | |||||
* | Remove cpan/CPANPLUS and associated utilities | Chris 'BinGOs' Williams | 2013-05-18 | 1 | -11/+0 |
| | |||||
* | Fix various minor pod issues | Karl Williamson | 2013-01-24 | 1 | -1/+1 |
| | | | | | These were all uncovered by the new Pod::Checker, not yet in core. Fixing these will speed up debugging the new Checker. | ||||
* | Missed other typo in README.cygwin | Chris 'BinGOs' Williams | 2012-08-14 | 1 | -1/+1 |
| | | | | | | Yes, it was on the same line as the other one. Eagle-eyed Jerry Hedden spotted that one. | ||||
* | Correct a typo in README.cygwin | Chris 'BinGOs' Williams | 2012-08-14 | 1 | -3/+3 |
| | | | | | | Also changed the current version of Cygwin to 1.7.16 and changed a 'disencouraged' to 'discouraged'. There were both uses in the document this at least makes the use consistent. | ||||
* | add Cygwin::sync_winenv [perl #110190] | Reini Urban | 2012-02-09 | 1 | -0/+11 |
| | | | | | | Cygwin::sync_winenv should fix [CPAN #65052], ADODB missing %COMMONPROGRAMFILES%. sync_winenv code and solution by Chris Day. | ||||
* | Revise perlcygwin.pod for cygwin-1.7 | Reini Urban | 2012-02-09 | 1 | -77/+61 |
| | | | | | | | cygwin does not support windows prior NT5 anymore. cygwin paths are now all UTF8 encoded, special pathname characters and names are now allowed. Removed outdated cruft and fix wrong parts. | ||||
* | Eliminate pod.lst. pod/perl.pod is now the master file for Pod metadata. | Nicholas Clark | 2011-12-21 | 1 | -1/+1 |
| | | | | | | | | perl.pod already contained virtually all the information in pod.lst. Add the remainder as =begin and =for Pod blocks. As perl.pod no longer needs to be regenerated, remove the redundant code from Porting/pod_rules.pl. Update (nearly) all references to pod.lst. | ||||
* | README.foo: Change NAME to perlfoo | Karl Williamson | 2011-07-02 | 1 | -1/+1 |
| | | | | This fixes broken links to these | ||||
* | perlcygwin: Fix broken link | Karl Williamson | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | README.cygwin: Fix broken link | Karl Williamson | 2011-05-18 | 1 | -2/+2 |
| | |||||
* | s/perlrepository/perlgit/g | Dave Rolsky | 2011-02-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Ævar Arnfjörð Bjarmason <avar@cpan.org> | ||||
* | [perl #83790] Fix links for README.cygwin to have L<> | Michael Stevens | 2011-02-09 | 1 | -3/+3 |
| | |||||
* | Fix typos (spelling errors) in README*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
| | | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81912] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81912 > Signed-off-by: Abigail <abigail@abigail.be> | ||||
* | Move PathTools from cpan/ to dist/ | Florian Ragwitz | 2010-07-24 | 1 | -10/+10 |
| | |||||
* | Move Cwd from ext/ to cpan/ | Nicholas Clark | 2009-09-29 | 1 | -2/+2 |
| | |||||
* | Use alternative URLs for links which are now broken (link rot) | Leon Brocard | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | Resurrect the Changes file as a simple guide to finding changes | David Mitchell | 2009-05-12 | 1 | -1/+0 |
| | |||||
* | Correct a few file references in README files | Mike Giroux | 2009-03-21 | 1 | -2/+2 |
| | |||||
* | Rename ext/Time/HiRes to ext/Time-HiRes | Nicholas Clark | 2009-02-09 | 1 | -5/+5 |
| | |||||
* | Rename ext/File/Glob to ext/File-Glob | Nicholas Clark | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | Rename ext/Digest/SHA to ext/Digest-SHA | Nicholas Clark | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | Rename ext/Compress/Zlib to ext/Compress-Zlib | Nicholas Clark | 2009-02-09 | 1 | -2/+2 |
| | |||||
* | Rename ext/Compress/Raw/Zlib to ext/Compress-Raw-Zlib | Nicholas Clark | 2009-02-09 | 1 | -3/+3 |
| | |||||
* | Rename ext/Win32API/File to ext/Win32API-File | Nicholas Clark | 2009-02-08 | 1 | -4/+4 |
| | |||||
* | /cygdrive is configurable | Jerry D. Hedden | 2007-10-02 | 1 | -2/+3 |
| | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510710011632n175427fdx39e173372862526e@mail.gmail.com> p4raw-id: //depot/perl@32006 | ||||
* | Update to README.cygwin by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-09-26 | 1 | -38/+173 |
| | | | p4raw-id: //depot/perl@31972 | ||||
* | README.cygwin update | Jerry D. Hedden | 2007-09-25 | 1 | -35/+6 |
| | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709241758o4027c237w7387e7ab86680d55@mail.gmail.com> p4raw-id: //depot/perl@31958 | ||||
* | Following Jan's advice, remove Cygwin::is_textmount(), | Rafael Garcia-Suarez | 2007-08-31 | 1 | -9/+4 |
| | | | | | which duplicates the functionality of is_binmount(). p4raw-id: //depot/perl@31773 | ||||
* | Cygwin::mount_table, Cygwin::mount_flags | Reini Urban | 2007-08-14 | 1 | -4/+38 |
| | | | | | Message-Id: <46C14E6C.8020809@x-ray.at> p4raw-id: //depot/perl@31708 | ||||
* | cygwin path conversions, take 4 | Reini Urban | 2007-07-09 | 1 | -11/+43 |
| | | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com> p4raw-id: //depot/perl@31568 | ||||
* | Quotes in pod/*.pod | Andy Lester | 2005-06-03 | 1 | -10/+10 |
| | | | | | Message-ID: <20050602211954.GA22107@petdance.com> p4raw-id: //depot/perl@24686 | ||||
* | README.cygwin additions by Reini Urban | Rafael Garcia-Suarez | 2005-02-12 | 1 | -2/+13 |
| | | | p4raw-id: //depot/perl@23962 | ||||
* | Re: [PATCH] Re: perl winpid? | Yitzchak Scott-Thoennes | 2005-02-11 | 1 | -0/+21 |
| | | | | | Message-ID: <20050211040434.GA3824@efn.org> p4raw-id: //depot/perl@23961 | ||||
* | 's buildtoc now. | Jarkko Hietaniemi | 2003-08-19 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@20774 | ||||
* | README.cygwin updates from Gerrit P. Haase. | Jarkko Hietaniemi | 2003-08-12 | 1 | -21/+12 |
| | | | p4raw-id: //depot/perl@20665 | ||||
* | Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue | Yitzchak Scott-Thoennes | 2003-06-03 | 1 | -3/+3 |
| | | | | | Message-ID: <qJG3+gzkgajL092yn@efn.org> p4raw-id: //depot/perl@19671 | ||||
* | Two Cygwin patches from Gerrit. | Gerrit P. Haase | 2003-06-01 | 1 | -24/+43 |
| | | | | | | | | | | | | Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue From: "Gerrit P. Haase" <gp@familiehaase.de> Date: Sat, 31 May 2003 14:12:07 +0200 Message-ID: <179860591535.20030531141207@familiehaase.de> Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH Date: Sat, 31 May 2003 13:57:49 +0200 Message-ID: <11859733881.20030531135749@familiehaase.de> p4raw-id: //depot/perl@19654 | ||||
* | [DOC-PATCH] for README.cygwin, bleadperl version | Gerrit P. Haase | 2003-03-20 | 1 | -7/+10 |
| | | | | | | From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <941032389637.20030320212328@familiehaase.de> p4raw-id: //depot/perl@19037 | ||||
* | Re: README.cygwin draft update | Yitzchak Scott-Thoennes | 2002-10-10 | 1 | -12/+56 |
| | | | | | Message-ID: <NOio9gzkg6oR092yn@efn.org> p4raw-id: //depot/perl@17985 | ||||
* | Cygwin is at 1.3.12. | Jarkko Hietaniemi | 2002-07-17 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@17590 | ||||
* | reinclude ODBM_File & NDBM_File in Cygwin build | Gerrit P. Haase | 2002-07-11 | 1 | -0/+6 |
| | | | | | | | | From: "Gerrit P. Haase" <gerrit@familiehaase.de> Message-ID: <311512104521.20020711213541@familiehaase.de> (plus add a warning about NDBM_File on FAT to README.cygwin) p4raw-id: //depot/perl@17489 | ||||
* | possible band-aid for cygwin build of perl@17061 | Peter Prymmer | 2002-06-09 | 1 | -2/+0 |
| | | | | | Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11> p4raw-id: //depot/perl@17136 | ||||
* | Be exact of what happens. | Jarkko Hietaniemi | 2002-06-01 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@16947 |