]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20140726
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 27 Jul 2014 01:50:25 +0000 (01:50 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 27 Jul 2014 01:50:25 +0000 (01:50 +0000)
commitc6f54649ed4bf49ec27a522816984d2290201438
tree162493fb1da2cadf39e16189fc994bbef6653268
parent0dc2639645b2cc67271247405709161df24a771f
ncurses 5.9 - patch 20140726

+ eliminate some redundant -I options used for building libraries, and
  ensure that ${srcdir} is added to the include-options (prompted by
  discussion with Paul Gilmartin).
+ modify configure script to work with Minix3.2
+ add form library extension O_DYNAMIC_JUSTIFY option which can be
  used to override the different treatment of justification for static
  versus dynamic fields (adapted from patch by Leon Winter).
+ add a null pointer check in test/edit_field.c (report/analysis by
  Leon Winter, cf: 20130608).
28 files changed:
Ada95/aclocal.m4
Ada95/configure
NEWS
aclocal.m4
c++/Makefile.in
configure
dist.mk
form/fld_def.c
form/form.h
form/form.priv.h
form/frm_driver.c
man/form_field_opts.3x
ncurses/Makefile.in
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
progs/Makefile.in
test/Makefile.in
test/aclocal.m4
test/configure
test/demo_forms.c
test/edit_field.c
test/ncurses.c
test/testaddch.c
test/testcurs.c