aboutsummaryrefslogtreecommitdiff
path: root/libio/dbz
AgeCommit message (Collapse)AuthorFilesLines
2000-01-28dbz.c, dbzmain.c: Include stdlib.h.Zack Weinberg2-12/+2
* dbz/dbz.c, dbz/dbzmain.c: Include stdlib.h. Don't declare malloc, calloc, free, atol, atoi, or errno. (errno.h was already being included.) From-SVN: r31659
1999-09-27Kill RCSid strings.Jeff Law2-8/+0
From-SVN: r29678
1999-09-04dummy checkin to prevent merge lossageJeff Law1-1/+1
From-SVN: r29102
1998-08-30Makefile.in: Avoid assumptions about "tr" behaves when LANG is set to ↵Lutz Wohlrab1-1/+1
something other than... * dbz/Makefile.in: Avoid assumptions about "tr" behaves when LANG is set to something other than English. From-SVN: r22119
1998-02-01dbz.c (putconf): Handle systems which use "long long" as type for "off_t".Krister Walfridsson2-6/+11
* dbz/dbz.c (putconf): Handle systems which use "long long" as type for "off_t". * dbz/dbzmain.c (mkfiles): Likewise. From-SVN: r17579
1997-09-26libio changes from Ulrich to help "old linux" systems.Ulrich Drepper1-1/+2
libio changes from Ulrich to help "old linux" systems. See ChangeLog for details. From-SVN: r15741
1997-08-21Initial revisionJason Merrill18-0/+3766
From-SVN: r14877