summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add the new d_futimes as undefAbe Timmerman2005-11-051-0/+1
| | | | | Message-Id: <200511051026.33940.abe@ztreet.demon.nl> p4raw-id: //depot/perl@26013
* Remove the obsolete KNOWN PROBLEMS sections from perlcall.podRafael Garcia-Suarez2005-11-051-67/+0
| | | | | (noticed by Robin Houston) p4raw-id: //depot/perl@26012
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-053-8/+13
| | | | | Message-Id: <20051105135053.27D7.BQW10602@nifty.com> p4raw-id: //depot/perl@26011
* dorassign doesn't need --SP;Nicholas Clark2005-11-051-1/+2
| | | p4raw-id: //depot/perl@26010
* pp_print didn't extend the stack before pushing its return valueDave Mitchell2005-11-051-2/+2
| | | p4raw-id: //depot/perl@26009
* Typos in opcode.pl this time.Steve Peters2005-11-052-6/+6
| | | p4raw-id: //depot/perl@26008
* Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,Steve Peters2005-11-055-66/+33
| | | | | pp_or, and pp_defined, respectively. p4raw-id: //depot/perl@26007
* s/printf/my_printf/ because we're using the return value.Nicholas Clark2005-11-041-1/+1
| | | | | My mistake spotted by Gisle. p4raw-id: //depot/perl@26006
* s/pp_dor/pp_defined/Steve Peters2005-11-041-1/+1
| | | p4raw-id: //depot/perl@26005
* I barely knew ya pp_dor. Merged into pp_defined from whence you came.Steve Peters2005-11-045-45/+40
| | | | | | This change has also caused pp_defined to be promoted to being a hot op. p4raw-id: //depot/perl@26004
* Use the return value of sprintf in sv_2pv_flags. Remove dead code.Nicholas Clark2005-11-041-22/+12
| | | p4raw-id: //depot/perl@26003
* You can't there from here. (Dead code in sv_2pv_flags)Nicholas Clark2005-11-041-0/+2
| | | p4raw-id: //depot/perl@26002
* Use the return value from sprintf().Nicholas Clark2005-11-044-21/+25
| | | p4raw-id: //depot/perl@26001
* pp_semop can fit within Perl_pp_shmwrite().Nicholas Clark2005-11-044-16/+10
| | | p4raw-id: //depot/perl@26000
* The remaining special logic in pp_syswrite can be moved into pp_send,Nicholas Clark2005-11-044-33/+44
| | | | | which is actually already 50% syswrite. p4raw-id: //depot/perl@25999
* Revert patch #25993.Rafael Garcia-Suarez2005-11-042-4/+3
| | | p4raw-id: //depot/perl@25998
* Fix a Win32 linker error following change #25972Steve Hay2005-11-041-4/+4
| | | | | p4raw-link: @25972 on //depot/perl: ce6987d0ee9b127be2a1769a57aa5a88de5b51ef p4raw-id: //depot/perl@25997
* use clearenv if availableAlan Burlison2005-11-046-45/+79
| | | | | Message-ID: <436B8D5A.4010502@sun.com> p4raw-id: //depot/perl@25996
* Re: futimes [PATCH]Steve Peters2005-11-041-4/+35
| | | | | Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25995
* [perl #19049] Incorrect $` after replacementAndreas König2005-11-042-3/+4
| | | | | Message-ID: <87fyqc51bu.fsf@k75.linux.bogus> p4raw-id: //depot/perl@25993
* Re: [PATCH] sort/multicall patchRobin Houston2005-11-042-2/+22
| | | | | Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@25992
* Re: Configure -Dno_mathomsGisle Aas2005-11-042-0/+14
| | | | | Message-ID: <lrslug7glm.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25991
* Merge msgsnd, msgrcv with Perl_pp_shmwrite().Nicholas Clark2005-11-044-29/+27
| | | | | | "Perfection is achieved not when there's nothing more to add, but when there's nothing left to remove" (Antoine de Saint-Exupéry) p4raw-id: //depot/perl@25990
* Once more, with feeling.Nicholas Clark2005-11-041-0/+7
| | | | | | | [Mmm, has someone been swapping the coffee for decaf?] [Actual cause - make sure the edited version of the file is in the correct directory] p4raw-id: //depot/perl@25989
* Meta-oops. Change 25987 was not the change you were looking for.Nicholas Clark2005-11-040-0/+0
| | | p4raw-id: //depot/perl@25988
* Oops. This new panic was meant to be added to the documentedNicholas Clark2005-11-040-0/+0
| | | | | diagnostics. p4raw-id: //depot/perl@25987
* ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be mergedNicholas Clark2005-11-045-138/+106
| | | | | with Perl_pp_ftrread(). p4raw-id: //depot/perl@25986
* Upgrade to Time-HiRes-1.80Steve Peters2005-11-043-8/+12
| | | p4raw-id: //depot/perl@25985
* PERL_EFF_ACCESS_[RWX]_OK can go.Nicholas Clark2005-11-041-15/+8
| | | p4raw-id: //depot/perl@25984
* The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, soNicholas Clark2005-11-041-20/+16
| | | | | | can be refactored to a single platform dependent PERL_EFF_ACCESS macro with the other 3 implemented in terms of it. p4raw-id: //depot/perl@25983
* bad semicolon in pp_ftrownedAndy Lester2005-11-041-1/+1
| | | | | Message-ID: <20051104063753.GA3863@petdance.com> p4raw-id: //depot/perl@25982
* Upgrade to Time-HiRes 1.79Steve Peters2005-11-043-2/+39
| | | p4raw-id: //depot/perl@25981
* Reverting the reversion. va_end() goes with va_start().Steve Peters2005-11-031-5/+1
| | | p4raw-id: //depot/perl@25980
* Fix test failures introduced by the change of flags on op_sortRafael Garcia-Suarez2005-11-031-26/+26
| | | p4raw-id: //depot/perl@25979
* Upgrade to Time-HiRes-1.78Steve Peters2005-11-033-6/+14
| | | p4raw-id: //depot/perl@25978
* Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. WhatSteve Peters2005-11-031-1/+5
| | | | | was that line about Jenga again? p4raw-id: //depot/perl@25977
* Missing va_end(args) from SA_SIGINFO related code.Steve Peters2005-11-031-0/+2
| | | p4raw-id: //depot/perl@25976
* Test for the right signal should use the constant for that signal.Steve Peters2005-11-031-1/+1
| | | p4raw-id: //depot/perl@25975
* Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.Steve Peters2005-11-031-2/+8
| | | p4raw-id: //depot/perl@25974
* More core test cleanups. Mainly fixes to remove code that caused Steve Peters2005-11-036-18/+30
| | | | | | warnings, but there were a few bug fixes that were hidden by no using warnings. p4raw-id: //depot/perl@25973
* Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,Nicholas Clark2005-11-034-21/+48
| | | | | but the actual finished code is not as bad as it seems. p4raw-id: //depot/perl@25972
* Document some bogus compiler warnings in README.solarisAlan Burlison2005-11-031-4/+13
| | | | | | Subject: Re: Why is malloc_wrap now the default? Message-ID: <436A0878.1030703@sun.com> p4raw-id: //depot/perl@25971
* Upgrade to Time-HiRes-1.77Steve Peters2005-11-037-68/+548
| | | p4raw-id: //depot/perl@25970
* Patch 3945 was a bit overkeen - the effective parameter to cando() andNicholas Clark2005-11-033-8/+9
| | | | | ingroup() is a boolean flag, not a GID or UID. p4raw-id: //depot/perl@25969
* Avoiding source code duplication for the lstat() on filehandle %sNicholas Clark2005-11-031-3/+3
| | | | | warning also makes the object code slightly smaller. p4raw-id: //depot/perl@25968
* Clean up some test files.Steve Peters2005-11-035-6/+18
| | | p4raw-id: //depot/perl@25967
* Make harness warning-free when running with -MdiagnosticsSteve Peters2005-11-031-2/+2
| | | p4raw-id: //depot/perl@25966
* Test case should not execute /no_such_process if it does exist.Steve Peters2005-11-021-1/+2
| | | p4raw-id: //depot/perl@25965
* unlink chmod utime kill can be merged into Perl_pp_chown().Nicholas Clark2005-11-024-47/+27
| | | p4raw-id: //depot/perl@25964
* Move the conditonal compiles that report absence of kill and chownNicholas Clark2005-11-022-8/+13
| | | | | from pp_kill() and pp_chown() into apply(). p4raw-id: //depot/perl@25963