Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/doc Tickets 415 and 416.
details: https://anonhg.NetBSD.org/src/rev/1f1df11cdb92
branches: netbsd-2-0
changeset: 561381:1f1df11cdb92
user: tron <tron%NetBSD.org@localhost>
date: Mon Jun 14 20:26:39 2004 +0000
description:
Tickets 415 and 416.
diffstat:
doc/CHANGES-2.0 | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r e99e0adddc70 -r 1f1df11cdb92 doc/CHANGES-2.0
--- a/doc/CHANGES-2.0 Mon Jun 14 20:24:20 2004 +0000
+++ b/doc/CHANGES-2.0 Mon Jun 14 20:26:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0,v 1.1.2.272 2004/06/14 18:26:01 tron Exp $
+# $NetBSD: CHANGES-2.0,v 1.1.2.273 2004/06/14 20:26:39 tron Exp $
A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
until 2.0 release:
@@ -3753,3 +3753,23 @@
PR toolchain/25606
[jmc, ticket #474]
+tools/compat/compat_defs.h 1.36
+
+ Before sucking in stdlib.h check if this is NetBSD. If so, explicitly
+ make sure to use _POSIX_C_SOURCE and undef _NETBSD_SOURCE so the
+ myriad of NetBSD extentions don't get pulled into scope (and likely
+ conflict at some point with branched code trying to build on -current
+ due to drift). Fixes PR toolchain/25533.
+ [jmc, ticket #495]
+
+usr.bin/vi/cl/cl_screen.c 1.7
+usr.bin/vi/ex/version.h 1.16
+
+ . don't call newterm() more than once; use setterm() and resizeterm()
+ instead on subsequent calls. Newterm() would fail after a few calls,
+ leading to vi exiting with a "ex/vi: error initializing terminal"
+ message
+ . if tcsetattr() fails due to EINTR, ignore it
+ Fixes PR bin/25849.
+ [aymeric, ticket #496]
+
Home |
Main Index |
Thread Index |
Old Index