summaryrefslogtreecommitdiff
path: root/usr.bin/talk
Commit message (Expand)AuthorAgeFilesLines
...
* remove __PWarner Losh2002-03-222-28/+28
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+2
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* WARNS=2 fixes with NO_WERROR set because of system-header originatingMark Murray2001-12-1114-105/+120
* Add xref to wall(1).Ruslan Ermilov2001-11-201-0/+1
* Print the peer's name and address in the "Connection establish"Dima Dorfman2001-08-091-2/+25
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-1/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-242-0/+2
* It may happen so that the local talk daemon is not running.Ruslan Ermilov2000-10-051-0/+1
* Remove unneded -ltermcapAndrey A. Chernov2000-09-161-2/+2
* Fix a bug when talking to non-freebsd machines where carriage returnPaul Saab2000-07-111-0/+4
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* talk depended on side effects of curses includes.Peter Wemm1999-08-302-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2814-14/+14
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Remove couple of 'extern int errno'. (They turned to something funny whenDmitrij Tejblum1999-02-141-4/+1
* Fixed printf format errors.Bruce Evans1998-07-061-2/+2
* Add #include <string.h> to get prototype for memcpy().John Birrell1998-02-151-1/+2
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andPhilippe Charnier1998-01-1412-60/+82
* Nm talk -> Nm.Philippe Charnier1997-08-131-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Enable idlok() in both windows. This is actually a no-op for libcursesPeter Wemm1996-12-281-0/+2
* If running under a typical sysv-style curses, including ncurses, usePeter Wemm1996-08-201-3/+5
* Update some ancient warts in talk:Peter Wemm1996-08-193-20/+25
* Cast to unsigned char instead of unsignedAndrey A. Chernov1996-04-031-2/+2
* Increment network byte order properlyAndrey A. Chernov1996-03-121-3/+3
* Make talk automagically find out the interface IP address where theJoerg Wunsch1996-03-0914-54/+207
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-241-0/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-308-19/+19
* Don't allow talk own messages wrap around on the screen, justAndrey A. Chernov1995-03-282-7/+8
* Not sure why this one was -lcompat since it doesn't reference anything inGarrett Wollman1995-02-211-3/+4
* Add check for writeable terminalAndrey A. Chernov1994-12-302-0/+21
* Partially back out previous fix (in cases ':' and '!'),Andrey A. Chernov1994-10-242-4/+14
* Remove undocumented talk behaviour, when names likeAndrey A. Chernov1994-10-241-9/+3
* Make talk ctype-aware, handle controns as tcsh does, use human-orientedAndrey A. Chernov1994-09-202-38/+22
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2715-0/+1602