From 2983c16f31fb7f25f32da1490d2cfb8397afbefc Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 13 Jul 2008 11:09:41 +0000 Subject: [PATCH] ncurses 5.6 - patch 20080713 + build-fix (reports by Christian Ebert, Funda Wang). --- NEWS | 5 ++++- dist.mk | 4 ++-- progs/tput.c | 5 +++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 3ff7ec94..b235a87b 100644 --- a/NEWS +++ b/NEWS @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.1254 2008/07/12 21:23:18 tom Exp $ +-- $Id: NEWS,v 1.1255 2008/07/13 11:07:42 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -45,6 +45,9 @@ See the AUTHORS file for the corresponding full names. Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20080713 + + build-fix (reports by Christian Ebert, Funda Wang). + 20080712 + compiler-warning fixes for Solaris. diff --git a/dist.mk b/dist.mk index c6f17089..3fcffaed 100644 --- a/dist.mk +++ b/dist.mk @@ -25,7 +25,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.650 2008/07/12 17:40:03 tom Exp $ +# $Id: dist.mk,v 1.651 2008/07/13 11:01:58 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -37,7 +37,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 5 NCURSES_MINOR = 6 -NCURSES_PATCH = 20080712 +NCURSES_PATCH = 20080713 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/progs/tput.c b/progs/tput.c index 8745cc99..022d4940 100644 --- a/progs/tput.c +++ b/progs/tput.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. * + * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -42,11 +42,12 @@ #include #if !PURE_TERMINFO +#include #include #endif #include -MODULE_ID("$Id: tput.c,v 1.41 2007/10/13 20:34:16 tom Exp $") +MODULE_ID("$Id: tput.c,v 1.42 2008/07/13 11:05:12 tom Exp $") #define PUTS(s) fputs(s, stdout) #define PUTCHAR(c) putchar(c) -- 2.44.0