Browse Source

Make spelling of uClibc be consistant.

Eric Andersen 23 years ago
parent
commit
2c8e931c67
51 changed files with 56 additions and 56 deletions
  1. 1 1
      Makefile
  2. 1 1
      Rules.mak
  3. 1 1
      include/features.h
  4. 1 1
      libc/inet/Makefile
  5. 1 1
      libc/inet/rpc/Makefile
  6. 1 1
      libc/misc/Makefile
  7. 1 1
      libc/misc/assert/Makefile
  8. 1 1
      libc/misc/ctype/Makefile
  9. 1 1
      libc/misc/ctype/ctype.c
  10. 1 1
      libc/misc/fnmatch/Makefile
  11. 1 1
      libc/misc/glob/Makefile
  12. 1 1
      libc/misc/internals/Makefile
  13. 1 1
      libc/misc/lock/Makefile
  14. 1 1
      libc/misc/lsearch/Makefile
  15. 1 1
      libc/misc/mntent/Makefile
  16. 1 1
      libc/misc/regex/Makefile
  17. 1 1
      libc/misc/syslog/Makefile
  18. 1 1
      libc/misc/time/Makefile
  19. 1 1
      libc/pwd_grp/Makefile
  20. 1 1
      libc/signal/Makefile
  21. 1 1
      libc/stdio/Makefile
  22. 1 1
      libc/stdio/getdelim.c
  23. 1 1
      libc/stdio/getline.c
  24. 1 1
      libc/stdlib/Makefile
  25. 1 1
      libc/stdlib/abort.c
  26. 1 1
      libc/stdlib/malloc-simple/Makefile
  27. 1 1
      libc/stdlib/malloc/Makefile
  28. 1 1
      libc/string/Makefile
  29. 1 1
      libc/string/strsignal.c
  30. 1 1
      libc/sysdeps/Makefile
  31. 3 3
      libc/sysdeps/README
  32. 1 1
      libc/sysdeps/linux/Makefile
  33. 2 2
      libc/sysdeps/linux/README
  34. 1 1
      libc/sysdeps/linux/arm/Makefile
  35. 1 1
      libc/sysdeps/linux/common/Makefile
  36. 1 1
      libc/sysdeps/linux/common/mkfifo.c
  37. 1 1
      libc/sysdeps/linux/common/syscalls.c
  38. 1 1
      libc/sysdeps/linux/i386/Makefile
  39. 1 1
      libc/termios/Makefile
  40. 1 1
      libc/unistd/Makefile
  41. 1 1
      test/Makefile
  42. 1 1
      test/assert/Makefile
  43. 1 1
      test/ctype/Makefile
  44. 2 2
      test/pwd_grp/Makefile
  45. 1 1
      test/signal/Makefile
  46. 1 1
      test/signal/signal.c
  47. 1 1
      test/silly/Makefile
  48. 1 1
      test/stdlib/Makefile
  49. 2 2
      test/string/Makefile
  50. 1 1
      test/unistd/Makefile
  51. 1 1
      test/unistd/fork.c

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
Rules.mak

@@ -1,4 +1,4 @@
-# Rules.make for uCLibc
+# Rules.make for uClibc
 #
 # This file contains rules which are shared between multiple Makefiles.
 # All normal configuration options live in the file named "Config".

+ 1 - 1
include/features.h

@@ -3,7 +3,7 @@
 #define __FEATURES_H
 
 
-/* Major and minor version number of the uCLibc library package.  Use
+/* Major and minor version number of the uClibc library package.  Use
    these macros to test for features in specific releases.  */
 #define	__UCLIBC__		0
 #define	__UCLIBC_MAJOR__	9

+ 1 - 1
libc/inet/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/inet/rpc/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/assert/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/ctype/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/ctype/ctype.c

@@ -2,7 +2,7 @@
  * Character classification and conversion
  * Copyright (C) 2000 Lineo, Inc.
  * Written by Erik Andersen
- * This file is part of the uC-Libc C library and is distributed
+ * This file is part of the uClibc C library and is distributed
  * under the GNU Library General Public License.
  */
 

+ 1 - 1
libc/misc/fnmatch/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/glob/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/internals/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/lock/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/lsearch/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/mntent/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/regex/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/syslog/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/misc/time/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/pwd_grp/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/signal/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/stdio/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/stdio/getdelim.c

@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * getdelim for uclibc
+ * getdelim for uClibc
  *
  * Copyright (C) 2000 by Lineo, inc.  Written by Erik Andersen
  * <andersen@lineo.com>, <andersee@debian.org>

+ 1 - 1
libc/stdio/getline.c

@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * getline for uclibc
+ * getline for uClibc
  *
  * Copyright (C) 2000 by Lineo, inc.  Written by Erik Andersen
  * <andersen@lineo.com>, <andersee@debian.org>

+ 1 - 1
libc/stdlib/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/stdlib/abort.c

@@ -16,7 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
-/* Hacked up for uC-Libc by Erik Andersen */
+/* Hacked up for uClibc by Erik Andersen */
 
 #include <signal.h>
 #include <stdio.h>

+ 1 - 1
libc/stdlib/malloc-simple/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/stdlib/malloc/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/string/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/string/strsignal.c

@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /* Copyright (C) 2000 Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
- * This file is part of the uC-Linux and is distributed under the 
+ * This file is part of the uClinux and is distributed under the 
  * GNU Library General Public License.
  */
 

+ 1 - 1
libc/sysdeps/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 3 - 3
libc/sysdeps/README

@@ -1,6 +1,6 @@
 This directory level abstracts out the UN*X-like Operating System dependent
-features of uC-Libc for all UN*X-like operating systems.  If you wanted to port
-uC-Libc to some other UN*X-like OS, this is the place to add that support.
+features of uClibc for all UN*X-like operating systems.  If you wanted to port
+uClibc to some other UN*X-like OS, this is the place to add that support.
 
-If you want to port uC-Libc to support some non-UN*X-like Operating System, you
+If you want to port uClibc to support some non-UN*X-like Operating System, you
 should probably stop using crack.  It is bad for you.  ;-)

+ 1 - 1
libc/sysdeps/linux/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 2 - 2
libc/sysdeps/linux/README

@@ -1,6 +1,6 @@
 This directory level abstracts out the Linux Operating System dependent
-features of uC-Libc for suported Linux architectures/CPUs.  If you wanted to
-port uC-Libc to some new Linux architecture (arm, mips, etc), this is the place
+features of uClibc for suported Linux architectures/CPUs.  If you wanted to
+port uClibc to some new Linux architecture (arm, mips, etc), this is the place
 to add that support.
 
 All the common stuff that is not at all dependent on a particular Linux architecture

+ 1 - 1
libc/sysdeps/linux/arm/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/sysdeps/linux/common/Makefile

@@ -1,5 +1,5 @@
 # Copyright (C) 1995,1996 Robert de Bath <rdebath@cix.compulink.co.uk>
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/sysdeps/linux/common/mkfifo.c

@@ -16,7 +16,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  
  
-   June 28, 2000 -- swiped from GNU libc 2.1.3 and adjusted for uC-Libc
+   June 28, 2000 -- swiped from GNU libc 2.1.3 and adjusted for uClibc
                     by Erik Andersen <andersee@debian.org>
  */
 

+ 1 - 1
libc/sysdeps/linux/common/syscalls.c

@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * Syscalls for uC-Libc
+ * Syscalls for uClibc
  *
  * Copyright (C) 2000 by Lineo, inc.  Written by Erik Andersen
  * <andersen@lineo.com>, <andersee@debian.org>

+ 1 - 1
libc/sysdeps/linux/i386/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/termios/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
libc/unistd/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
test/Makefile

@@ -1,4 +1,4 @@
-# Makefile for uCLibc
+# Makefile for uClibc
 #
 # Copyright (C) 2000 by Lineo, inc.
 #

+ 1 - 1
test/assert/Makefile

@@ -26,7 +26,7 @@ all: $(TARGETS)
 assert: assert.c Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uCLibc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)

+ 1 - 1
test/ctype/Makefile

@@ -26,7 +26,7 @@ all: $(TARGETS)
 ctype: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uCLibc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)

+ 2 - 2
test/pwd_grp/Makefile

@@ -28,7 +28,7 @@ all: $(TARGETS)
 test_pwd: test_pwd.c Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uCLibc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
@@ -48,7 +48,7 @@ test_pwd_glibc: test_pwd.c Makefile $(TOPDIR)libc.a
 test_grp: test_grp.c Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uCLibc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)

+ 1 - 1
test/signal/Makefile

@@ -26,7 +26,7 @@ all: $(TARGETS)
 signal: signal.c Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uCLibc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)

+ 1 - 1
test/signal/signal.c

@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * signal testing function for uC-Libc
+ * signal testing function for uClibc
  *
  * Copyright (C) 2000 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>

+ 1 - 1
test/silly/Makefile

@@ -34,7 +34,7 @@ hello_source:
 hello: hello.c Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uC-Libc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)

+ 1 - 1
test/stdlib/Makefile

@@ -35,7 +35,7 @@ testmalloc_source:
 testmalloc: testmalloc.c Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uC-Libc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)

+ 2 - 2
test/string/Makefile

@@ -27,7 +27,7 @@ all: $(TARGETS)
 string: string.c Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uCLibc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
@@ -47,7 +47,7 @@ string_glibc: string.c Makefile $(TOPDIR)libc.a
 testcopy: testcopy.c Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uCLibc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)

+ 1 - 1
test/unistd/Makefile

@@ -26,7 +26,7 @@ all: $(TARGETS)
 fork: fork.c ../testsuite.h Makefile $(TOPDIR)libc.a
 	-@ echo "-------"
 	-@ echo " "
-	-@ echo "Compiling vs uCLibc: "
+	-@ echo "Compiling vs uClibc: "
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)

+ 1 - 1
test/unistd/fork.c

@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * fork test for uclibc
+ * fork test for uClibc
  *
  * Copyright (C) 1999,2000 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>