summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Symbian port 0.3.0 as of blead@25911Jarkko Hietaniemi2005-10-3114-76/+342
* Avoid corruption when calling mg_get to retrieve the valueRafael Garcia-Suarez2005-10-311-0/+3
* maddingue prefers this e-mail address.Nicholas Clark2005-10-311-1/+1
* Try to preserve the lost opcode alias info in commentsH.Merijn Brand2005-10-312-6/+11
* It appears that it's trivially easy to alias opcode functions inNicholas Clark2005-10-312-3/+17
* Add maddingue to AUTHORSNicholas Clark2005-10-311-0/+1
* Making ExtUtils::Constant compatible with Perl 5.004Sébastien Aperghis-Tramoni2005-10-311-3/+13
* A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().Nicholas Clark2005-10-315-6/+44
* Fix [perl #37533] open pragma ignored for all 3-arg opensRafael Garcia-Suarez2005-10-312-6/+6
* Perl_csighandler was in global.sym twice.Nicholas Clark2005-10-311-1/+0
* Arrange to only output each symbol once into global.symNicholas Clark2005-10-311-12/+19
* Tests for index/rindex with empty search string,Rafael Garcia-Suarez2005-10-311-1/+15
* uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII basedNicholas Clark2005-10-312-52/+52