Skip to content

Commit

Permalink
Convert files to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisle Aas authored and gisle committed Feb 11, 2009
1 parent 7f540e2 commit 1b813ca
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions AUTHORS
Expand Up @@ -2,8 +2,8 @@ Adam Newby <adam@NewsNow.co.uk>
Albert Dvornik <bert@genscan.com> Albert Dvornik <bert@genscan.com>
Alexandre Duret-Lutz <duret_g@lrde.epita.fr> Alexandre Duret-Lutz <duret_g@lrde.epita.fr>
Andreas Gustafsson <gson@araneus.fi> Andreas Gustafsson <gson@araneus.fi>
Andreas K�nig <andreas.koenig@anima.de> Andreas König <andreas.koenig@anima.de>
Andreas K�nig <koenig@mind.de> Andreas König <koenig@mind.de>
Andrew Pimlott <andrew@pimlott.net> Andrew Pimlott <andrew@pimlott.net>
Andy Lester <andy@petdance.com> Andy Lester <andy@petdance.com>
Ben Coleman <bcoleman@mindspring.com> Ben Coleman <bcoleman@mindspring.com>
Expand Down Expand Up @@ -73,7 +73,7 @@ Marc Langheinrich <marc@ccm.cl.nec.co.jp>
Mark D. Anderson <mda@discerning.com> Mark D. Anderson <mda@discerning.com>
Marko Asplund <aspa@hip.fi> Marko Asplund <aspa@hip.fi>
Mark Stosberg <markstos@cpan.org> Mark Stosberg <markstos@cpan.org>
Markus B Kr�ger <markusk@pvv.org> Markus B Krüger <markusk@pvv.org>
Markus Laker <mlaker@contax.co.uk> Markus Laker <mlaker@contax.co.uk>
Martijn Koster <m.koster@nexor.co.uk> Martijn Koster <m.koster@nexor.co.uk>
Martin Thurn <mthurn@northropgrumman.com> Martin Thurn <mthurn@northropgrumman.com>
Expand Down Expand Up @@ -113,7 +113,7 @@ Thomas Lotterer <thl@dev.de.cw.com>
Tim Bunce Tim Bunce
Tom Hughes <thh@cyberscience.com> Tom Hughes <thh@cyberscience.com>
Tony Finch <fanf@demon.net> Tony Finch <fanf@demon.net>
Ville Skytt� <ville.skytta@iki.fi> Ville Skyttä <ville.skytta@iki.fi>
Ward Vandewege <ward@pong.be> Ward Vandewege <ward@pong.be>
William York <william@mathworks.com> William York <william@mathworks.com>
Yale Huang <yale@sdf-eu.org> Yale Huang <yale@sdf-eu.org>
Expand Down
22 changes: 11 additions & 11 deletions Changes
Expand Up @@ -451,7 +451,7 @@ _______________________________________________________________________________
HTTP::Header::Auth needs HTTP::Headers to be loaded before HTTP::Header::Auth needs HTTP::Headers to be loaded before
it replace its functions. it replace its functions.


LWP::Protocol::nntp improvements by Ville Skytt� <ville.skytta@iki.fi>: LWP::Protocol::nntp improvements by Ville Skyttä <ville.skytta@iki.fi>:
- Support the nntp: scheme. - Support the nntp: scheme.
- Support hostname in news: and nntp: URIs. - Support hostname in news: and nntp: URIs.
- Close connection and preserve headers also in non-OK responses. - Close connection and preserve headers also in non-OK responses.
Expand Down Expand Up @@ -574,7 +574,7 @@ _______________________________________________________________________________
patch by Bill Moseley. patch by Bill Moseley.


WWW::RobotRules: Don't empty cache when agent() is called if the WWW::RobotRules: Don't empty cache when agent() is called if the
agent name does not change. Patch by Ville Skytt� <ville.skytta@iki.fi>. agent name does not change. Patch by Ville Skyttä <ville.skytta@iki.fi>.






Expand Down Expand Up @@ -620,7 +620,7 @@ _______________________________________________________________________________
are automatically added to requests as they are sent. This are automatically added to requests as they are sent. This
can for instance be used to initialize various Accept headers. can for instance be used to initialize various Accept headers.


Various typo fixes by Ville Skytt� <ville.skytta@iki.fi>. Various typo fixes by Ville Skyttä <ville.skytta@iki.fi>.


Fixed test failure under perl-5.005. Fixed test failure under perl-5.005.


Expand All @@ -643,12 +643,12 @@ _______________________________________________________________________________
RFC 2616 says that http: referer should not be sent with RFC 2616 says that http: referer should not be sent with
https: requests. The lwp-rget program, the $req->referer method https: requests. The lwp-rget program, the $req->referer method
and the redirect handling code now try to enforce this. and the redirect handling code now try to enforce this.
Patch by Ville Skytt� <ville.skytta@iki.fi>. Patch by Ville Skyttä <ville.skytta@iki.fi>.


WWW::RobotRules now look for the string found in WWW::RobotRules now look for the string found in
robots.txt as a case insensitive substring from its own robots.txt as a case insensitive substring from its own
User-Agent string, not the other way around. User-Agent string, not the other way around.
Patch by Ville Skytt� <ville.skytta@iki.fi>. Patch by Ville Skyttä <ville.skytta@iki.fi>.


HTTP::Headers: New method 'header_field_names' that HTTP::Headers: New method 'header_field_names' that
return a list of names as suggested by its name. return a list of names as suggested by its name.
Expand All @@ -670,7 +670,7 @@ _______________________________________________________________________________
few bugs discovered during testing. few bugs discovered during testing.


Typo fixes to the documentation all over the place Typo fixes to the documentation all over the place
by Ville Skytt� <ville.skytta@iki.fi>. by Ville Skyttä <ville.skytta@iki.fi>.


Updated tests. Updated tests.


Expand Down Expand Up @@ -707,7 +707,7 @@ _______________________________________________________________________________
Patch by Ward Vandewege <ward@pong.be>. Patch by Ward Vandewege <ward@pong.be>.


LWP::UserAgent passed the wrong request to redirect_ok(). LWP::UserAgent passed the wrong request to redirect_ok().
Patch by Ville Skytt� <ville.skytta@iki.fi>. Patch by Ville Skyttä <ville.skytta@iki.fi>.
https://rt.cpan.org/Ticket/Display.html?id=5828 https://rt.cpan.org/Ticket/Display.html?id=5828


LWP did not handle URLs like http://www.example.com?foo=bar LWP did not handle URLs like http://www.example.com?foo=bar
Expand Down Expand Up @@ -918,10 +918,10 @@ _______________________________________________________________________________
File::Listing::apache by Slaven Rezic <slaven@rezic.de> File::Listing::apache by Slaven Rezic <slaven@rezic.de>


HEAD requests now work properly for ftp: URLs. HEAD requests now work properly for ftp: URLs.
Patch by Ville Skytt� <ville.skytta@iki.fi>. Patch by Ville Skyttä <ville.skytta@iki.fi>.


LWP::UserAgent: The protocols_allowed() and protocols_forbidden() LWP::UserAgent: The protocols_allowed() and protocols_forbidden()
methods are now case insensitive. Patch by Ville Skytt� methods are now case insensitive. Patch by Ville Skyttä
<ville.skytta@iki.fi>. <ville.skytta@iki.fi>.


Avoid warning from HTTP::Date on certain invalid dates. Avoid warning from HTTP::Date on certain invalid dates.
Expand Down Expand Up @@ -1588,7 +1588,7 @@ _______________________________________________________________________________
Added cookie example to lwpcook.pod Added cookie example to lwpcook.pod


HTTP::Date::str2time returns undef on failure instead HTTP::Date::str2time returns undef on failure instead
of an empty list as suggested by Markus B Kr�ger <markusk@pvv.org> of an empty list as suggested by Markus B Krüger <markusk@pvv.org>


$request->uri($uri) will now always store a copy of the $uri. $request->uri($uri) will now always store a copy of the $uri.


Expand Down Expand Up @@ -2440,7 +2440,7 @@ Wed Dec 4 1996 Gisle Aas <aas@sn.no>


o t/robot/rules-dbm.t clean up better and will use AnyDBM for dumping o t/robot/rules-dbm.t clean up better and will use AnyDBM for dumping


o File::CounterFile: $/ strikes again by Andreas K�nig o File::CounterFile: $/ strikes again by Andreas König


o File::Listing updates from William York <william@mathworks.com>. We o File::Listing updates from William York <william@mathworks.com>. We
can now parse the MS-Windows ftp server listings. can now parse the MS-Windows ftp server listings.
Expand Down
4 changes: 2 additions & 2 deletions README
Expand Up @@ -84,8 +84,8 @@ You can also browse the git repository at:


COPYRIGHT COPYRIGHT


1995-2008 Gisle Aas. All rights reserved. © 1995-2008 Gisle Aas. All rights reserved.
1995 Martijn Koster. All rights reserved. © 1995 Martijn Koster. All rights reserved.


This library is free software; you can redistribute it and/or modify This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. it under the same terms as Perl itself.
Expand Down
6 changes: 3 additions & 3 deletions lib/LWP.pm
Expand Up @@ -599,7 +599,7 @@ You might want to set it to C<URI::URL> for compatibility with old times.
=head1 AUTHORS =head1 AUTHORS
LWP was made possible by contributions from Adam Newby, Albert LWP was made possible by contributions from Adam Newby, Albert
Dvornik, Alexandre Duret-Lutz, Andreas Gustafsson, Andreas König, Dvornik, Alexandre Duret-Lutz, Andreas Gustafsson, Andreas König,
Andrew Pimlott, Andy Lester, Ben Coleman, Benjamin Low, Ben Low, Ben Andrew Pimlott, Andy Lester, Ben Coleman, Benjamin Low, Ben Low, Ben
Tilly, Blair Zajac, Bob Dalgleish, BooK, Brad Hughes, Brian Tilly, Blair Zajac, Bob Dalgleish, BooK, Brad Hughes, Brian
J. Murrell, Brian McCauley, Charles C. Fu, Charles Lane, Chris Nandor, J. Murrell, Brian McCauley, Charles C. Fu, Charles Lane, Chris Nandor,
Expand All @@ -613,7 +613,7 @@ Lopes, John Klar, Johnny Lee, Josh Kronengold, Josh Rai, Joshua
Chamas, Joshua Hoblitt, Kartik Subbarao, Keiichiro Nagano, Ken Chamas, Joshua Hoblitt, Kartik Subbarao, Keiichiro Nagano, Ken
Williams, KONISHI Katsuhiro, Lee T Lindley, Liam Quinn, Marc Hedlund, Williams, KONISHI Katsuhiro, Lee T Lindley, Liam Quinn, Marc Hedlund,
Marc Langheinrich, Mark D. Anderson, Marko Asplund, Mark Stosberg, Marc Langheinrich, Mark D. Anderson, Marko Asplund, Mark Stosberg,
Markus B Krüger, Markus Laker, Martijn Koster, Martin Thurn, Matthew Markus B Krüger, Markus Laker, Martijn Koster, Martin Thurn, Matthew
Eldridge, Matthew.van.Eerde, Matt Sergeant, Michael A. Chase, Michael Eldridge, Matthew.van.Eerde, Matt Sergeant, Michael A. Chase, Michael
Quaranta, Michael Thompson, Mike Schilli, Moshe Kaminsky, Nathan Quaranta, Michael Thompson, Mike Schilli, Moshe Kaminsky, Nathan
Torkington, Nicolai Langfeldt, Norton Allen, Olly Betts, Paul Torkington, Nicolai Langfeldt, Norton Allen, Olly Betts, Paul
Expand All @@ -622,7 +622,7 @@ Radoslaw Zielinski, Radu Greab, Randal L. Schwartz, Richard Chen,
Robin Barker, Roy Fielding, Sander van Zoest, Sean M. Burke, Robin Barker, Roy Fielding, Sander van Zoest, Sean M. Burke,
shildreth, Slaven Rezic, Steve A Fink, Steve Hay, Steven Butler, shildreth, Slaven Rezic, Steve A Fink, Steve Hay, Steven Butler,
Steve_Kilbane, Takanori Ugai, Thomas Lotterer, Tim Bunce, Tom Hughes, Steve_Kilbane, Takanori Ugai, Thomas Lotterer, Tim Bunce, Tom Hughes,
Tony Finch, Ville Skyttä, Ward Vandewege, William York, Yale Huang, Tony Finch, Ville Skyttä, Ward Vandewege, William York, Yale Huang,
and Yitzchak Scott-Thoennes. and Yitzchak Scott-Thoennes.
LWP owes a lot in motivation, design, and code, to the libwww-perl LWP owes a lot in motivation, design, and code, to the libwww-perl
Expand Down

0 comments on commit 1b813ca

Please sign in to comment.