summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Jarkko and I think that Perl_is_utf8_alnumc should be initialisingNicholas Clark2005-10-301-3/+3
* Perl_is_utf8_* share a lot of common code. Pull that out into a newNicholas Clark2005-10-301-70/+26
* Given that sv_nosharing performs the same function as sv_nolockingNicholas Clark2005-10-306-45/+46
* Replace uvuni_to_utf8() with a macro that passes the extra 0 argumentNicholas Clark2005-10-306-11/+10
* global.sym appears to have become out of date. Oops.Nicholas Clark2005-10-301-0/+2
* Replace is_utf8_string_loc() with a macro that passes the extra 0Nicholas Clark2005-10-306-23/+22
* Fix typos in comments.Nicholas Clark2005-10-301-2/+2
* Functions that die aren't exactly well used code.Nicholas Clark2005-10-304-34/+34
* save_hints is a mathom.Nicholas Clark2005-10-302-7/+7
* I infer that change 25891 as-is would break OS2. This should fix it.Nicholas Clark2005-10-301-2/+4
* init_i18nl14n is a mathom.Nicholas Clark2005-10-302-7/+7
* Replace hv_magic() with a macro to call sv_magic() directly. Move theNicholas Clark2005-10-306-21/+23
* Fix win32 breakage inadvertently introduced by 25889Nicholas Clark2005-10-301-1/+4
* Replace hv_iternext() with a macro that calls hv_iternext_flags withNicholas Clark2005-10-306-15/+13
* Fix typo in comment.Nicholas Clark2005-10-301-1/+1
* Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()Nicholas Clark2005-10-306-19/+18
* I think we have a winner. do_pipe hasn't been called since 4.036.Nicholas Clark2005-10-302-46/+46
* Replace do_aexec() with a macro to call do_aexec5() with the two extraNicholas Clark2005-10-306-14/+15
* Replace do_exec() with a macro to call do_exec3() with the extra twoNicholas Clark2005-10-306-12/+19
* Replace do_open() with a macro to call do_openn() with the extra twoNicholas Clark2005-10-306-14/+14
* warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)Bram2005-10-302-0/+2
* Re: [PATCH] predecrement vs postdecrementJarkko Hietaniemi2005-10-291-1/+1
* Replace the body of the rarely used sv_setpviv_mg with a call toNicholas Clark2005-10-291-5/+1