use /bin/mail; create a rationale Subject line; no longer need
[unix-history] / usr / src / usr.bin /
1984-01-21 Robert R. Henryuse /bin/mail; create a rationale Subject line; no...
1984-01-17 Edward Wangnew io scheme
1984-01-17 Edward Wangreturn the number of chars written.
1984-01-14 Edward Wanglint
1984-01-14 Edward Wanginclude var.h and lcmd.c only in some of the parser?.c
1984-01-14 Edward Wang{open,close}{i,}win() moved to win.c
1984-01-14 Edward Wangdate and time created 84/01/13 11:54:01 by edward
1984-01-14 Edward Wang{open,close}{i,}win() moved to win.c
1984-01-14 Edward Wangvar_walk() reworked
1984-01-14 Edward Wangmore() and waitnl() reworked.
1984-01-14 Edward Wangcontext cleanup
1984-01-13 Edward Wangbroken up into pieces
1984-01-13 Edward Wangdate and time created 84/01/12 12:43:03 by edward
1984-01-13 Edward Wangdate and time created 84/01/12 12:43:02 by edward
1984-01-13 Edward Wangdate and time created 84/01/12 12:43:00 by edward
1984-01-13 Edward Wangdate and time created 84/01/12 12:42:58 by edward
1984-01-13 Edward Wangdate and time created 84/01/12 12:42:55 by edward
1984-01-13 Edward Wangbug with c == 0 and argument is *
1984-01-13 Edward Wangerror() now calls more()
1984-01-13 Edward Wangarguments to more() changed
1984-01-13 Edward Wanghelp entry for unset
1984-01-13 Edward Wangl_unset() added
1984-01-13 Edward Wangval_free() added
1984-01-13 Edward Wangvar_unset() added, plus cleanup and bug fixes
1984-01-13 Edward Wangp_valfree() changed to val_free() in value.h
1984-01-12 Paul M. Aokiinline expansions for range checks (RANG4,RSNG4)
1984-01-12 Edward Wangshould free token_str if not used
1984-01-12 Edward Wangl_debug() added
1984-01-12 Edward Wangmust free token_str if not used.
1984-01-12 Edward Wangdebug_str() added
1984-01-12 Edward Wangmore() added
1984-01-12 Edward Wangclosewin() should use str_free() for ww_label
1984-01-12 Edward Wangmake graphics mode available to user
1984-01-12 Edward Wanggen_GS and gen_GE changed to gen_AS and gen_AE
1984-01-12 Edward WangUse as and ae for WWM_GRP, and set tt_availmodes accord...
1984-01-11 Paul M. Aokiuse mode 644 instead of 744 on shared files
1984-01-10 Paul M. Aokiinstall: use the 'install' program instead of 'cp'...
1984-01-10 Edward Wanggross bug
1984-01-07 Edward Wangsmart clreol algorithm
1984-01-07 Edward Wangmore correct clear line algorithm
1984-01-06 Edward Wangset V_ERR before calling functions, in p_function
1984-01-06 Edward Wangconsistency checking
1984-01-05 Kirk McKusickadd statistical line for namei in -s option
1984-01-05 Ralph Campbellminor bug in creating mail address list.
1984-01-05 Ralph Campbellminor fix for directory protection warning.
1984-01-04 Ralph Campbellif directory modes don't match, print a warning.
1983-12-29 Paul M. Aokidosys(): fork() used instead of vfork() to preserve...
1983-12-29 Paul M. Aokiprocedure lwriteln; removed trailing blanks from output.
1983-12-22 Edward Wangwrite last char bug
1983-12-22 Edward Wang= instead of ==
1983-12-21 Ralph Campbellmodified to update dbm passwd database directly.
1983-12-21 Ralph Campbellupdate dbm passwd database directly.
1983-12-20 Ralph Campbelluse a reasonable mode for encoding data piped in.
1983-12-20 Ralph Campbellfixed to read environment if no default type.
1983-12-20 Ralph Campbellmaking lint happier
1983-12-20 Mike Karelsexecute with sh!
1983-12-18 Edward WangWWM_GRP added
1983-12-18 Edward Wanglet c_window() take 0 as starting row
1983-12-18 Edward Wanggot rid of pgrp in struct ww_tty
1983-12-18 Edward Wanggot rid of pgrp in struct ww_tty
1983-12-13 Edward Wangmade . an alpha
1983-12-13 Edward Wangmake p_function() accept * as default argument
1983-12-10 Ralph Campbellfix argument type to clean().
1983-12-10 Edward Wangdon't do if setselwin(selwin)
1983-12-10 Edward Wangmake l_window() accept "*" again
1983-12-10 Edward Wangprint operator name for binary expression errors.
1983-12-09 Edward WangCheck if we can open the tty end too.
1983-12-09 Craig LeresForce msgs to wait for Mail after a suspend and later...
1983-12-08 Peter B. Kesslerstrcmpn changes to strncmp to confuse the innocent
1983-12-08 Peter B. Kesslerstrcmpn changed to strncmp to confuse the innocent
1983-12-08 Edward Wangdate and time created 83/12/07 16:46:37 by edward
1983-12-08 Edward Wangerror window cleanup
1983-12-07 Edward Wangdon't bother killing the proc, since ptcclose does it
1983-12-07 Edward Wangbinary op bug
1983-12-07 Edward Wangwwsetcursormodes() added
1983-12-07 Edward Wang'cursormodes' command added
1983-12-07 Edward Wangc_help() update, and waitnl() cleanup
1983-12-07 Edward Wang'v' command
1983-12-07 Edward Wangpredefined variables
1983-12-07 Edward Wangvar_walk() now a macro, var_setstr(), var_setnum()...
1983-12-07 Edward Wangvar_walk() macro, and var_setstr(), var_setnum() added
1983-12-07 Edward Wanggot rid of v_token, and v_link
1983-12-07 Edward Wangcheck for negatives in cursor address sequence
1983-12-03 Edward Wangchange to new pgrp and set the tty accordingly.
1983-12-03 Edward Wangfront() must reframe() when called from setselwin()
1983-12-03 Edward Wangwwvisible never worked.
1983-12-03 Edward Wanglost ww_tty
1983-12-03 Edward WangWWU_MAJOR, clreol in wwupdate(), and more optimizations.
1983-12-03 Edward Wangtypo
1983-12-03 Ralph Campbellrebuild passwd database.
1983-12-03 Ralph Campbellchanged to rebuild passwd hash database.
1983-12-03 Edward WangChanged loop structures
1983-12-03 Ralph Campbelldidn't show most recent commands.
1983-12-02 Edward Wangpty hanging bug
1983-12-02 Ralph Campbellfix double error message if chog returns an error.
1983-12-01 Ralph Campbellfix install dependency
1983-12-01 Ralph Campbellfixing case when not expanding `~'.
1983-12-01 Edward Wanglastselwin, and restructured some code
1983-11-30 Ralph Campbelladded version number for protocol changes.
1983-11-30 Ralph Campbelladded version number.
next