summaryrefslogtreecommitdiff
path: root/NetWare
Commit message (Collapse)AuthorAgeFilesLines
* Probe for and expose more fields for SA_SIGINFODagfinn Ilmari Mannsåker2016-01-261-0/+7
| | | | | | | | These are all specified by POSIX/SUSv3, but not all platforms have them, as mentioned in POSIX.pm. We can only test the pid, uid and code fields, since they are the only ones that are defined for a user-sent signal.
* bumping versionStevan Little2016-01-202-7/+7
|
* Add Configure support for fdclose() for [perl #126847].Andy Dougherty2016-01-041-0/+1
| | | | | This patch also adjusts the generated files suggested by Porting/checkcfgvar.pl.
* Bump the perl version in various places for 5.23.7David Golden2015-12-212-7/+7
|
* Bump the perl version in various places for 5.23.6Abigail2015-11-202-7/+7
|
* Revert "Remove unused filesystem stat symbols."Jarkko Hietaniemi2015-10-302-0/+116
| | | | | | | | | | | This reverts commit 821805a244cacd9869331999cd53407f3323206a. What's out, is out. perl #107904 Filesys-Df perl #108189 Filesys-DfPortable perl #108191 Filesys-Statvfs perl #126368 Filesys-DfPortable
* Bump version to 5.23.5Steve Hay2015-10-202-7/+7
|
* Remove unused BSD sendmsg/recvmg symbols.Jarkko Hietaniemi2015-10-021-36/+0
| | | | | Unused in CPAN, too. There are uses of these symbols, but under the Socket:: namespace.
* Remove unused d_modfl_pow32_bug symbol.Jarkko Hietaniemi2015-10-021-8/+0
| | | | | Even if the bug might still be present in ancient versions of glibc, there's no code in the current Perl core using that.
* Remove unused filesystem stat symbols.Jarkko Hietaniemi2015-10-022-116/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | d_fs_data_s HAS_STRUCT_FS_DATA d_fstatfs HAS_FSTATFS d_fstatvfs HAS_FSTATVFS d_getfsstat HAS_GETFSSTAT d_getmnt HAS_GETMNT d_getmntent HAS_GETMNTENT d_hasmntopt HAS_HASMNTOPT d_statfs_f_flags HAS_STRUCT_STATFS_F_FLAGS d_statfs_s HAS_STRUCT_STATFS d_ustat HAS_USTAT i_mntent I_MNTENT i_sysmount I_SYS_MOUNT i_sysstatfs I_SYS_STATFS i_sysstatvfs I_SYS_STATVFS i_sysvfs I_SYS_VFS i_ustat I_USTAT Unused by the Perl core. As far as I can remember I added these scans long ago, for some purpose (df(1) kind of APIs?) but whatever it was, it obviously hasn't exactly caught fire in the last 15 years. Some rare uses of these APIs (not these defines, but e.g. statfs) in CPAN (like the Quota module), but those seem to do their own configuration.
* Bump the perl version in various places for 5.23.4.Peter Martini2015-09-212-7/+7
|
* Bump the perl version in various places for 5.23.3.Matthew Horsfall2015-08-202-7/+7
|
* Add time64 as its own build target.Jarkko Hietaniemi2015-07-221-0/+1
|
* dquote_static.c -> dquote.cJarkko Hietaniemi2015-07-221-0/+1
| | | | Instead of #include-ing the C file, compile it normally.
* Bump version to 5.23.2Matthew Horsfall2015-07-202-7/+7
|
* patchlevel: we are now perl v5.23.1Ricardo Signes2015-06-202-7/+7
|
* infnan: move the mantbits definitions from perl.h to ConfigureJarkko Hietaniemi2015-06-121-0/+1
| | | | (this way they will be available via %Config)
* infnan: Configure scan for fp mantissa bytesJarkko Hietaniemi2015-06-122-1/+22
|
* infnan: Configure scan for infnan bytesJarkko Hietaniemi2015-06-122-0/+25
|
* bump version to v5.23.0Ricardo Signes2015-06-012-7/+7
|
* bump version to v5.22.0 with Porting/bump-perl-versionRicardo Signes2015-05-082-7/+7
|
* Bump version for 5.21.12 (although it's unlikely to happen)Steve Hay2015-04-212-7/+7
|
* Bump version for 5.21.11 (if that happens)Steve Hay2015-03-202-7/+7
|
* Change name of mro.cKarl Williamson2015-03-191-1/+1
| | | | | | | | | This is to prevent a conflict showing up on z/OS (os390) because this file's name is the same as one in /ext, and there are functions cross-referenced between them, and the loader on that platform can't deal with this. See http://nntp.perl.org/group/perl.perl5.porters/226612
* added link to announcementSawyer X2015-02-212-7/+7
|
* Remove some remnants of x2p, which was removed by commit e5a8a0fbd7Steve Hay2015-02-181-60/+2
| | | | | | | | | | | | | | References to PERL_FOR_X2P probably have to stay in case any third-party code is #defining it. Likewise, NO_PERL_TYPEDEFS in vms/vmsish.h has to stay because it actually is used by App::a2p. Cross/Makefile.SH.patch still needs regenerating since it contains references to x2p in the top-level Makefile.SH which were removed by e5a8a0fbd7. A few other references to x2p/a2p/find2p/s2p still remain, which I am less sure about removing, plus some others in documentation which should stay anyway.
* Configure: lrintl, lroundl, llrintl, llroundlJarkko Hietaniemi2015-02-021-0/+4
|
* More bumpbing of version number to 5.21.9. Missed this yesterday.Matthew Horsfall2015-01-212-7/+7
|
* Bump version number to 5.21.8Max Maischein2014-12-212-7/+7
| | | | | Add 5.21.8 in Module::CoreList Point Maintainers.pl to new version of Module::CoreList
* Configure syncupH.Merijn Brand2014-11-231-0/+3
| | | | | Some of these changes also made it upstream to the dist svn repo. OpenSource++
* Bump the perl version in various places for 5.21.7Chris 'BinGOs' Williams2014-11-212-7/+7
|
* checkcfgvar.pl --regen --default=undef; make regenJarkko Hietaniemi2014-11-141-0/+35
|
* Configure: add doublekind for the format of double.Jarkko Hietaniemi2014-11-021-0/+1
|
* Bump the perl version in various places for 5.21.6Abigail2014-10-202-7/+7
|
* PATCH: [perl #122252] international currency formatting (POSIX.1-2008)Andrew Fresh2014-09-221-0/+1
| | | | | | | | Add the new portions of locale currency formatting that are specified in POSIX.1-2008 The commiter (Karl Williamson) made the trivial indentation changes asked for by H. Merijn Brand, and added a perldelta entry
* Bump version to 5.21.5Steve Hay2014-09-202-7/+7
|
* Configure -Dusequadmath.Jarkko Hietaniemi2014-09-191-0/+1
|
* Configure for <quadmath.h>Jarkko Hietaniemi2014-09-191-0/+1
|
* Configure: scan for truncl.Jarkko Hietaniemi2014-09-071-0/+1
| | | | (C99 version of aintl)
* POSIX math: Configure scan fpgetroundJarkko Hietaniemi2014-08-311-0/+1
| | | | Legacy BSD way of fegetround.
* POSIX math: Configure scan d_fegetround and i_fenv.Jarkko Hietaniemi2014-08-311-0/+2
|
* POSIX math: Configure scan for acosh.Jarkko Hietaniemi2014-08-311-0/+1
|
* POSIX math: Configure scan for j0 and j0l.Jarkko Hietaniemi2014-08-311-0/+2
| | | | | (j0 is canary forthe Bessel functions, common math.h extensions, not dependent on C99, j0l is its long double version.)
* Configure: add i_stdint.Jarkko Hietaniemi2014-08-301-0/+1
|
* Configure scan for fp_classl().Jarkko Hietaniemi2014-08-241-0/+1
|
* Configure scan for fp_classify().Jarkko Hietaniemi2014-08-241-0/+1
|
* Bump version number from 5.21.3 to 5.21.4Peter Martini2014-08-212-7/+7
|
* Configure for isfinitel / isinfl.Jarkko Hietaniemi2014-08-201-0/+2
|
* Configure scan for ldexplJarkko Hietaniemi2014-08-131-0/+1
|
* Configure scan for the kind of long double we haveJarkko Hietaniemi2014-08-131-0/+1
| | | | (Somewhat like quadkind, but for the format of the long double)