summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Note major changes for releases 5.002_01 through 5.003_01Perl 5 Porters1996-07-301-0/+277
|
* perl 5.003: [changes beteween cumulative patches and tarball release]perl-5.003Charles Bailey1996-06-246-605/+2
| | | | | This commit just represents the minor differences between applying the patches from 5.002_01 to 5.003 and the 5.003 release tarball.
* perl 5.003: vms/vms.cPerl 5 Porters1996-06-241-63/+119
| | | | | | | | Fix bugs in VMS <--> Unix filespec translation Clarify copyright notices Downcase VMS filespecs translated from Unix paths with lowercase characters Add rmsexpand routine to expand filespecs
* perl 5.003: vms/fndvers.comPerl 5 Porters1996-06-231-3/+21
| | | | | Update generation of ARCHLIB_EXP in config.h to use a method which keeps VAXC happy
* perl 5.003: vms/config.vmsPerl 5 Porters1996-06-231-22/+18
| | | | | Remove string concatenation on which VAXC chokes Update to reflect new version
* Update to reflect new Perl versionPerl 5 Porters1996-06-232-2/+2
|
* perl 5.003: t/op/stat.tPerl 5 Porters1996-06-241-2/+4
| | | | | MachTen considers /dev/null to be a terminal, so don't count this as a Perl test failure
* suidperl security patchPerl 5 Porters1996-06-241-6/+52
|
* Update to reflect new versionPerl 5 Porters1996-06-231-2/+2
|
* Fix overeager integer optimizationPerl 5 Porters1996-06-231-1/+1
|
* perl 5.003: lib/Symbol.pmPerl 5 Porters1996-06-241-1/+1
| | | | | Do Perl version check at compile time, so that user gets a clear error message instead of syntax errors during compilation
* Update to MakeMaker 5.34Perl 5 Porters1996-06-247-2821/+2657
|
* Insure that installed C header files are world-readablePerl 5 Porters1996-06-241-0/+1
|
* perl 5.003: hints/solaris_2.shPerl 5 Porters1996-06-241-16/+4
| | | | | Remove outdated fixincludes test Update message about workarounds for GNU as/ld
* perl 5.003: hints/machten.shPerl 5 Porters1996-06-241-3/+34
| | | | | Don't use buggy sigsetjmp Don't use nlinks returned by stat to count subdirectories
* perl 5.003: hints/linux.shPerl 5 Porters1996-06-241-35/+62
| | | | | | | | Allow Configure to determine malloctype Don't mess with $nm_so_opt Make sure messages get to the right places Disable NDBM, since some systems have problems with the libraries Don't use gcvt() to print floats; it's buggy in some versions of libc
* Make deferred loading of shared libraries the defaultPerl 5 Porters1996-06-241-5/+8
|
* perl 5.003: hints/bsdos.shPerl 5 Porters1996-06-241-21/+29
| | | | | Distinguish between 2.0.x and 2.1.x, and use dynamic linking in the latter
* perl 5.003: ext/NDBM_File/NDBM_File.pmPerl 5 Porters1996-06-241-1/+5
| | | | | | C<use strict> with Perl 5.002 or later to avoid confusing warnings if installed in a library also used by Perl 5.001m. (It still won't work with 5,001m, but the error message now states this more clearly.)
* Add NAME attribute to suppress MakeMaker "guess" warningPerl 5 Porters1996-06-2311-1/+12
|
* perl 5.003: INSTALLPerl 5 Porters1996-06-241-3/+5
| | | | | Include $shrpdir in the list of installation directories. Update comments on using GNU as/ld under SunOS and Solaris
* Add variable file extensions as part of OS/2 supportperl-5.002_01Perl 5 Porters1996-03-151-10/+23
|
* Add initialization macro for OS/2Perl 5 Porters1996-03-242-0/+2
|
* perl 5.002_01: vms/vmsish.hPerl 5 Porters1996-03-171-3/+56
| | | | | Add EMBED prefixes for VMS-specific routines, incorporate single-statement macros, #define stubs for macros used by OS/2.
* perl 5.002_01: vms/vms.cPerl 5 Porters1996-03-201-45/+155
| | | | | | Miscellaneous bugfixes; improvements to rmscopy and trim_unixpath (calling sequence for both has changed); add guard for overlong command lines passed to subprocesses.
* Allow more compact output format, and pass params to Perl driverPerl 5 Porters1996-03-221-13/+15
|
* perl 5.002_01: vms/perlvms.podPerl 5 Porters1996-03-191-68/+139
| | | | | Reorganize to better group topics, update contents, and change format to be more friendly to pod2html and pod2man.
* perl 5.002_01: vms/myconfig.comPerl 5 Porters1996-03-171-3/+9
| | | | | | Update to include SUBVERSION and d_sigaction (undef for now; if Kenneth's signal patch doesn't obsolete this, we'll patch it to recognize sigvec() as well).
* Regenerated from updated Descrip.MMSPerl 5 Porters1996-03-211-84/+137
|
* perl 5.002_01: vms/gen_shrfls.plPerl 5 Porters1996-02-291-6/+13
| | | | | Correct latent bug in scan_func, detect EMBED and apply to "odd" vars (not declared in perl.h), and optimize main loop a bit.
* perl 5.002_01: vms/genconfig.plPerl 5 Porters1996-03-231-5/+3
| | | | | Add SUBVERSION; osname moved to config.h; work around bug in early versions of most
* perl 5.002_01: vms/fndvers.comPerl 5 Porters1996-03-211-0/+95
| | | | | Read Perl version for ARCHLIB from patchlevel.h, and update config.vms and descrip.mms if necessary
* Add tests for VMS::StdioPerl 5 Porters1996-02-281-0/+41
|
* Major rewrite, renaming, and extensionPerl 5 Porters1996-02-291-61/+246
|
* Major rewrite, renaming, and expansionPerl 5 Porters1996-03-111-51/+208
|
* Update Makefile.PL to use VERSION_FROMPerl 5 Porters1996-02-281-1/+1
|
* Add README for improved VMS::Stdio extensionPerl 5 Porters1996-02-281-0/+47
|
* perl 5.002_01: vms/descrip.mmsPerl 5 Porters1996-03-211-88/+108
| | | | | | Miscellaneous fixes, mainly better ways to specify directories, and convenience targets, plus improved determination of #include dirs and Perl version.
* perl 5.002_01: vms/config.vmsPerl 5 Porters1996-03-221-5/+44
| | | | | Add sigjmp and OSNAME macros, allow for compile-time specification of ARCHLIB version suffix, and correct Uid_t prototype
* Use $^O, update VMS support, add -m, and move docs to bottomPerl 5 Porters1996-03-201-126/+135
|
* Use $^O, and make more cautious about sending mailPerl 5 Porters1996-03-171-7/+28
|
* perl 5.002_01: utils/h2xs.PLPerl 5 Porters1996-03-201-4/+11
| | | | | Use $^O, add autoflush to sample test.pl, and try not to assume we've got /bin/ls around when creating MANIFEST
* Use $^O, and copy file to pstruct on systems which don't use linksPerl 5 Porters1996-03-171-3/+8
|
* perl 5.002_01: util.cPerl 5 Porters1996-03-241-6/+14
| | | | | Change e_fp test to use e_tmpname, since e_fp is reset when file is lcosed in perl.c
* Define stubs for macros used by OS/2Perl 5 Porters1996-03-151-0/+2
|
* Don't double implicit loop if perl is invoked with -pnPerl 5 Porters1996-03-191-2/+3
|
* Don't use #! under OS/2Perl 5 Porters1996-03-151-0/+1
|
* Use $^O,and accomodate echo servers who drop connection immediatelyPerl 5 Porters1996-03-141-5/+5
|
* Don't use Config{'extensions'} under VMS.Perl 5 Porters1996-03-151-1/+1
|
* perl 5.002_01: t/lib/filehand.tPerl 5 Porters1996-03-141-4/+9
| | | | | | | Use $^O, and change ungetc test under VMS to use normal file, since stdin isn't always buffered. Change is specific to VMS, in case Unix folks were trying to test whether it was possible to ungetc one char onto a stream that hadn't been read.