Revisions of ncurses

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 440236 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 123)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 437504 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 122)
- Drop patch ncurses-5.9-environment.dif as YaST2 ncurses GUI does
  not need it anymore and as well as it causes bug bsc#1000662 

- Add ncurses patch 20161022
  + modify tset -w (and tput reset) to update the program's copy of the
    screensize if it was already set in the system, to improve tabstop
    setting which relies upon knowing the actual screensize.
  + add functionality of tset -w to tput, like the "-c" feature this is
    not optional in tput.
  + add "clear" as a possible link/alias to tput.
  + improve tput's check for being called as "init" or "reset" to allow
    for transformed names.
  + split-out the "clear" function from progs/clear.c, share with
    tput to get the same behavior, e.g., the E3 extension.

- Add ncurses patch 20161015
  + amend internal use of tputs to consistently use the number of lines
    affected, e.g., for insert/delete character operations.  While
    merging terminfo source early in 1995, several descriptions used the
    "*" proportional delay for these operations, prompting a change in
    doupdate.
  + regenerate llib-* files.
  + regenerate HTML manpages.
  + fix several formatting issues with manual pages.

- Add ncurses patch 20161008
  + adjust size in infocmp/tic to work with strlcpy.
  + fix configure script to record when strlcat is found on OpenBSD.
  + build-fix for "recent" OpenBSD vs baudrate.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 434368 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 121)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 432863 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 120)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 420449 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 119)
- Add ncurses patch 20160813
  + add a dependency upon generated-sources in Ada95/src/Makefile.in to
    handle a case of "configure && make install".
  + trim trailing blanks from include/Caps*, to work around a problem
    in sed (Debian #818067).

- Add ncurses patch 20160806
  + improve CF_GNU_SOURCE configure macro to optionally define
    _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
  + move the terminfo-specific parts of tput's "reset" function into
    the shared reset_cmd.c, making the two forms of reset use the same
    strings.
  + split-out the terminal initialization functions from tset as
    progs/reset_cmd.c, as part of changes to merge the reset-feature
    with tput.

- Add ncurses patch 20160730
  + change tset's initialization to allow it to get settings from the
    standard input as well as /dev/tty, to be more effective when
    output or error are redirected.
  + improve discussion of history and portability for tset/reset/tput
    manual pages.
- Add ncurses patch 20160723
  + improve error message from tset/reset when both stderr/stdout are
    redirected to a file or pipe.
  + improve organization of curs_attr.3x, curs_color.3x
- Add ncurses patch 20160709
  + work around Debian's antique/unmaintained version of mawk when
    building link_test.
  + improve test/list_keys.c, showing ncurses's convention of modifiers
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 409012 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 118)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 403674 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 117)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 396169 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 116)
- Add ncurses patch 20160514
  + regenerate HTML manpages.
  + improve manual pages for wgetch and wget_wch to point out that they
    might return values without names in curses.h (Debian #822426).
  + make linux3.0 entry the default linux entry (Debian #823658) -TD
  + modify linux2.6 entry to improve line-drawing so that the linux3.0
    entry can be used in non-UTF-8 mode -TD
  + document return value of use_extended_names (report by Mike Gran).
- Modify patch ncurses-6.0.dif

- Add ncurses patch 20160507
  + amend change to _nc_do_color to restore the early return for the
    special case used in _nc_screen_wrap (report by Dick Streefland,
    cf: 20151017).
  + modify test/ncurses.c:
    + check return-value of putwin
    + correct ifdef which made the 'g' test's legend not reflect changes
      to keypad- and scroll-modes.
  + correct return-value of extended putwin (report by Mike Gran).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 393417 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 115)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 368283 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 114)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 360917 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 113)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 353820 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 112)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 347791 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 111)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 343821 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 110)
- Add ncurses patch 20151107
  + modify tset's assignment to TERM in its output to reflect the name by
    which the terminal description is found, rather than the primary
    name.  That was an unnecessary part from the initial conversion of
    tset from termcap to terminfo.  The termcap program in 4.3BSD did
    this to avoid using the short 2-character name (report by Rich
    Burridge).
  + minor fix to configure script to ensure that rules for resulting.map
    are only generated when needed (cf: 20151101).
  + modify configure script to handle the case where tic-library is
    renamed, but the --with-debug option is used by itself without
    normal or shared libraries (prompted by comment in Debian #803482).
- Add ncurses patch 20151101
  + amend change for pkg-config which allows build of pc-files when no
    valid pkg-config library directory was configured to suppress the
    actual install if it is not overridden to a valid directory at
    install time (cf: 20150822).
  + modify editing script which generates resulting.map to work with the
    clang configuration on recent FreeBSD, which gives an error on an
    empty "local" section.
  + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
    to incorrect attribute-masking.
- Add ncurses patch 20151024
  + modify MKexpanded.c to update the expansion of a temporary filename
    to "expanded.c", for use in trace statements.
  + modify layout of b/B tests in test/ncurses.c to allow for additional
    annotation on the right margin; some terminals with partial support
    did not display well.
  + fix typo in curs_attr.3x (patch by Sven Joachim).
  + fix typo in INSTALL (patch by Tomas Cech).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 326408 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 108)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 309617 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 107)
- Add ncurses patch 20150530
  + change private type for Event_Mask in Ada95 binding to work when
    mmask_t is set to 32-bits.
  + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
  + add vte-2014, update vte to use that -TD
  + modify tic and infocmp to "move" a diagnostic for tparm strings that
    have a syntax error to tic's "-c" option (report by Daniel Pitts).
  + fix two problems with configure script macros (Debian #786436,
    cf: 20150425, cf: 20100529).
- Add ncurses patch 20150523
  + add 'P' menu item to test/ncurses.c, to show pad in color.
  + improve discussion in curs_color.3x about color rendering (prompted
    by comment on Stack Overflow forum):
  + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
  + add several screen.XXX entries to support the respective variations
    for 256 colors -TD
  + add putty+fnkeys* building-block entries -TD
  + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 308956 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 106)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 307797 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 105)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 305304 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 104)
- Add ncurses patch 20150425
  + expanded description of tgetstr's area pointer in manual page
    (report by Todd M Lewis).
  + in-progress changes to modify test-packages to use ncursesw6 rather
    than ncursesw, with updated configure scripts.
  + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
    check for ".pc" files via pkg-config, but add a linkage check since
    frequently pkg-config configurations are broken.
  + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
    rpath option.
  + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
  + add several key definitions to nsterm-bce to match preconfigured
    keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
  + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
  + improve term_variables manual page, adding section on the terminfo
    long-name symbols which are defined in the term.h header.
  + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
Displaying revisions 141 - 160 of 263
openSUSE Build Service is sponsored by