index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tac.c
Age
Commit message (
Expand
)
Author
2000-05-20
Arrange to call close_stdout upon exit. Don't close stdout explicitly.
Jim Meyering
1999-07-04
(memrchr): Ifdef out this unused function.
Jim Meyering
1999-04-04
Standardize --help and --version processing.
Jim Meyering
1999-04-03
Use AUTHORS in place of string in parse_long_options call.
Jim Meyering
1999-04-03
Insert AUTHORS definition.
Jim Meyering
1999-04-03
Use PROGRAM_NAME in place of string in parse_long_options call.
Jim Meyering
1999-04-03
define PROGRAM_NAME
Jim Meyering
1999-03-13
(tac_mem): `#if-0'-out this unused function.
Jim Meyering
1999-03-04
Include long-options.h
Jim Meyering
1999-01-25
(DONT_UNLINK_WHILE_OPEN) [__MSDOS__ || _WIN32]: Define.
Jim Meyering
1999-01-14
Don't prototype usage as static.
Jim Meyering
1999-01-11
All of the following new code is protected by `#if DONT_UNLINK_WHILE_OPEN'
Jim Meyering
1998-12-13
add comment about opening exclusively
Jim Meyering
1998-09-19
update bug-reporting address
Jim Meyering
1998-07-04
Remove #ifdef around <regex.h> inclusion.
Jim Meyering
1998-06-29
revert back to using lower case _unlocked wrapper names
Jim Meyering
1998-06-29
Change all uses of unlocked-wrapped functions to their upper case wrapper names.
Jim Meyering
1998-05-16
(tac_seekable): Fix error in handling regex separators.
Jim Meyering
1998-05-09
(tac_seekable): Rename from tac_stream.
Jim Meyering
1998-05-07
fix up compile warnings
Jim Meyering
1998-05-07
Don't use safe_read. Use fread instead.
Jim Meyering
1998-05-07
add curlies
Jim Meyering
1998-05-07
add some curly braces
Jim Meyering
1998-05-07
rename variable
Jim Meyering
1998-05-07
(tac_stdin): Use STDIN_FILENO rather than literal `0' in fstat call.
Jim Meyering
1998-04-12
Use STREQ rather than strcmp
Jim Meyering
1998-04-11
Include safe-read.h instead of merely declaring safe_read.
Jim Meyering
1998-03-11
(save_stdin): Open temporary file exclusively, to
Jim Meyering
1998-01-10
CHAR_BIT SCHAR_MAX UCHAR_MAX SHRT_MAX INT_MAX UINT_MAX LONG_MAX ULONG_MAX
Jim Meyering
1998-01-08
(tac_stream): Don't perform arithmetic on now-void pointer
Jim Meyering
1997-10-25
Remove old-style xmalloc and xrealloc decls.
Jim Meyering
1997-10-23
Remove malloc, and realloc dcls.
Jim Meyering
1997-10-07
update bug-reporting address
Jim Meyering
1997-09-14
Don't include signal.h.
Jim Meyering
1997-02-12
fixed off-by-one error
Jim Meyering
1997-02-12
FIXME: major revamp to use FILE*; passed a few more tests
Jim Meyering
1997-02-09
update copyrights for 1997
Jim Meyering
1997-02-01
bracket bug address with <> and append a period
Jim Meyering
1997-02-01
Rename globals buffer and buffer_size to have G_ prefix
Jim Meyering
1997-02-01
Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *)...
Jim Meyering
1997-01-30
.
Jim Meyering
1996-11-03
change bug-reporting address
Jim Meyering
1996-11-02
change bug-reporting address
Jim Meyering
1996-10-04
(main): update --version output again
Jim Meyering
1996-10-04
(main): update --version output to conform to coding standard
Jim Meyering
1996-09-02
(usage): Tell where to report bugs.
Jim Meyering
1996-04-24
update Copyright years for 1996
Jim Meyering
1996-03-24
Call error with EXIT_FAILURE (rather than `1') as first actual parameter.
Jim Meyering
1996-03-24
Exit with status EXIT_SUCCESS or EXIT_FAILURE, rather than 0 or 1.
Jim Meyering
1996-03-21
(main): Declare to be of type int, not void.
Jim Meyering
[next]