c_list and c_variable removed
[unix-history] / usr / src / usr.bin / window /
1984-04-07 Edward Wangc_list and c_variable removed
1984-04-07 Edward Wangl_variable and l_list added
1984-04-07 Edward Wangshouldn't declare unused arguments registers
1984-04-07 Edward Wanglint
1984-04-07 Edward Wangfixed freeing of null string pointers
1984-04-07 Edward Wang"C" removed, varargs added for "write" and "close"
1984-04-06 Edward Wangdate and time created 84/04/05 17:34:40 by edward
1984-04-06 Edward Wang"s," "t," and "T" moved to long commands (iostat, time).
1984-04-06 Edward Wangstring operators, +, <<, >>
1984-04-05 Edward Wangwork on this later
1984-04-05 Edward Wangsome comments about the internals added
1984-04-05 Edward Wangno more background windows.
1984-04-05 Edward Wang-c flag, incmd, setcmd(), setterse() added
1984-03-29 Edward Wangforeground and background windows
1984-03-24 Edward Wangcompile with -R
1984-03-24 Edward Wangforgot one
1984-03-24 Edward Wangcompile with -R
1984-03-08 Edward Wangdate and time created 84/03/08 01:03:45 by edward
1984-03-07 Edward Wangshould check ww_ob always
1984-03-04 Edward Wangdate and time created 84/03/03 22:50:24 by edward
1984-03-04 Edward Wangdate and time created 84/03/03 22:50:22 by edward
1984-03-04 Edward Wanginterrupt driven input
1984-03-03 Edward WangForgot to free ww_ob.
1984-03-03 Edward Wangattempt
1984-03-03 Edward Wangnew syntax
1984-03-03 Edward Wanglint (termcap)
1984-03-03 Edward Wanglint
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 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-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
1983-12-22 Edward Wangwrite last char bug
1983-12-22 Edward Wang= instead of ==
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 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-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 Edward WangChanged loop structures
1983-12-02 Edward Wangpty hanging bug
1983-12-01 Edward Wanglastselwin, and restructured some code
1983-11-30 Edward Wangvfork
next