summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Store the raw bytes of the pid in PL_pidstatus, rather than theNicholas Clark2005-10-261-10/+10
| | | | | stringification, as removing the conversions saves time and code. p4raw-id: //depot/perl@25853
* [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, ↵Jason Vas Dias2005-10-261-2/+7
| | | | | | | | not 256 From: Jason Vas Dias (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org> p4raw-id: //depot/perl@25852
* Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.John E. Malmberg2005-10-262-37/+76
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <435E6D14.7000104@qsl.net> p4raw-id: //depot/perl@25851
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-268-2/+31
| | | | | .5K of code. p4raw-id: //depot/perl@25850
* Back out change #25839, and apply :John E. Malmberg2005-10-253-4/+63
| | | | | | | | Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed. From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <435E4AB1.1000106@qsl.net> p4raw-link: @25839 on //depot/perl: 0968cdad220f9ff42abaf7f92b7d3731a578e46d p4raw-id: //depot/perl@25849
* Code in wait4pid was calling hv_delete with the hash iteratorNicholas Clark2005-10-251-0/+7
| | | | | | | | currently on that entry. On aggregate this does more work, beacuse the next call to hv_iterinit() would spot the flag, and have to call the delete routine, while in the meantime any new entries can't re-use that memory. p4raw-id: //depot/perl@25848
* t/TEST should require Time::HiRes only when it uses it.Rafael Garcia-Suarez2005-10-251-2/+2
| | | | | This fixes minitest. p4raw-id: //depot/perl@25847
* Rediff the Makefile.SH patch for cross-compilation.Rafael Garcia-Suarez2005-10-251-53/+59
| | | | | (this doesn't mean it works, though.) p4raw-id: //depot/perl@25846
* Upgrade to Time-HiRes-1.76Steve Peters2005-10-255-36/+78
| | | p4raw-id: //depot/perl@25845
* Remove remaining references to mv-if-diffRafael Garcia-Suarez2005-10-253-31/+24
| | | p4raw-id: //depot/perl@25844
* Oops. the trick is to edit Makefile.SHNicholas Clark2005-10-251-0/+1
| | | p4raw-id: //depot/perl@25843
* remove mv-if-diffRafael Garcia-Suarez2005-10-253-27/+6
| | | | | | | | Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com> (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect this removal in MANIFEST) p4raw-id: //depot/perl@25842
* Replace all the strlen()s related to PL_pidstatus with the returnNicholas Clark2005-10-251-5/+7
| | | | | value of my_sprintf p4raw-id: //depot/perl@25841
* Whoops. The Windows build is going to need to know that this symbol isNicholas Clark2005-10-251-0/+3
| | | | | defined. p4raw-id: //depot/perl@25840
* VMS exit handling still broken, need some help.John E. Malmberg2005-10-253-21/+66
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <435C7271.8070403@qsl.net> p4raw-id: //depot/perl@25839
* [patch@25837] Change 25831: sprintf returns the length of the buffer.John E. Malmberg2005-10-251-1/+1
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <435DA88A.90201@qsl.net> p4raw-id: //depot/perl@25838
* Backport of changes #25831 and #25832. Re-order neededYitzchak Scott-Thoennes2005-10-242-83/+91
| | | | | | | Subject: [PATCH] Re: Configure question about format of cc/cppsymbols Message-ID: <20051024200458.GC2312@efn.org> p4raw-link: @25831 on //depot/perl: 78821a22f30aaed98d9c6643adb5ed18f868dbe7 p4raw-id: //depot/perl@25837
* Compress::ZlibPaul Marquess2005-10-247-20/+66
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com> p4raw-id: //depot/perl@25833
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-248-2/+62
| | | | | | | places where we want to use the return value of sprintf. This allows a wrapper to be used for platforms where the C library isn't ANSI- conformant. p4raw-id: //depot/perl@25832
* Add a probe for whether sprintf returns the length of the buffer.Nicholas Clark2005-10-2413-0/+81
| | | | | | | Update all the canned config.sh files. Assume that symbian and Win32 are all ANSI conformant, note that ARM Linux (ie glibc) will be, don't assume that any other platform is. p4raw-id: //depot/perl@25831
* Fix path in code exampleRafael Garcia-Suarez2005-10-241-1/+1
| | | p4raw-id: //depot/perl@25830
* Re: do { EXPR for EXPR }Robin Houston2005-10-242-2/+12
| | | | | Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@25829
* Update one of merijn's previous emails.Steve Peters2005-10-241-1/+1
| | | p4raw-id: //depot/perl@25828
* [patch@25825] Fix st_ino compare to use real data.John E. Malmberg2005-10-231-2/+10
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <435C04C6.2090405@qsl.net> p4raw-id: //depot/perl@25827
* Fix mismatched braces in S_fd_on_nosuid_fs().Marcus Holland-Moritz2005-10-231-4/+3
| | | p4raw-id: //depot/perl@25825
* VMS threaded build fixes for things broken in #25783Craig A. Berry2005-10-222-23/+12
| | | p4raw-id: //depot/perl@25824
* use more 'const' in the Encode data structures.Nicholas Clark2005-10-222-18/+23
| | | p4raw-id: //depot/perl@25823
* Turn NN to NULLOK for functions that have code to handleMarcus Holland-Moritz2005-10-222-18/+10
| | | | | | | the ptr == NULL case and are currently called with NULL pointers. Having parameters tagged NN can make gcc optimize away the code for the NULL case, causing segfaults. p4raw-id: //depot/perl@25822
* Mark more static Encode data structures as const.Nicholas Clark2005-10-224-12/+13
| | | p4raw-id: //depot/perl@25821
* Documentation on getting a FORMAT ref from a GLOB was missing fromSteve Peters2005-10-211-0/+1
| | | | | | perlref.pod. Thanks for David Wheeler for starting the discussion and Paul Johnson for confirming that it could actually be done. p4raw-id: //depot/perl@25820
* Symbian/beginnings of Series 80 supportJarkko Hietaniemi2005-10-212-0/+215
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25819
* allow "" as select bitmask [PATCH]Gisle Aas2005-10-212-8/+15
| | | | | Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@25818
* Rewording of doc change #25812Rafael Garcia-Suarez2005-10-211-3/+3
| | | | | p4raw-link: @25812 on //depot/perl: dbb128be9d98f2152d3ce957d4c3c518a9f86260 p4raw-id: //depot/perl@25816
* Symbian/beginnings of Series 80 supportJarkko Hietaniemi2005-10-211-141/+0
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25815
* Symbian/beginnings of Series 80 supportJarkko Hietaniemi2005-10-2110-594/+488
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25814
* wrong maxlen in sselect [PATCH]Gisle Aas2005-10-213-3/+24
| | | | | | | Message-ID: <lrzmp312ip.fsf@caliper.activestate.com> Plus a regression test for the new warning. p4raw-id: //depot/perl@25813
* Re: [PATCH] return values reworded in perlsub.podXavier Noria2005-10-211-10/+13
| | | | | | | Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com> (with minor tweaks) p4raw-id: //depot/perl@25812
* Remove last remaining reference to vax11cRafael Garcia-Suarez2005-10-211-1/+1
| | | p4raw-id: //depot/perl@25811
* [patch@25809]restore documented exit behaviorJohn E. Malmberg2005-10-206-69/+103
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <43581860.3020108@qsl.net> p4raw-id: //depot/perl@25810
* Fix doc typo, by Gisle AasRafael Garcia-Suarez2005-10-191-1/+1
| | | p4raw-id: //depot/perl@25809
* Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ↵Robin Houston2005-10-197-14/+64
| | | | | | | ARRAY in leave Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@25808
* Forgotten chunk by jhiRafael Garcia-Suarez2005-10-191-0/+4
| | | p4raw-id: //depot/perl@25805
* blead 25801: Symbian batch of todayJarkko Hietaniemi2005-10-195-4/+50
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25804
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-197-76/+79
| | | | | Message-ID: <20051018145723.GA4964@petdance.com> p4raw-id: //depot/perl@25803
* Adding documentation index to perlapi.pod and perlintern.podSébastien Aperghis-Tramoni2005-10-195-19/+601
| | | | | | | | Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr> (tweaked to remove trailing whitespace to doc entries) Plus, regenerate doc and headers p4raw-id: //depot/perl@25802
* [patch@25784] enable open(FOO, "child.pl foo|") on VMSJohn E. Malmberg2005-10-192-10/+144
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <43554251.5020704@qsl.net> p4raw-id: //depot/perl@25801
* Add notes about -f _ and defined %foo:: in perldeltaRafael Garcia-Suarez2005-10-181-0/+15
| | | p4raw-id: //depot/perl@25800
* Force _ to be always a bareword after filetest operatorsRafael Garcia-Suarez2005-10-182-2/+14
| | | p4raw-id: //depot/perl@25799
* Add Rafael's 5.10 roadmap to perltodo.Nicholas Clark2005-10-181-15/+44
| | | | | | Add state variables. Remove xsubpp entry, as that had been done already. p4raw-id: //depot/perl@25798
* Fix tokenizer debugging trace for file testsRafael Garcia-Suarez2005-10-181-1/+1
| | | p4raw-id: //depot/perl@25797