Ignore:
Timestamp:
Sep 19, 2024, 2:34:43 AM (11 months ago)
Author:
bird
Message:

src/sed: Merged in changes between 4.1.5 and 4.9 from the vendor branch. (svn merge /vendor/sed/4.1.5 /vendor/sed/current .)

Location:
trunk/src/sed
Files:
165 deleted
14 edited
76 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/sed

  • trunk/src/sed/testsuite/binary.sed

    r599 r3613  
    3838# network and broadcast addresses):
    3939#
    40 # if [ $# = 1 ]; then 
     40# if [ $# = 1 ]; then
    4141#   OUTPUT='$1.$2.$3.$4'
    4242#   set 255.255.255.255 $1
     
    4444#   OUTPUT='$1.$2.$3.$4 $5.$6.$7.$8'
    4545# fi
    46 # 
     46#
    4747# if [ `expr $2 : ".*\\."` -gt 0 ]; then
    4848#   MASK="$2 br b8<r b16<r b24< R|R|R|"
     
    5151#         11111111111111111111111111111111 x>1> x<1<"
    5252# fi
    53 # 
     53#
    5454# set `echo "$1 br b8<r b16<r b24< R|R|R| D    # Load address
    5555#            $MASK D ~r                        # Load mask
    56 # 
     56#
    5757#            & DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP
    5858#            | DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP
  • trunk/src/sed/testsuite/binary2.sed

    r599 r3613  
    3939# network and broadcast addresses):
    4040#
    41 # if [ $# = 1 ]; then 
     41# if [ $# = 1 ]; then
    4242#   OUTPUT='$1.$2.$3.$4'
    4343#   set 255.255.255.255 $1
     
    4545#   OUTPUT='$1.$2.$3.$4 $5.$6.$7.$8'
    4646# fi
    47 # 
     47#
    4848# if [ `expr $2 : ".*\\."` -gt 0 ]; then
    4949#   MASK="$2 br b8<r b16<r b24< R|R|R|"
     
    5252#         11111111111111111111111111111111 x>1> x<1<"
    5353# fi
    54 # 
     54#
    5555# set `echo "$1 br b8<r b16<r b24< R|R|R| D    # Load address
    5656#            $MASK D ~r                        # Load mask
    57 # 
     57#
    5858#            & DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP
    5959#            | DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP
  • trunk/src/sed/testsuite/binary3.sed

    r599 r3613  
    4242# network and broadcast addresses):
    4343#
    44 # if [ $# = 1 ]; then 
     44# if [ $# = 1 ]; then
    4545#   OUTPUT='$1.$2.$3.$4'
    4646#   set 255.255.255.255 $1
     
    4848#   OUTPUT='$1.$2.$3.$4 $5.$6.$7.$8'
    4949# fi
    50 # 
     50#
    5151# if [ `expr $2 : ".*\\."` -gt 0 ]; then
    5252#   MASK="$2 br b8<r b16<r b24< R|R|R|"
     
    5555#         11111111111111111111111111111111 x>1> x<1<"
    5656# fi
    57 # 
     57#
    5858# set `echo "$1 br b8<r b16<r b24< R|R|R| D    # Load address
    5959#            $MASK D ~r                        # Load mask
    60 # 
     60#
    6161#            & DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP
    6262#            | DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP
  • trunk/src/sed/testsuite/bsd.good

    r599 r3613  
    17361736XYeYYY
    17371737XYeYYY
     1738
     1739=============
     1740Test 8.17:188
     1741=============
     1742&&&&
     1743&&&&
     1744&&&&
     1745&&&&
     1746&&&&
     1747&&&&
     1748&&&&
     1749&&&&
     1750&&&&
     1751&&&&&
     1752&&&&&
     1753&&&&&
     1754&&&&&
     1755&&&&&
  • trunk/src/sed/testsuite/bsd.sh

    r599 r3613  
    396396        echo 'eeefff' | $SED -e 'p' -e 's/e/X/p' -e ':x' \
    397397            -e 's//Y/p' -e '/f/bx'
     398        mark '8.17' ; $SED -e 's&.&\&&g' lines1
    398399}
    399400
  • trunk/src/sed/testsuite/distrib.sh

    r599 r3613  
    1 #! /bin/sh
     1#!/bin/sh
     2
     3# Test runner for the old 'distrib' test
     4
     5# Copyright (C) 2017-2022 Free Software Foundation, Inc.
     6
     7# This program is free software: you can redistribute it and/or modify
     8# it under the terms of the GNU General Public License as published by
     9# the Free Software Foundation, either version 3 of the License, or
     10# (at your option) any later version.
     11
     12# This program is distributed in the hope that it will be useful,
     13# but WITHOUT ANY WARRANTY; without even the implied warranty of
     14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15# GNU General Public License for more details.
     16
     17# You should have received a copy of the GNU General Public License
     18# along with this program.  If not, see <https://www.gnu.org/licenses/>.
     19. "${srcdir=.}/testsuite/init.sh"; path_prepend_ ./sed
     20print_ver_ sed
     21
     22#   This is straight out of C News
    223#
    3 #   This is stolen from C News
    4 #
    5 
    6 
    724#
    825# All this does is massage the headers so they look like what news
     
    2138# in a newsgroup that bears this stamp will not be fed into the
    2239# matching mailing list.
    23 
    24 sed=${1-sed}
    25 
    26 $sed -n -e "1{i\\
     40cat << \EOF > distrib.sed || framework_failure_
     411i\
    2742Path: mailnewsgateway
    28         }" \
    29     -e ":a
     43        :a
    3044        /^[Rr]eceived:/b r
    3145        /^[Nn]ewsgroups:/b r
     
    3751        s/^[Ii]n-[Rr]eply-[Tt]o:/References:/
    3852        /^From:/{
    39                 s/<\([^@]*\)>\$/<\1@$thissite>/
    40                 s/^From:[       ][      ]*\(.*\)  *<\(.*\)>\$/From: \2 (\1)/
     53                s/<\([^@]*\)>$/<\1@$thissite>/
     54                s/^From:[       ][      ]*\(.*\)  *<\(.*\)>$/From: \2 (\1)/
    4155                }
    4256        s/-[Ii]d:/-ID:/
    4357        s/^[Ss][Uu][Bb][Jj][Ee][Cc][Tt]:[       ]*$/Subject: (none)/
    4458        s/^\([^:]*:\)[   ]*/\1 /
    45         /^\$/{i\\
    46 Newsgroups: alt.buddha.short.fat.guy\\
    47 Distribution: world\\
    48 Sender: news@cygnus.com\\
     59        /^$/{i\
     60Newsgroups: alt.buddha.short.fat.guy\
     61Distribution: world\
     62Sender: news@cygnus.com\
    4963Approved: alt.buddha.short.fat.guy@cygnus.com
    5064        b e
     
    6175        p
    6276        n
    63         b e"
     77        b e
     78EOF
     79
     80
     81# The expected output
     82cat << \EOF > distrib-exp || framework_failure_
     83Path: mailnewsgateway
     84From crash@cygnus.com  Wed Mar  8 18: 02:42 1995
     85From: crash@cygnus.com (Jason Molenda)
     86Message-ID: <9503090202.AA06931.alt.buddha.fat.short.guy@phydeaux.cygnus.com>
     87Subject: Note for sed testsuite
     88Original-To: molenda@msi.umn.edu
     89Date: Wed, 8 Mar 1995 18:02:24 -0800 (PST)
     90X-Mailer: ELM [version 2.4 PL23]
     91Newsgroups: alt.buddha.short.fat.guy
     92Distribution: world
     93Sender: news@cygnus.com
     94Approved: alt.buddha.short.fat.guy@cygnus.com
     95
     96                _Summum Bonum_
     97
     98    All the breath and the bloom of the
     99            year in the bag of one bee:
     100    All the wonder and wealth of the mine in
     101         the heart of one gem:
     102    In the core of one pearl all the shade and the
     103           shine of the sea:
     104    Breath and bloom, shade and shine, -- wonder,
     105        wealth, and -- how far above them --
     106          Truth, thats brighter than gem,
     107          Trust, that's purer than pearl, --
     108    Brightest truth, purest trust in the universe --
     109              all were for me
     110                 In the kiss of one girl.
     111        -- Robert Browning
     112EOF
     113
     114# NOTE:
     115# The input has lines wider than 80 characters, and is kept as a separate file.
     116
     117# location of external test files
     118dir="$abs_top_srcdir/testsuite"
     119
     120
     121sed -n -f distrib.sed < "$dir/distrib.inp" > distrib-out || fail=1
     122remove_cr_inplace distrib-out
     123compare distrib-exp distrib-out || fail=1
     124
     125
     126Exit $fail
  • trunk/src/sed/testsuite/mac-mf.good

    r599 r3613  
    77# This first part is long enough that NFS:Share doesn't notice the non-ASCII
    88# characters in the rest of the file, so it claims that the file is type
    9 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    10 # Make
    11 #
    12 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    13 # characters in the rest of the file, so it claims that the file is type
    14 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    15 # Make
    16 #
    17 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    18 # characters in the rest of the file, so it claims that the file is type
    19 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    20 # Make
    21 #
    22 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    23 # characters in the rest of the file, so it claims that the file is type
    24 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    25 # Make
    26 #
    27 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    28 # characters in the rest of the file, so it claims that the file is type
    29 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    30 # Make
    31 #
    32 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    33 # characters in the rest of the file, so it claims that the file is type
    34 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    35 # Make
    36 #
    37 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    38 # characters in the rest of the file, so it claims that the file is type
    39 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    40 # Make
    41 #
    42 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    43 # characters in the rest of the file, so it claims that the file is type
    44 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    45 # Make
    46 #
    47 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    48 # characters in the rest of the file, so it claims that the file is type
    49 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    50 # Make
    51 #
    52 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    53 # characters in the rest of the file, so it claims that the file is type
    54 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    55 # Make
    56 #
    57 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    58 # characters in the rest of the file, so it claims that the file is type
    59 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    60 # Make
    61 #
    62 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    63 # characters in the rest of the file, so it claims that the file is type
    64 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    65 # Make
    66 #
    67 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    68 # characters in the rest of the file, so it claims that the file is type
    69 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    70 # Make
    71 #
    72 # This first part is long enough that NFS:Share doesn't notice the non-ASCII
    73 # characters in the rest of the file, so it claims that the file is type
    74 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
     9# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     10# Make
     11#
     12# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     13# characters in the rest of the file, so it claims that the file is type
     14# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     15# Make
     16#
     17# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     18# characters in the rest of the file, so it claims that the file is type
     19# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     20# Make
     21#
     22# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     23# characters in the rest of the file, so it claims that the file is type
     24# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     25# Make
     26#
     27# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     28# characters in the rest of the file, so it claims that the file is type
     29# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     30# Make
     31#
     32# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     33# characters in the rest of the file, so it claims that the file is type
     34# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     35# Make
     36#
     37# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     38# characters in the rest of the file, so it claims that the file is type
     39# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     40# Make
     41#
     42# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     43# characters in the rest of the file, so it claims that the file is type
     44# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     45# Make
     46#
     47# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     48# characters in the rest of the file, so it claims that the file is type
     49# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     50# Make
     51#
     52# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     53# characters in the rest of the file, so it claims that the file is type
     54# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     55# Make
     56#
     57# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     58# characters in the rest of the file, so it claims that the file is type
     59# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     60# Make
     61#
     62# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     63# characters in the rest of the file, so it claims that the file is type
     64# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     65# Make
     66#
     67# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     68# characters in the rest of the file, so it claims that the file is type
     69# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     70# Make
     71#
     72# This first part is long enough that NFS:Share doesn't notice the non-ASCII
     73# characters in the rest of the file, so it claims that the file is type
     74# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
    7575# Make
    7676
     
    8181WHAT = mac
    8282
    83 # Directory syntax Ä 
     83# Directory syntax Ä
    8484R=
    8585C=
     
    8888
    8989BUILDTOP = :::
    90 srcdir = 
     90srcdir =
    9191
    9292# FIXME Ä   This doesn't translate to MPW yet, srcdir must be same as objdir
    9393# File in object dir can come from either the current dir or srcdir
    94 # 
     94#
    9595# .  Ä  . "{srcdir}"
    9696
     
    107107# mac-mf.sed into xxx.c.o
    108108LDFLAGS=-t MPST -c "MPS " -sym on {Libraries}"Runtime."o {CLibraries}"StdClib."o {Libraries}"ToolLibs."o {Libraries}"Interface."o
    109 CCOPTS = 
    110 LIBS = 
     109CCOPTS =
     110LIBS =
    111111KRB5ROOT= @KRB5ROOT@
    112112KRB4=@KRB4@
     
    158158EXEEXT =
    159159
    160 all ÄÄ 
     160all ÄÄ
    161161# Generated automatically from Makefile.in by configure
    162162CFLAGS = {CCOPTS} {DEFS} -i ::des
     
    170170SRCS=   md5.c md5glue.c md5crypto.c
    171171
    172 all ÄÄ  {OBJS} 
     172all ÄÄ  {OBJS}
    173173
    174174t_mddriver Ä  t_mddriver.c.o md5.c.o
    175175        Link    {LDFLAGS} -o t_mddriver t_mddriver.c.o md5.c.o
    176176
    177 t_mddriver.exe Ä 
     177t_mddriver.exe Ä
    178178        {CC} {CFLAGS2} -o t_mddriver.exe t_mddriver.c md5.c
    179179
     
    181181        {C}t_mddriver{EXEEXT} -x
    182182
    183 clean ÄÄ 
     183clean ÄÄ
    184184        {RM} t_mddriver{EXEEXT} t_mddriver.{OBJEXT}
    185185# config:post.in
    186186# put all ÄÄ  first just in case no other rules occur here
    187187#
    188 all ÄÄ 
    189 
    190 check ÄÄ 
     188all ÄÄ
     189
     190check ÄÄ
    191191
    192192clean ÄÄ  clean-{WHAT}
    193193        {RM} config.log pre.c.out post.c.out Makefile.c.out
    194194
    195 clean-unix ÄÄ 
     195clean-unix ÄÄ
    196196        if test -n "{OBJS}" ; then {RM} {OBJS}; else  Ä ; fi
    197197
    198 clean-windows ÄÄ 
     198clean-windows ÄÄ
    199199        {RM} Å.{OBJEXT}
    200200        {RM} msvc.pdb Å.err
  • trunk/src/sed/testsuite/mac-mf.inp

    r599 r3613  
    77# This first part is long enough that NFS/Share doesn't notice the non-ASCII
    88# characters in the rest of the file, so it claims that the file is type
    9 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    10 # Make.
    11 #
    12 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    13 # characters in the rest of the file, so it claims that the file is type
    14 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    15 # Make.
    16 #
    17 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    18 # characters in the rest of the file, so it claims that the file is type
    19 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    20 # Make.
    21 #
    22 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    23 # characters in the rest of the file, so it claims that the file is type
    24 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    25 # Make.
    26 #
    27 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    28 # characters in the rest of the file, so it claims that the file is type
    29 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    30 # Make.
    31 #
    32 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    33 # characters in the rest of the file, so it claims that the file is type
    34 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    35 # Make.
    36 #
    37 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    38 # characters in the rest of the file, so it claims that the file is type
    39 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    40 # Make.
    41 #
    42 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    43 # characters in the rest of the file, so it claims that the file is type
    44 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    45 # Make.
    46 #
    47 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    48 # characters in the rest of the file, so it claims that the file is type
    49 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    50 # Make.
    51 #
    52 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    53 # characters in the rest of the file, so it claims that the file is type
    54 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    55 # Make.
    56 #
    57 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    58 # characters in the rest of the file, so it claims that the file is type
    59 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    60 # Make.
    61 #
    62 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    63 # characters in the rest of the file, so it claims that the file is type
    64 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    65 # Make.
    66 #
    67 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    68 # characters in the rest of the file, so it claims that the file is type
    69 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
    70 # Make.
    71 #
    72 # This first part is long enough that NFS/Share doesn't notice the non-ASCII
    73 # characters in the rest of the file, so it claims that the file is type
    74 # TEXT, which is what we want.  The non-ASCII chars are necessary for MPW 
     9# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     10# Make.
     11#
     12# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     13# characters in the rest of the file, so it claims that the file is type
     14# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     15# Make.
     16#
     17# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     18# characters in the rest of the file, so it claims that the file is type
     19# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     20# Make.
     21#
     22# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     23# characters in the rest of the file, so it claims that the file is type
     24# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     25# Make.
     26#
     27# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     28# characters in the rest of the file, so it claims that the file is type
     29# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     30# Make.
     31#
     32# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     33# characters in the rest of the file, so it claims that the file is type
     34# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     35# Make.
     36#
     37# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     38# characters in the rest of the file, so it claims that the file is type
     39# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     40# Make.
     41#
     42# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     43# characters in the rest of the file, so it claims that the file is type
     44# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     45# Make.
     46#
     47# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     48# characters in the rest of the file, so it claims that the file is type
     49# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     50# Make.
     51#
     52# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     53# characters in the rest of the file, so it claims that the file is type
     54# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     55# Make.
     56#
     57# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     58# characters in the rest of the file, so it claims that the file is type
     59# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     60# Make.
     61#
     62# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     63# characters in the rest of the file, so it claims that the file is type
     64# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     65# Make.
     66#
     67# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     68# characters in the rest of the file, so it claims that the file is type
     69# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
     70# Make.
     71#
     72# This first part is long enough that NFS/Share doesn't notice the non-ASCII
     73# characters in the rest of the file, so it claims that the file is type
     74# TEXT, which is what we want.  The non-ASCII chars are necessary for MPW
    7575# Make.
    7676
     
    9292# FIXME:  This doesn't translate to MPW yet, srcdir must be same as objdir.
    9393# File in object dir can come from either the current dir or srcdir.
    94 # 
     94#
    9595# . : . "{srcdir}"
    9696
     
    107107# mac-mf.sed into xxx.c.o.
    108108LDFLAGS=-t MPST -c "MPS " -sym on {Libraries}"Runtime."o {CLibraries}"StdClib."o {Libraries}"ToolLibs."o {Libraries}"Interface."o
    109 CCOPTS = 
    110 LIBS = 
     109CCOPTS =
     110LIBS =
    111111KRB5ROOT= @KRB5ROOT@
    112112KRB4=@KRB4@
     
    170170SRCS=   $(srcdir)/md5.c $(srcdir)/md5glue.c $(srcdir)/md5crypto.c
    171171
    172 all:: $(OBJS) 
     172all:: $(OBJS)
    173173
    174174t_mddriver: t_mddriver.o md5.o
  • trunk/src/sed/testsuite/mac-mf.sed

    r599 r3613  
    2727# Convert ../: to ::, recur to get whole paths.
    2828/\./s,\.\./:,::,g
    29 # Convert ../../ to ::: 
     29# Convert ../../ to :::
    3030/\./s,\.\./\.\./,:::,g
    3131/\./s,\.\./,::,g
     
    153153/Option/s/\\Option-d/¶/g
    154154/Option/s/\\Option-x/Å/g
     155s/ $//
  • trunk/src/sed/testsuite/uniq.good

    r599 r3613  
    516516if (minimize)
    517517if (number > 0)
    518 if (number > EXTRACT_BASIC_MAX) 
     518if (number > EXTRACT_BASIC_MAX)
    519519if (offset < md->offset_max)
    520520if (offset >= md->offset_max)
  • trunk/src/sed/testsuite/uniq.inp

    r599 r3613  
    12411241if (minimize)
    12421242if (number > 0)
    1243 if (number > EXTRACT_BASIC_MAX) 
    1244 if (number > EXTRACT_BASIC_MAX) 
     1243if (number > EXTRACT_BASIC_MAX)
     1244if (number > EXTRACT_BASIC_MAX)
    12451245if (offset < md->offset_max)
    12461246if (offset >= md->offset_max)
  • trunk/src/sed/testsuite/xemacs.good

    r599 r3613  
    11#Makefile.in generated automatically by automake 1.5 from Makefile.am.
    22
    3 #Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
    4 #Free Software Foundation, Inc.
     3#Copyright 1994-2022 Free Software Foundation, Inc.
    54#This Makefile.in is free software; the Free Software Foundation
    65#gives unlimited permission to copy and/or distribute it,
  • trunk/src/sed/testsuite/xemacs.inp

    r599 r3613  
    11# Makefile.in generated automatically by automake 1.5 from Makefile.am.
    22
    3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
    4 # Free Software Foundation, Inc.
     3# Copyright 1994-2022 Free Software Foundation, Inc.
    54# This Makefile.in is free software; the Free Software Foundation
    65# gives unlimited permission to copy and/or distribute it,
Note: See TracChangeset for help on using the changeset viewer.