Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
582 changes: 321 additions & 261 deletions ANNOUNCE

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- Copyright 2020,2021 Thomas E. Dickey --
-- Copyright 2020-2024,2025 Thomas E. Dickey --
-- Copyright 2006,2017 Free Software Foundation, Inc. --
-- --
-- Permission is hereby granted, free of charge, to any person obtaining a --
Expand All @@ -26,7 +26,7 @@
-- sale, use or other dealings in this Software without prior written --
-- authorization. --
-------------------------------------------------------------------------------
-- $Id: AUTHORS,v 1.5 2021/06/17 21:20:30 tom Exp $
-- $Id: AUTHORS,v 1.8 2025/11/12 01:25:55 tom Exp $
-------------------------------------------------------------------------------
These are the principal authors/contributors of ncurses since 1.9.9e,
in decreasing order of their contribution:
Expand All @@ -36,5 +36,6 @@ JPF Juergen Pfeifer
ESR Eric S Raymond
AVL Alexander V Lukyanov
PB Philippe Blain
GBR Branden Robinson
SV Sven Verdoolaege
NB Nicolas Boulenguez
NB Nicolas Boulenguez
23 changes: 12 additions & 11 deletions Ada95/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $Id: Makefile.in,v 1.30 2022/12/17 23:33:33 tom Exp $
# $Id: Makefile.in,v 1.34 2025/10/18 15:20:43 tom Exp $
##############################################################################
# Copyright 2020-2021,2022 Thomas E. Dickey #
# Copyright 2020-2024,2025 Thomas E. Dickey #
# Copyright 1998-2010,2015 Free Software Foundation, Inc. #
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
Expand Down Expand Up @@ -31,7 +31,7 @@
# Author: Juergen Pfeifer, 1996
#
# Version Control
# $Revision: 1.30 $
# $Revision: 1.34 $
#
SHELL = @SHELL@
VPATH = @srcdir@
Expand All @@ -47,19 +47,20 @@ libdir = @libdir@
libexecdir = @libexecdir@
includedir = @includedir@

BINDIR = $(DESTDIR)$(bindir)
DATADIR = $(DESTDIR)$(datadir)
LIBDIR = $(DESTDIR)$(libdir)
LIBEXECDIR = $(DESTDIR)$(libexecdir)
@SET_MAKE@
@SET_DESTDIR@
TOP_MFLAGS = DESTDIR="$(DESTDIR)" RPATH_LIST="$(RPATH_LIST)"

BINDIR = $(DESTDIR)$(bindir@MERGE_PREFIX@)
DATADIR = $(DESTDIR)$(datadir@MERGE_PREFIX@)
LIBDIR = $(DESTDIR)$(libdir@MERGE_PREFIX@)
LIBEXECDIR = $(DESTDIR)$(libexecdir@MERGE_PREFIX@)

SUBDIRS = @ADA_SUBDIRS@
SUBDIRS = @ADA_SUBDIRS@

INSTALL = @INSTALL@ @INSTALL_OPT_O@
INSTALL_SCRIPT = @INSTALL@

TOP_MFLAGS = @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" RPATH_LIST="$(RPATH_LIST)"
@SET_MAKE@

################################################################################

@[email protected] : all
Expand Down
Loading
Loading