Releases: sabotage-linux/netbsd-curses
Release 0.3.2
http://ftp.barfooze.de/pub/sabotage/tarballs/netbsd-curses-0.3.2.tar.xz
sha512sum netbsd-curses-0.3.2.tar.xz
2f5604782599f07ee8c54bbf98fa7f8b1c13a26b3e194a4b4ac756f8b23448d1d3cb65223f39de304f34322b73deec6ccfa93cd4a606b2ed56308de730d6593e netbsd-curses-0.3.2.tar.xz
Release 0.3.1
http://ftp.barfooze.de/pub/sabotage/tarballs/netbsd-curses-0.3.1.tar.xz
$ sha512sum netbsd-curses-0.3.1.tar.xz
bd65358b59299de6b9879022842c7cd4fcdc1449b6bf7db5870a5fe0ffcc873f68da2bcf6b27bc231a956797377d66f56177178dad14304f332aaf924482ca90 netbsd-curses-0.3.1.tar.xz
Release 0.3.0
http://ftp.barfooze.de/pub/sabotage/tarballs/netbsd-curses-0.3.0.tar.xz
$ sha512sum netbsd-curses-0.3.0.tar.xz
9994c1efc2d5ac7beda7e09c023cb48ffe5638a570f6cc073ff613af7a3b3d8dbebc17414111abf947a31a25eb7b96c135e0cbe9aa87065d3b26138131339859 netbsd-curses-0.3.0.tar.xz
should build on freebsd, GNU/Linux and musl/Linux
Release 0.2.2
$ sha512sum netbsd-curses-0.2.2.tar.xz
84287e522277ea988de3ff44b8163c1a781ee4a19f376020786ac6420871343e6cb45d4161ba42603ca2fa40d98f1c174adbd16072f47402d44ad144a2fe8d95 netbsd-curses-0.2.2.tar.xz
http://ftp.barfooze.de/pub/sabotage/tarballs/netbsd-curses-0.2.2.tar.xz
release 0.2.1
$ sha512sum netbsd-curses-0.2.1.tar.xz
ea60a2bb137d248496a1f9ea8a6014d3fd40ef6982a3130332543436a67e76d1f95644820605acd5174c113fc18e013ad27328e8e915081cfe8cd11c1c716aa4 netbsd-curses-0.2.1.tar.xz
http://ftp.barfooze.de/pub/sabotage/tarballs/netbsd-curses-0.2.1.tar.xz
Changelog:
- fixes for C++ compat
- imported upstream changes:
- new immedok(), syncok(), is_term_resized, resize_term(), is_pad(), ripoffline(), slk_*()
- bugfixes
- updated terminfo db to 2017-01-28
release 0.2.0
sha512sum netbsd-curses-0.2.0.tar.xz
3c6a37b585c920a1de2b66363addcde6b3ab608099ffe94b6cb5ce59ad4c916dc0676a583ef55a34b7438f2e18afe18d44dac822281df385f1430b340af19a9a netbsd-curses-0.2.0.tar.xz
get release from http://ftp.barfooze.de/pub/sabotage/tarballs/netbsd-curses-0.2.0.tar.xz since github doesnt let me attach tarballs anymore
changelog:
- fixed linux terminal terminfo descriptions messing up midnight commander output
- add built-in support for dvtm 0.15 terminfo descriptions
- imported netbsd upstream changes:
- addition of has_key(), typeahead(), use_env(), is_leaveok(), is_keypad(), filter()
- fix A_BOLD bug in standend()
- fix positioning bug in _cursesi_addbyte() and _cursesi_addwchar()
- fix off-by-one memcpy() in _ti_readterm()
v0.1.1
- fix more GLIBC compile issues due to insufficient feature test macros
- fix UB (missing return statement) in newly added function
sha512 checksum: 114ae8d079aa2ad39d67f1d16798c63d4fb260f788a2574bbb30f9a90f406c83fe9c8358b6a52ead51a144eeb18c74d17cca7960e656fc8955c150ddaff1305c
v0.1.0
v.0.0.4
- fixed a bug that caused wrong cursor position in some cases ( https://www.midnight-commander.org/ticket/3671 )
- added manpages
- added some tools (stuff that ships with ncurses as well)
v0.0.3
Makefile: fix logic pulling in either terminfo .a or .so for binaries the TI_LINKLIB target specific variable, which was intended to be overridden via "make all-dynamic" wasn't actually evaluated, and the tset and tputs binaries always linked against the static archive. since it's tricky to express this logic, we now make it conditional on whether the user puts -static in his LDFLAGS, which hints that he wants to use the static libs to compile the programs.