80e936ae8e
Version 3.15 01-May-2018 ------------------------ 1. The "logo" line "NE version xxxx" was showing the PCRE version which was current when NE was compiled (static) instead of getting the current (dynamic) version from a shared library. This is now fixed and the line reformatted. 2. Minor error in command line decoding; for switch items such as -id it was checking the text pointer (which might be partly unset) instead of the number field. 3. There is now a maximum linelength that NE will handle when reading a file in non-binary mode. The limit is 100,000 bytes. This prevents it going into a meltdown memory thrashing state for a file that contains an excessively long line. Version 3.14 26-February-2018 ----------------------------- 1. Two calls to error_moan() for failing to open a file were missing a second argument (specifying reading or writing), leading to a crash for an unknown file. 2. Added strerror() calls to all failed-do-open file errors. 3. Added some "fall through" comments when deliberately falling through. 4. Increased an internal buffer size to avoid format-overflow warning in "show wordcount" command. 5. Implemented -notraps to disable catching crash signals. This makes crashes easier to debug.
7 lines
449 B
Text
7 lines
449 B
Text
$NetBSD: distinfo,v 1.9 2018/06/06 14:53:04 prlw1 Exp $
|
|
|
|
SHA1 (ne-3.15.tar.gz) = 141fbfd001080bd54fe2de8356eb5c24fb4e7630
|
|
RMD160 (ne-3.15.tar.gz) = 05d9c8ee9e27256448ea66232732a297471cfa14
|
|
SHA512 (ne-3.15.tar.gz) = d4bd74d255649e3805d2fc497b4ef73ef26c0b4ba857e0fd05da2ffebd16943196da3d0dd6a18c32a4afa841cc72b989c3f40db7d9b9f49c60675646a525c048
|
|
Size (ne-3.15.tar.gz) = 664978 bytes
|
|
SHA1 (patch-Makefile.in) = 994359a495cb24b0ca7073c30f7664bff145c445
|