1993-12-19 |
bostic | clean up split failure conditions, restoring the original...
|
commit | commitdiff | tree |
1993-12-19 |
bostic | don't automatically ignore "/tmp" files, causes ":next...
|
commit | commitdiff | tree |
1993-12-19 |
bostic | update copyright notice
|
commit | commitdiff | tree |
1993-12-19 |
bostic | add \?, \/ forms of search patterns
|
commit | commitdiff | tree |
1993-12-19 |
bostic | set epp for empty patterns, too, "://" is a legal command
|
commit | commitdiff | tree |
1993-12-19 |
bostic | change ep_line to handle offsets in the historic fashion...
|
commit | commitdiff | tree |
1993-12-19 |
bostic | wordsmithing
|
commit | commitdiff | tree |
1993-12-19 |
bostic | fold tty test and screen refresh logic into EX_LEAVE...
|
commit | commitdiff | tree |
1993-12-19 |
bostic | add EX_{SET,RESTORE}_TERM
|
commit | commitdiff | tree |
1993-12-19 |
bostic | typo
|
commit | commitdiff | tree |
1993-12-18 |
bostic | reset the last modification time if write anything...
|
commit | commitdiff | tree |
1993-12-18 |
bostic | initialize keys written so if we fail we know
|
commit | commitdiff | tree |
1993-12-17 |
bostic | rework to make empty pattern matching match historic...
|
commit | commitdiff | tree |
1993-12-17 |
bostic | there are copy, init and end routines for each subsystem
|
commit | commitdiff | tree |
1993-12-17 |
bostic | make the two visual usage statements different
|
commit | commitdiff | tree |
1993-12-17 |
bostic | display C_VISUAL_EX and C_VISUAL_VI for :exusage visual...
|
commit | commitdiff | tree |
1993-12-16 |
bostic | if the user sets an argument list, turn of the ignore...
|
commit | commitdiff | tree |
1993-12-16 |
bostic | t_minrows not getting initialized if not a small window
|
commit | commitdiff | tree |
1993-12-16 |
bostic | set the F_RCV_ON bit, too, so we don't delete the recovery...
|
commit | commitdiff | tree |
1993-12-16 |
bostic | call screen copy/end routines explicitly
|
commit | commitdiff | tree |
1993-12-16 |
bostic | delete pointer to screen copy routine, all done at...
|
commit | commitdiff | tree |
1993-12-16 |
bostic | if we don't have a reasonable terminal, can still run ex
|
commit | commitdiff | tree |
1993-12-16 |
bostic | document the <tab> repaint behavior Eric A. noticed
|
commit | commitdiff | tree |
1993-12-16 |
bostic | decrement cmdlen when stepping over quoting characters
|
commit | commitdiff | tree |
1993-12-16 |
bostic | don't set V_RCM_SETFNB for _, ^, the underlying function...
|
commit | commitdiff | tree |
1993-12-16 |
bostic | document a bit more why/how V_RCM_SETFNB gets set
|
commit | commitdiff | tree |
1993-12-16 |
bostic | typo
|
commit | commitdiff | tree |
1993-12-16 |
bostic | if '$' is a motion, and deleting from at or before...
|
commit | commitdiff | tree |
1993-12-16 |
bostic | the _ command is a line motion if a count > 1 supplied
|
commit | commitdiff | tree |
1993-12-14 |
bostic | initialize/end ex/vi directly, instead of through svi
|
commit | commitdiff | tree |
1993-12-10 |
bostic | do a pass to verify/clean up all historical options
|
commit | commitdiff | tree |
1993-12-10 |
bostic | use real names for lines, columns
|
commit | commitdiff | tree |
1993-12-10 |
bostic | return an error if s_refresh fails
|
commit | commitdiff | tree |
1993-12-10 |
bostic | rework user's argument list handling, using a_frp to...
|
commit | commitdiff | tree |
1993-12-10 |
bostic | rework user's argument list handling, using a_frp to...
|
commit | commitdiff | tree |
1993-12-09 |
bostic | Initial revision
|
commit | commitdiff | tree |
1993-12-09 |
bostic | create mem.h, add {m,c,re}alloc macros to cast arguments
|
commit | commitdiff | tree |
1993-12-09 |
bostic | create mem.h, add {m,c,re}alloc macros to cast arguments
|
commit | commitdiff | tree |
1993-12-09 |
bostic | missed a check when converting the argv array logic
|
commit | commitdiff | tree |
1993-12-09 |
bostic | it was historical practice to allow proximity matches...
|
commit | commitdiff | tree |
1993-12-04 |
bostic | ->91
|
commit | commitdiff | tree |
1993-12-04 |
bostic | don't do the copy if the key arrays haven't been allocated
|
commit | commitdiff | tree |
1993-12-03 |
bostic | rework the ARGS stuff for consistency; no more NULL...
|
commit | commitdiff | tree |
1993-12-03 |
bostic | rework the ARGS stuff for consistency; no more NULL...
|
commit | commitdiff | tree |
1993-12-03 |
bostic | add argv_init
|
commit | commitdiff | tree |
1993-12-03 |
bostic | there may not be a file argument, check argc for stepping...
|
commit | commitdiff | tree |
1993-12-03 |
bostic | reversed logic in SETCMDARG -- strlen if it's NOT NULL
|
commit | commitdiff | tree |
1993-12-02 |
bostic | fixed saved_vi_mode setting -- main() set orig, copy...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | ->90
|
commit | commitdiff | tree |
1993-12-02 |
bostic | need to set a saved_vi_mode value, even if running...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | forgot to change len to save_cmdlen in push code
|
commit | commitdiff | tree |
1993-12-02 |
bostic | ->0.89
|
commit | commitdiff | tree |
1993-12-02 |
bostic | don't test argc, test the length, argc is guaranteed
|
commit | commitdiff | tree |
1993-12-02 |
bostic | comment leading discard behavior
|
commit | commitdiff | tree |
1993-12-02 |
bostic | document that there's *always* an argc, but that the...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | the global and vglobal commands eat to the next newline...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | (no commit message)
|
commit | commitdiff | tree |
1993-12-02 |
bostic | substitutes set both substitute and search RE's
|
commit | commitdiff | tree |
1993-12-02 |
bostic | the command ":s" is the same as &, repeat the last...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | don't return the NULL in the length count
|
commit | commitdiff | tree |
1993-12-02 |
bostic | change svi_ex.c, svi_refresh.c, svi_line.c, svi_util...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | C_BANG also eats to the newline
|
commit | commitdiff | tree |
1993-12-02 |
bostic | change S_REFRESH in svi_refresh() to repaint all related...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework the ex parser to pass around lengths instead...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework the argument structures to support lengths of...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | prettiness police
|
commit | commitdiff | tree |
1993-12-02 |
bostic | 'z' doesn't change the window size per se, only the...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | s_resize -> s_rabs, add s_rrel
|
commit | commitdiff | tree |
1993-12-02 |
bostic | s_resize -> s_rabs, add s_rrel
|
commit | commitdiff | tree |
1993-12-02 |
bostic | change s_resize to s_rabs, add s_rrel for O_WINDOW...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | lint
|
commit | commitdiff | tree |
1993-12-02 |
bostic | bug, wrong value to getcount for 'z' command
|
commit | commitdiff | tree |
1993-12-02 |
bostic | convert 'C', 'c', 'n' and 'z' to c[1a+0] respectively
|
commit | commitdiff | tree |
1993-12-02 |
bostic | prettiness police
|
commit | commitdiff | tree |
1993-12-02 |
bostic | the 'z' command allows a count of 0
|
commit | commitdiff | tree |
1993-12-02 |
bostic | don't link a new screen into the chain until it's fully...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | prettiness policee
|
commit | commitdiff | tree |
1993-12-02 |
bostic | bug fix, :resize +1 in the bottom screen dropped core
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | the ex parser (ep_line()) uses the end pointer return...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | all callers passed in O_SHELL value, change ex_exec_proc...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | move ARGS structure into args.h, it's now exported...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | '+' handled specially in the ex parser, no longer needs...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | file names don't need associated lengths -- they are...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | bug fix, "global!" is the same as vglobal
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | change split to take ARGS *[], not char *[]
|
commit | commitdiff | tree |
1993-12-02 |
bostic | M_INFO and M_VINFO messages are ignored if S_EXSILENT...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | provide length with all SEQ members (name, input, output...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | file names don't need associated lengths -- they are...
|
commit | commitdiff | tree |