update MANIFEST, Changes
[p5sagit/p5-mst-13.2.git] / README.win32
CommitLineData
68dc0745 1If you read this file _as_is_, just ignore the funny characters you
2see. It is written in the POD format (see pod/perlpod.pod) which is
3specially designed to be readable as is.
4
5=head1 NAME
6
5aabfad6 7perlwin32 - Perl under Win32
68dc0745 8
9=head1 SYNOPSIS
10
7bac28a0 11These are instructions for building Perl under Windows NT (versions
9036c72f 123.51 or 4.0). Currently, this port is reported to build
26618a56 13under Windows95 using the 4DOS shell--the default shell that infests
14Windows95 will not work (see below). Note this caveat is only about
3e3baf6d 15B<building> perl. Once built, you should be able to B<use> it on
16either Win32 platform (modulo the problems arising from the inferior
17command shell).
68dc0745 18
19=head1 DESCRIPTION
20
3fe9a6f1 21Before you start, you should glance through the README file
68dc0745 22found in the top-level directory where the Perl distribution
23was extracted. Make sure you read and understand the terms under
24which this software is being distributed.
25
f7c603cb 26Also make sure you read L<BUGS AND CAVEATS> below for the
68dc0745 27known limitations of this port.
28
29The INSTALL file in the perl top-level has much information that is
30only relevant to people building Perl on Unix-like systems. In
31particular, you can safely ignore any information that talks about
32"Configure".
33
7bac28a0 34You may also want to look at two other options for building
35a perl that will work on Windows NT: the README.cygwin32 and
3e3baf6d 36README.os2 files, which each give a different set of rules to build
37a Perl that will work on Win32 platforms. Those two methods will
7bac28a0 38probably enable you to build a more Unix-compatible perl, but you
39will also need to download and use various other build-time and
40run-time support software described in those files.
68dc0745 41
42This set of instructions is meant to describe a so-called "native"
43port of Perl to Win32 platforms. The resulting Perl requires no
44additional software to run (other than what came with your operating
9036c72f 45system). Currently, this port is capable of using one of the
46following compilers:
47
48 Borland C++ version 5.02 or later
49 Microsoft Visual C++ version 4.2 or later
50 Mingw32 with EGCS version 1.0.2
51 Mingw32 with GCC version 2.8.1
52
53The last two of these are high quality freeware compilers.
5aabfad6 54
55This port currently supports MakeMaker (the set of modules that
56is used to build extensions to perl). Therefore, you should be
57able to build and install most extensions found in the CPAN sites.
c90c0ff4 58See L<Usage Hints> below for general hints about this.
68dc0745 59
60=head2 Setting Up
61
62=over 4
63
3e3baf6d 64=item Command Shell
68dc0745 65
26618a56 66Use the default "cmd" shell that comes with NT. Some versions of the
67popular 4DOS/NT shell have incompatibilities that may cause you trouble.
68If the build fails under that shell, try building again with the cmd
69shell. The Makefile also has known incompatibilites with the "command.com"
70shell that comes with Windows95, so building under Windows95 should
71be considered "unsupported". However, there have been reports of successful
72build attempts using 4DOS/NT version 3.00 under Windows95, using dmake, but
73your mileage may vary.
74
75The surest way to build it is on WindowsNT, using the cmd shell.
68dc0745 76
3e3baf6d 77=item Borland C++
78
79If you are using the Borland compiler, you will need dmake, a freely
80available make that has very nice macro features and parallelability.
81(The make that Borland supplies is seriously crippled, and will not
26618a56 82work for MakeMaker builds.)
83
84A port of dmake for win32 platforms is available from:
3e3baf6d 85
26618a56 86 http://www-personal.umich.edu/~gsar/dmake-4.1-win32.zip
87
88Fetch and install dmake somewhere on your path (follow the instructions
89in the README.NOW file).
3e3baf6d 90
91=item Microsoft Visual C++
68dc0745 92
3e3baf6d 93The NMAKE that comes with Visual C++ will suffice for building.
9036c72f 94You will need to run the VCVARS32.BAT file usually found somewhere
95like C:\MSDEV4.2\BIN. This will set your build environment.
68dc0745 96
26618a56 97You can also use dmake to build using Visual C++, provided:
98you set OSRELEASE to "microsft" (or whatever the directory name
99under which the Visual C dmake configuration lives) in your environment,
100and edit win32/config.vc to change "make=nmake" into "make=dmake". The
101latter step is only essential if you want to use dmake as your default
102make for building extensions using MakeMaker.
3e3baf6d 103
9036c72f 104=item Mingw32 with EGCS or GCC
105
106ECGS-1.0.2 binaries can be downloaded from:
107
108 ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/
68dc0745 109
9036c72f 110GCC-2.8.1 binaries are available from:
68dc0745 111
9036c72f 112 http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32/
68dc0745 113
9036c72f 114You only need either one of those, not both. Both bundles come with
115Mingw32 libraries and headers. While both of them work to build perl,
116the EGCS binaries are currently favored by the maintainers, since they
117come with more up-to-date Mingw32 libraries.
118
119Make sure you install the binaries as indicated in the web sites
120above. You will need to set up a few environment variables (usually
121run from a batch file).
68dc0745 122
123=back
124
137443ea 125=head2 Building
68dc0745 126
127=over 4
128
129=item *
130
68dc0745 131Make sure you are in the "win32" subdirectory under the perl toplevel.
137443ea 132This directory contains a "Makefile" that will work with
9036c72f 133versions of NMAKE that come with Visual C++, and a dmake "makefile.mk"
134that will work for all supported compilers. The defaults in the dmake
135makefile are setup to build using the Borland compiler.
68dc0745 136
137=item *
138
9036c72f 139Edit the makefile.mk (or Makefile, if using nmake) and change the values
140of INST_DRV and INST_TOP. You can also enable various build
26618a56 141flags.
142
9036c72f 143Beginning with version 5.005, there is experimental support for building
144a perl interpreter that supports the Perl Object abstraction (courtesy
145ActiveState Tool Corp.) PERL_OBJECT uses C++, and the binaries are
146therefore incompatible with the regular C build. However, the
147PERL_OBJECT build does provide something called the C-API, for linking
148it with extensions that won't compile under PERL_OBJECT.
149
150Beginning with version 5.005, there is experimental support for building
151a perl interpreter that is capable of native threading. Binaries built
152with thread support enabled are also incompatible with the vanilla C
153build.
154
155At the present time, you cannot enable both threading and PERL_OBJECT.
156You can get only one of them in a Perl interpreter.
157
26618a56 158If you have either the source or a library that contains des_fcrypt(),
159enable the appropriate option in the makefile. des_fcrypt() is not
160bundled with the distribution due to US Government restrictions
161on the export of cryptographic software. Nevertheless, this routine
162is part of the "libdes" library (written by Ed Young) which is widely
163available worldwide, usually along with SSLeay (for example:
164"ftp://fractal.mta.ca/pub/crypto/SSLeay/DES/"). Set CRYPT_SRC to the
165name of the file that implements des_fcrypt(). Alternatively, if
166you have built a library that contains des_fcrypt(), you can set
167CRYPT_LIB to point to the library name.
168
169Perl will also build without des_fcrypt(), but the crypt() builtin will
170fail at run time.
c90c0ff4 171
3e3baf6d 172You will also have to make sure CCHOME points to wherever you installed
173your compiler.
c90c0ff4 174
9036c72f 175Other options are explained in the makefiles. Be sure to read the
176instructions carefully.
177
68dc0745 178=item *
179
9036c72f 180Type "dmake" (or "nmake" if you are using that make).
68dc0745 181
137443ea 182This should build everything. Specifically, it will create perl.exe,
9036c72f 183perl.dll (or perlcore.dll), and perlglob.exe at the perl toplevel, and
184various other extension dll's under the lib\auto directory. If the build
185fails for any reason, make sure you have done the previous steps correctly.
68dc0745 186
156a3eb7 187The build process may produce "harmless" compiler warnings (more or
188less copiously, depending on how picky your compiler gets). The
189maintainers are aware of these warnings, thankyouverymuch. :)
190
3e3baf6d 191When building using Visual C++, a perl95.exe will also get built. This
192executable is only needed on Windows95, and should be used instead of
193perl.exe, and then only if you want sockets to work properly on Windows95.
194This is necessitated by a bug in the Microsoft C Runtime that cannot be
26618a56 195worked around in the "normal" perl.exe. perl95.exe gets built with its
196own private copy of the C Runtime that is not accessible to extensions
197(which see the DLL version of the CRT). Be aware, therefore, that this
198perl95.exe will have esoteric problems with extensions like perl/Tk that
199themselves use the C Runtime heavily, or want to free() pointers
200malloc()-ed by perl.
3e3baf6d 201
202You can avoid the perl95.exe problems completely if you use Borland
203C++ for building perl (perl95.exe is not needed and will not be built
204in that case).
205
68dc0745 206=back
207
208=head2 Testing
209
9036c72f 210Type "dmake test" (or "nmake test"). This will run most of the tests from
3e3baf6d 211the testsuite (many tests will be skipped, and but no test should fail).
68dc0745 212
8b88ae92 213If some tests do fail, it may be because you are using a different command
137443ea 214shell than the native "cmd.exe".
68dc0745 215
3e3baf6d 216If you used the Borland compiler, you may see a failure in op/taint.t
217arising from the inability to find the Borland Runtime DLLs on the system
218default path. You will need to copy the DLLs reported by the messages
219from where Borland chose to install it, into the Windows system directory
220(usually somewhere like C:\WINNT\SYSTEM32), and rerun the test.
221
9036c72f 222The Visual C runtime apparently has a bug that causes posix.t to fail
223one it test#2. This usually happens only if you extracted the files in
224text mode.
225
3e3baf6d 226Please report any other failures as described under L<BUGS AND CAVEATS>.
68dc0745 227
137443ea 228=head2 Installation
229
9036c72f 230Type "dmake install" (or "nmake install"). This will put the newly
26618a56 231built perl and the libraries under whatever C<INST_TOP> points to in the
232Makefile. It will also install the pod documentation under
9036c72f 233C<$INST_TOP\$VERSION\lib\pod> and HTML versions of the same under
234C<$INST_TOP\$VERSION\lib\pod\html>. To use the Perl you just installed,
235you will need to add two components to your PATH environment variable,
236C<$INST_TOP\$VERSION\bin>, and C<$INST_TOP\$VERSION\bin\$ARCHNAME>.
237For example:
238
239 set PATH c:\perl\5.005\bin;c:\perl\5.005\bin\MSWin32-x6;%PATH%
240
137443ea 241
7bac28a0 242=head2 Usage Hints
243
244=over 4
245
246=item Environment Variables
247
248The installation paths that you set during the build get compiled
249into perl, so you don't have to do anything additional to start
250using that perl (except add its location to your PATH variable).
251
252If you put extensions in unusual places, you can set PERL5LIB
253to a list of paths separated by semicolons where you want perl
254to look for libraries. Look for descriptions of other environment
26618a56 255variables you can set in L<perlrun>.
256
257You can also control the shell that perl uses to run system() and
258backtick commands via PERL5SHELL. See L<perlrun>.
7bac28a0 259
9036c72f 260Currently, Perl does not depend on the registry, but can look up
261values if you choose to put them there. [XXX add registry locations
262that perl looks at here.]
7bac28a0 263
3e3baf6d 264=item File Globbing
265
266By default, perl spawns an external program to do file globbing.
267The install process installs both a perlglob.exe and a perlglob.bat
268that perl can use for this purpose. Note that with the default
269installation, perlglob.exe will be found by the system before
270perlglob.bat.
271
272perlglob.exe relies on the argv expansion done by the C Runtime of
273the particular compiler you used, and therefore behaves very
274differently depending on the Runtime used to build it. To preserve
dfb634a9 275compatiblity, perlglob.bat (a perl script that can be used portably)
276is installed. Besides being portable, perlglob.bat also offers
277enhanced globbing functionality.
3e3baf6d 278
279If you want perl to use perlglob.bat instead of perlglob.exe, just
280delete perlglob.exe from the install location (or move it somewhere
dfb634a9 281perl cannot find). Using File::DosGlob.pm (which implements the core
282functionality of perlglob.bat) to override the internal CORE::glob()
283works about 10 times faster than spawing perlglob.exe, and you should
284take this approach when writing new modules. See File::DosGlob for
285details.
3e3baf6d 286
7bac28a0 287=item Using perl from the command line
288
289If you are accustomed to using perl from various command-line
290shells found in UNIX environments, you will be less than pleased
291with what Windows NT offers by way of a command shell.
292
293The crucial thing to understand about the "cmd" shell (which is
294the default on Windows NT) is that it does not do any wildcard
295expansions of command-line arguments (so wildcards need not be
296quoted). It also provides only rudimentary quoting. The only
297(useful) quote character is the double quote ("). It can be used to
298protect spaces in arguments and other special characters. The
299Windows NT documentation has almost no description of how the
300quoting rules are implemented, but here are some general observations
301based on experiments: The shell breaks arguments at spaces and
302passes them to programs in argc/argv. Doublequotes can be used
303to prevent arguments with spaces in them from being split up.
304You can put a double quote in an argument by escaping it with
305a backslash and enclosing the whole argument within double quotes.
306The backslash and the pair of double quotes surrounding the
307argument will be stripped by the shell.
308
309The file redirection characters "<", ">", and "|" cannot be quoted
310by double quotes (there are probably more such). Single quotes
311will protect those three file redirection characters, but the
312single quotes don't get stripped by the shell (just to make this
313type of quoting completely useless). The caret "^" has also
314been observed to behave as a quoting character (and doesn't get
315stripped by the shell also).
316
317Here are some examples of usage of the "cmd" shell:
318
319This prints two doublequotes:
320
321 perl -e "print '\"\"' "
322
323This does the same:
324
325 perl -e "print \"\\\"\\\"\" "
326
327This prints "bar" and writes "foo" to the file "blurch":
328
329 perl -e "print 'foo'; print STDERR 'bar'" > blurch
330
331This prints "foo" ("bar" disappears into nowhereland):
332
333 perl -e "print 'foo'; print STDERR 'bar'" 2> nul
334
335This prints "bar" and writes "foo" into the file "blurch":
336
337 perl -e "print 'foo'; print STDERR 'bar'" 1> blurch
338
7bac28a0 339This pipes "foo" to the "less" pager and prints "bar" on the console:
340
341 perl -e "print 'foo'; print STDERR 'bar'" | less
342
343This pipes "foo\nbar\n" to the less pager:
344
7bac28a0 345 perl -le "print 'foo'; print STDERR 'bar'" 2>&1 | less
346
347This pipes "foo" to the pager and writes "bar" in the file "blurch":
348
349 perl -e "print 'foo'; print STDERR 'bar'" 2> blurch | less
350
351
84902520 352Discovering the usefulness of the "command.com" shell on Windows95
7bac28a0 353is left as an exercise to the reader :)
354
355=item Building Extensions
356
357The Comprehensive Perl Archive Network (CPAN) offers a wealth
358of extensions, some of which require a C compiler to build.
359Look in http://www.perl.com/ for more information on CPAN.
360
361Most extensions (whether they require a C compiler or not) can
362be built, tested and installed with the standard mantra:
363
364 perl Makefile.PL
3e3baf6d 365 $MAKE
366 $MAKE test
367 $MAKE install
7bac28a0 368
3e3baf6d 369where $MAKE stands for NMAKE or DMAKE. Some extensions may not
370provide a testsuite (so "$MAKE test" may not do anything, or fail),
371but most serious ones do.
7bac28a0 372
3e3baf6d 373If a module implements XSUBs, you will need one of the supported
374C compilers. You must make sure you have set up the environment for
375the compiler for command-line compilation.
7bac28a0 376
3e3baf6d 377If a module does not build for some reason, look carefully for
7bac28a0 378why it failed, and report problems to the module author. If
379it looks like the extension building support is at fault, report
380that with full details of how the build failed using the perlbug
381utility.
382
c90c0ff4 383=item Win32 Specific Extensions
384
385A number of extensions specific to the Win32 platform are available
386from CPAN. You may find that many of these extensions are meant to
387be used under the Activeware port of Perl, which used to be the only
388native port for the Win32 platform. Since the Activeware port does not
389have adequate support for Perl's extension building tools, these
390extensions typically do not support those tools either, and therefore
391cannot be built using the generic steps shown in the previous section.
392
393To ensure smooth transitioning of existing code that uses the
9036c72f 394ActiveState port, there is a bundle of Win32 extensions that contains
395all of the ActiveState extensions and most other Win32 extensions from
c90c0ff4 396CPAN in source form, along with many added bugfixes, and with MakeMaker
397support. This bundle is available at:
398
9036c72f 399 http://www.perl.com/CPAN/authors/id/GSAR/libwin32-0.12.zip
c90c0ff4 400
401See the README in that distribution for building and installation
402instructions. Look for later versions that may be available at the
403same location.
404
156a3eb7 405=item Running Perl Scripts
406
407Perl scripts on UNIX use the "#!" (a.k.a "shebang") line to
408indicate to the OS that it should execute the file using perl.
409Win32 has no comparable means to indicate arbitrary files are
410executables.
411
412Instead, all available methods to execute plain text files on
413Win32 rely on the file "extension". There are three methods
414to use this to execute perl scripts:
415
416=over 8
417
418=item 1
419
420There is a facility called "file extension associations" that will
421work in Windows NT 4.0. This can be manipulated via the two
422commands "assoc" and "ftype" that come standard with Windows NT
4234.0. Type "ftype /?" for a complete example of how to set this
424up for perl scripts (Say what? You thought Windows NT wasn't
425perl-ready? :).
426
427=item 2
428
429Since file associations don't work everywhere, and there are
430reportedly bugs with file associations where it does work, the
431old method of wrapping the perl script to make it look like a
432regular batch file to the OS, may be used. The install process
433makes available the "pl2bat.bat" script which can be used to wrap
434perl scripts into batch files. For example:
435
436 pl2bat foo.pl
437
438will create the file "FOO.BAT". Note "pl2bat" strips any
439.pl suffix and adds a .bat suffix to the generated file.
440
441If you use the 4DOS/NT or similar command shell, note that
442"pl2bat" uses the "%*" variable in the generated batch file to
443refer to all the command line arguments, so you may need to make
444sure that construct works in batch files. As of this writing,
4454DOS/NT users will need a "ParameterChar = *" statement in their
4464NT.INI file, or will need to execute "setdos /p*" in the 4DOS/NT
447startup file to enable this to work.
448
449=item 3
450
451Using "pl2bat" has a few problems: the file name gets changed,
452so scripts that rely on C<$0> to find what they must do may not
453run properly; running "pl2bat" replicates the contents of the
454original script, and so this process can be maintenance intensive
455if the originals get updated often. A different approach that
456avoids both problems is possible.
457
458A script called "runperl.bat" is available that can be copied
459to any filename (along with the .bat suffix). For example,
460if you call it "foo.bat", it will run the file "foo" when it is
461executed. Since you can run batch files on Win32 platforms simply
462by typing the name (without the extension), this effectively
463runs the file "foo", when you type either "foo" or "foo.bat".
464With this method, "foo.bat" can even be in a different location
465than the file "foo", as long as "foo" is available somewhere on
466the PATH. If your scripts are on a filesystem that allows symbolic
467links, you can even avoid copying "runperl.bat".
468
469Here's a diversion: copy "runperl.bat" to "runperl", and type
470"runperl". Explain the observed behavior, or lack thereof. :)
471Hint: .gnidnats llits er'uoy fi ,"lrepnur" eteled :tniH
472
473=back
474
7bac28a0 475=item Miscellaneous Things
476
477A full set of HTML documentation is installed, so you should be
478able to use it if you have a web browser installed on your
479system.
480
481C<perldoc> is also a useful tool for browsing information contained
482in the documentation, especially in conjunction with a pager
483like C<less> (recent versions of which have Win32 support). You may
484have to set the PAGER environment variable to use a specific pager.
485"perldoc -f foo" will print information about the perl operator
486"foo".
487
488If you find bugs in perl, you can run C<perlbug> to create a
489bug report (you may have to send it manually if C<perlbug> cannot
490find a mailer on your system).
491
492=back
493
68dc0745 494=head1 BUGS AND CAVEATS
495
f7c603cb 496An effort has been made to ensure that the DLLs produced by the two
497supported compilers are compatible with each other (despite the
498best efforts of the compiler vendors). Extension binaries produced
499by one compiler should also coexist with a perl binary built by
500a different compiler. In order to accomplish this, PERL.DLL provides
501a layer of runtime code that uses the C Runtime that perl was compiled
502with. Extensions which include "perl.h" will transparently access
503the functions in this layer, thereby ensuring that both perl and
504extensions use the same runtime functions.
68dc0745 505
8b88ae92 506If you have had prior exposure to Perl on Unix platforms, you will notice
507this port exhibits behavior different from what is documented. Most of the
7bac28a0 508differences fall under one of these categories. We do not consider
509any of them to be serious limitations (especially when compared to the
510limited nature of some of the Win32 OSes themselves :)
68dc0745 511
512=over 8
513
514=item *
515
516C<stat()> and C<lstat()> functions may not behave as documented. They
517may return values that bear no resemblance to those reported on Unix
7bac28a0 518platforms, and some fields (like the the one for inode) may be completely
519bogus.
68dc0745 520
521=item *
522
6890e559 523The following functions are currently unavailable: C<fork()>,
5aabfad6 524C<dump()>, C<chown()>, C<link()>, C<symlink()>, C<chroot()>,
26618a56 525C<setpgrp()> and related security functions, C<setpriority()>,
526C<getpriority()>, C<syscall()>, C<fcntl()>, C<getpw*()>,
2d7a9237 527C<msg*()>, C<shm*()>, C<sem*()>, C<alarm()>, C<socketpair()>,
528C<*netent()>, C<*protoent()>, C<*servent()>, C<*hostent()>,
529C<getnetby*()>.
26618a56 530This list is possibly incomplete.
6890e559 531
532=item *
533
68dc0745 534Various C<socket()> related calls are supported, but they may not
535behave as on Unix platforms.
536
537=item *
538
539The four-argument C<select()> call is only supported on sockets.
540
541=item *
542
f998180f 543The C<ioctl()> call is only supported on sockets (where it provides the
544functionality of ioctlsocket() in the Winsock API).
545
546=item *
547
2d7a9237 548Failure to spawn() a subprocess is indicated by setting $? to "255 << 8".
549C<$?> is set in a way compatible with Unix (i.e. the exitstatus of the
550subprocess is obtained by "$? >> 8", as described in the documentation).
68dc0745 551
552=item *
553
26618a56 554You can expect problems building modules available on CPAN if you
555build perl itself with -DUSE_THREADS. These problems should be resolved
556as we get closer to 5.005.
68dc0745 557
558=item *
559
560C<utime()>, C<times()> and process-related functions may not
561behave as described in the documentation, and some of the
562returned values or effects may be bogus.
563
564=item *
565
3e3baf6d 566Signal handling may not behave as on Unix platforms (where it
f7c603cb 567doesn't exactly "behave", either :). For instance, calling C<die()>
568or C<exit()> from signal handlers will cause an exception, since most
569implementations of C<signal()> on Win32 are severely crippled.
570Thus, signals may work only for simple things like setting a flag
571variable in the handler. Using signals under this port should
572currently be considered unsupported.
68dc0745 573
574=item *
575
7bac28a0 576File globbing may not behave as on Unix platforms. In particular,
3e3baf6d 577if you don't use perlglob.bat for globbing, it will understand
578wildcards only in the filename component (and not in the pathname).
579In other words, something like "print <*/*.pl>" will not print all the
580perl scripts in all the subdirectories one level under the current one
581(like it does on UNIX platforms). perlglob.exe is also dependent on
582the particular implementation of wildcard expansion in the vendor
583libraries used to build it (which varies wildly at the present time).
584Using perlglob.bat (or File::DosGlob) avoids these limitations, but
585still only provides DOS semantics (read "warts") for globbing.
68dc0745 586
587=back
588
589Please send detailed descriptions of any problems and solutions that
590you may find to <F<perlbug@perl.com>>, along with the output produced
591by C<perl -V>.
592
593=head1 AUTHORS
594
595=over 4
596
3e3baf6d 597Gary Ng E<lt>71564.1743@CompuServe.COME<gt>
68dc0745 598
3e3baf6d 599Gurusamy Sarathy E<lt>gsar@umich.eduE<gt>
68dc0745 600
3e3baf6d 601Nick Ing-Simmons E<lt>nick@ni-s.u-net.comE<gt>
68dc0745 602
603=back
604
f7c603cb 605This document is maintained by Gurusamy Sarathy.
606
68dc0745 607=head1 SEE ALSO
608
609L<perl>
610
611=head1 HISTORY
612
613This port was originally contributed by Gary Ng around 5.003_24,
614and borrowed from the Hip Communications port that was available
615at the time.
616
617Nick Ing-Simmons and Gurusamy Sarathy have made numerous and
618sundry hacks since then.
619
3e3baf6d 620Borland support was added in 5.004_01 (Gurusamy Sarathy).
621
9036c72f 622Last updated: 12 July 1998
68dc0745 623
624=cut
3e3baf6d 625