platform/upstream/perl.git
2005-11-01 Steve HayThis *really* should clear up Win32's Perl_do_exec...
2005-11-01 Nicholas ClarkThis should clear up 'Perl_do_exec' undefined; warnings...
2005-11-01 Steve HayMake PerlLIOUtime()'s filename const
2005-11-01 Steve HayFix nit in pod nit fix
2005-11-01 Steve HayUpdate win32 config files w.r.t. change #25935
2005-10-31 Steve PetersUpgrade to DB_File 1.813.
2005-10-31 Gisle Aasfutimes [PATCH]
2005-10-31 Nicholas ClarkAll the ops that are simply C<return some_other_op...
2005-10-31 Nicholas ClarkSimplify the implementation of the "unimplemented"...
2005-10-31 Nicholas ClarkFurther pod nit spotted by Jarkko
2005-10-31 Nicholas ClarkReplace the 3 currently "unreachable" ops with a single...
2005-10-31 Nicholas ClarkAdd "moving common filetest code to a static function...
2005-10-31 H.Merijn Brandrevive probe for futimes ()
2005-10-31 Bas van SisserenA B::Deparse fix from :
2005-10-31 Jarkko HietaniemiSymbian port 0.3.0 as of blead@25911
2005-10-31 Rafael Garcia... Avoid corruption when calling mg_get to retrieve the...
2005-10-31 Nicholas Clarkmaddingue prefers this e-mail address.
2005-10-31 H.Merijn BrandTry to preserve the lost opcode alias info in comments
2005-10-31 Nicholas ClarkIt appears that it's trivially easy to alias opcode...
2005-10-31 Nicholas ClarkAdd maddingue to AUTHORS
2005-10-31 Sébastien Aperghis... Making ExtUtils::Constant compatible with Perl 5.004
2005-10-31 Nicholas ClarkA more elegant way to deal with utf8n_to_uvchr() and...
2005-10-31 Rafael Garcia... Fix [perl #37533] open pragma ignored for all 3-arg...
2005-10-31 Nicholas ClarkPerl_csighandler was in global.sym twice.
2005-10-31 Nicholas ClarkArrange to only output each symbol once into global.sym
2005-10-31 Rafael Garcia... Tests for index/rindex with empty search string,
2005-10-31 Nicholas Clarkuvchr_to_utf8() and utf8n_to_uvchr() are mathoms on...
2005-10-31 Steve PetersCoverage stats showed that there were no tests for...
2005-10-31 Steve HayChange some spaces to tabs for easier diffing against...
2005-10-31 Steve HayFixed threaded builds following change 25916
2005-10-31 Nicholas ClarkPOD nit spotted by Jarkko
2005-10-31 Rafael Garcia... is_utf8_string_loc() is now a macro, don't use its...
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-31 Andy LesterS_tokereport's unused parm
2005-10-31 Rafael Garcia... Regenerate perlapi.pod
2005-10-31 Rafael Garcia... Robin Houston remarks that mention of a context is...
2005-10-31 Steve Petersperlsio_binmode() is pretty much a mathom on UNIX platf...
2005-10-30 Nicholas Clarkconst const bad bad.
2005-10-30 Nicholas Clarkis_utf8_alnum() and is_utf8_alnumc() can use is_utf8_co...
2005-10-30 Nicholas ClarkJarkko and I think that Perl_is_utf8_alnumc should...
2005-10-30 Nicholas ClarkPerl_is_utf8_* share a lot of common code. Pull that...
2005-10-30 Nicholas ClarkGiven that sv_nosharing performs the same function...
2005-10-30 Nicholas ClarkReplace uvuni_to_utf8() with a macro that passes the...
2005-10-30 Nicholas Clarkglobal.sym appears to have become out of date. Oops.
2005-10-30 Nicholas ClarkReplace is_utf8_string_loc() with a macro that passes...
2005-10-30 Nicholas ClarkFix typos in comments.
2005-10-30 Nicholas ClarkFunctions that die aren't exactly well used code.
2005-10-30 Nicholas Clarksave_hints is a mathom.
2005-10-30 Nicholas ClarkI infer that change 25891 as-is would break OS2. This...
2005-10-30 Nicholas Clarkinit_i18nl14n is a mathom.
2005-10-30 Nicholas ClarkReplace hv_magic() with a macro to call sv_magic()...
2005-10-30 Nicholas ClarkFix win32 breakage inadvertently introduced by 25889
2005-10-30 Nicholas ClarkReplace hv_iternext() with a macro that calls hv_iterne...
2005-10-30 Nicholas ClarkFix typo in comment.
2005-10-30 Nicholas ClarkReplace gv_fetchmethod() with a macro to call gv_fetchm...
2005-10-30 Nicholas ClarkI think we have a winner. do_pipe hasn't been called...
2005-10-30 Nicholas ClarkReplace do_aexec() with a macro to call do_aexec5(...
2005-10-30 Nicholas ClarkReplace do_exec() with a macro to call do_exec3() with...
2005-10-30 Nicholas ClarkReplace do_open() with a macro to call do_openn() with...
2005-10-30 Bramwarnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
2005-10-29 Jarkko HietaniemiRe: [PATCH] predecrement vs postdecrement
2005-10-29 Nicholas ClarkReplace the body of the rarely used sv_setpviv_mg with...
2005-10-29 Nicholas ClarkReplace sv_catsv_mg and sv_catpvn_mg, and move the...
2005-10-29 Nicholas ClarkAdd a new SMAGIC flag, to signal a call to SvSETMAGIC...
2005-10-29 Nicholas Clarksv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen...
2005-10-29 Nicholas ClarkAll the private implementations of @foo for compilers...
2005-10-29 Srezic@Iconmobile.Com[perl #30563] [PATCH] Storable::dclone fails for tied...
2005-10-29 Nicholas Clarksv_utf8_upgrade declares itself to be a mathom, so...
2005-10-29 Nicholas ClarkReplace sv_force_normal with a macro that calls sv_forc...
2005-10-29 Nicholas ClarkReplace sv_unref with a macro that calls sv_unref_flags
2005-10-29 Steve PetersOops, missed an sv_force_normal()
2005-10-29 Nicholas Clarksv_taint() can easily be replaced by a macro.
2005-10-29 Steve PetersChange to use sv_force_normal_flags() directly, rather...
2005-10-29 Nicholas ClarkA terser implementation of S_varname, by using and...
2005-10-29 Steve PetersAdditional mathoms from doio.c
2005-10-29 Steve PetersCoverage stats say av_fake() is a mathom too.
2005-10-29 Nicholas Clarkgv_fullname3 and gv_efullname3 are definately mathoms...
2005-10-29 Jarkko HietaniemiRe: [PATCH] predecrement vs postdecrement
2005-10-29 Nicholas Clarkgv_fullname and gv_efullname are definately mathoms.
2005-10-28 Brendan O'Deaperl5db.pl incorrect instructions in termination message
2005-10-28 Steve PetersMakefiles like tabs, not spaces.
2005-10-28 Steve PetersAdd a new file, mathoms.c, to hold old code kept around...
2005-10-28 Steve PetersCheck for changes in IO on CPAN.
2005-10-28 Steve Petersgbarr is maintaining IO.
2005-10-28 Steve PetersAdd SPRINTF_RETURNS_STRLEN to the various Win32 config_...
2005-10-28 Nicholas ClarkUse the return value from sprintf and avoid a call...
2005-10-27 Gisle AasRe: IO::File performace issue
2005-10-27 Nicholas ClarkChange 25850 failed to include all changed headers
2005-10-27 Steve PetersWin32 fix for change #25850. I don't know if this...
2005-10-26 John E. Malmberg[patch@25854]vms.c rmsexpand and memmove fixes
2005-10-26 Rafael Garcia... FAQ sync.
2005-10-26 Jarkko HietaniemiSymbian: better Series 80 support
2005-10-26 Steve PetersMultiple versions of OpenBSD fail this test, not just...
2005-10-26 Tassilo von... Re: [PATCH] minor speed-up for pp_push()
2005-10-26 Nicholas ClarkStore the raw bytes of the pid in PL_pidstatus, rather...
2005-10-26 Jason Vas Dias[perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be...
2005-10-26 John E. MalmbergRe: [patch@25838]Hopefully the last VMS exit/error...
2005-10-26 Nicholas ClarkMost platforms don't actually need PL_pidstatus, or...
2005-10-25 John E. MalmbergBack out change #25839, and apply :
2005-10-25 Nicholas ClarkCode in wait4pid was calling hv_delete with the hash...
next