History log of /netbsd/usr.bin/csplit/csplit.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 835a60c0 30-Jul-2017 cheusov <cheusov@NetBSD.org>

Compare return value of fputs(3) with EOF instead of 0.
This is POSIX-ly correct and fixes csplit(1) on non-NetBSD systems.


# 0f710602 31-Aug-2011 joerg <joerg@NetBSD.org>

static + __dead


# 7027866a 13-Jul-2009 roy <roy@NetBSD.org>

Rename internal getline() function to get_line() so it does
conflict with the soon to be added getline(3) libc function.


# 8b0f9554 15-Dec-2007 perry <perry@NetBSD.org>

convert __attribute__s to applicable cdefs.h macros


# 5d427989 05-Oct-2007 lukem <lukem@NetBSD.org>

Convert to raise_default_signal(3).


# 3ae239d7 18-Jul-2007 lukem <lukem@NetBSD.org>

Attempt to raise the default signal handler (SIG_DFL) when exiting
because of a signal, rather than just relying upon _exit(2).


# 1a6e50f2 25-Sep-2006 christos <christos@NetBSD.org>

PR/34599: Mindaugas: csplit(1) utility port