summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* more quad format fixes.Christos Zoulas2006-06-083-118/+62
* add more format checks.Christos Zoulas2006-06-082-34/+125
* change u_int to uint32_tChristos Zoulas2006-06-081-5/+5
* rename mcheck to magiccheck for qnxChristos Zoulas2006-06-081-6/+6
* finish quad support.Christos Zoulas2006-06-083-18/+60
* linux changes from suseChristos Zoulas2006-06-081-5/+31
* format checks, some quad support.Christos Zoulas2006-06-081-7/+182
* FIFO handling.Christos Zoulas2006-06-082-29/+115
* comments-onlyIan Darwin2006-06-021-3/+3
* Add missing 'r' flag in USAGE, and one commentIan Darwin2006-06-021-2/+5
* comments-only changeIan Darwin2006-06-011-2/+8
* comments-onlyIan Darwin2006-06-011-4/+4
* clarify commentIan Darwin2006-06-011-3/+2
* use constants and be more tolerant of seek errors. From suseChristos Zoulas2006-05-033-23/+60
* Identify gnu tar vs. posix tar.Christos Zoulas2006-05-032-4/+13
* We only need separators if we actually printed something.Christos Zoulas2006-05-031-11/+31
* Reduce the strength of regex strings.Christos Zoulas2006-04-091-7/+13
* Conditionally include wctype.hChristos Zoulas2006-04-091-1/+4
* Remove dead code.Christos Zoulas2006-03-181-3/+1
* use calloc to allocate the magic_entries array since we depend on theChristos Zoulas2006-03-141-3/+3
* Report empty when null/0 is passed in magic_buffer. (Mike Frysinger)Christos Zoulas2006-03-122-3/+10
* welcome to 4.17Christos Zoulas2006-03-021-2/+5
* new magic autoreconfChristos Zoulas2006-03-022-5/+6
* Add experimental magic sorting.Christos Zoulas2006-03-021-48/+192
* Stop early if the string is not long enough.Christos Zoulas2006-03-021-1/+4
* print some of the new formatsChristos Zoulas2006-03-021-4/+7
* Fix the USE_ARRAY for 64 bit code. From Mike Frysinger.Christos Zoulas2006-01-132-16/+13
* use iswprint.Christos Zoulas2005-11-291-5/+51
* Don't return if we did not finish parsing the core info. From Radek Vokal.Christos Zoulas2005-10-311-3/+2
* Middle endian additions, from Diomidis SpinellisChristos Zoulas2005-10-204-6/+154
* change src to unsigned charFILE4_16Christos Zoulas2005-10-171-3/+3
* add return values.Christos Zoulas2005-10-171-3/+5
* void casts, problems with 64 bit elf files.Christos Zoulas2005-10-174-27/+31
* Fix the '\n' chopping.Christos Zoulas2005-10-171-3/+9
* welcome to 4.16Christos Zoulas2005-10-171-3/+6
* remember to close a comment.Christos Zoulas2005-10-171-2/+2
* Support for O_BINARYChristos Zoulas2005-10-174-10/+13
* move a compat fallback for stdin fileno earlier. both this and the previousChristos Zoulas2005-10-171-4/+5
* don't try to close stdin.Christos Zoulas2005-10-171-2/+5
* Look in section header note sections for OS specific notes.Christos Zoulas2005-10-161-47/+100
* use the constant arrays from the header install of hand-rolling them.Christos Zoulas2005-10-121-8/+4
* Add a flag to prevent core style info from printing twice.Christos Zoulas2005-09-201-85/+107
* Cygwin patches from CorinnaChristos Zoulas2005-08-273-3/+11
* welcome to 5.15FILE4_15Christos Zoulas2005-08-181-2/+5
* Magic changes and cross-compile support.Christos Zoulas2005-08-181-0/+2
* Add -h support for POSIX.Christos Zoulas2005-08-121-3/+10
* Deal with search and the allocated buffer sanely.Christos Zoulas2005-07-292-18/+41
* add FreeBSD 64 bit elf offsets. From Peter Wemm.Christos Zoulas2005-07-141-1/+2
* add {v,}snprintfChristos Zoulas2005-07-123-4/+37
* Not everyone has a C99 compiler.Christos Zoulas2005-06-301-2/+2