[uClibc-cvs] uClibc Rules.mak, 1.158, 1.159 Changelog, 1.22, 1.23 Changelog.full, 1.16, 1.17 Changelog.full.last, 1.1, 1.2

Erik Andersen andersen at uclibc.org
Mon Dec 8 21:18:44 UTC 2003


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

Modified Files:
	Rules.mak Changelog Changelog.full Changelog.full.last 
Log Message:
Prepare for uClibc 0.9.24 release


Index: Changelog.full.last
===================================================================
RCS file: /var/cvs/uClibc/Changelog.full.last,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Changelog.full.last	13 Nov 2003 12:45:51 -0000	1.1
+++ Changelog.full.last	8 Dec 2003 21:18:40 -0000	1.2
@@ -1,2737 +1,469 @@
 ---------------------
-PatchSet 2680 
-Date: 2003/09/11 11:24:28
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Stefan Allius writes:
-
-1. Under Solaris the test command with the 'string' argument don't
-   work well. So I added the '-n' argument, which might work on all
[...2947 lines suppressed...]
+    the "delta" calculations, such as delta = PLT_LONGBRANCH_ENTRY_WORDS*4 - (insn_addr-plt_addr+4),
+    are supposed to be unsigned.
 
----------------------
-PatchSet 2848 
-Date: 2003/11/08 06:33:35
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix up several errors related to filename length and errno that
-showed up while running the latest LTP testsuite.
- -Erik
+      Jocke
 
 Members: 
-	libc/misc/ftw/ftw.c:1.4->1.5 
-	libc/sysdeps/linux/common/syscalls.c:1.118->1.119 
+	ldso/ldso/powerpc/elfinterp.c:1.27->1.28 
 

Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- Rules.mak	24 Nov 2003 04:24:31 -0000	1.158
+++ Rules.mak	8 Dec 2003 21:18:40 -0000	1.159
@@ -58,7 +58,7 @@
 # this stuff alone.
 MAJOR_VERSION:=0
 MINOR_VERSION:=9
-SUBLEVEL:=23
+SUBLEVEL:=24
 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.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Changelog.full	13 Nov 2003 12:45:51 -0000	1.16
+++ Changelog.full	8 Dec 2003 21:18:40 -0000	1.17
@@ -1,469 +1,780 @@
----------------------
-PatchSet 2849 
-Date: 2003/11/08 07:42:34
+PatchSet 2873 
+Date: 2003/11/13 12:45:50
 Author: andersen
 Branch: HEAD
+Tag: uClibc_0_9_23 
+Log:
+Prepare for release
+
[...996 lines suppressed...]
+This patch adds the libpthread backend bits for sh64. As noted previously,
+we can't inline things like the testandset() in pt-machine.h as we need to
+use a completely different ISA / CFLAGS in order for this to work.
+
+As a result, this patch is somewhat of a RFC as well to see what people think
+of the libpthread/linuxthreads/sysdeps Makefile approach, etc. The approach
+I've taken currently has been to provide a sysdeps/Makefile with a note that
+TARGET_ARCHs that want build rules can simply add themselves into the list of
+matching architectures to add to the subdir rule for. This probably isn't
+the cleanest solution, but it's quite transparent and works quite well.
+
+Members: 
+	extra/Configs/Config.sh:1.44->1.45 
+	libc/sysdeps/linux/sh64/bits/mman.h:INITIAL->1.1 
+	libpthread/linuxthreads/Makefile:1.11->1.12 
+	libpthread/linuxthreads/sysdeps/Makefile:INITIAL->1.1 
+	libpthread/linuxthreads/sysdeps/sh64/Makefile:INITIAL->1.1 
+	libpthread/linuxthreads/sysdeps/sh64/pt-machine.c:INITIAL->1.1 
+	libpthread/linuxthreads/sysdeps/sh64/pt-machine.h:INITIAL->1.1 
 

Index: Changelog
===================================================================
RCS file: /var/cvs/uClibc/Changelog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Changelog	13 Nov 2003 12:45:50 -0000	1.22
+++ Changelog	8 Dec 2003 21:18:40 -0000	1.23
@@ -1,4 +1,28 @@
-0.9.22	13 November 2003
+0.9.24	8 December 2003
+
+See Changelog.full for the complete list of who did what. 
+
+Note:
+    This release remains binary compatible with uClibc 0.9.21-23 as
+    long as you take care to avoid any configuraton changes that will
+    break things.  
+    
+    We currently plan to break binary compatibilty in the upcoming 0.9.25 to
+    implement a few things we have been postponing, which will hopefully be
+    the last change....
+
+Release highlights:
+    o Fixed several silly configuration problems
+    o Added arm optimized string functions
+    o Lots of minor cleanups
+
+ -Erik
+
+
+
+
+
+0.9.23	13 November 2003
 
 See Changelog.full for the complete list of who did what. 
 




More information about the uClibc-cvs mailing list