Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
initial import
  • Loading branch information
Roland McGrath committed Feb 18, 1995
0 parents commit 28f540f
Show file tree
Hide file tree
Showing 2,263 changed files with 218,361 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .cvsignore
@@ -0,0 +1,10 @@
*.gz *.Z *.tar *.tgz
=*
TODO COPYING* AUTHORS copyr-* copying.*
glibc-*

configparms

sun4 i386 i386-gnuelf hp300-netbsd hp300

ieeetest hppa-sysdeps regex
12 changes: 12 additions & 0 deletions =__ify
@@ -0,0 +1,12 @@
for func in $*; do
for file in `find sysdeps -name "${func}.c"`;
do
script=/tmp/foo$$;
( echo "%s/${func}/__&/g";
echo x )>$script ;
ex $file <$script ;
newfile=`echo $file | sed "s/${func}/__&/"`;
mv $file $newfile;
echo $newfile;
done
done

0 comments on commit 28f540f

Please sign in to comment.