summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Check for changes in IO on CPAN.Steve Peters2005-10-281-1/+1
| | | p4raw-id: //depot/perl@25865
* gbarr is maintaining IO.Steve Peters2005-10-281-1/+1
| | | p4raw-id: //depot/perl@25864
* Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.Steve Peters2005-10-284-0/+32
| | | p4raw-id: //depot/perl@25863
* Use the return value from sprintf and avoid a call to strlenNicholas Clark2005-10-281-7/+8
| | | p4raw-id: //depot/perl@25862
* Re: IO::File performace issueGisle Aas2005-10-271-8/+4
| | | | | | | Message-ID: <lrvezjv17c.fsf@caliper.activestate.com> Also includes a version bump for IO::File. p4raw-id: //depot/perl@25861
* Change 25850 failed to include all changed headersNicholas Clark2005-10-272-0/+6
| | | p4raw-id: //depot/perl@25860
* Win32 fix for change #25850. I don't know if this define will everSteve Peters2005-10-271-0/+2
| | | | | | be used on Win32, but it does fix the problem at hand. p4raw-link: @25850 on //depot/perl: ca0c25f67f45e5dccb746852d8545d7ae29ed067 p4raw-id: //depot/perl@25859
* [patch@25854]vms.c rmsexpand and memmove fixesJohn E. Malmberg2005-10-261-26/+362
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <435F71A5.6030809@qsl.net> p4raw-id: //depot/perl@25858
* FAQ sync.Rafael Garcia-Suarez2005-10-268-111/+111
| | | p4raw-id: //depot/perl@25857
* Symbian: better Series 80 supportJarkko Hietaniemi2005-10-268-105/+245
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25856
* Multiple versions of OpenBSD fail this test, not just 3.7.Steve Peters2005-10-261-1/+1
| | | p4raw-id: //depot/perl@25855
* Re: [PATCH] minor speed-up for pp_push()Tassilo von Parseval2005-10-261-4/+5
| | | | | Message-id: <20051025061141.GA2256@ethan> p4raw-id: //depot/perl@25854
* 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