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
/
csplit.c
Age
Commit message (
Expand
)
Author
1995-11-15
(cleanup): Don't exit.
Jim Meyering
1995-11-05
Protect prototypes with __P.
Jim Meyering
1995-11-05
Move prototypes after struct declarations.
Jim Meyering
1995-11-05
Protoize.
Jim Meyering
1995-11-05
(close_output_file): Set output_stream to NULL so we don't recurse
Jim Meyering
1995-10-04
Test SA_INTERRUPT, not _POSIX_VERSION,
Jim Meyering
1995-08-07
Annotate localizable strings with _(...). From Franc,ois.
Jim Meyering
1995-07-25
(main): When too few arguments are given, don't just
Jim Meyering
1995-06-24
(read_input): Rename paramater MAX to MAX_N_BYTES. To avoid potential
Jim Meyering
1995-06-22
(interrupt_handler): Declare to have a single integer
Jim Meyering
1995-06-18
merge with 1.12
Jim Meyering
1995-05-25
[struct control]: Change type of `repeat' member to unsigned
Jim Meyering
1995-05-19
(record_line_starts): Remove set-but-not-used, file-scope variable.
Jim Meyering
1995-05-13
(usage): Include one- or two-line synopsis in --help output.
Jim Meyering
1995-03-24
Declare as `unsigned int' all variables that were just `unsigned'.
Jim Meyering
1995-03-09
add 1995 to Copyright dates
Jim Meyering
1995-01-29
(extract_regexp): Use strrchr, not rindex.
Jim Meyering
1995-01-28
(load_buffer): Use memcpy rather than bcopy.
Jim Meyering
1994-12-16
Include "error.h" instead of simply declaring `void error ();'.
Jim Meyering
1994-12-11
(get_format_width, get_format_prec): Use ISDIGIT instead of
Jim Meyering
1994-10-19
merge with 1.9.1h
Jim Meyering
1994-04-13
.
Jim Meyering
1994-04-11
.
Jim Meyering
1994-03-25
.
Jim Meyering
1994-01-26
.
Jim Meyering
1994-01-09
safe_read and full_write + join patch
Jim Meyering
1993-10-30
merge with 1.8.1a
Jim Meyering
1993-10-24
merge with 1.8h
Jim Meyering
1993-10-24
merge with 1.8g
Jim Meyering
1993-10-23
merge with 1.8d+
Jim Meyering
1993-10-21
merge with 1.8d
Jim Meyering
1993-10-21
merge with 1.8c
Jim Meyering
1993-10-20
* [MAX]: Macro renamed from max and moved to top of file.
Jim Meyering
1993-10-20
Remove register keyword (replace with `int' in two cases).
Jim Meyering
1993-10-20
patch from rfg
Jim Meyering
1993-10-05
merge with 1.8a
Jim Meyering
1993-05-22
merge with 1.5.2
Jim Meyering
1993-05-07
merge with 1.5
Jim Meyering
1993-04-29
add --version and --help
Jim Meyering
1992-12-10
Merge with pre-release 1.3.6.
Jim Meyering
1992-12-07
Remove inclusion of <ctype.h> and definitions of is* ctype macros to system.h.
Jim Meyering
1992-12-02
Convert static declarations of struct option to use new macros from
Jim Meyering
1992-11-08
Declared lots of external functions and variables static.
Jim Meyering
1992-11-08
Initial revision
Jim Meyering
[prev]