indent exits improperly; bug report 4.2BSD/ucb/197
[unix-history] / usr / src / usr.bin /
1988-09-16 Keith Bosticindent exits improperly; bug report 4.2BSD/ucb/197
1988-09-16 Keith Bosticremove trailing semi-colons on include lines for ANSI C
1988-09-16 Keith Bosticindent exits improperly; bug report 4.2BSD/ucb/197
1988-09-16 Keith Bosticremove trailing semi-colons from include lines; no...
1988-09-16 Keith Bosticremove trailing semi-colons on include lines for ANSI C
1988-09-16 Keith Bosticnew version from James Gosling <jag@Sun.COM>
1988-09-15 Gregory MinshallFirst try - adaptive algorithms for telnet to deal...
1988-09-15 Gregory MinshallFix bug which kept us from quitting (because bye()'s
1988-09-15 Gregory MinshallDon't declare htons() on machines which #define them.
1988-09-15 Gregory MinshallSun's of older vintage don't know about uid_t (sigh).
1988-09-14 Keith Bosticnot derived from AT&T code; add Berkeley specific header
1988-09-14 Keith Bosticdate and time created 88/09/13 11:06:01 by bostic
1988-09-14 Keith Bosticmention the -l flag; minor cleanups
1988-09-14 Keith Bosticpreserve priority; always exit 1 on error; use library...
1988-09-10 Keith Bosticuse vfork, not fork, add getopt, usage statement, Berke...
1988-09-09 Marc Teitelbaumchange the invert case cmd (~) to use an 'l' to move...
1988-09-04 Keith Bostichandles NULs now
1988-09-04 Keith Bosticnew version, from scratch; pass through NUL's like...
1988-09-03 Keith Bosticdate and time created 88/09/02 15:09:28 by bostic
1988-09-03 Keith Bosticdate and time created 88/09/02 15:08:57 by bostic
1988-09-03 Keith Bosticadd Berkeley specific copyrights
1988-09-03 Keith Bosticcleanup, add Berkeley header
1988-09-03 Keith Bosticadd Berkeley specific copyright
1988-09-03 Keith Bosticadd Berkeley specific copyright, cleanup
1988-09-03 Keith Bosticwritten from scratch uucp style locking routines
1988-09-03 Keith Bosticfix to use new uucplock routines, not mlock() and delock()
1988-09-01 Keith Bosticadd Berkeley specific copyright
1988-08-31 Keith Bosticdon't worry about permissions, just move the file into...
1988-08-29 Keith Bosticif not logged in, but on a valid tty, didn't get the...
1988-08-29 Gregory MinshallAdd copyright.
1988-08-29 Gregory MinshallAdd a new file.
1988-08-29 Gregory Minshally
1988-08-29 Gregory Minshalldate and time created 88/08/28 18:05:52 by minshall
1988-08-29 Gregory MinshallLint (but untested!).
1988-08-29 Gregory MinshallLint (and new copyrights).
1988-08-29 Gregory MinshallLint.
1988-08-29 Gregory MinshallLint (and, maybe, copyrights).
1988-08-29 Gregory Minshalldate and time created 88/08/28 17:54:15 by minshall
1988-08-29 Gregory MinshallLint (and new copyrights).
1988-08-29 Gregory MinshallSome linting of tn3270.
1988-08-29 Gregory Minshalldate and time created 88/08/28 14:29:44 by minshall
1988-08-26 Keith Bosticadd Berkeley specific header, getopt, minor cleanups...
1988-08-26 Keith Bosticadd Berkeley header, general cleanup, lint
1988-08-26 Keith Bosticadd Berkeley specific header; general cleanup, lint
1988-08-20 Keith Bosticput dependency list into .depend, not Makefile
1988-08-20 Keith Bosticmkdep now puts the dependencies in .depend
1988-08-18 Edward Wangbug report from gumkowsk@nadc.arpa (fix is my own),
1988-08-18 Edward Wangmake asksub the same as ask
1988-08-18 Edward Wangdon't need to keep the name of mailrc around
1988-08-13 Keith Bosticgeneral cleanup, it was pretty unreasonable
1988-08-10 Keith Bosticminor KNF changes, add Berkeley specific copyright
1988-08-10 Edward WangDEAD added, mbox changed to MBOX
1988-08-09 Keith Bostichandle "@@(#)routine.c"
1988-08-09 Kirk McKusickdelete decryption for the foreign sites (4.3BSD Tahoe)
1988-08-09 Edward Wanguse > when scanning for best_col
1988-08-09 Edward Wangfixed two-hidden-window starvation problem
1988-08-06 Edward Wangare we ANSI yet?
1988-08-06 Edward Wangdefault_smooth and default_shell need 10 characters...
1988-08-06 Edward Wangalphabetical order in help messages
1988-08-05 Edward Wangsome bug fixes
1988-08-05 Edward Wangadded some more options and tilde escapes and other...
1988-08-05 Keith Bosticlint fix; fprintf missing an argument
1988-08-05 Edward Wanguse clreos and always try clreol in wwupdate1
1988-08-05 Keith Bosticadd Berkeley specific copyright
1988-08-04 Keith Bosticlogger(1) hiccups on % signs; bug report 4.3BSD/ucb/231
1988-08-03 Edward Wangchanged the use of some "obsolete" termcap fields
1988-08-02 Gregory MinshallFix to allow us to run on a Sun4.
1988-07-29 Mike Karelsfix waitfor to leave rpid (preserve wants it), note...
1988-07-26 Keith Bosticminor cleanups/reformatting; the world doesn't need...
1988-07-26 Keith Bosticupdate copyright notice
1988-07-25 Edward Wang-b, -c options and others, from Tom Newcomb (newcomb...
1988-07-23 Keith BosticANSI scoping
1988-07-23 Keith Bosticscope of externs for ANSI
1988-07-23 Keith BosticANSIfication
1988-07-23 Keith BosticANSIfication
1988-07-23 Keith Bosticgcc puts strings in text space
1988-07-23 Keith Bosticgcc; move strings into text space
1988-07-23 Keith BosticANSIfication
1988-07-23 Keith Bosticrip out -lL options; no shell escapes, that was job...
1988-07-23 Keith Bosticdon't pause after exiting from help file
1988-07-23 Keith Bosticdate and time created 88/07/22 12:55:26 by bostic
1988-07-23 Keith Bosticdon't define NULL here
1988-07-23 Keith Bosticlint cleanup, use malloc, not calloc
1988-07-23 Keith Bosticuse malloc, not calloc; lint cleanups;
1988-07-23 Keith Bosticdropout function never used
1988-07-23 Keith Bosticlint cleanup
1988-07-23 Keith Bosticvoid sprintfs
1988-07-23 Keith Bosticlint cleanup
1988-07-23 Keith Bosticreturn never used
1988-07-23 Keith Bosticvoid sprintfs; lint cleanups;
1988-07-23 Keith Bosticvoid sprintfs
1988-07-23 Keith Bosticlint cleanups
1988-07-23 Keith BosticFILENAME is wrong, use MAXPATHLEN
1988-07-23 Keith Bosticallocate space on stack, don't malloc it; lint cleanups
1988-07-23 Keith Bosticvoid sprintfs
1988-07-23 Keith Bosticlint cleanups
1988-07-23 Keith Bosticunnecessary variable
1988-07-23 Keith Bosticlint cleanup
1988-07-23 Keith Bosticwhen I tell you to die, you die (don't catch ^C)
1988-07-23 Keith Bosticremove SIGNAL define
next