Changeset 3613 for trunk/src/sed/testsuite
- Timestamp:
- Sep 19, 2024, 2:34:43 AM (11 months ago)
- Location:
- trunk/src/sed
- Files:
-
- 165 deleted
- 14 edited
- 76 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sed
-
Property svn:mergeinfo
set to
/vendor/sed/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/src/sed/testsuite/binary.sed
r599 r3613 38 38 # network and broadcast addresses): 39 39 # 40 # if [ $# = 1 ]; then 40 # if [ $# = 1 ]; then 41 41 # OUTPUT='$1.$2.$3.$4' 42 42 # set 255.255.255.255 $1 … … 44 44 # OUTPUT='$1.$2.$3.$4 $5.$6.$7.$8' 45 45 # fi 46 # 46 # 47 47 # if [ `expr $2 : ".*\\."` -gt 0 ]; then 48 48 # MASK="$2 br b8<r b16<r b24< R|R|R|" … … 51 51 # 11111111111111111111111111111111 x>1> x<1<" 52 52 # fi 53 # 53 # 54 54 # set `echo "$1 br b8<r b16<r b24< R|R|R| D # Load address 55 55 # $MASK D ~r # Load mask 56 # 56 # 57 57 # & DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP 58 58 # | DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP -
trunk/src/sed/testsuite/binary2.sed
r599 r3613 39 39 # network and broadcast addresses): 40 40 # 41 # if [ $# = 1 ]; then 41 # if [ $# = 1 ]; then 42 42 # OUTPUT='$1.$2.$3.$4' 43 43 # set 255.255.255.255 $1 … … 45 45 # OUTPUT='$1.$2.$3.$4 $5.$6.$7.$8' 46 46 # fi 47 # 47 # 48 48 # if [ `expr $2 : ".*\\."` -gt 0 ]; then 49 49 # MASK="$2 br b8<r b16<r b24< R|R|R|" … … 52 52 # 11111111111111111111111111111111 x>1> x<1<" 53 53 # fi 54 # 54 # 55 55 # set `echo "$1 br b8<r b16<r b24< R|R|R| D # Load address 56 56 # $MASK D ~r # Load mask 57 # 57 # 58 58 # & DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP 59 59 # | DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP -
trunk/src/sed/testsuite/binary3.sed
r599 r3613 42 42 # network and broadcast addresses): 43 43 # 44 # if [ $# = 1 ]; then 44 # if [ $# = 1 ]; then 45 45 # OUTPUT='$1.$2.$3.$4' 46 46 # set 255.255.255.255 $1 … … 48 48 # OUTPUT='$1.$2.$3.$4 $5.$6.$7.$8' 49 49 # fi 50 # 50 # 51 51 # if [ `expr $2 : ".*\\."` -gt 0 ]; then 52 52 # MASK="$2 br b8<r b16<r b24< R|R|R|" … … 55 55 # 11111111111111111111111111111111 x>1> x<1<" 56 56 # fi 57 # 57 # 58 58 # set `echo "$1 br b8<r b16<r b24< R|R|R| D # Load address 59 59 # $MASK D ~r # Load mask 60 # 60 # 61 61 # & DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP 62 62 # | DDD 24>dpP 16>11111111& dpP 8>11111111& dpP 11111111& dpP -
trunk/src/sed/testsuite/bsd.good
r599 r3613 1736 1736 XYeYYY 1737 1737 XYeYYY 1738 1739 ============= 1740 Test 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 396 396 echo 'eeefff' | $SED -e 'p' -e 's/e/X/p' -e ':x' \ 397 397 -e 's//Y/p' -e '/f/bx' 398 mark '8.17' ; $SED -e 's&.&\&&g' lines1 398 399 } 399 400 -
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 20 print_ver_ sed 21 22 # This is straight out of C News 2 23 # 3 # This is stolen from C News4 #5 6 7 24 # 8 25 # All this does is massage the headers so they look like what news … … 21 38 # in a newsgroup that bears this stamp will not be fed into the 22 39 # matching mailing list. 23 24 sed=${1-sed} 25 26 $sed -n -e "1{i\\ 40 cat << \EOF > distrib.sed || framework_failure_ 41 1i\ 27 42 Path: mailnewsgateway 28 }" \ 29 -e ":a 43 :a 30 44 /^[Rr]eceived:/b r 31 45 /^[Nn]ewsgroups:/b r … … 37 51 s/^[Ii]n-[Rr]eply-[Tt]o:/References:/ 38 52 /^From:/{ 39 s/<\([^@]*\)> \$/<\1@$thissite>/40 s/^From:[ ][ ]*\(.*\) *<\(.*\)> \$/From: \2 (\1)/53 s/<\([^@]*\)>$/<\1@$thissite>/ 54 s/^From:[ ][ ]*\(.*\) *<\(.*\)>$/From: \2 (\1)/ 41 55 } 42 56 s/-[Ii]d:/-ID:/ 43 57 s/^[Ss][Uu][Bb][Jj][Ee][Cc][Tt]:[ ]*$/Subject: (none)/ 44 58 s/^\([^:]*:\)[ ]*/\1 / 45 /^ \$/{i\\46 Newsgroups: alt.buddha.short.fat.guy\ \47 Distribution: world\ \48 Sender: news@cygnus.com\ \59 /^$/{i\ 60 Newsgroups: alt.buddha.short.fat.guy\ 61 Distribution: world\ 62 Sender: news@cygnus.com\ 49 63 Approved: alt.buddha.short.fat.guy@cygnus.com 50 64 b e … … 61 75 p 62 76 n 63 b e" 77 b e 78 EOF 79 80 81 # The expected output 82 cat << \EOF > distrib-exp || framework_failure_ 83 Path: mailnewsgateway 84 From crash@cygnus.com Wed Mar 8 18: 02:42 1995 85 From: crash@cygnus.com (Jason Molenda) 86 Message-ID: <9503090202.AA06931.alt.buddha.fat.short.guy@phydeaux.cygnus.com> 87 Subject: Note for sed testsuite 88 Original-To: molenda@msi.umn.edu 89 Date: Wed, 8 Mar 1995 18:02:24 -0800 (PST) 90 X-Mailer: ELM [version 2.4 PL23] 91 Newsgroups: alt.buddha.short.fat.guy 92 Distribution: world 93 Sender: news@cygnus.com 94 Approved: 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 112 EOF 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 118 dir="$abs_top_srcdir/testsuite" 119 120 121 sed -n -f distrib.sed < "$dir/distrib.inp" > distrib-out || fail=1 122 remove_cr_inplace distrib-out 123 compare distrib-exp distrib-out || fail=1 124 125 126 Exit $fail -
trunk/src/sed/testsuite/mac-mf.good
r599 r3613 7 7 # This first part is long enough that NFS:Share doesn't notice the non-ASCII 8 8 # 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 75 75 # Make 76 76 … … 81 81 WHAT = mac 82 82 83 # Directory syntax Ä 83 # Directory syntax Ä 84 84 R= 85 85 C= … … 88 88 89 89 BUILDTOP = ::: 90 srcdir = 90 srcdir = 91 91 92 92 # FIXME Ä This doesn't translate to MPW yet, srcdir must be same as objdir 93 93 # File in object dir can come from either the current dir or srcdir 94 # 94 # 95 95 # . Ä . "{srcdir}" 96 96 … … 107 107 # mac-mf.sed into xxx.c.o 108 108 LDFLAGS=-t MPST -c "MPS " -sym on {Libraries}"Runtime."o {CLibraries}"StdClib."o {Libraries}"ToolLibs."o {Libraries}"Interface."o 109 CCOPTS = 110 LIBS = 109 CCOPTS = 110 LIBS = 111 111 KRB5ROOT= @KRB5ROOT@ 112 112 KRB4=@KRB4@ … … 158 158 EXEEXT = 159 159 160 all ÄÄ 160 all ÄÄ 161 161 # Generated automatically from Makefile.in by configure 162 162 CFLAGS = {CCOPTS} {DEFS} -i ::des … … 170 170 SRCS= md5.c md5glue.c md5crypto.c 171 171 172 all ÄÄ {OBJS} 172 all ÄÄ {OBJS} 173 173 174 174 t_mddriver Ä t_mddriver.c.o md5.c.o 175 175 Link {LDFLAGS} -o t_mddriver t_mddriver.c.o md5.c.o 176 176 177 t_mddriver.exe Ä 177 t_mddriver.exe Ä 178 178 {CC} {CFLAGS2} -o t_mddriver.exe t_mddriver.c md5.c 179 179 … … 181 181 {C}t_mddriver{EXEEXT} -x 182 182 183 clean ÄÄ 183 clean ÄÄ 184 184 {RM} t_mddriver{EXEEXT} t_mddriver.{OBJEXT} 185 185 # config:post.in 186 186 # put all ÄÄ first just in case no other rules occur here 187 187 # 188 all ÄÄ 189 190 check ÄÄ 188 all ÄÄ 189 190 check ÄÄ 191 191 192 192 clean ÄÄ clean-{WHAT} 193 193 {RM} config.log pre.c.out post.c.out Makefile.c.out 194 194 195 clean-unix ÄÄ 195 clean-unix ÄÄ 196 196 if test -n "{OBJS}" ; then {RM} {OBJS}; else Ä ; fi 197 197 198 clean-windows ÄÄ 198 clean-windows ÄÄ 199 199 {RM} Å.{OBJEXT} 200 200 {RM} msvc.pdb Å.err -
trunk/src/sed/testsuite/mac-mf.inp
r599 r3613 7 7 # This first part is long enough that NFS/Share doesn't notice the non-ASCII 8 8 # 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 75 75 # Make. 76 76 … … 92 92 # FIXME: This doesn't translate to MPW yet, srcdir must be same as objdir. 93 93 # File in object dir can come from either the current dir or srcdir. 94 # 94 # 95 95 # . : . "{srcdir}" 96 96 … … 107 107 # mac-mf.sed into xxx.c.o. 108 108 LDFLAGS=-t MPST -c "MPS " -sym on {Libraries}"Runtime."o {CLibraries}"StdClib."o {Libraries}"ToolLibs."o {Libraries}"Interface."o 109 CCOPTS = 110 LIBS = 109 CCOPTS = 110 LIBS = 111 111 KRB5ROOT= @KRB5ROOT@ 112 112 KRB4=@KRB4@ … … 170 170 SRCS= $(srcdir)/md5.c $(srcdir)/md5glue.c $(srcdir)/md5crypto.c 171 171 172 all:: $(OBJS) 172 all:: $(OBJS) 173 173 174 174 t_mddriver: t_mddriver.o md5.o -
trunk/src/sed/testsuite/mac-mf.sed
r599 r3613 27 27 # Convert ../: to ::, recur to get whole paths. 28 28 /\./s,\.\./:,::,g 29 # Convert ../../ to ::: 29 # Convert ../../ to ::: 30 30 /\./s,\.\./\.\./,:::,g 31 31 /\./s,\.\./,::,g … … 153 153 /Option/s/\\Option-d/¶/g 154 154 /Option/s/\\Option-x/Å/g 155 s/ $// -
trunk/src/sed/testsuite/uniq.good
r599 r3613 516 516 if (minimize) 517 517 if (number > 0) 518 if (number > EXTRACT_BASIC_MAX) 518 if (number > EXTRACT_BASIC_MAX) 519 519 if (offset < md->offset_max) 520 520 if (offset >= md->offset_max) -
trunk/src/sed/testsuite/uniq.inp
r599 r3613 1241 1241 if (minimize) 1242 1242 if (number > 0) 1243 if (number > EXTRACT_BASIC_MAX) 1244 if (number > EXTRACT_BASIC_MAX) 1243 if (number > EXTRACT_BASIC_MAX) 1244 if (number > EXTRACT_BASIC_MAX) 1245 1245 if (offset < md->offset_max) 1246 1246 if (offset >= md->offset_max) -
trunk/src/sed/testsuite/xemacs.good
r599 r3613 1 1 #Makefile.in generated automatically by automake 1.5 from Makefile.am. 2 2 3 #Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 4 #Free Software Foundation, Inc. 3 #Copyright 1994-2022 Free Software Foundation, Inc. 5 4 #This Makefile.in is free software; the Free Software Foundation 6 5 #gives unlimited permission to copy and/or distribute it, -
trunk/src/sed/testsuite/xemacs.inp
r599 r3613 1 1 # Makefile.in generated automatically by automake 1.5 from Makefile.am. 2 2 3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 4 # Free Software Foundation, Inc. 3 # Copyright 1994-2022 Free Software Foundation, Inc. 5 4 # This Makefile.in is free software; the Free Software Foundation 6 5 # gives unlimited permission to copy and/or distribute it,
Note:
See TracChangeset
for help on using the changeset viewer.