platform/upstream/perl.git
2005-11-05 Nicholas ClarkMake the 5.9 changes to B conditional on perl version.
2005-11-05 Nicholas Clark'[at]' should be '@'
2005-11-05 Steve PetersKill warnings and add a panic to pp_defined() in case...
2005-11-05 Steve PetersUpgrade to CPAN-1.76_60.
2005-11-05 Nicholas ClarkAllow passing of the full enum name into the tryAMAGICb...
2005-11-05 Steve PetersUpgrade to Time-HiRes-1.81
2005-11-05 Abe Timmermanadd the new d_futimes as undef
2005-11-05 Rafael Garcia... Remove the obsolete KNOWN PROBLEMS sections from perlca...
2005-11-05 SADAHIRO TomoyukiRe: A surprising segfault
2005-11-05 Nicholas Clarkdorassign doesn't need --SP;
2005-11-05 Dave Mitchellpp_print didn't extend the stack before pushing its...
2005-11-05 Steve PetersTypos in opcode.pl this time.
2005-11-05 Steve PetersMerge pp_andassign, pp_orassign, and pp_dorassign into...
2005-11-04 Nicholas Clarks/printf/my_printf/ because we're using the return...
2005-11-04 Steve Peterss/pp_dor/pp_defined/
2005-11-04 Steve PetersI barely knew ya pp_dor. Merged into pp_defined from...
2005-11-04 Nicholas ClarkUse the return value of sprintf in sv_2pv_flags. Remove...
2005-11-04 Nicholas ClarkYou can't there from here. (Dead code in sv_2pv_flags)
2005-11-04 Nicholas ClarkUse the return value from sprintf().
2005-11-04 Nicholas Clarkpp_semop can fit within Perl_pp_shmwrite().
2005-11-04 Nicholas ClarkThe remaining special logic in pp_syswrite can be moved...
2005-11-04 Rafael Garcia... Revert patch #25993.
2005-11-04 Steve HayFix a Win32 linker error following change #25972
2005-11-04 Alan Burlisonuse clearenv if available
2005-11-04 Steve PetersRe: futimes [PATCH]
2005-11-04 Andreas König[perl #19049] Incorrect $` after replacement
2005-11-04 Robin HoustonRe: [PATCH] sort/multicall patch
2005-11-04 Gisle AasRe: Configure -Dno_mathoms
2005-11-04 Nicholas ClarkMerge msgsnd, msgrcv with Perl_pp_shmwrite().
2005-11-04 Nicholas ClarkOnce more, with feeling.
2005-11-04 Nicholas ClarkMeta-oops. Change 25987 was not the change you were...
2005-11-04 Nicholas ClarkOops. This new panic was meant to be added to the docum...
2005-11-04 Nicholas Clarkftrwrite, ftrexec, fteread, ftewrite and fteexec can...
2005-11-04 Steve PetersUpgrade to Time-HiRes-1.80
2005-11-04 Nicholas ClarkPERL_EFF_ACCESS_[RWX]_OK can go.
2005-11-04 Nicholas ClarkThe PERL_EFF_ACCESS_[RWX]_OK macros are all defined...
2005-11-04 Andy Lesterbad semicolon in pp_ftrowned
2005-11-04 Steve PetersUpgrade to Time-HiRes 1.79
2005-11-03 Steve PetersReverting the reversion. va_end() goes with va_start().
2005-11-03 Rafael Garcia... Fix test failures introduced by the change of flags...
2005-11-03 Steve PetersUpgrade to Time-HiRes-1.78
2005-11-03 Steve PetersChange #25976 seemed to cause test failures in ext...
2005-11-03 Steve PetersMissing va_end(args) from SA_SIGINFO related code.
2005-11-03 Steve PetersTest for the right signal should use the constant for...
2005-11-03 Steve PetersAdd appropriate skips to t/io/fs.t to fix test failures...
2005-11-03 Steve PetersMore core test cleanups. Mainly fixes to remove code...
2005-11-03 Nicholas ClarkPerl_pp_symlink and Perl_pp_link can be merged. The...
2005-11-03 Alan BurlisonDocument some bogus compiler warnings in README.solaris
2005-11-03 Steve PetersUpgrade to Time-HiRes-1.77
2005-11-03 Nicholas ClarkPatch 3945 was a bit overkeen - the effective parameter...
2005-11-03 Nicholas ClarkAvoiding source code duplication for the lstat() on...
2005-11-03 Steve PetersClean up some test files.
2005-11-03 Steve PetersMake harness warning-free when running with -Mdiagnostics
2005-11-02 Steve PetersTest case should not execute /no_such_process if it...
2005-11-02 Nicholas Clarkunlink chmod utime kill can be merged into Perl_pp_chown().
2005-11-02 Nicholas ClarkMove the conditonal compiles that report absence of...
2005-11-02 Nicholas ClarkMove ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
2005-11-02 Nicholas ClarkMerge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe...
2005-11-02 Nicholas ClarkAvoid a pad panic by attempting to use dTARGET; in...
2005-11-02 Nicholas ClarkCorrect error in 25958 for threaded builds.
2005-11-02 Nicholas ClarkMerge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
2005-11-02 Rafael Garcia... Remove last sort test, that was failing with and withou...
2005-11-02 Rafael Garcia... Adjust test count
2005-11-02 Rafael Garcia... Add missing file from change 25953
2005-11-02 Rafael Garcia... Regen headers
2005-11-02 Robin Houstonsort/multicall patch
2005-11-02 Paul MarquessRE: [perl #37571] -z FH broken with Borland build
2005-11-02 Gisle AasRe: futimes [PATCH]
2005-11-02 Steve PetersAmbiguous test cases may be hazardous to your health.
2005-11-02 Steve PetersLowercase barewords considered harmful to your health.
2005-11-01 Andy Lesterperlio.c consting
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...
next