Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (11d)  pkgsrc-2023Q4 (58d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (170d) 

2024-05-28 17:38:01 UTC Now

2024-02-09 20:50:40 UTC MAIN commitmail json YAML

bitmap: update to 1.1.1.

This release adds -help and -version options to all three programs.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by these programs should ever
be anywhere near 2GB in size, it may be stored on a filesystem which uses
large inode numbers not supported by the original 32-bit APIs.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow imake to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (6):
      configure: Use AC_SYS_LARGEFILE to enable large file support
      Ensure all *.c files include config.h before any other headers
      atobm, bmtoa, bitmap: Add -help and -version options
      bitmap: Print which option was in error along with usage message
      Remove "All rights reserved" from Oracle copyright notices
      bitmap 1.1.1

(wiz)