summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* prefix public/private/protected with file_Christos Zoulas2022-12-261-8/+8
* Avoid aborting on bad op on default (clusterfuxx)Christos Zoulas2022-09-271-2/+2
* Revert previousChristos Zoulas2022-09-241-7/+1
* mdd build glue, bump versionChristos Zoulas2022-09-241-1/+7
* fix printf formats (cppcheck)Christos Zoulas2022-09-161-5/+6
* Argument order consistency.Christos Zoulas2022-09-101-3/+3
* Add octal indirect magic (Michal Gorny)Christos Zoulas2022-09-101-1/+23
* Add support for msdos dates and timesChristos Zoulas2021-10-241-7/+62
* PR/270: Don't translate unprintable characters in %s magic formats when -rChristos Zoulas2021-06-301-1/+13
* - introduce offset type which is matched against the actual offset of theChristos Zoulas2020-05-091-2/+3
* Make file_fmttime() take the size of the buffer, so we can use strlcpy().Christos Zoulas2020-03-081-8/+12
* Add GUID support.Christos Zoulas2019-12-241-2/+8
* cleanup __arraycountChristos Zoulas2019-03-121-6/+5
* use c++ casts everywhere.Christos Zoulas2019-02-201-8/+9
* Remove trailing whitespaceChristos Zoulas2018-09-091-10/+10
* more cast stuff.Christos Zoulas2017-02-101-2/+2
* debug print for DERChristos Zoulas2016-01-191-1/+2
* Fix printing of dates (Jan Kaluza)Christos Zoulas2015-07-161-5/+5
* - stop doing time gymnastics for daylight savings.Christos Zoulas2015-01-091-24/+7
* pass the original 64 bit value to the cdf_ converted to avoid truncation.Christos Zoulas2015-01-061-3/+7
* Bug + portability fixes from the NetBSD build.Christos Zoulas2015-01-021-1/+2
* better debugging printfsChristos Zoulas2013-02-261-11/+11
* add name and use keywords. Welcome to version 9.Christos Zoulas2012-10-301-1/+5
* use ctime_r, asctime_r.Christos Zoulas2012-05-151-11/+12
* include cdf.hChristos Zoulas2012-05-071-1/+3
* - add windows date formats: {be,le,}qwdateChristos Zoulas2012-04-031-7/+18
* - print the line number of the ruleChristos Zoulas2011-09-201-3/+21
* eliminate non-literal format strings.Christos Zoulas2011-08-141-3/+2
* mingw32 and escaping fixesChristos Zoulas2010-07-211-2/+2
* fix for broken ctime/asctime.Christos Zoulas2009-11-181-3/+7
* Allow bintest overrides.Christos Zoulas2009-10-191-5/+5
* fix include files.FILE5_00Christos Zoulas2009-02-031-3/+1
* make sure that we always include "file.h" first which includes config.hChristos Zoulas2008-11-041-4/+5
* cleanups for non BSD compilation.Christos Zoulas2008-10-201-3/+4
* Enforce range in search (use default non-zero value if not given inReuben Thomas2008-02-171-3/+3
* Debian Fixes via rrt@Christos Zoulas2008-02-041-4/+6
* Various cleanups from OpenBSD and gcc warnings.Christos Zoulas2007-12-271-4/+3
* float and double formats from behanw@websterwood.com (Behan Webster)Christos Zoulas2007-11-081-1/+11
* patches from NetBSD for LP64 problems.Christos Zoulas2007-03-051-4/+4
* 1) Add a "default" type to print a message if nothing previouslyAnon Ymous2007-01-161-19/+33
* Use File id.Christos Zoulas2007-01-121-1/+1
* - store print the line number of the magic entry for debugging.Christos Zoulas2006-12-081-2/+2
* cast to quad types to long long, so that we don't have to use the ugly PRIChristos Zoulas2006-11-011-3/+5
* - quad datesChristos Zoulas2006-10-311-3/+15
* add a truncation warning and fix some size_t/int confusiog.Christos Zoulas2006-10-271-3/+1
* more quad format fixes.Christos Zoulas2006-06-081-5/+6
* finish quad support.Christos Zoulas2006-06-081-1/+6
* print some of the new formatsChristos Zoulas2006-03-021-4/+7
* Middle endian additions, from Diomidis SpinellisChristos Zoulas2005-10-201-1/+4
* use the constant arrays from the header install of hand-rolling them.Christos Zoulas2005-10-121-8/+4