diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-02-19 16:58:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-02-19 16:58:06 +0000 |
commit | 72c3fc31f590566e93496732d6fa769cd353e270 (patch) | |
tree | a62fdfa38fcc1f5b8e8680c144a09e8fa9436cb5 /progs | |
parent | f0179cb6083cc92e5947ae56e6a0a5c5328aead0 (diff) | |
download | src-72c3fc31f590566e93496732d6fa769cd353e270.tar.gz src-72c3fc31f590566e93496732d6fa769cd353e270.zip |
import ncurses 6.2-20200215vendor/ncurses/6.2-20200215
Notes
Notes:
svn path=/vendor/ncurses/dist/; revision=358125
svn path=/vendor/ncurses/6.2-20200215/; revision=358126; tag=vendor/ncurses/6.2-20200215
Diffstat (limited to 'progs')
-rwxr-xr-x | progs/MKtermsort.sh | 5 | ||||
-rw-r--r-- | progs/Makefile.in | 5 | ||||
-rwxr-xr-x | progs/capconvert | 5 | ||||
-rw-r--r-- | progs/clear.c | 5 | ||||
-rwxr-xr-x | progs/clear.sh | 3 | ||||
-rw-r--r-- | progs/clear_cmd.c | 5 | ||||
-rw-r--r-- | progs/clear_cmd.h | 5 | ||||
-rw-r--r-- | progs/dump_entry.c | 5 | ||||
-rw-r--r-- | progs/dump_entry.h | 5 | ||||
-rw-r--r-- | progs/infocmp.c | 5 | ||||
-rw-r--r-- | progs/modules | 5 | ||||
-rw-r--r-- | progs/progs.priv.h | 5 | ||||
-rw-r--r-- | progs/reset_cmd.c | 5 | ||||
-rw-r--r-- | progs/reset_cmd.h | 5 | ||||
-rw-r--r-- | progs/tabs.c | 5 | ||||
-rw-r--r-- | progs/tic.c | 5 | ||||
-rw-r--r-- | progs/toe.c | 5 | ||||
-rw-r--r-- | progs/tparm_type.c | 5 | ||||
-rw-r--r-- | progs/tparm_type.h | 5 | ||||
-rw-r--r-- | progs/tput.c | 5 | ||||
-rw-r--r-- | progs/transform.c | 5 | ||||
-rw-r--r-- | progs/tset.c | 5 | ||||
-rw-r--r-- | progs/tty_settings.c | 5 | ||||
-rw-r--r-- | progs/tty_settings.h | 5 |
24 files changed, 71 insertions, 47 deletions
diff --git a/progs/MKtermsort.sh b/progs/MKtermsort.sh index 60aaaedf7325..7206bc1a9288 100755 --- a/progs/MKtermsort.sh +++ b/progs/MKtermsort.sh @@ -1,10 +1,11 @@ #!/bin/sh -# $Id: MKtermsort.sh,v 1.12 2017/08/12 12:22:06 tom Exp $ +# $Id: MKtermsort.sh,v 1.13 2020/02/02 23:34:34 tom Exp $ # # MKtermsort.sh -- generate indirection vectors for the various sort methods # ############################################################################## -# Copyright (c) 1998-2015,2017 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2015,2017 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 "Software"), # diff --git a/progs/Makefile.in b/progs/Makefile.in index b55057d88ef9..79cbc99ecf28 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,6 +1,7 @@ -# $Id: Makefile.in,v 1.102 2018/01/15 19:28:45 tom Exp $ +# $Id: Makefile.in,v 1.103 2020/02/02 23:34:34 tom Exp $ ############################################################################## -# Copyright (c) 1998-2016,2018 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2016,2018 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 "Software"), # diff --git a/progs/capconvert b/progs/capconvert index a3535bd4a570..bcd56d3dc42a 100755 --- a/progs/capconvert +++ b/progs/capconvert @@ -1,6 +1,7 @@ #!/bin/sh ############################################################################## -# Copyright (c) 1998-2019,2020 Free Software Foundation, Inc. # +# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 1998-2011,2017 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 "Software"), # @@ -26,7 +27,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: capconvert,v 1.8 2020/01/18 17:02:38 tom Exp $ +# $Id: capconvert,v 1.9 2020/02/02 23:34:34 tom Exp $ # # capconvert -- automated conversion from termcap to terminfo # diff --git a/progs/clear.c b/progs/clear.c index 2ffdf9530948..85a5ea541b68 100644 --- a/progs/clear.c +++ b/progs/clear.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2016,2017 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 * @@ -40,7 +41,7 @@ #include <clear_cmd.h> #include <tty_settings.h> -MODULE_ID("$Id: clear.c,v 1.22 2017/10/07 21:48:32 tom Exp $") +MODULE_ID("$Id: clear.c,v 1.23 2020/02/02 23:34:34 tom Exp $") const char *_nc_progname = "clear"; diff --git a/progs/clear.sh b/progs/clear.sh index f26112b97c38..1d899f114090 100755 --- a/progs/clear.sh +++ b/progs/clear.sh @@ -1,6 +1,7 @@ #!/bin/sh ############################################################################## -# Copyright (c) 1998,2006 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998,2006 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 "Software"), # diff --git a/progs/clear_cmd.c b/progs/clear_cmd.c index ef404a444d6e..3d80515c2e97 100644 --- a/progs/clear_cmd.c +++ b/progs/clear_cmd.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2016-2017,2018 Free Software Foundation, Inc. * + * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 2016,2017 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 * @@ -37,7 +38,7 @@ #define USE_LIBTINFO #include <clear_cmd.h> -MODULE_ID("$Id: clear_cmd.c,v 1.4 2018/08/04 18:43:22 Nicholas.Marriott Exp $") +MODULE_ID("$Id: clear_cmd.c,v 1.5 2020/02/02 23:34:34 tom Exp $") static int putch(int c) diff --git a/progs/clear_cmd.h b/progs/clear_cmd.h index 7ccd44c8c8fb..b1de81456149 100644 --- a/progs/clear_cmd.h +++ b/progs/clear_cmd.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2016,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2016,2017 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 * @@ -31,7 +32,7 @@ ****************************************************************************/ /* - * $Id: clear_cmd.h,v 1.2 2017/08/19 13:37:38 tom Exp $ + * $Id: clear_cmd.h,v 1.3 2020/02/02 23:34:34 tom Exp $ * * Utility functions for clearing terminal. */ diff --git a/progs/dump_entry.c b/progs/dump_entry.c index 8a47084a28bf..85d56eb92c2d 100644 --- a/progs/dump_entry.c +++ b/progs/dump_entry.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * + * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 1998-2016,2017 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 * @@ -39,7 +40,7 @@ #include "termsort.c" /* this C file is generated */ #include <parametrized.h> /* so is this */ -MODULE_ID("$Id: dump_entry.c,v 1.175 2019/10/12 15:59:07 tom Exp $") +MODULE_ID("$Id: dump_entry.c,v 1.176 2020/02/02 23:34:34 tom Exp $") #define DISCARD(string) string = ABSENT_STRING #define PRINTF (void) printf diff --git a/progs/dump_entry.h b/progs/dump_entry.h index 1d0b01d8acbe..984fee709551 100644 --- a/progs/dump_entry.h +++ b/progs/dump_entry.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * + * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 1998-2016,2017 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 * @@ -33,7 +34,7 @@ ****************************************************************************/ /* - * $Id: dump_entry.h,v 1.41 2018/05/26 15:22:30 tom Exp $ + * $Id: dump_entry.h,v 1.42 2020/02/02 23:34:34 tom Exp $ * * Dump control definitions and variables */ diff --git a/progs/infocmp.c b/progs/infocmp.c index 82c48419a047..f42ff3416ece 100644 --- a/progs/infocmp.c +++ b/progs/infocmp.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2016,2017 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,7 +43,7 @@ #include <dump_entry.h> -MODULE_ID("$Id: infocmp.c,v 1.143 2017/04/05 09:27:51 tom Exp $") +MODULE_ID("$Id: infocmp.c,v 1.144 2020/02/02 23:34:34 tom Exp $") #define MAX_STRING 1024 /* maximum formatted string */ diff --git a/progs/modules b/progs/modules index dc7d61cf4a74..f2bba15c1eb8 100644 --- a/progs/modules +++ b/progs/modules @@ -1,7 +1,8 @@ -# $Id: modules,v 1.21 2016/12/24 17:33:59 tom Exp $ +# $Id: modules,v 1.22 2020/02/02 23:34:34 tom Exp $ # Program modules (some are in ncurses lib!) ############################################################################## -# Copyright (c) 1998-2014,2016 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2014,2016 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 "Software"), # diff --git a/progs/progs.priv.h b/progs/progs.priv.h index da34790275f3..da7a5154f734 100644 --- a/progs/progs.priv.h +++ b/progs/progs.priv.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2017,2019 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 1998-2015,2017 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 * @@ -30,7 +31,7 @@ * Author: Thomas E. Dickey 1997-on * ****************************************************************************/ /* - * $Id: progs.priv.h,v 1.47 2019/12/14 23:53:12 tom Exp $ + * $Id: progs.priv.h,v 1.48 2020/02/02 23:34:34 tom Exp $ * * progs.priv.h * diff --git a/progs/reset_cmd.c b/progs/reset_cmd.c index 28829e72fe25..9d23cd05ec2e 100644 --- a/progs/reset_cmd.c +++ b/progs/reset_cmd.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2016-2017,2019 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2016,2017 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 * @@ -52,7 +53,7 @@ #include <sys/ptem.h> #endif -MODULE_ID("$Id: reset_cmd.c,v 1.18 2019/07/13 21:35:13 tom Exp $") +MODULE_ID("$Id: reset_cmd.c,v 1.19 2020/02/02 23:34:34 tom Exp $") /* * SCO defines TIOCGSIZE and the corresponding struct. Other systems (SunOS, diff --git a/progs/reset_cmd.h b/progs/reset_cmd.h index f5426eb8d04b..7d457154996f 100644 --- a/progs/reset_cmd.h +++ b/progs/reset_cmd.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2016 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2016 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 * @@ -31,7 +32,7 @@ ****************************************************************************/ /* - * $Id: reset_cmd.h,v 1.7 2016/12/24 18:08:48 tom Exp $ + * $Id: reset_cmd.h,v 1.8 2020/02/02 23:34:34 tom Exp $ * * Utility functions for resetting terminal. */ diff --git a/progs/tabs.c b/progs/tabs.c index 01325c329cb9..8a3bc108fe8d 100644 --- a/progs/tabs.c +++ b/progs/tabs.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2008-2016,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2008-2016,2017 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 * @@ -38,7 +39,7 @@ #include <progs.priv.h> #include <tty_settings.h> -MODULE_ID("$Id: tabs.c,v 1.41 2017/10/12 22:42:08 tom Exp $") +MODULE_ID("$Id: tabs.c,v 1.42 2020/02/02 23:34:34 tom Exp $") static void usage(void) GCC_NORETURN; diff --git a/progs/tic.c b/progs/tic.c index c66a4ef4cdb9..328bcd6b2772 100644 --- a/progs/tic.c +++ b/progs/tic.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * + * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 1998-2017,2018 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 * @@ -48,7 +49,7 @@ #include <parametrized.h> #include <transform.h> -MODULE_ID("$Id: tic.c,v 1.281 2019/11/09 18:51:36 tom Exp $") +MODULE_ID("$Id: tic.c,v 1.282 2020/02/02 23:34:34 tom Exp $") #define STDIN_NAME "<stdin>" diff --git a/progs/toe.c b/progs/toe.c index 7b9f79ad6d8d..f3856f049c11 100644 --- a/progs/toe.c +++ b/progs/toe.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * + * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 1998-2013,2017 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 * @@ -44,7 +45,7 @@ #include <hashed_db.h> #endif -MODULE_ID("$Id: toe.c,v 1.78 2018/11/17 22:41:46 tom Exp $") +MODULE_ID("$Id: toe.c,v 1.79 2020/02/02 23:34:34 tom Exp $") #define isDotname(name) (!strcmp(name, ".") || !strcmp(name, "..")) diff --git a/progs/tparm_type.c b/progs/tparm_type.c index 125e43c26179..da681ce90fe2 100644 --- a/progs/tparm_type.c +++ b/progs/tparm_type.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2013,2015 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2014,2015 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 * @@ -32,7 +33,7 @@ #include <tparm_type.h> -MODULE_ID("$Id: tparm_type.c,v 1.2 2015/04/04 15:01:13 tom Exp $") +MODULE_ID("$Id: tparm_type.c,v 1.3 2020/02/02 23:34:34 tom Exp $") /* * Lookup the type of call we should make to tparm(). This ignores the actual diff --git a/progs/tparm_type.h b/progs/tparm_type.h index d1431683ad45..77f4f21cfb56 100644 --- a/progs/tparm_type.h +++ b/progs/tparm_type.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2014 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2014 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 * @@ -31,7 +32,7 @@ ****************************************************************************/ /* - * $Id: tparm_type.h,v 1.1 2014/05/21 16:57:56 tom Exp $ + * $Id: tparm_type.h,v 1.2 2020/02/02 23:34:34 tom Exp $ * * determine expected/actual number of parameters to setup for tparm */ diff --git a/progs/tput.c b/progs/tput.c index da90dcf07be2..295b83fb8161 100644 --- a/progs/tput.c +++ b/progs/tput.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * + * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 1998-2016,2017 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 * @@ -50,7 +51,7 @@ #include <transform.h> #include <tty_settings.h> -MODULE_ID("$Id: tput.c,v 1.80 2019/07/28 18:18:41 tom Exp $") +MODULE_ID("$Id: tput.c,v 1.81 2020/02/02 23:34:34 tom Exp $") #define PUTS(s) fputs(s, stdout) diff --git a/progs/transform.c b/progs/transform.c index c0557f0b98fb..67caf2d23f1a 100644 --- a/progs/transform.c +++ b/progs/transform.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2009-2010,2011 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2009-2010,2011 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 * @@ -34,7 +35,7 @@ #include <transform.h> -MODULE_ID("$Id: transform.c,v 1.3 2011/05/14 22:41:17 tom Exp $") +MODULE_ID("$Id: transform.c,v 1.4 2020/02/02 23:34:34 tom Exp $") #ifdef SUFFIX_IGNORED static void diff --git a/progs/tset.c b/progs/tset.c index 10696e9da2d9..ca0520e215a1 100644 --- a/progs/tset.c +++ b/progs/tset.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2016,2017 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 * @@ -97,7 +98,7 @@ char *ttyname(int fd); #endif -MODULE_ID("$Id: tset.c,v 1.120 2017/10/08 00:01:29 tom Exp $") +MODULE_ID("$Id: tset.c,v 1.121 2020/02/02 23:34:34 tom Exp $") #ifndef environ extern char **environ; diff --git a/progs/tty_settings.c b/progs/tty_settings.c index 23daefa07ac8..274de9fecf6f 100644 --- a/progs/tty_settings.c +++ b/progs/tty_settings.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2016,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2016,2017 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 * @@ -35,7 +36,7 @@ #include <fcntl.h> -MODULE_ID("$Id: tty_settings.c,v 1.5 2017/10/07 20:55:57 tom Exp $") +MODULE_ID("$Id: tty_settings.c,v 1.6 2020/02/02 23:34:34 tom Exp $") static int my_fd; static TTY original_settings; diff --git a/progs/tty_settings.h b/progs/tty_settings.h index b0731078a3d4..bd3bcdb3207a 100644 --- a/progs/tty_settings.h +++ b/progs/tty_settings.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2016,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2016,2017 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 * @@ -31,7 +32,7 @@ ****************************************************************************/ /* - * $Id: tty_settings.h,v 1.2 2017/10/07 19:11:31 tom Exp $ + * $Id: tty_settings.h,v 1.3 2020/02/02 23:34:34 tom Exp $ * * Utility functions for saving/restoring terminal settings. */ |