]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20150110
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 11 Jan 2015 01:37:29 +0000 (01:37 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 11 Jan 2015 01:37:29 +0000 (01:37 +0000)
commit4ad721f3e68db15c3dfa9b042f533c89d7476366
treed30f9100108dbbfd4e86bb691f3e01400ee1f37e
parentb8cca229aaa89adcc41dbd7c7710515e983e60f2
ncurses 5.9 - patch 20150110

+ add a step to generating ".map" files, to declare any remaining
  symbols beginning with "_" as local, at the last version node.
+ improve configure checks for pkg-config, addressing a variant found
  with FreeBSD ports.
+ modify win_driver.c to provide characters for special keys, like
  ansi.sys, when keypad mode is off, rather than returning nothing at
  all (discussion with Eli Zaretskii).
+ add "broken_linker" and "hashed-db" configure options to combinations
  use for generating the ".map" and ".sym" files.
+ avoid using "ld" directly when creating shared library, to simplify
  cross-compiles.  Also drop "-Bsharable" option from shared-library
  rules for FreeBSD and DragonFly (FreeBSD #196592).
+ fix a memory leak in form library Free_RegularExpression_Type()
  (report by Pavel Balaev).
21 files changed:
NEWS
VERSION
aclocal.m4
configure
dist.mk
form/fty_regex.c
ncurses/win32con/win_driver.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.map
package/ncurses.spec
package/ncurses.sym
package/ncursest.map
package/ncursest.sym
package/ncursestw.map
package/ncursestw.sym
package/ncursesw.map
package/ncursesw.sym