Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Tickets 230, 232-234.



details:   https://anonhg.NetBSD.org/src/rev/9d0c09008226
branches:  netbsd-6
changeset: 774080:9d0c09008226
user:      riz <riz%NetBSD.org@localhost>
date:      Wed May 09 15:57:59 2012 +0000

description:
Tickets 230, 232-234.

diffstat:

 doc/CHANGES-6.0 |  32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r 5cab08da6a51 -r 9d0c09008226 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Wed May 09 15:55:06 2012 +0000
+++ b/doc/CHANGES-6.0   Wed May 09 15:57:59 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.85 2012/05/09 03:42:54 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.86 2012/05/09 15:57:59 riz Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -2192,3 +2192,33 @@
        Clean up after removing man page aliases. PR#46419.
        [wiz, ticket #229]
 
+bin/rcp/rcp.c                                  1.49
+
+       Don't reuse buffers across recursive calls.
+       [chs, ticket #230]
+
+distrib/sets/lists/comp/mi                     1.1756
+include/math.h                                 1.58
+lib/libm/Makefile                              1.124
+lib/libm/man/lgamma.3                          1.22
+lib/libm/src/b_exp.c                           1.1
+lib/libm/src/b_log.c                           1.1
+lib/libm/src/b_tgamma.c                                1.1
+lib/libm/src/math_private.h                    1.17
+lib/libm/src/s_tgammaf.c                       1.1
+
+       Add tgamma{,f} from FreeBSD.
+       [christos, ticket #232]
+
+sys/arch/amd64/amd64/db_memrw.c                        1.10-1.11 via patch
+sys/arch/i386/i386/db_memrw.c                  1.29
+
+       Fix a bug in db_write_text() function that prohibits its use
+       for code that spans multiple pages.
+       [jym, ticket #233]
+
+tools/Makefile.gnuhost                         1.38
+
+       Avoid tools build error on Cygwin hosts.
+       [tsutsui, ticket #234]
+



Home | Main Index | Thread Index | Old Index