summaryrefslogtreecommitdiff
path: root/src/tac-pipe.c
AgeCommit message (Collapse)Author
2004-08-03(buf_init_from_stdin, find_bol, tac_mem):Paul Eggert
Use bool for booleans. (buf_init_from_stdin, buf_free, find_bol, print_line): Use size_t for sizes.
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering
1998-06-29revert back to using lower case _unlocked wrapper namesJim Meyering
1998-06-29Change all uses of unlocked-wrapped functions to their upper case wrapper names.Jim Meyering
1997-04-07.Jim Meyering