summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
...
* Correct indianness detection in elf (Charles Hannum)Christos Zoulas2000-08-051-34/+34
* new string/[Bcb] magic from anton, and adjustments to the magic files toChristos Zoulas1999-11-281-3/+15
* Recent changesChristos Zoulas1999-10-311-2/+2
* Automake and file -s patches.Christos Zoulas1999-02-141-8/+10
* Various fixed.Christos Zoulas1999-01-131-7/+6
* *** empty log message ***Christos Zoulas1998-06-271-5/+5
* rcsid magicChristos Zoulas1998-06-271-3/+2
* handle time_t properly.Christos Zoulas1997-04-131-2/+4
* \fix typosChristos Zoulas1997-01-151-4/+4
* Passed incorrect argument to eatsize().Christos Zoulas1995-05-201-4/+4
* changes from mycroft@gnu.ai.mit.edu (Charles Hannum) for unsignedChristos Zoulas1994-05-031-20/+16
* *** empty log message ***Christos Zoulas1993-09-231-4/+2
* Added printing for dates, and fixed the output format.Christos Zoulas1993-09-161-15/+55
* Part of Guy Harris' Jan-93 rewrite, including:Ian Darwin1993-02-191-2/+4
* Oops, FILE* is not const, it gets modified by stdio...Ian Darwin1992-09-111-4/+4
* Duh, don't exit() at end of ckfprintf()!Ian Darwin1992-09-111-2/+1
* Add ckfputs() [moved here from file.c] and new ckfprintf().Ian Darwin1992-09-111-1/+40
* Change RCS ID from Header to ID.Ian Darwin1992-09-081-1/+1
* Zoulos: add varargs, add HP indirection, etc.Ian Darwin1992-09-081-45/+71
* Include <stdlib.h>, mark one function void.Ian Darwin1992-05-221-1/+4
* Changes from cudcv@warwick.ac.uk (Rob McMahon) to allow more generalIan Darwin1992-05-211-3/+11
* Don't print ": " if progname is somehow trashed.Ian Darwin1987-11-121-4/+5
* Put ARGSUSED in front of error() and warning().Ian Darwin1987-11-061-1/+4
* Add a cautionary check to warning() - don't print progname if it's == NULL.Ian Darwin1987-11-061-2/+3
* Add missing \n in local error() - noticed by wef@sq.Ian Darwin1987-10-141-1/+2
* Print errors and the like on stderr, not stdout (from sq).Ian Darwin1987-09-161-3/+6
* Fix rcsid.Ian Darwin1987-09-161-1/+2
* Add RCS identifier, #ifndef lint.Ian Darwin1987-09-161-0/+4
* Add updated legal notice.Ian Darwin1987-09-111-1/+24
* Restore missing call to showstr().Ian Darwin1987-08-281-1/+2
* Initial revisionIan Darwin1987-08-231-0/+55