| History log of /src/usr.bin/leave |
| Revision | Date | Author | Comments |
| 1.5 | 19-Oct-1997 |
lukem | don't define WARNS=1 here
|
| 1.4 | 15-Jul-1997 |
mikel | set WARNS=1
|
| 1.3 | 22-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.2 | 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 22-Dec-1994 |
jtc | imported from 44lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.12 | 21-Feb-2012 |
njoly | Now that window(1) is gone, use tmux(1) for xref.
|
| 1.11 | 11-Sep-2005 |
wiz | branches: 1.11.44; Fix Xref. End sentence with a dot. From YOMURA Masanori in private mail.
|
| 1.10 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.9 | 21-Jan-2002 |
wiz | Drop unnecessary .Pp, no trailing dots in SEE ALSO, please, and sort sections.
|
| 1.8 | 20-Jan-2002 |
fair | Fix bug per PR 8944, and also revise the man page to clearly document leave's limitations.
|
| 1.7 | 01-Dec-2001 |
wiz | Punctuation nit.
|
| 1.6 | 19-Oct-1997 |
lukem | branches: 1.6.12; fix up .Nm usage
|
| 1.5 | 31-Aug-1995 |
jtc | Sync with 4.4lite2
|
| 1.4 | 22-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.3 | 23-Sep-1994 |
mycroft | Use POSIX form of kill(1).
|
| 1.2 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.3 | 31-Aug-1995 |
jtc | imported from 44lite2
|
| 1.1.1.2 | 22-Dec-1994 |
jtc | imported from 44lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.6.12.1 | 22-Jan-2002 |
he | Pull up revisions 1.7-1.9 (requested by fair): Handle 24-hour time format better, and also document limitations.
|
| 1.11.44.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.15 | 16-Sep-2011 |
joerg | Use __dead
|
| 1.14 | 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
| 1.13 | 05-Jan-2004 |
jmmv | branches: 1.13.34; Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
| 1.12 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.11 | 02-Apr-2003 |
christos | - don't do write(2) hacks. use stdio and check for errors. - send messages only from the child process to avoid races. - ansify.
|
| 1.10 | 20-Jan-2002 |
fair | Fix bug per PR 8944, and also revise the man page to clearly document leave's limitations.
|
| 1.9 | 03-Jul-2000 |
matt | Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, etc. as appropriate to get exit,srncmp,abs,abort,etc. Add -I${.CURDIR} to a few Makefiles
|
| 1.8 | 19-Dec-1998 |
christos | branches: 1.8.10; char -> unsigned char
|
| 1.7 | 02-Apr-1998 |
kleink | Need <time.h> for time(), localtime() and ctime() prototypes.
|
| 1.6 | 15-Jul-1997 |
mikel | fix bug that kept 'leave NNNN' from working unless NNNN was greater than the current 24-hour time. leave(1) now always uses 12-hour time and assumes a target time within the next 12 hours, as specified by the manpage.
|
| 1.5 | 15-Jul-1997 |
mikel | use <sys/cdefs.h> copyright & RCSid macros include <unistd.h> for prototypes, reorder #includes, nuke old library function declarations add explicit return types and prototypes for local functions use STDOUT_FILENO instead of manifest constant initialize variable for gcc -Wuninitialized (marked as such)
|
| 1.4 | 03-Jul-1995 |
phil | Add check for NULL returned by fgets. If not, we can core dump.
|
| 1.3 | 22-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
| 1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 22-Dec-1994 |
jtc | imported from 44lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.8.10.1 | 22-Jan-2002 |
he | Pull up revisions 1.9-1.10 (requested by fair): Handle 24-hour time format better, and also document limitations. Also include <stdlib.h>.
|
| 1.13.34.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|