Commit Graph

73 Commits

Author SHA1 Message Date
christos
ebfd11214d import file-5.20; bug fixes and better image magic descriptions. 2014-10-10 20:08:15 +00:00
matt
3b6f53715b Add UCB RISC-V EM value 2014-09-19 08:59:38 +00:00
christos
fdbbaf2d5a PR/49192: remove dup assignment. 2014-09-11 13:30:04 +00:00
joerg
a1fef3e08e Initialise all fields. 2014-06-13 13:38:52 +00:00
christos
819e6405b7 merge conflicts 2014-06-13 02:08:06 +00:00
christos
012fd1339d import file-5.19
2014-06-09   9:04  Christos Zoulas <christos@zoulas.com>

	* Misc buffer overruns and missing buffer size tests in cdf parsing
	  (Francisco Alonso, Jan Kaluza)

2014-06-02  14:50  Christos Zoulas <christos@zoulas.com>

	* Enforce limit of 8K on regex searches that have no limits
	* Allow the l modifier for regex to mean line count. Default
	  to byte count. If line count is specified, assume a max
	  of 80 characters per line to limit the byte count.
	* Don't allow conversions to be used for dates, allowing
	  the mask field to be used as an offset.

2014-05-30  12:51  Christos Zoulas <christos@zoulas.com>

	* Make the range operator limit the length of the
	  regex search.

2014-05-14  19:23  Christos Zoulas <christos@zoulas.com>

	* PR/347: Windows fixes
	* PR/352: Hangul word processor recognition
	* PR/354: Encoding irregularities in text files

2014-05-06  6:12  Christos Zoulas <christos@zoulas.com>

	* Fix uninitialized title in CDF files (Jan Kaluza)

2014-05-04  14:55  Christos Zoulas <christos@zoulas.com>

	* PR/351: Fix compilation of empty files

2014-04-30  17:39  Christos Zoulas <christos@zoulas.com>

	* Fix integer formats: We don't specify 'l' or
	  'h' and 'hh' specifiers anymore, only 'll' for
	  quads and nothing for the rest. This is so that
	  magic writing is simpler.

2014-04-01  15:25  Christos Zoulas <christos@zoulas.com>

	* PR/341: Jan Kaluza, fix memory leak
	* PR/342: Jan Kaluza, fix out of bounds read

2014-03-28  15:25  Christos Zoulas <christos@zoulas.com>

	* Fix issue with long formats not matching fmtcheck
2014-06-13 01:48:18 +00:00
martin
109f288e06 Make a gcc 4.8 warning non-fatal (couldn't find a way to avoid it, the
data is initialized via memcpy to a void pointer, so the "may be uninitialized"
warning is not true)
2014-01-17 20:24:20 +00:00
joerg
960bda48eb Only use __dead if it exists. 2014-01-16 23:36:52 +00:00
joerg
0ce9920b0c Mark some more dead functions. 2014-01-16 23:35:54 +00:00
christos
2b043c75b6 eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
joerg
bbb837ac5b Format string checks for file_vprintf and file_error_core 2014-01-07 02:12:07 +00:00
christos
398232367e Finish version auto-setting. 2013-12-01 20:15:42 +00:00
christos
cc3f5f16a8 Get version from the configure script 2013-12-01 20:01:14 +00:00
christos
8dd459ccad merge conflicts 2013-12-01 19:32:14 +00:00
christos
8df916c0a5 from ftp.astron.com, this is a bug fix release:
* always leave magic file loaded, don't unload for magic_check, etc.
       * fix default encoding to binary instead of unknown which broke recently
       * handle empty and one byte files, less specially so that
         --mime-encoding does not break completely.
       * fix erroneous non-zero exit code from non-existant file and message
       * add CDF MSI file detection (Guy Helmer)
2013-12-01 19:28:08 +00:00
joerg
18f7deec71 Spell the null pointer as NULL, not as nul. 2013-11-28 14:40:00 +00:00
drochner
debeb3b18a add to CLEANFILES at some places, for generated files 2013-08-13 19:29:45 +00:00
matt
acfa8422ee Print out BE8 and LE8 for arm elf 2013-08-04 07:49:07 +00:00
christos
a24c340b1b remove extra space 2013-03-23 16:23:46 +00:00
christos
c2e19894b5 merge new file 2013-03-23 16:15:57 +00:00
christos
52df37c7bd import file-5.14
changes are "name" + "use" keyword features, bug fixes
2013-03-23 15:49:08 +00:00
christos
ae7c06ea58 fix quoting. 2013-01-04 17:33:01 +00:00
christos
db1b387dc9 bring return value fixes from head. 2013-01-04 17:03:13 +00:00
christos
b060521580 fix the version string manually.
new sentence, new line.
2013-01-04 15:37:53 +00:00
christos
1c5b5b415c fix version detection 2013-01-04 15:34:47 +00:00
christos
f5bc9f2162 magic bug. 2013-01-04 00:49:44 +00:00
christos
f731f39bd1 new config, bump lib 2013-01-03 23:18:10 +00:00
christos
20d96732d4 merge changes 2013-01-03 23:05:35 +00:00
christos
84d8cf07ec make it work if $1 != . 2013-01-03 23:04:52 +00:00
christos
2ae0d66f56 from ftp.astron.com 2013-01-03 16:27:48 +00:00
matt
a7f19c0a52 Add EABI4 and EABI5 for arm 2012-08-04 15:51:20 +00:00
wiz
979c697256 regen. Updates version to 5.11, as requested by Jim Bernard in PR 46735. 2012-07-28 08:02:15 +00:00
christos
edd104c76c PR/46704: Antti Kantee: Recognize tilera in config.guess 2012-07-19 19:34:26 +00:00
christos
e3ea761b6d bring in changes from head. 2012-04-07 17:30:55 +00:00
christos
b327f3cc96 Look at the proper offsets for MD info, depending on the size of the binary
32 or 64.
2012-02-22 18:25:12 +00:00
christos
046a38dd85 merge conflicts 2012-02-22 17:53:48 +00:00
christos
f50962bc3d from ftp.astron.com, CDF security fixes 2012-02-22 17:48:04 +00:00
christos
0e7bd65839 fix wrong variable, import command 2012-02-22 17:47:25 +00:00
christos
7b69fe6a2f PR/45595: bch: fix missing magic prefix 2011-11-10 13:41:00 +00:00
christos
cb72177097 regen 2011-10-31 20:52:14 +00:00
christos
6ee25ca9b9 use cleantags, instead of home grown copy. 2011-10-08 19:28:38 +00:00
njoly
829ab7717f Fix magic_descriptor/magic_file quoting in SYNOPSIS. 2011-10-03 15:43:55 +00:00
christos
6762e6f13b comment out weak magic, from file HEAD. 2011-09-28 13:50:52 +00:00
christos
2203d253d7 fix cdf mime output on cdf files (from file HEAD) 2011-09-28 13:50:09 +00:00
christos
2cb320433e run autoreconf -f -i to disable maintainer mode. 2011-09-25 18:18:43 +00:00
joerg
cdbce62dc9 Define __arraycount if it doesn't exist. 2011-09-17 10:46:52 +00:00
christos
79bb278aa6 merge changes 2011-09-16 21:06:21 +00:00
christos
1594e4f0e7 restore from the dead. 2011-09-16 20:38:12 +00:00
christos
f2668aff30 from ftp.astron.com:
- elf seeking fixes
- improvements in cdf parsing
- waitpid only for our child
- magic fixes and additions
2011-09-16 20:37:23 +00:00
christos
dbb4627dd8 fix non-literal strings where they are not needed. 2011-08-14 09:06:12 +00:00