summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-14 03:29:25 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-14 03:29:25 +0000
commited5670c5130f08a8da54eaed98d7101e871fd025 (patch)
tree6e4174ce55dac65e35f97a6b0955fe6f67e1a71e /README.win32
parentbca0eea5237c19a4329d02b1c16ebee042d14192 (diff)
downloadperl-ed5670c5130f08a8da54eaed98d7101e871fd025.tar.gz
minor tweaks to perldelta and README.win32
p4raw-id: //depot/perl@1466
Diffstat (limited to 'README.win32')
-rw-r--r--README.win329
1 files changed, 9 insertions, 0 deletions
diff --git a/README.win32 b/README.win32
index fbcfe3c68f..3ba6d2e323 100644
--- a/README.win32
+++ b/README.win32
@@ -575,6 +575,15 @@ currently be considered unsupported.
=item *
+C<kill()> is implemented, but doesn't have the semantics of
+C<raise()>, i.e. it doesn't send a signal to the identified process
+like it does on Unix platforms. Instead it immediately calls
+C<TerminateProcess(process,signal)>. Thus the signal argument is
+used to set the exit-status of the terminated process. This behavior
+may change in future.
+
+=item *
+
File globbing may not behave as on Unix platforms. In particular,
if you don't use perlglob.bat for globbing, it will understand
wildcards only in the filename component (and not in the pathname).