OpenBSD CVS

CVS log for src/bin/ksh/edit.c


[BACK] Up to [local] / src / bin / ksh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.71 / (download) - annotate - [select for diffs], Tue Apr 23 13:34:50 2024 UTC (5 weeks, 5 days ago) by jsg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

correct indentation; no functional change
ok tb@

Revision 1.70 / (download) - annotate - [select for diffs], Wed Jun 21 22:22:08 2023 UTC (11 months, 1 week ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.69: +62 -1 lines
Diff to previous 1.69 (colored)

ksh: escape control chars when displaying file name completions.
If there are multiple matches when using autocomplete, the list of
matching file names was output as-is.  However, for a single match,
control characters are escaped before the file name is displayed.
This makes the behavior more consistent by escaping control chars
in the list of matches too.  Discussed with deraadt@, OK op@

Revision 1.69 / (download) - annotate - [select for diffs], Fri Jun 28 13:34:59 2019 UTC (4 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored)

When system calls indicate an error they return -1, not some arbitrary
value < 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

Revision 1.68 / (download) - annotate - [select for diffs], Thu Jun 27 18:03:36 2019 UTC (4 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.67: +3 -3 lines
Diff to previous 1.67 (colored)

Some asprintf() calls were checked < 0, rather than the precise == -1.
ok millert nicm tb, etc

Revision 1.67 / (download) - annotate - [select for diffs], Sun Dec 30 23:09:58 2018 UTC (5 years, 5 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.66: +1 -2 lines
Diff to previous 1.66 (colored)

Delete unnecessary <libgen.h> #includes

ok deraadt@

Revision 1.66 / (download) - annotate - [select for diffs], Mon Jun 18 17:03:58 2018 UTC (5 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.65: +3 -3 lines
Diff to previous 1.65 (colored)

Add clear-screen emacs editing command, currently not bound to a
key by default.  The shell will query the terminfo database to
find the escape sequence to clear the screen.  OK deraadt@

Revision 1.65 / (download) - annotate - [select for diffs], Mon Apr 9 17:53:36 2018 UTC (6 years, 1 month ago) by tobias
Branch: MAIN
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (colored)

Support 64 bit integers on 32 bit architectures.

No binary change on amd64 and there should be no differences on any
other 64 bit architecture either (because long = int64_t).

ok cheloha, tb

Revision 1.64 / (download) - annotate - [select for diffs], Thu Mar 15 16:51:29 2018 UTC (6 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

Favor usage of __func__ in warning/error messages. Some of them referred to the
wrong function and fix the rest for consistency.
Diff from Michael W. Bombardieri with some cosmetic cleanup applied.

ok benno@ tb@

Revision 1.63 / (download) - annotate - [select for diffs], Tue Jan 16 22:52:32 2018 UTC (6 years, 4 months ago) by jca
Branch: MAIN
Changes since 1.62: +4 -4 lines
Diff to previous 1.62 (colored)

Introduce internal_warningf() and mark internal_errorf() as noreturn

This helps tools like scan-build, and follows the example of warningf()
and errorf().  ok anton@

Revision 1.62 / (download) - annotate - [select for diffs], Mon Jan 15 14:58:05 2018 UTC (6 years, 4 months ago) by jca
Branch: MAIN
Changes since 1.61: +1 -3 lines
Diff to previous 1.61 (colored)

Stop pretending we support building ksh without EDIT/HISTORY support

ok anton@

Revision 1.61 / (download) - annotate - [select for diffs], Sat Jan 6 16:28:58 2018 UTC (6 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.60: +5 -5 lines
Diff to previous 1.60 (colored)

Bring back the sign compare changes, this time with a fix from otto@
that fixes the issues seen on hppa.  OK deraadt@ otto@

Revision 1.60 / (download) - annotate - [select for diffs], Thu Jan 4 19:06:16 2018 UTC (6 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.59: +5 -5 lines
Diff to previous 1.59 (colored)

Back out sign compare changes that appear to cause problems on hppa.
Requested by deraadt@

Revision 1.59 / (download) - annotate - [select for diffs], Mon Jan 1 19:45:56 2018 UTC (6 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.58: +5 -5 lines
Diff to previous 1.58 (colored)

Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.
OK tb@

Revision 1.58 / (download) - annotate - [select for diffs], Wed Dec 27 13:02:57 2017 UTC (6 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.57: +3 -3 lines
Diff to previous 1.57 (colored)

Add -Wshadow to Makefile and fix the resulting warnings.  Many of
the warnings are due to the use of globals with generic names,
specifically "options" and "path".  I've renamed "options" to
"sh_options" since it holds the shell options and "path" to
"search_path".  OK jca@ tb@

Revision 1.57 / (download) - annotate - [select for diffs], Thu Sep 8 12:12:40 2016 UTC (7 years, 8 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.56: +6 -3 lines
Diff to previous 1.56 (colored)

Don't try to look up array names for complete_* that aren't
alphanumeric, spotted by and ok sthen

Revision 1.56 / (download) - annotate - [select for diffs], Wed Sep 7 04:42:31 2016 UTC (7 years, 8 months ago) by dcoppa
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)


remove unused variable 'last'

ok nicm@

Revision 1.55 / (download) - annotate - [select for diffs], Sun Sep 4 17:21:44 2016 UTC (7 years, 8 months ago) by nicm
Branch: MAIN
Changes since 1.54: +79 -4 lines
Diff to previous 1.54 (colored)

Allow simple custom completions by creating an array named
"complete_commandname_argnum", for example:

    set -A complete_kill_1 -- -9 -HUP -INFO -KILL -TERM

To set completions for the first argument to kill(1). If no complete_*
arrays are present, the normal filename completion is offered.

positive comments from many; man page ok/tweaks jmc; ok tedu

Revision 1.54 / (download) - annotate - [select for diffs], Tue Aug 16 15:32:07 2016 UTC (7 years, 9 months ago) by tb
Branch: MAIN
Changes since 1.53: +13 -11 lines
Diff to previous 1.53 (colored)

Avoid a compiler warning about use of uninitialized l.beg emitted
when ksh is compiled with -Os (done in distrib/special): move the
bit using XPptrv(l) (which expands to l.beg) where it is actually
used and clearly initialized.

ok tedu, tweak + ok millert

Revision 1.53 / (download) - annotate - [select for diffs], Thu Mar 17 23:33:23 2016 UTC (8 years, 2 months ago) by mmcc
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.52: +1 -2 lines
Diff to previous 1.52 (colored)

remove some ARGSUSED

Revision 1.52 / (download) - annotate - [select for diffs], Wed Dec 30 09:07:00 2015 UTC (8 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

rename global "e" to genv to avoid accidental shadowing and aliasing.
ok millert nicm tb

Revision 1.51 / (download) - annotate - [select for diffs], Mon Dec 14 13:59:42 2015 UTC (8 years, 5 months ago) by tb
Branch: MAIN
Changes since 1.50: +4 -1 lines
Diff to previous 1.50 (colored)

Move system headers from sh.h to those files that actually need them.

ok mmcc@ a while ago

Revision 1.50 / (download) - annotate - [select for diffs], Sun Nov 1 15:38:53 2015 UTC (8 years, 7 months ago) by mmcc
Branch: MAIN
Changes since 1.49: +3 -2 lines
Diff to previous 1.49 (colored)

Add uses of areallocarray(). mksh and Bitrig ksh already have similar
functions. With help from Theo Buehler.

ok nicm@

Revision 1.49 / (download) - annotate - [select for diffs], Wed Oct 21 14:31:28 2015 UTC (8 years, 7 months ago) by mmcc
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Assign pointer to NULL rather than 0.

ok nicm@

Revision 1.48 / (download) - annotate - [select for diffs], Mon Oct 19 14:42:16 2015 UTC (8 years, 7 months ago) by mmcc
Branch: MAIN
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)

Move string.h include from sh.h to the files that use it.

ok nicm@

Revision 1.47 / (download) - annotate - [select for diffs], Mon Oct 19 02:15:45 2015 UTC (8 years, 7 months ago) by mmcc
Branch: MAIN
Changes since 1.46: +7 -5 lines
Diff to previous 1.46 (colored)

Apply style(9) to header includes.

ok nicm@

Revision 1.46 / (download) - annotate - [select for diffs], Fri Oct 9 19:36:27 2015 UTC (8 years, 7 months ago) by tedu
Branch: MAIN
Changes since 1.45: +2 -3 lines
Diff to previous 1.45 (colored)

remove null check before afree. from Michael McConville

Revision 1.45 / (download) - annotate - [select for diffs], Sat Sep 26 23:49:37 2015 UTC (8 years, 8 months ago) by nicm
Branch: MAIN
Changes since 1.44: +2 -3 lines
Diff to previous 1.44 (colored)

Remove EXTERN from edit.[ch], from Michael McConville.

Revision 1.44 / (download) - annotate - [select for diffs], Fri Sep 18 07:28:24 2015 UTC (8 years, 8 months ago) by nicm
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Last of the (thing *)0 -> NULL, from Michael McConville. No binary
change.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Sep 17 14:21:33 2015 UTC (8 years, 8 months ago) by nicm
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored)

Remove unnecessary casts, from Michael McConville. No binary change.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Sep 15 18:15:05 2015 UTC (8 years, 8 months ago) by tedu
Branch: MAIN
Changes since 1.41: +7 -7 lines
Diff to previous 1.41 (colored)

correct spelling of NULL from (char *)0. from Michael McConville.
ok md5

Revision 1.41 / (download) - annotate - [select for diffs], Tue Sep 1 13:12:31 2015 UTC (8 years, 9 months ago) by tedu
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

remove casts and null checks before free. from Michael McConville
ok deraadt

Revision 1.40 / (download) - annotate - [select for diffs], Thu Mar 12 10:20:30 2015 UTC (9 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Escape ! characters for tab-completion, required for "set -o csh-history" users.
Tweak to maintain ascii ordering suggested by Simon Nicolussi. OK halex@

Revision 1.39 / (download) - annotate - [select for diffs], Tue Dec 17 16:37:05 2013 UTC (10 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.38: +3 -2 lines
Diff to previous 1.38 (colored)

ctype cleanups.  Repeated re-audits of this sensitive area by okan and
myself, with a variety of other people spending some time as well.
Thanks.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jun 3 15:41:59 2013 UTC (11 years ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

add : to special chars.
identical diffs from plhk sdf.org and leva ecentrum.hu. ok deraadt.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Jan 21 10:13:24 2013 UTC (11 years, 4 months ago) by halex
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.36: +2 -3 lines
Diff to previous 1.36 (colored)

revert the tweak part of the last commit which, apart from the
questionable functionality of being able to expand environment
variables that did not match a filename, preserved the annoyance
of having stuff like "~/nonexistant" expanded to "~/nonexistant\* "

ok stsp@ mpi@

Revision 1.36 / (download) - annotate - [select for diffs], Sun Jan 20 14:47:46 2013 UTC (11 years, 4 months ago) by stsp
Branch: MAIN
Changes since 1.35: +8 -24 lines
Diff to previous 1.35 (colored)

Fix backslash escaping during filename tab-completion in ksh.
Diff originally submitted by Alexander Polakov, with a small tweak from me
to avoid breaking tab-completion of environment variables (problem pointed
out by bentley).
ok sthen halex mpi

Revision 1.35 / (download) - annotate - [select for diffs], Mon Sep 10 01:25:30 2012 UTC (11 years, 8 months ago) by tedu
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

fake a sigwinch after each job, so if the terminal changes size,
we'll notice and update

Revision 1.34 / (download) - annotate - [select for diffs], Thu May 20 01:13:07 2010 UTC (14 years ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.33: +6 -31 lines
Diff to previous 1.33 (colored)

Escape "=", remove if 0'd out code and simplify check in x_print_expansions.
millert@ ok some time ago.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Aug 2 10:50:25 2007 UTC (16 years, 10 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.32: +8 -2 lines
Diff to previous 1.32 (colored)

fix memory leaks and one potential null deref found by coverity. from netbsd.
millert@ ok

Revision 1.32 / (download) - annotate - [select for diffs], Wed Aug 1 10:08:56 2007 UTC (16 years, 10 months ago) by fgsch
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

escape [, ], and ? as well. from cbiere@netbsd.
millert@ ok.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Dec 11 20:31:21 2005 UTC (18 years, 5 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

fix a few name clashes with libc; found by lint. ok deraadt@

Revision 1.30 / (download) - annotate - [select for diffs], Sun Sep 11 18:08:47 2005 UTC (18 years, 8 months ago) by otto
Branch: MAIN
Changes since 1.29: +2 -4 lines
Diff to previous 1.29 (colored)

Process window size changes after xread(). [change window size]
echo $COLUMS $LINES; will now print the new sizes immediately, instead
of after the second echo. ok millert@

Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 13 02:33:08 2005 UTC (19 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

use STD{IN,OUT,ERR}_FILENO

Revision 1.28 / (download) - annotate - [select for diffs], Wed Mar 30 17:16:37 2005 UTC (19 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.27: +30 -36 lines
Diff to previous 1.27 (colored)

lots of indentation cleanup, now ksh is readable like our other code.
double checked to make sure no binaries change, and eyed by niallo

Revision 1.27 / (download) - annotate - [select for diffs], Fri Feb 25 11:21:16 2005 UTC (19 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

knf

Revision 1.26 / (download) - annotate - [select for diffs], Wed Dec 22 17:14:34 2004 UTC (19 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.25: +12 -12 lines
Diff to previous 1.25 (colored)

Use stdbool.h instead of rolling our own bools.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 20 11:34:26 2004 UTC (19 years, 5 months ago) by otto
Branch: MAIN
Changes since 1.24: +32 -91 lines
Diff to previous 1.24 (colored)

Ansification plus some minor knf. No binary change on i386 and
sparc64, binary change in lex.o on macppc due to introduction of
dopprompt() prototype. ok millert@

Revision 1.24 / (download) - annotate - [select for diffs], Sun Dec 19 04:14:20 2004 UTC (19 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23 (colored)

spacing

Revision 1.23 / (download) - annotate - [select for diffs], Sat Dec 18 22:12:23 2004 UTC (19 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.22: +4 -5 lines
Diff to previous 1.22 (colored)

Use struct termios instead of TTY_state typedef
Use tc[gs]etattr() instead of [gs]et_tty() abstraction

Revision 1.22 / (download) - annotate - [select for diffs], Sat Dec 18 22:11:43 2004 UTC (19 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Flags set in signal handlers should be volatile sig_atomic_t

Revision 1.21 / (download) - annotate - [select for diffs], Sat Dec 18 20:58:03 2004 UTC (19 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.20: +9 -13 lines
Diff to previous 1.20 (colored)

Use _POSIX_VDISABLE directly instead of assigning it to a variable.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 18 20:55:52 2004 UTC (19 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.19: +32 -128 lines
Diff to previous 1.19 (colored)

Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
First step in making the ksh code easier to read.  From Matthias Kilian

Revision 1.19 / (download) - annotate - [select for diffs], Thu Nov 4 19:20:07 2004 UTC (19 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.18: +2 -54 lines
Diff to previous 1.18 (colored)

do the variety-pack of bash-style \letter expansions on prompt variables.
a few issues remain with \ and $ and ! because of early variable expansion
done by incorrect eval/substitution, but this change is not responsible
for that.  tested by djm, jmc, and many others

Revision 1.18 / (download) - annotate - [select for diffs], Fri Aug 22 18:17:10 2003 UTC (20 years, 9 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

in word location, fix forward scanning so it correctly account for any
escaped char and not only spaces.
for "foo (bar.a)" and "foo (bar a)", cd foo\ \(bar.<tab> will correctly
expand to foo\ \(bar.a\).
otto@ and pval@ ok.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 26 00:09:45 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (colored)

protos

Revision 1.16 / (download) - annotate - [select for diffs], Mon May 5 22:02:33 2003 UTC (21 years, 1 month ago) by fgsch
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, this
escapes "`" so by instance cd works correctly; millert@ and pvalchev@ ok.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jun 9 05:47:27 2002 UTC (21 years, 11 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

knf

Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 16 17:18:08 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Add '#' to the list of escaped characters during vi/emacs filename completion.
From Matt Bing.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 19 19:32:13 2001 UTC (23 years, 3 months ago) by camield
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.12: +1 -3 lines
Diff to previous 1.12 (colored)

forgot to remove debugging #if 0

messed up completion on e.g. / and ./

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 19 09:49:51 2001 UTC (23 years, 3 months ago) by camield
Branch: MAIN
Changes since 1.11: +13 -7 lines
Diff to previous 1.11 (colored)

bash-like 'double-tab' completion

- bind TAB (^I) to complete-list by default
- complete-list now lists 'ls style' not 'menu style'
- complete-list first completes; if that does not work, it lists
- fix a memleak in emacs.c, do_complete
- completion now works after '=' (dd), and ':' (ssh) and ` (backtick)
- a command can now start with a subdir from the current dir

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 14 22:04:02 1999 UTC (24 years, 6 months ago) by d
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.10: +58 -5 lines
Diff to previous 1.10 (colored)

quote metachars when completing filenames from jdolecek@netbsd. ok millert@

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 15 01:18:33 1999 UTC (24 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.9: +21 -3 lines
Diff to previous 1.9 (colored)

patches from pdksh 5.2.13.11

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 10 17:55:02 1999 UTC (25 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

sync with pdksh-unstable-5.2.13.6

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 8 20:24:58 1999 UTC (25 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.7: +3 -2 lines
Diff to previous 1.7 (colored)

bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 25 19:01:50 1998 UTC (25 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.6: +2 -10 lines
Diff to previous 1.6 (colored)

pdksh-5.2.13 + local changes

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 19 13:58:39 1997 UTC (26 years, 11 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.5: +11 -11 lines
Diff to previous 1.5 (colored)

back out

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 18 22:42:31 1997 UTC (26 years, 11 months ago) by kstailey
Branch: MAIN
Changes since 1.4: +12 -12 lines
Diff to previous 1.4 (colored)

(foo *)0 -> NULL

Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 14 12:18:07 1996 UTC (27 years, 5 months ago) by mickey
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

-Wall'ing.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 1 02:05:33 1996 UTC (27 years, 8 months ago) by downsj
Branch: MAIN
Changes since 1.2: +29 -27 lines
Diff to previous 1.2 (colored)

Integrate pdksh 5.2.9.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 19 20:08:47 1996 UTC (27 years, 9 months ago) by downsj
Branch: MAIN
Changes since 1.1: +157 -47 lines
Diff to previous 1.1 (colored)

update to pdksh-5.2.8

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Aug 14 06:19:10 1996 UTC (27 years, 9 months ago) by downsj
Branch: pdksh
CVS Tags: pdksh-527
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import pdksh 5.2.7.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 14 06:19:10 1996 UTC (27 years, 9 months ago) by downsj
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.