head 1.1; branch 1.1.1; access; symbols netbsd-11-0-RC4:1.1.1.1 netbsd-11-0-RC3:1.1.1.1 netbsd-11-0-RC2:1.1.1.1 netbsd-11-0-RC1:1.1.1.1 perseant-exfatfs-base-20250801:1.1.1.1 netbsd-11:1.1.1.1.0.16 netbsd-11-base:1.1.1.1 netbsd-10-1-RELEASE:1.1.1.1 perseant-exfatfs-base-20240630:1.1.1.1 perseant-exfatfs:1.1.1.1.0.14 perseant-exfatfs-base:1.1.1.1 netbsd-9-4-RELEASE:1.1.1.1 netbsd-10-0-RELEASE:1.1.1.1 netbsd-10-0-RC6:1.1.1.1 netbsd-10-0-RC5:1.1.1.1 netbsd-10-0-RC4:1.1.1.1 netbsd-10-0-RC3:1.1.1.1 netbsd-10-0-RC2:1.1.1.1 netbsd-10-0-RC1:1.1.1.1 FILE5_45:1.1.1.1 netbsd-10:1.1.1.1.0.12 netbsd-10-base:1.1.1.1 FILE5_43:1.1.1.1 netbsd-9-3-RELEASE:1.1.1.1 cjep_sun2x-base1:1.1.1.1 cjep_sun2x:1.1.1.1.0.10 cjep_sun2x-base:1.1.1.1 cjep_staticlib_x-base1:1.1.1.1 netbsd-9-2-RELEASE:1.1.1.1 cjep_staticlib_x:1.1.1.1.0.8 cjep_staticlib_x-base:1.1.1.1 FILE5_40:1.1.1.1 netbsd-9-1-RELEASE:1.1.1.1 FILE5_39:1.1.1.1 phil-wifi-20200421:1.1.1.1 phil-wifi-20200411:1.1.1.1 is-mlppp:1.1.1.1.0.6 is-mlppp-base:1.1.1.1 phil-wifi-20200406:1.1.1.1 netbsd-9-0-RELEASE:1.1.1.1 netbsd-9-0-RC2:1.1.1.1 FILE5_38:1.1.1.1 netbsd-9-0-RC1:1.1.1.1 phil-wifi-20191119:1.1.1.1 netbsd-9:1.1.1.1.0.4 netbsd-9-base:1.1.1.1 phil-wifi:1.1.1.1.0.2 phil-wifi-20190609:1.1.1.1 FILE5_37:1.1.1.1 CHRISTOS:1.1.1; locks; strict; comment @# @; 1.1 date 2019.05.22.17.19.57; author christos; state Exp; branches 1.1.1.1; next ; commitid VXeNRYYruN1MWdoB; 1.1.1.1 date 2019.05.22.17.19.57; author christos; state Exp; branches 1.1.1.1.2.1; next ; commitid VXeNRYYruN1MWdoB; 1.1.1.1.2.1 date 2019.05.22.17.19.57; author christos; state dead; branches; next 1.1.1.1.2.2; commitid jtc8rnCzWiEEHGqB; 1.1.1.1.2.2 date 2019.06.10.21.44.46; author christos; state Exp; branches; next ; commitid jtc8rnCzWiEEHGqB; desc @@ 1.1 log @Initial revision @ text @ #------------------------------------------------------------------------------ # $File: numpy,v 1.1 2019/05/09 16:24:36 christos Exp $ # numpy: file(1) magic for NumPy array binary serialization format # Reference: https://docs.scipy.org/doc/numpy/reference/generated/numpy.lib.format.html 0 string \x93NUMPY NumPy array, >6 ubyte x version %d >7 ubyte x \b.%d, >8 uleshort x header length %d @ 1.1.1.1 log @2019-05-14 22:26 Christos Zoulas * release 5.37 2019-05-09 22:27 Christos Zoulas * Make sure that continuation separators are printed with -k within softmagic 2019-05-06 22:27 Christos Zoulas * Change SIGPIPE saving and restoring during compression to use sigaction(2) instead of signal(3) and cache it. (Denys Vlasenko) * Cache stat(2) calls more to reduce number of calls (Denys Vlasenko) 2019-05-06 17:25 Christos Zoulas * PR/77: Handle --mime-type and -k correctly. 2019-05-03 15:26 Christos Zoulas * Switch decompression code to use vfork() because tools like rpmdiff and rpmbuild call libmagic with large process footprints (Denys Vlasenko) 2019-04-07 14:05 Christos Zoulas * PR/75: --enable-zlib, did not work. 2019-02-27 11:54 Christos Zoulas * Improve regex efficiency (Michael Schroeder) by: 1. Prefixing regex searches with regular search for keywords where possible 2. Using memmem(3) where available @ text @@ 1.1.1.1.2.1 log @file numpy was added on branch phil-wifi on 2019-06-10 21:44:46 +0000 @ text @d1 9 @ 1.1.1.1.2.2 log @Sync with HEAD @ text @a0 9 #------------------------------------------------------------------------------ # $File: numpy,v 1.1 2019/05/09 16:24:36 christos Exp $ # numpy: file(1) magic for NumPy array binary serialization format # Reference: https://docs.scipy.org/doc/numpy/reference/generated/numpy.lib.format.html 0 string \x93NUMPY NumPy array, >6 ubyte x version %d >7 ubyte x \b.%d, >8 uleshort x header length %d @