X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/01f49271dbf70e74558eb82ab01925a981bf7e67..9c9388af520f163fd5d0ef576b56e7fe098e20b8:/README.os2 diff --git a/README.os2 b/README.os2 index 453c4e0..a7e9415 100644 --- a/README.os2 +++ b/README.os2 @@ -487,7 +487,7 @@ DPMI is required for RSX. The whole idea of the "standard C API to start applications" is that the forms C and C<"foo"> of program arguments are completely -interchangable. F breaks this paradigm; +interchangeable. F breaks this paradigm; find "pattern" file find pattern file @@ -618,7 +618,7 @@ C in F, see L<"PERLLIB_PREFIX">. =item Additional Perl modules - unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.11.4/ + unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.13.9/ Same remark as above applies. Additionally, if this directory is not one of directories on @INC (and @INC is influenced by C), you @@ -1499,7 +1499,7 @@ Here is the sample C file: { main_t f; handler_t h; - + me = argv[0]; /**/ handle = load_perl_dll(PERL_DLL_BASENAME); @@ -1649,7 +1649,7 @@ leaves drive as it is. =item C -chanes the "current" drive. +changes the "current" drive. =item C @@ -1896,7 +1896,7 @@ _DLLInitTerm() (e.g., F). This means that even if you do not I any function in the DLL, just the act of loading this DLL will reset your flags. What is worse, the same compiler was used to compile some HOOK DLLs. Given that HOOK dlls are executed in the context of I the applications -in the system, this means a complete unpredictablity of floating point +in the system, this means a complete unpredictability of floating point flags on systems using such HOOK DLLs. E.g., F of B origin changes the floating point flags on each write to the TTY of a VIO (windowed text-mode) applications. @@ -2025,7 +2025,7 @@ WM_QUIT, and which did not process the received WM_QUIT message, the shutdown will be automatically cancelled. Do not call C unless you are going to process messages on an orderly basis. -=item * Treating errors reported by OS/2 API +=item Treating errors reported by OS/2 API There are two principal conventions (it is useful to call them C and C - though this part of the function signature is not always @@ -2102,7 +2102,7 @@ Sets C to C, and sets $^E to the corresponding value. =back -=item * Loading DLLs and ordinals in DLLs +=item Loading DLLs and ordinals in DLLs Some DLLs are only present in some versions of OS/2, or in some configurations of OS/2. Some exported entry points are present only