X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.symbian;h=341c0269fb57632e5675f753ca6ab8c15325a949;hb=17eef65c2fb9a95edf9064575d3413b4ec8219b7;hp=b96a911fc04c73d6e68ed51f6732f97a2026b285;hpb=5909b2ae83b782be73778dd9436dc31be4d39529;p=p5sagit%2Fp5-mst-13.2.git diff --git a/README.symbian b/README.symbian index b96a911..341c026 100644 --- a/README.symbian +++ b/README.symbian @@ -69,16 +69,19 @@ mainly as demonstrations. perl symbian\config.pl - You must use the cmd.exe, the Cygwin shell will not work - (the PATH must include the SDK tools, including a Perl, - which should be the case under cmd.exe) + You must use the cmd.exe, the Cygwin shell will not work. + The PATH must include the SDK tools, including a Perl, + which should be the case under cmd.exe. If you do not + have that, see the end of symbian\sdk.pl for notes of + how your environment should be set up for Symbian compiles. (4) Build the project, either by make all in cmd.exe or by using either the Metrowerks CodeWarrior - or the Visual C++ 6.0. + or the Visual C++ 6.0, or the Visual Studio 8 (the Visual C++ + 2005 Express Edition works fine). If you use the VC IDE, you will have to run F first using the cmd.exe, and then run 'make win.mf vc6.mf' to generate @@ -95,7 +98,7 @@ mainly as demonstrations. S60 2.0 | + | + | 6600 S60 2.1 | - | + | 6670 S60 2.6 | + | + | 6630 - S60 2.8 | - | + | (not tested in a device) + S60 2.8 | + | + | (not tested in a device) S80 2.6 | - | + | 9300 S90 1.1 | + | - | 7710 UIQ 2.1 | - | + | (not tested in a device) @@ -330,6 +333,8 @@ Jarkko Hietaniemi Copyright (c) 2004-2005 Nokia. All rights reserved. +Copyright (c) 2006-2007 Jarkko Hietaniemi. + =head1 LICENSE The Symbian port is licensed under the same terms as Perl itself. @@ -355,7 +360,7 @@ The Symbian port is licensed under the same terms as Perl itself. DynaLoader Exporter File::Spec integer lib strict Symbol vars warnings XSLoader - The following extensions are available: - attrs Compress::Zlib Cwd Data::Dumper Devel::Peek Digest::MD5 DynaLoader + attributes Compress::Zlib Cwd Data::Dumper Devel::Peek Digest::MD5 DynaLoader Fcntl File::Glob Filter::Util::Call IO List::Util MIME::Base64 PerlIO::scalar PerlIO::via SDBM_File Socket Storable Time::HiRes - The following extensions are missing for various technical reasons: @@ -400,15 +405,28 @@ We maintain the binary incompatibility. We maintain the binary incompatibility. +=item * + 0.4.1: December 2006 - - Perl 5.9.5 (patch level 30002) + - Perl 5.9.5-to-be (patch level 30002) - added extensions: Compress/Raw/Zlib, Digest/SHA, Hash/Util, Math/BigInt/FastCalc, Text/Soundex, Time/Piece - port to S90 1.1 by alexander smishlajev We maintain the binary incompatibility. +=item * + +0.4.2: March 2007 + + - catchup with Perl 5.9.5-to-be (patch level 30812) + - tested to build with Microsoft Visual C++ 2005 Express Edition + (which uses Microsoft Visual C 8, instead of the old VC6), + SDK used for testing S60_2nd_FP3 aka 8.1a + +We maintain the binary incompatibility. + =back =cut