summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Coverage stats showed that there were no tests for taking a sliceSteve Peters2005-10-311-1/+5
* Change some spaces to tabs for easier diffing against config_h.SHSteve Hay2005-10-314-37/+37
* Fixed threaded builds following change 25916Steve Hay2005-10-311-1/+1
* POD nit spotted by JarkkoNicholas Clark2005-10-311-1/+1
* is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed formRafael Garcia-Suarez2005-10-311-1/+1
* Etta James presents: More constingAndy Lester2005-10-3113-259/+212
* S_tokereport's unused parmAndy Lester2005-10-314-7/+5
* Regenerate perlapi.podRafael Garcia-Suarez2005-10-311-278/+289
* Robin Houston remarks that mention of a context is missing from theRafael Garcia-Suarez2005-10-311-2/+2
* perlsio_binmode() is pretty much a mathom on UNIX platforms, but it isSteve Peters2005-10-312-63/+63
* const const bad bad.Nicholas Clark2005-10-301-1/+1
* is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.Nicholas Clark2005-10-301-27/+5