[uClibc-cvs] uClibc Changelog, 1.16, 1.17 Changelog.full, 1.12, 1.13 TODO, 1.39, 1.40

Erik Andersen andersen at uclibc.org
Mon Jun 30 21:51:20 UTC 2003


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

Modified Files:
	Changelog Changelog.full TODO 
Log Message:
Update for release


Index: Changelog
===================================================================
RCS file: /var/cvs/uClibc/Changelog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Changelog	3 Mar 2003 20:01:25 -0000	1.16
+++ Changelog	30 Jun 2003 21:51:15 -0000	1.17
@@ -1,3 +1,31 @@
+0.9.30	30 June 2003
+
+See Changelog.full for the complete list of who did what. 
+
+Note:
+    This release remains binary compatible with 0.9.18 and 0.9.19.
+
+
+Release highlights:
+    o Some ldd, profiling, and gcc wrapper updates 
+    o Updated to support and compile with gcc 3.3
+    o Several needed mips updates
+    o Building under cygwin should now work...
+    o Prevent non-PIC code getting into PIC libs
+    o Added mmap64 support
+    o mmu-less systems now get a 16k default thread stack size
+	which is much more sane than the old 2 MB default...
+    o Implemented syscall() for powerpc
+    o Optionally struct tm extension support
+    o Lots of other sundry little fixes and cleanups.
+    o Prevent buffer overflows in the passwd and group functions.
+
+ -Erik
+
+
+
+
+
 0.9.19	3 March 2003
 
 See Changelog.full for the complete list of who did what. 

Index: Changelog.full
===================================================================
RCS file: /var/cvs/uClibc/Changelog.full,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Changelog.full	3 Mar 2003 20:01:25 -0000	1.12
+++ Changelog.full	30 Jun 2003 21:51:15 -0000	1.13
@@ -1,206 +1,1564 @@
-2003-03-03  Erik Andersen  <andersen at dillweed>
+---------------------
+PatchSet 2412 
+Date: 2003/03/04 07:05:33
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Fix compile when profiling is disabled
 
-	* Rules.mak: begin preparing for release
[...1670 lines suppressed...]
+Tag: (none) 
+Log:
+Per suggestion from Stuart Hughes, allow uClibc to re-install
+headers on a system where they have previously been installed.
+
+Members: 
+	Makefile:1.205->1.206 
+
+---------------------
+PatchSet 2521 
+Date: 2003/06/30 19:27:34
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Fixup symlinks to libthread_db
+
+Members: 
+	libpthread/Makefile:1.21->1.22 
 

Index: TODO
===================================================================
RCS file: /var/cvs/uClibc/TODO,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- TODO	12 Feb 2003 12:59:52 -0000	1.39
+++ TODO	30 Jun 2003 21:51:15 -0000	1.40
@@ -1,24 +1,22 @@
-
 Erik's TODO list for the next release:
 
-    1) Fix profiling support
-    2) Implement getgrgid_r and getgrnam_r, per SuSv3 
-    3) When options are disabled, also disable them in the
+    *) Implement getgrgid_r and getgrnam_r, per SuSv3 
+    *) When options are disabled, also disable them in the
 	include files as well.
-    4) Make all configured out symbols optionally add a linker warning saying
+    *) Make all configured out symbols optionally add a linker warning saying
 	"Hey!  You are trying to use a function that you have configured out.  
 	If you really want to use this function, enable CONFIG_FOO and rebuild
 	uClibc".
-    5) Make all small objects (>~50 bytes) into either inlines or
+    *) Make all small objects (>~50 bytes) into either inlines or
 	into a static library
-    6) Rework all code that fails conformance tests
-    7) Document all differences between the feature set of uClibc 
+    *) Document all differences between the feature set of uClibc 
 	and glibc.
-    8) Add missing syscall() function to ports that are still 
-	missing it.  (x86 and arm are finished so far).
-    9) Fix regex so it isn't so stinking big
-    10) Fix glob so it isn't so stinking big
-
+    *) Fix regex so it isn't so stinking big
+    *) Fix glob so it isn't so stinking big
+    *)  Fix the dlopen() bug with handling of symbols that are already
+	resolved.  Seems if it is already resolved it ignores them rather than
+	resolving the new symbol and overriding.
+    *) Adapt uClibc to use Linux 2.5.x pthreads
 
 -----------------------------------------------------------------------------
 Manuel's todo:




More information about the uClibc-cvs mailing list