File:  [cvs.NetBSD.org] / pkgsrc / editors / ne / distinfo
Revision 1.10: download - view: text, annotated - select for diffs
Sat Aug 7 12:20:17 2021 UTC (3 years, 4 months ago) by prlw1
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, HEAD
Update ne to 3.18

Version 3.18 04-May-2021
------------------------

1. Allow mark textblock and mark rectangle keystrokes in readonly mode (the
corresponding commands and the "copy" keystroke were already allowed; this was
an oversight).

2. Two casts in sysunix.c for the 2nd argument of tgetstr().

3. The buffers for file names were too small for very long file names. They
have been increased in size and put on the stack instead of statics in the
binary.

4. Some obsolete memory-handling code has been tidied up. Use size_t for memory
sizes. NE now frees all its memory via an atexit() function, but in screen mode
ncurses doesn't free everything (see various online discussions).


Version 3.17 21-October-2018

$NetBSD: distinfo,v 1.10 2021/08/07 12:20:17 prlw1 Exp $

SHA1 (ne-3.18.tar.gz) = 365603be30905aa132a5c2563a8f3024e06e8902
RMD160 (ne-3.18.tar.gz) = 4f856bb07e86657b7fa7a40e1aba1499f5ff0fa7
SHA512 (ne-3.18.tar.gz) = 56509124c4d4836a367564e086b02bb453cf6a12e236631cf9f1781672b832f2c6204e4886cacaed0c9d0a60c34ba0920fc87ba578b9deaf0b63443396cc2a6b
Size (ne-3.18.tar.gz) = 665893 bytes
SHA1 (patch-Makefile.in) = 994359a495cb24b0ca7073c30f7664bff145c445
SHA1 (patch-src_unixhdr.h) = 936dfa4e567ad8b7a0c0270795edfbe8a1f7247d

CVSweb <webmaster@jp.NetBSD.org>