summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, soNicholas Clark2005-11-041-20/+16
* bad semicolon in pp_ftrownedAndy Lester2005-11-041-1/+1
* Upgrade to Time-HiRes 1.79Steve Peters2005-11-043-2/+39
* Reverting the reversion. va_end() goes with va_start().Steve Peters2005-11-031-5/+1
* Fix test failures introduced by the change of flags on op_sortRafael Garcia-Suarez2005-11-031-26/+26
* Upgrade to Time-HiRes-1.78Steve Peters2005-11-033-6/+14
* Change #25976 seemed to cause test failures in ext/B/t/f_sort.t. WhatSteve Peters2005-11-031-1/+5
* Missing va_end(args) from SA_SIGINFO related code.Steve Peters2005-11-031-0/+2
* Test for the right signal should use the constant for that signal.Steve Peters2005-11-031-1/+1
* Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.Steve Peters2005-11-031-2/+8
* More core test cleanups. Mainly fixes to remove code that caused Steve Peters2005-11-036-18/+30
* Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,Nicholas Clark2005-11-034-21/+48
* Document some bogus compiler warnings in README.solarisAlan Burlison2005-11-031-4/+13
* Upgrade to Time-HiRes-1.77Steve Peters2005-11-037-68/+548
* Patch 3945 was a bit overkeen - the effective parameter to cando() andNicholas Clark2005-11-033-8/+9
* Avoiding source code duplication for the lstat() on filehandle %sNicholas Clark2005-11-031-3/+3
* Clean up some test files.Steve Peters2005-11-035-6/+18
* Make harness warning-free when running with -MdiagnosticsSteve Peters2005-11-031-2/+2
* Test case should not execute /no_such_process if it does exist.Steve Peters2005-11-021-1/+2
* unlink chmod utime kill can be merged into Perl_pp_chown().Nicholas Clark2005-11-024-47/+27
* Move the conditonal compiles that report absence of kill and chownNicholas Clark2005-11-022-8/+13
* Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.Nicholas Clark2005-11-024-52/+54
* Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe intoNicholas Clark2005-11-024-109/+82
* Avoid a pad panic by attempting to use dTARGET; in an op that didn'tNicholas Clark2005-11-021-3/+6
* Correct error in 25958 for threaded builds.Nicholas Clark2005-11-021-4/+4
* Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftisNicholas Clark2005-11-024-61/+50
* Remove last sort test, that was failing with and without threads.Rafael Garcia-Suarez2005-11-021-10/+9
* Adjust test countRafael Garcia-Suarez2005-11-021-1/+1
* Add missing file from change 25953Rafael Garcia-Suarez2005-11-021-0/+164
* Regen headersRafael Garcia-Suarez2005-11-024-37/+88
* sort/multicall patchRobin Houston2005-11-0228-178/+540
* RE: [perl #37571] -z FH broken with Borland build Paul Marquess2005-11-022-2/+31
* Re: futimes [PATCH]Gisle Aas2005-11-021-47/+52
* Ambiguous test cases may be hazardous to your health.Steve Peters2005-11-021-2/+2
* Lowercase barewords considered harmful to your health.Steve Peters2005-11-021-6/+6
* perlio.c constingAndy Lester2005-11-012-104/+95
* This *really* should clear up Win32's Perl_do_exec undefined warningsSteve Hay2005-11-011-3/+0
* This should clear up 'Perl_do_exec' undefined; warnings on win32Nicholas Clark2005-11-013-0/+28
* Make PerlLIOUtime()'s filename constSteve Hay2005-11-015-5/+5
* Fix nit in pod nit fixSteve Hay2005-11-011-1/+1
* Update win32 config files w.r.t. change #25935Steve Hay2005-11-018-48/+76
* Upgrade to DB_File 1.813.Steve Peters2005-10-314-14/+46
* futimes [PATCH]Gisle Aas2005-10-314-10/+75
* All the ops that are simply C<return some_other_op();> can be bypassedNicholas Clark2005-10-316-216/+243
* Simplify the implementation of the "unimplemented" message in theNicholas Clark2005-10-311-60/+4
* Further pod nit spotted by JarkkoNicholas Clark2005-10-311-1/+1
* Replace the 3 currently "unreachable" ops with a single op bodyNicholas Clark2005-10-314-8/+21
* Add "moving common filetest code to a static function" to the todo.Nicholas Clark2005-10-311-0/+8
* revive probe for futimes ()H.Merijn Brand2005-10-314-14/+30
* A B::Deparse fix from :Bas van Sisseren2005-10-311-3/+6