In perl.git, the branch smoke-me/khw-memchr has been created

<http://perl5.git.perl.org/perl.git/commitdiff/cc266e085425955fb5d3267d3966b07ab0036007?hp=0000000000000000000000000000000000000000>

        at  cc266e085425955fb5d3267d3966b07ab0036007 (commit)

- Log -----------------------------------------------------------------
commit cc266e085425955fb5d3267d3966b07ab0036007
Author: Karl Williamson <[email protected]>
Date:   Wed Mar 15 19:05:33 2017 -0600

    f

M       numeric.c

commit 7c4a158185aaa74a3daeae2d0bbd39ee5ca819bd
Author: Karl Williamson <[email protected]>
Date:   Tue Mar 14 13:15:25 2017 -0600

    f

M       toke.c

commit 3e4a27ea85b8d3b67a07bab5ccffa554cd7b74cc
Author: Karl Williamson <[email protected]>
Date:   Tue Mar 14 11:31:38 2017 -0600

    smoke

M       dist/Data-Dumper/Dumper.xs
M       doio.c
M       dquote.c
M       embed.fnc
M       embed.h
M       ext/DynaLoader/dl_win32.xs
M       handy.h
M       inline.h
M       mg.c
M       numeric.c
M       op.c
M       perl.c
M       perl.h
M       pp_ctl.c
M       pp_sys.c
M       proto.h
M       regcomp.c
M       toke.c
M       utf8.c
M       util.c
M       vms/vms.c

commit 7edf6ab3315fc4fd0ccd7894992e96f9735680e1
Author: Karl Williamson <[email protected]>
Date:   Tue Mar 14 11:29:53 2017 -0600

    Revert "XXX fails due to lack of version bump: Netware: Convert strcmp into 
strEQ, strNE"

M       NetWare/dl_netware.xs

commit 47d10ba9144dee073edf36b5fca25dc6ad46293c
Author: Karl Williamson <[email protected]>
Date:   Thu Mar 9 13:12:23 2017 -0700

    XXX fails due to lack of version bump: Netware: Convert strcmp into strEQ, 
strNE
    
    The latter two are easier to read

M       NetWare/dl_netware.xs

commit 5d2415830249c243fbd0ddac764ea9e5e48de72f
Author: Karl Williamson <[email protected]>
Date:   Thu Mar 9 11:53:48 2017 -0700

    locale.c: White space only
    
    Align vertically

M       locale.c

commit 6b3ec9650d674d215b81612a501942bab225784a
Author: Karl Williamson <[email protected]>
Date:   Wed Mar 8 21:55:08 2017 -0700

    Convert strncmp into strnEQ, strnNE
    
    The new versions are much easier to comprehend.
    
    There are several cases in vms.c where strEQ and strNE suffice, instead
    of having to have a count parameter.

M       vms/vms.c
M       win32/win32.c
M       win32/wince.c

commit 0a714ca0a4b99ba32f88d30b1ff2e765e221cec2
Author: Karl Williamson <[email protected]>
Date:   Thu Mar 9 13:13:07 2017 -0700

    Convert strcmp into strEQ, strNE
    
    The latter two are easier to read

M       cygwin/cygwin.c
M       ext/DynaLoader/DynaLoader_pm.PL
M       ext/DynaLoader/dl_aix.xs
M       ext/DynaLoader/dl_win32.xs
M       ext/Hash-Util-FieldHash/FieldHash.xs
M       ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
M       ext/POSIX/POSIX.xs
M       ext/POSIX/lib/POSIX.pm
M       ext/XS-APItest/APItest.xs
M       symbian/symbian_stubs.c
M       vms/vms.c
M       win32/win32.c

commit f2320eac2698b83cbb69092b9eb9aae55f4cfcd5
Author: Karl Williamson <[email protected]>
Date:   Thu Mar 9 11:58:14 2017 -0700

    vsx.inc Use strNE, strNEs
    
    This saves programmer bookkeeping and is easier to read

M       vxs.inc

commit 8cdccf3b18bd25573847621d95f384fd18102ae6
Author: Karl Williamson <[email protected]>
Date:   Thu Mar 9 12:06:34 2017 -0700

    Cwd: Change strcmp into strEQ
    
    The latter is easier to read

M       dist/PathTools/Changes
M       dist/PathTools/Cwd.pm
M       dist/PathTools/Cwd.xs
M       dist/PathTools/lib/File/Spec.pm
M       dist/PathTools/lib/File/Spec/AmigaOS.pm
M       dist/PathTools/lib/File/Spec/Cygwin.pm
M       dist/PathTools/lib/File/Spec/Epoc.pm
M       dist/PathTools/lib/File/Spec/Functions.pm
M       dist/PathTools/lib/File/Spec/Mac.pm
M       dist/PathTools/lib/File/Spec/OS2.pm
M       dist/PathTools/lib/File/Spec/Unix.pm
M       dist/PathTools/lib/File/Spec/VMS.pm
M       dist/PathTools/lib/File/Spec/Win32.pm

commit 5018d01d115c092a745c84e5ab1d8120428a3a3d
Author: Karl Williamson <[email protected]>
Date:   Thu Mar 9 10:54:20 2017 -0700

    XXX PPPort: Data::Dumper: Change some strncmp to strSTARTS_WITHs
    
    The latter is much clearer as to what's going on

M       dist/Data-Dumper/Dumper.pm
M       dist/Data-Dumper/Dumper.xs

commit 8bb132ab1fb88ab4be4f8ab8978f5be6e367e8c3
Author: Karl Williamson <[email protected]>
Date:   Thu Mar 9 10:55:38 2017 -0700

    Change some strncmp, strnEQ, strnNE to strSTARTS_WITHs
    
    The latter is much clearer as to what's going on

M       cygwin/cygwin.c
M       djgpp/djgpp.c
M       ext/VMS-Stdio/Stdio.pm
M       ext/VMS-Stdio/Stdio.xs
M       ext/XS-APItest/APItest.xs
M       op.c
M       pp.c
M       pp_ctl.c
M       pp_pack.c
M       regcomp.c
M       toke.c
M       vms/vms.c
M       win32/win32.c

commit bb6e5bfcf283830fdfd98e6bdf99c1ffdc09b371
Author: Karl Williamson <[email protected]>
Date:   Thu Mar 9 11:58:59 2017 -0700

    Add strEQs, strNEs, and use them
    
    This saves programmer bookkeeping and are easier to read

M       ext/XS-APItest/APItest.xs
M       gv.c
M       handy.h
M       hv.c
M       mro_core.c
M       op.c
M       regcomp.c
M       scope.c
M       sv.c
M       toke.c
M       vms/vms.c

commit 809e4125b126c79e7eeefaf43df755cdee3742ff
Author: Karl Williamson <[email protected]>
Date:   Wed Mar 8 20:31:25 2017 -0700

    Rename strEQs, strNEs
    
    These names are confusing.  The tentative name is strSTARTS_WITHs.  The
    two macros are mapped into just that one, with the negative meaning
    being gotten by complementing the result of strSTARTS_WITHs.

M       amigaos4/amigaio.c
M       doio.c
M       ext/B/B.pm
M       ext/B/B.xs
M       ext/XS-APItest/APItest.pm
M       ext/XS-APItest/APItest.xs
M       gv.c
M       handy.h
M       hv.c
M       locale.c
M       os2/os2.c
M       perl.c
M       toke.c

commit 40ab908601303364d10f5b007b5d52c251679e24
Author: Karl Williamson <[email protected]>
Date:   Fri Mar 3 11:39:57 2017 -0700

    t/harness parallel APItest, etc

M       t/harness
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to