]> ncurses.scripts.mit.edu Git - ncurses.git/commit - progs/dump_entry.c
ncurses 6.0 - patch 20170415
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 16 Apr 2017 01:08:25 +0000 (01:08 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 16 Apr 2017 01:08:25 +0000 (01:08 +0000)
commit5e1e572b71ae31a6071daa24e2460a68a6f1003c
tree0199e2ba95a19b9ed5cd7a9bf7c205df0f25385d
parenta924c24b2535cccdc0f5f991cd8ddcadcfa1f0d2
ncurses 6.0 - patch 20170415

+ modify several test programs to use new popup_msgs, adapted from
  help-screen used in test/edit_field.c
+ drop two symbols obsoleted in 2004: _nc_check_termtype, and
  _nc_resolve_uses
+ fix some old copyright dates (cf: 20031025).
+ build-fixes for test/savescreen.c to work with AIX and HPUX.
+ minor fix to configure script, adding a backslash/continuation.
+ extend TERMINAL structure for ABI 6 to store numbers internally as
  integers rather than short, by adding new data for this purpose.
+ more fixes for minor memory-leaks in test-programs.
141 files changed:
Ada95/README
Ada95/include/MKncurses_def.sh
Ada95/samples/rain.ads
Ada95/samples/sample-curses_demo-attributes.adb
Ada95/samples/sample-curses_demo-attributes.ads
Ada95/samples/sample-curses_demo-mouse.ads
Ada95/samples/sample-curses_demo.ads
Ada95/samples/sample-form_demo.ads
Ada95/samples/sample-header_handler.ads
Ada95/samples/sample-keyboard_handler.ads
Ada95/samples/sample-manifest.ads
Ada95/samples/sample-menu_demo.ads
Ada95/samples/sample-text_io_demo.ads
Ada95/samples/sample.ads
Ada95/samples/status.adb
Ada95/samples/status.ads
Ada95/samples/tour.adb
Ada95/samples/tour.ads
Ada95/src/library.gpr
Ada95/src/terminal_interface-curses-forms-field_types-enumeration-ada.ads
Ada95/src/terminal_interface-curses-putwin.adb
Ada95/src/terminal_interface-curses-putwin.ads
Ada95/src/terminal_interface-curses-termcap.ads
Ada95/src/terminal_interface-curses-terminfo.ads
MANIFEST
NEWS
VERSION
configure
configure.in
dist.mk
include/MKncurses_def.sh
include/MKterm.h.awk.in
include/term_entry.h
include/termcap.h.in
man/term_variables.3x
misc/shlib
misc/tdlint
ncurses/SigAction.h
ncurses/base/MKkeyname.awk
ncurses/base/lib_set_term.c
ncurses/curses.priv.h
ncurses/llib-lncurses
ncurses/llib-lncursest
ncurses/llib-lncursestw
ncurses/llib-lncursesw
ncurses/llib-ltic
ncurses/llib-ltict
ncurses/llib-ltictw
ncurses/llib-lticw
ncurses/llib-ltinfo
ncurses/llib-ltinfot
ncurses/llib-ltinfotw
ncurses/llib-ltinfow
ncurses/new_pair.h
ncurses/tinfo/MKfallback.sh
ncurses/tinfo/alloc_entry.c
ncurses/tinfo/alloc_ttype.c
ncurses/tinfo/comp_parse.c
ncurses/tinfo/comp_scan.c
ncurses/tinfo/entries.c
ncurses/tinfo/free_ttype.c
ncurses/tinfo/lib_cur_term.c
ncurses/tinfo/lib_data.c
ncurses/tinfo/lib_options.c
ncurses/tinfo/lib_raw.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/lib_termcap.c
ncurses/tinfo/lib_ti.c
ncurses/tinfo/parse_entry.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/read_termcap.c
ncurses/tinfo/tinfo_driver.c
ncurses/tinfo/trim_sgr0.c
ncurses/tinfo/write_entry.c
ncurses/tty/lib_mvcur.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
progs/dump_entry.c
progs/dump_entry.h
progs/infocmp.c
progs/progs.priv.h
progs/tic.c
progs/toe.c
test/background.c
test/blue.c
test/bs.c
test/chgat.c
test/clip_printw.c
test/demo_defkey.c
test/demo_forms.c
test/demo_keyok.c
test/demo_new_pair.c
test/demo_panels.c
test/demo_termcap.c
test/dots_curses.c
test/dots_termcap.c
test/echochar.c
test/edit_field.c
test/edit_field.h
test/extended_color.c
test/form_driver_w.c
test/hashtest.c
test/inch_wide.c
test/inchs.c
test/insdelln.c
test/knight.c
test/modules
test/movewindow.c
test/ncurses.c
test/popup_msg.c [new file with mode: 0644]
test/popup_msg.h [new file with mode: 0644]
test/programs
test/rain.c
test/redraw.c
test/savescreen.c
test/sp_tinfo.c
test/test.priv.h
test/test_add_wchstr.c
test/test_addchstr.c
test/test_addstr.c
test/test_addwstr.c
test/test_arrays.c
test/test_get_wstr.c
test/test_getstr.c
test/test_instr.c
test/test_inwstr.c
test/view.c
test/worm.c