In metaconfig.git, the branch master has been updated <http://perl5.git.perl.org/metaconfig.git/commitdiff/53d216c6579742505443585d5a0a160661e59fd5?hp=c727362a64c8ecfc36baddac876791220fb8d4e4>
- Log ----------------------------------------------------------------- commit 53d216c6579742505443585d5a0a160661e59fd5 Author: H.Merijn Brand - Tux <[email protected]> Date: Fri Apr 22 16:41:16 2016 +0200 Remove a module that has no changes to the original from dist The changes are merely in the RCS headers and these do not conflict Replace the dist unit with the one from dist-git ----------------------------------------------------------------------- Summary of changes: U/modified/stdchar.U | 40 ---------------------------------------- dist/U/stdchar.U | 6 +++--- 2 files changed, 3 insertions(+), 43 deletions(-) delete mode 100644 U/modified/stdchar.U diff --git a/U/modified/stdchar.U b/U/modified/stdchar.U deleted file mode 100644 index 833bdbc..0000000 --- a/U/modified/stdchar.U +++ /dev/null @@ -1,40 +0,0 @@ -?RCS: $Id: stdchar.U 1 2006-08-24 12:32:52Z rmanfredi $ -?RCS: -?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi -?RCS: -?RCS: You may redistribute only under the terms of the Artistic License, -?RCS: as specified in the README file that comes with the distribution. -?RCS: You may reuse parts of this distribution only within the terms of -?RCS: that same Artistic License; a copy of which may be found at the root -?RCS: of the source tree for dist 4.0. -?RCS: -?RCS: $Log: stdchar.U,v $ -?RCS: Revision 3.0 1993/08/18 12:09:52 ram -?RCS: Baseline for dist 3.0 netwide release. -?RCS: -?MAKE:stdchar: contains Findhdr cppstdin cppminus rm -?MAKE: -pick add $@ %< -?S:stdchar: -?S: This variable conditionally defines STDCHAR to be the type of char -?S: used in stdio.h. It has the values "unsigned char" or "char". -?S:. -?C:STDCHAR: -?C: This symbol is defined to be the type of char used in stdio.h. -?C: It has the values "unsigned char" or "char". -?C:. -?H:#define STDCHAR $stdchar /**/ -?H:. -?F:!stdioh -: see what type of char stdio uses. -echo " " -?X: untangle the #include nest -echo '#include <stdio.h>' | $cppstdin $cppminus > stdioh -if $contains 'unsigned.*char.*_ptr;' stdioh >/dev/null 2>&1 ; then - echo "Your stdio uses unsigned chars." >&4 - stdchar="unsigned char" -else - echo "Your stdio uses signed chars." >&4 - stdchar="char" -fi -$rm -f stdioh - diff --git a/dist/U/stdchar.U b/dist/U/stdchar.U index b7ac0e3..5182d8c 100644 --- a/dist/U/stdchar.U +++ b/dist/U/stdchar.U @@ -1,11 +1,11 @@ -?RCS: $Id: stdchar.U 1 2006-08-24 12:32:52Z rmanfredi $ +?RCS: $Id$ ?RCS: ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi ?RCS: -?RCS: You may redistribute only under the terms of the Artistic Licence, +?RCS: You may redistribute only under the terms of the Artistic License, ?RCS: as specified in the README file that comes with the distribution. ?RCS: You may reuse parts of this distribution only within the terms of -?RCS: that same Artistic Licence; a copy of which may be found at the root +?RCS: that same Artistic License; a copy of which may be found at the root ?RCS: of the source tree for dist 4.0. ?RCS: ?RCS: $Log: stdchar.U,v $ -- perl5 metaconfig repository
