summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftisNicholas Clark2005-11-024-61/+50
| | | p4raw-id: //depot/perl@25958
* Remove last sort test, that was failing with and without threads.Rafael Garcia-Suarez2005-11-021-10/+9
| | | | | Silence some warnings. p4raw-id: //depot/perl@25957
* Adjust test countRafael Garcia-Suarez2005-11-021-1/+1
| | | p4raw-id: //depot/perl@25956
* Add missing file from change 25953Rafael Garcia-Suarez2005-11-021-0/+164
| | | p4raw-id: //depot/perl@25955
* Regen headersRafael Garcia-Suarez2005-11-024-37/+88
| | | p4raw-id: //depot/perl@25954
* sort/multicall patchRobin Houston2005-11-0228-178/+540
| | | | | Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@25953
* RE: [perl #37571] -z FH broken with Borland build Paul Marquess2005-11-022-2/+31
| | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com> p4raw-id: //depot/perl@25952
* Re: futimes [PATCH]Gisle Aas2005-11-021-47/+52
| | | | | Message-ID: <lrbr1494o2.fsf@caliper.activestate.com> p4raw-id: //depot/perl@25951
* Ambiguous test cases may be hazardous to your health.Steve Peters2005-11-021-2/+2
| | | p4raw-id: //depot/perl@25950
* Lowercase barewords considered harmful to your health.Steve Peters2005-11-021-6/+6
| | | p4raw-id: //depot/perl@25949
* perlio.c constingAndy Lester2005-11-012-104/+95
| | | | | Message-ID: <20051031175411.GA18480@petdance.com> p4raw-id: //depot/perl@25948
* This *really* should clear up Win32's Perl_do_exec undefined warningsSteve Hay2005-11-011-3/+0
| | | p4raw-id: //depot/perl@25947
* This should clear up 'Perl_do_exec' undefined; warnings on win32Nicholas Clark2005-11-013-0/+28
| | | p4raw-id: //depot/perl@25946
* Make PerlLIOUtime()'s filename constSteve Hay2005-11-015-5/+5
| | | | | | | | | Fixes a warning brought about by change #25941 (which made the filename argument const). The various implementations of PerlLIOUtime() (in NetWare/, win32/ and wince/) already take a const filename. p4raw-link: @25941 on //depot/perl: e96b369dc61077fe31b75895167f55dbce4d7519 p4raw-id: //depot/perl@25945
* Fix nit in pod nit fixSteve Hay2005-11-011-1/+1
| | | p4raw-id: //depot/perl@25944
* Update win32 config files w.r.t. change #25935Steve Hay2005-11-018-48/+76
| | | | | p4raw-link: @25935 on //depot/perl: dc814df18cd354aa2bad87c5b7f94c6b2d38af48 p4raw-id: //depot/perl@25943
* Upgrade to DB_File 1.813.Steve Peters2005-10-314-14/+46
| | | p4raw-id: //depot/perl@25942
* futimes [PATCH]Gisle Aas2005-10-314-10/+75
| | | | | Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com> p4raw-id: //depot/perl@25941
* All the ops that are simply C<return some_other_op();> can be bypassedNicholas Clark2005-10-316-216/+243
| | | | | in the op dispatch table, and the bodies retired. p4raw-id: //depot/perl@25940
* Simplify the implementation of the "unimplemented" message in theNicholas Clark2005-10-311-60/+4
| | | | | conditionally compiled ops. p4raw-id: //depot/perl@25939
* Further pod nit spotted by JarkkoNicholas Clark2005-10-311-1/+1
| | | p4raw-id: //depot/perl@25938
* Replace the 3 currently "unreachable" ops with a single op bodyNicholas Clark2005-10-314-8/+21
| | | | | unimplemented_op() that panics descriptively if ever reached. p4raw-id: //depot/perl@25937
* Add "moving common filetest code to a static function" to the todo.Nicholas Clark2005-10-311-0/+8
| | | p4raw-id: //depot/perl@25936
* revive probe for futimes ()H.Merijn Brand2005-10-314-14/+30
| | | p4raw-id: //depot/perl@25935
* A B::Deparse fix from :Bas van Sisseren2005-10-311-3/+6
| | | | | | Subject: Re: [perl #37527] regular-expression parser does not see '(' character Message-ID: <435F6FAE.4060502@quarantainenet.nl> p4raw-id: //depot/perl@25934
* Symbian port 0.3.0 as of blead@25911Jarkko Hietaniemi2005-10-3114-76/+342
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25933
* Avoid corruption when calling mg_get to retrieve the valueRafael Garcia-Suarez2005-10-311-0/+3
| | | | | | | | of a $digit variable. This is done by ensuring it's not tainted. See http://bugs.debian.org/303308 Patch by Chris Heath <chris.heath@autoweb.net> p4raw-id: //depot/perl@25932
* maddingue prefers this e-mail address.Nicholas Clark2005-10-311-1/+1
| | | p4raw-id: //depot/perl@25931
* Try to preserve the lost opcode alias info in commentsH.Merijn Brand2005-10-312-6/+11
| | | | | | extent to change #25929 p4raw-link: @25929 on //depot/perl: 1d5774de323ac43a91c2a30cf2e40384e4754f98 p4raw-id: //depot/perl@25930
* It appears that it's trivially easy to alias opcode functions inNicholas Clark2005-10-312-3/+17
| | | | | | the opcode table. We should be able to get both a speed and size saving here. Time will tell how much. p4raw-id: //depot/perl@25929
* Add maddingue to AUTHORSNicholas Clark2005-10-311-0/+1
| | | p4raw-id: //depot/perl@25928
* Making ExtUtils::Constant compatible with Perl 5.004Sébastien Aperghis-Tramoni2005-10-311-3/+13
| | | | | | | Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr> with tweaks by chromatic and me. p4raw-id: //depot/perl@25927
* A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().Nicholas Clark2005-10-315-6/+44
| | | p4raw-id: //depot/perl@25926
* Fix [perl #37533] open pragma ignored for all 3-arg opensRafael Garcia-Suarez2005-10-312-6/+6
| | | | | | Also, correct the documentation in open.pm that stated that open() did not override open.pm-given default encodings. p4raw-id: //depot/perl@25925
* Perl_csighandler was in global.sym twice.Nicholas Clark2005-10-311-1/+0
| | | p4raw-id: //depot/perl@25924
* Arrange to only output each symbol once into global.symNicholas Clark2005-10-311-12/+19
| | | p4raw-id: //depot/perl@25923
* Tests for index/rindex with empty search string,Rafael Garcia-Suarez2005-10-311-1/+15
| | | | | adapted from a patch by Rick Delaney p4raw-id: //depot/perl@25922
* uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII basedNicholas Clark2005-10-312-52/+52
| | | | | | systems, and not on EBCDIC, so some more thinking is going to be needed here. p4raw-id: //depot/perl@25921
* Coverage stats showed that there were no tests for taking a sliceSteve Peters2005-10-311-1/+5
| | | | | from (). p4raw-id: //depot/perl@25920
* Change some spaces to tabs for easier diffing against config_h.SHSteve Hay2005-10-314-37/+37
| | | p4raw-id: //depot/perl@25919
* Fixed threaded builds following change 25916Steve Hay2005-10-311-1/+1
| | | p4raw-id: //depot/perl@25918
* POD nit spotted by JarkkoNicholas Clark2005-10-311-1/+1
| | | p4raw-id: //depot/perl@25917
* is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed formRafael Garcia-Suarez2005-10-311-1/+1
| | | p4raw-id: //depot/perl@25916
* Etta James presents: More constingAndy Lester2005-10-3113-259/+212
| | | | | Message-ID: <20051031054413.GA10767@petdance.com> p4raw-id: //depot/perl@25915
* S_tokereport's unused parmAndy Lester2005-10-314-7/+5
| | | | | Message-ID: <20051031060459.GC10767@petdance.com> p4raw-id: //depot/perl@25914
* Regenerate perlapi.podRafael Garcia-Suarez2005-10-311-278/+289
| | | p4raw-id: //depot/perl@25913
* Robin Houston remarks that mention of a context is missing from theRafael Garcia-Suarez2005-10-311-2/+2
| | | | | threads.pm documentation. p4raw-id: //depot/perl@25912
* perlsio_binmode() is pretty much a mathom on UNIX platforms, but it isSteve Peters2005-10-312-63/+63
| | | | | used on Cygwin, at least. p4raw-id: //depot/perl@25911
* const const bad bad.Nicholas Clark2005-10-301-1/+1
| | | | | | gcc bad bad too, because it didn't grumble one bit. (or two, for that matter). p4raw-id: //depot/perl@25910
* is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.Nicholas Clark2005-10-301-27/+5
| | | p4raw-id: //depot/perl@25909