summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Collapse)AuthorAgeFilesLines
* Skip tests of a POSIX constant on Mac OS X because saved IDs are borkedDominic Dunlop2006-07-101-4/+8
| | | | | Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com> p4raw-id: //depot/perl@28520
* Skip some POSIX tests when the thing they are testing is unimplementedYves Orton2006-07-082-9/+22
| | | | | Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com> p4raw-id: //depot/perl@28508
* POSIX test improvements on True64Jarkko Hietaniemi2006-07-083-15/+94
| | | | | | Subject: [PATCH] the new POSIX tests Message-ID: <44AF7019.3070509@iki.fi> p4raw-id: //depot/perl@28505
* Test scripts for I18N::Langinfo and POSIXSébastien Aperghis-Tramoni2006-07-072-0/+111
| | | | | | | | | | Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr> Only includes changes to: * ext/I18N/Langinfo/t/Langinfo.t * ext/POSIX/t/sysconf.t * ext/POSIX/t/termios.t p4raw-id: //depot/perl@28503
* Add constants needed for recvmsg()/sendmsg() support.Steve Peters2006-07-051-1/+2
| | | p4raw-id: //depot/perl@28486
* Two signed array indicies that Coverity spots should be unsigned.Nicholas Clark2006-05-091-2/+2
| | | p4raw-id: //depot/perl@28142
* Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found thatNicholas Clark2006-05-011-2/+18
| | | | | they aren't viable. (Certain glibcs are "interesting") p4raw-id: //depot/perl@28039
* Need to update test count from change #27440.Steve Peters2006-03-091-1/+1
| | | | | p4raw-link: @27440 on //depot/perl: 516d25e8e8c09c6c60bf2f46703fc4d5add0f5fb p4raw-id: //depot/perl@27441
* croak in POSIX::sigaction() when passed a negative signal insteadSteve Peters2006-03-092-0/+7
| | | | | dumping core. p4raw-id: //depot/perl@27440
* Solaris seems not to enjoy initialising constants from SIG_??? on 64Nicholas Clark2006-01-291-3/+3
| | | | | bit builds. p4raw-id: //depot/perl@26996
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
| | | | | | | | Keep NEWSV() itself for backwards-compatibility outside of the core, but don't advertise it any more. (cf. change #25101). p4raw-link: @25101 on //depot/perl: a02a5408b2f199007c4dcb74559cc79066307ada p4raw-id: //depot/perl@26901
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-8/+8
| | | | | Ref change 26676. p4raw-id: //depot/perl@26795
* POSIX and Fcntl both export the same constants derived from the sameNicholas Clark2006-01-092-8/+10
| | | | | | | C macros. Given that constants are now real inline and *defined*, rather than merely declared and AUTOLOADed as needed, it is best that POSIX quite litereally re-exports the constants defined by Fcntl. p4raw-id: //depot/perl@26754
* Tweak the code that generates unique entries in @POSIX::EXPORT so thatNicholas Clark2006-01-081-4/+5
| | | | | the array ends up with shared hash key scalars, for a memory saving. p4raw-id: //depot/perl@26709
* DBL_MAX and FLT_MAX are not constants in Borland C++Steve Hay2006-01-061-3/+3
| | | | | (Fixes BCC compilation error in POSIX introduced by change 26455) p4raw-id: //depot/perl@26677
* Looks like the macro CLK_TCK is not actually a constant on Solaris.Nicholas Clark2005-12-241-1/+2
| | | p4raw-id: //depot/perl@26479
* SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VALNicholas Clark2005-12-231-4/+9
| | | | | | | aren't constants on (at least some) Linux. And more evil than that, HUGE_VAL likes to use the C preprocessor in its value, necessitating use of a temporary. p4raw-id: //depot/perl@26464
* De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,Nicholas Clark2005-12-231-3/+7
| | | | | | and some constants are mentioned in multiple tags). Should this logic be in Exporter::Heavy? p4raw-id: //depot/perl@26459
* Use inlineable proxy constant subs for POSIX.Nicholas Clark2005-12-221-2/+4
| | | | | | | There may be trouble ahead, as it seems that not all POSIX "constants" are. I wonder if too many systems are going to have too many variations to make this viable. p4raw-id: //depot/perl@26455
* Add tests for untested math functions in POSIXSteve Peters2005-12-211-0/+25
| | | p4raw-id: //depot/perl@26435
* Fix typos in regular expressionsRafael Garcia-Suarez2005-12-201-2/+2
| | | p4raw-id: //depot/perl@26424
* Fix for ext/POSIX/t/time.t so the strftime() test works on systemsSteve Peters2005-12-171-6/+2
| | | | | | that aren't quite up to SUS3. Based on a patch by David Dyck in RT #37960: POSIX/t/time fails bleadperl p4raw-id: //depot/perl@26384
* Fix ext/POSIX/t/time.t on Win32Steve Hay2005-11-281-1/+1
| | | | | | | According to MSDN, "The string result produced by ctime contains exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0" so we *do* want the leading zero on the day returned by strftime p4raw-id: //depot/perl@26222
* Mac OS X/Darwin seems to have problems with tzname().Steve Peters2005-11-281-1/+4
| | | p4raw-id: //depot/perl@26221
* Deal with differences in what clock() does between POSIX and BSD.Steve Peters2005-11-261-3/+5
| | | p4raw-id: //depot/perl@26213
* Just be explicit about $TZ.Steve Peters2005-11-261-10/+9
| | | p4raw-id: //depot/perl@26208
* Hmmm...strftime() does work on Win32, but tzset() is having problemsSteve Peters2005-11-261-6/+9
| | | | | on OpenBSD. p4raw-id: //depot/perl@26207
* Additional tests for B and POSIX. The POSIX ones concern me a bit,Steve Peters2005-11-261-0/+56
| | | | | | but I don't expect any black smokes because of testing on OpenBSD, Linux, Win32, an Cygwin. p4raw-id: //depot/perl@26206
* Test for the right signal should use the constant for that signal.Steve Peters2005-11-031-1/+1
| | | p4raw-id: //depot/perl@25975
* WhitespaceAbigail2005-08-191-2/+2
| | | | | | Message-ID: <20050723003235.GJ15093@abigail.nl> Date: Sat, 23 Jul 2005 02:32:35 +0200 p4raw-id: //depot/perl@25309
* POD typosPiotr Fusik2005-08-011-3/+3
| | | | | | From: "Piotr Fusik" <pfusik@op.pl> Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec> p4raw-id: //depot/perl@25253
* SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, butH.Merijn Brand2005-07-311-1/+1
| | | | | POSIX::SigRt is not available on use p4raw-id: //depot/perl@25248
* silence compiler warning in mg.c POSIX.xsRobin Barker2005-07-281-3/+9
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk> p4raw-id: //depot/perl@25236
* Some signals are more real than othersH.Merijn Brand2005-07-271-1/+4
| | | | | Also added comment about why the tests are there p4raw-id: //depot/perl@25230
* use POSIX might not throw an error. Check for useful values alsoH.Merijn Brand2005-07-251-3/+3
| | | p4raw-id: //depot/perl@25223
* Re: [PATCH] support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-212-1/+5
| | | | | Message-ID: <42DFC042.1090201@gmail.com> p4raw-id: //depot/perl@25207
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-202-1/+38
| | | | | Message-ID: <42DE3846.6050606@gmail.com> p4raw-id: //depot/perl@25200
* Exit test script (if we're going to) *before* declaring a planSteve Hay2005-07-201-2/+2
| | | p4raw-id: //depot/perl@25193
* C<use Foo;> inside Foo.pm considered a "bad thing"Nicholas Clark2005-07-191-8/+11
| | | | | | (Certainly where there is AUTOLOADing and XS) Hopefully *this* fixes the POSIX breakage. p4raw-id: //depot/perl@25190
* XS constants fail when their value is called for, not at import.Nicholas Clark2005-07-191-1/+1
| | | | | This might be construed as a bug. Fixing is probably a greater evil. p4raw-id: //depot/perl@25188
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-195-80/+215
| | | | | Message-ID: <42DCC278.2010009@gmail.com> p4raw-id: //depot/perl@25185
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-3/+3
| | | | | | | | Message-ID: <42CC3CE9.5050606@divsol.com> (reverted all dual-lived modules since they must work with older perls too so must wait for a new Devel::PPPort) p4raw-id: //depot/perl@25101
* Comment nit to help Devel::Cover, spotted by Steve PetersRafael Garcia-Suarez2005-06-131-1/+0
| | | p4raw-id: //depot/perl@24828
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-2/+2
| | | | | Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24670
* Update XS code to declare PERL_UNUSED_DECL conditionallyNicholas Clark2005-05-201-6/+8
| | | p4raw-id: //depot/perl@24521
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+22
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-192-3/+3
| | | | | | Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org> Date: Mon, 18 Apr 2005 19:09:25 -0500 p4raw-id: //depot/perl@24248
* fix POSIX::strtod error handling documentationDave Mitchell2005-02-021-2/+2
| | | p4raw-id: //depot/perl@23921
* [perl #33998] [PATCH] Support for GNU/kFreeBSD Robert Millan2005-01-312-0/+2
| | | | | | From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org> p4raw-id: //depot/perl@23909
* Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]Andy Dougherty2004-12-161-0/+4
| | | | | Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@23659