[uClibc-cvs] uClibc Rules.mak,1.125,1.126 Changelog.full,1.8,1.9

Erik Andersen andersen at codepoet.org
Fri Jan 24 16:31:25 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv23042

Modified Files:
	Rules.mak Changelog.full 
Log Message:
Begin release preparations...


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- Rules.mak	23 Jan 2003 16:56:45 -0000	1.125
+++ Rules.mak	24 Jan 2003 16:31:21 -0000	1.126
@@ -52,7 +52,7 @@
 # this stuff alone.
 MAJOR_VERSION:=0
 MINOR_VERSION:=9
-SUBLEVEL:=16
+SUBLEVEL:=17
 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. 
 LC_ALL:= C

Index: Changelog.full
===================================================================
RCS file: /var/cvs/uClibc/Changelog.full,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Changelog.full	9 Nov 2002 04:25:54 -0000	1.8
+++ Changelog.full	24 Jan 2003 16:31:21 -0000	1.9
@@ -1,1028 +1,808 @@
-2002-11-09  Erik Andersen  <andersen at dillweed>
+2003-01-24  Erik Andersen  <andersen at dillweed>
 
-	* libm/Makefile: Patch from Simon Rowe to try and build asm libm code
-	only when HAS_FPU is set.  If you don't have an FPU
-	then usm FPU code isn't going to help much...
+	* libc/sysdeps/linux/sparc/bits/types.h, libc/sysdeps/linux/powerpc/bits/types.h, libc/sysdeps/linux/mips/bits/types.h, libc/sysdeps/linux/m68k/bits/kernel_stat.h, libc/sysdeps/linux/i386/bits/kernel_stat.h, libc/sysdeps/linux/h8300/bits/kernel_stat.h, libc/sysdeps/linux/cris/bits/kernel_stat.h, libc/sysdeps/linux/common/bits/kernel_stat.h, libc/sysdeps/linux/common/bits/types.h, libc/sysdeps/linux/common/xstatconv.c, libc/sysdeps/linux/arm/bits/kernel_stat.h, libc/sysdeps/linux/alpha/bits/types.h:
+	Finish up fixing stat and setting various system types.
 
 	* Makefile:
-	Patch from Stefan Allius, rebuild extra/config/conf if it is missing
[...1537 lines suppressed...]
 
-2002-08-28  Erik Andersen  <andersen at dillweed>
+2002-11-09  Erik Andersen  <andersen at dillweed>
 
-	* libc/sysdeps/linux/common/syscalls.c:
-	Fix broken getpriority syscall, per email from Marshall M. Midden
-	 -Erik
+	* extra/config/confdata.c, extra/config/mconf.c: Update from upstream
 
-	* docs/uclibc.org/index.html: fix grammar
+	* Rules.mak: For arm use -mcpu for the moment, since it seems to work
 
-2002-08-27  Erik Andersen  <andersen at dillweed>
+	* extra/Configs/Config.in: typo fixes
 
-	* Changelog.full: Final update
+	* include/features.h: Make sure we have __linux__ defined
+
+	* docs/uclibc.org/index.html: Manditory typo..
 




More information about the uClibc-cvs mailing list