Revisions of ncurses

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).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 298176 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 103)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 290953 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 102)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 287359 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 101)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 266243 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 99)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 262853 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 98)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 258482 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 97)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 254526 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 96)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 247099 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 95)
- Add ncurses patch 20140831
  + modify test/demo_termcap.c and test/demo_terminfo.c to make their
    options more directly comparable, and add "-i" option to specify
    a terminal description filename to parse for names to lookup.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 246365 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 94)
- Make pkgconfig files work for all current versions that is
  abi 5, abi wide 5, abi 6, and abi wide 6 
- Change patch ncurses-5.9.dif to enable gen-pkgconfig to do this

- Add ncurses patch 20140823
  + fix special case where double-width character overwrites a single-
    width character in the first column (report by Egmont Koblinger,
    cf: 20050813).

- Install pkg-config files into %_libdir

- Install pkg-config files
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 93)
Split 13.2 from Factory
Ludwig Nussel's avatar Ludwig Nussel (lnussel) accepted request 245062 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 92)
- Add ncurses patch 20140816
  + fix colors in ncurses 'b' test which did not work after changing
    it to put the test-strings in subwindows (cf: 20140705).
  + merge redundant SEE-ALSO sections in form and menu manpages.
- Add ncurses patch 20140809
  + modify declarations for user-data pointers in C++ binding to use
    reinterpret_cast to facilitate converting typed pointers to void*
    in user's application (patch by Adam Jiang).
  + regenerated html manpages.
  + add note regarding cause and effect for TERM in ncurses manpage,
    having noted clueless verbiage in Terminal.app's "help" file
    which reverses cause/effect.
  + remove special fallback definition for NCURSES_ATTR_T, since macros
    have resolved type-mismatches using casts (cf: 970412).
  + fixes for win_driver.c:
    + handle repainting on endwin/refresh combination.
    + implement beep().
    + minor cleanup.
- Add ncurses patch 20140802
  + minor portability fixes for MinGW:
    + ensure WINVER is defined in makefiles rather than using headers
    + add check for gnatprep "-T" option
    + work around bug introduced by gcc 4.8.1 in MinGW which breaks
      "trace" feature:
      http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
  + fix most compiler warnings for Cygwin ncurses-examples.
  + restore "redundant" -I options in test/Makefile.in, since they are
    typically needed when building the derived ncurses-examples package
    (cf: 20140726).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 243592 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 91)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 240886 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 90)
- Add ncurses patch 20140712
  + correct Charable() macro check for A_ALTCHARSET in wide-characters.
  + build-fix for position-debug code in tty_update.c, to work with or
    without sp-funcs.
- Add ncurses patch 20140705
  + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
    video-attributes and colors with double-width character strings.

- Add ncurses patch 20140629
  + correct check in win_driver.c for saving screen contents, e.g., when
    NCURSES_CONSOLE2 is set (cf: 20140503).
  + reorganize b/B menu items in ncurses.c, putting the test-strings into
    subwindows.  This is needed for a planned change to use Unicode
    fullwidth characters in the test-screens.
  + correct update to form status for _NEWTOP, broken by fixes for
    compiler warnings (patch by Leon Winter, cf: 20120616).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 238498 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 89)
- Remove the iterm link to iTerm.app terminal entry as there is already
  an iterm entry from an other package
- Add ncurses patch 20140621
  + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
    conflict with the static library (report by Ben Lentz).
  + document RPATH_LIST in INSTALLATION file, as part of workarounds for
    upgrading an ncurses library using the "--with-shared" option.
  + modify test/ncurses.c c/C tests to cycle through subsets of the
    total number of colors, to better illustrate 8/16/88/256-colors by
    providing directly comparable screens.
  + add test/dots_curses.c, for comparison with the low-level examples.

- Add ncurses patch 20140614
  + fix dereference before null check found by Coverity in tic.c 
    (cf: 20140524).
  + fix sign-extension bug in read_entry.c which prevented "toe" from
    reading empty "screen+italics" entry.
  + modify sgr for screen.xterm-new to support dim capability -TD
  + add dim capability to nsterm+7 -TD
  + cancel dim capability for iterm -TD
  + add dim, invis capabilities to vte-2012 -TD
  + add sitm/ritm to konsole-base and mlterm3 -TD
- Add ncurses patch 20140609
  > fix regression in screen terminfo entries (reports by Christian
    Ebert, Gabriele Balducci) -TD
  + revert the change to screen; see notes for why this did not work -TD
  + cancel sitm/ritm for entries which extend "screen", to work around
    screen's hardcoded behavior for SGR 3 -TD
- Add ncurses patch 20140607
  + separate masking for sgr in vidputs from sitm/ritm, which do not
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 235410 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 88)
- Add ncurses patch 20140524
  + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
    environment variable.
  + improve discussion of input-echoing in curs_getch.3x
  + clarify discussion in curs_addch.3x of wrapping.
  + modify parametrized.h to make fln non-padded.
  + correct several entries which had termcap-style padding used in
    terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
  + correct syntax for padding in some entries: dg211, h19 -TD
  + correct ti924-8 which had confused padding versus octal escapes -TD
  + correct padding in sbi entry -TD
  + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
    because the parameters to be incremented were already on the internal
    stack (report by Corinna Vinschen).
  + modify tic's "-c" option to take into account the "-C" option to
    activate additional checks which compare the results from running
    tparm() on the terminfo expressions versus the translated termcap
    expressions.
  + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
    cf: 20120324).
  > patches by Nicolas Boulenguez:
  + explicit dereferences to suppress some style warnings.
  + when c_varargs_to_ada.c includes its header, use double quotes
    instead of <>.
  + samples/ncurses2-util.adb:  removed unused with clause.  The warning
    was removed by an obsolete pragma.
  + replaced Unreferenced pragmas with Warnings (Off).  The latter,
    available with older GNATs, needs no configure test.  This also
    replaces 3 untested Unreferenced pragmas.
  + simplified To_C usage in trace handling.  Using two parameters allows
Displaying revisions 161 - 180 of 266
openSUSE Build Service is sponsored by