The NetBSD Project

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

[BACK] Up to [cvs.NetBSD.org] / src / bin / ksh

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Oct 3 20:14:01 2024 UTC (3 months, 2 weeks ago) by rillig
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
bin: fix lint warning "effectively discards 'const'"

For example: src/bin/ed/io.c(339): warning: call to 'strchr' effectively
discards 'const' from argument [346]

No binary change.

Revision 1.35.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 21 19:37:32 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.35.2.1: preferred, colored; branchpoint 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35.2.1: +0 -0 lines
Ooops, restore accidently removed files from merge mishap

Revision 1.35.2.1
Tue Apr 21 18:41:04 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.35: +2 -2 lines
Sync with HEAD

Revision 1.34.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:04 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +3 -3 lines
Sync with HEAD

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jun 3 12:18:29 2018 UTC (6 years, 7 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: phil-wifi
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3 lines
ksh: Remove symbol clash with libc

Rename local function twalk() to ksh_twak().
This is needed for installing interceptors in sanitizers.

Sponsored by <The NetBSD Foundation>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Jul 1 23:12:08 2017 UTC (7 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: pgoyette-compat-base, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646
Branch point for: pgoyette-compat
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -4 lines
Kill enough K&R cruft to build with clang again.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jun 30 05:18:36 2017 UTC (7 years, 6 months ago) by kamil
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -31 lines
ksh: Eliminate dead function x_complete_word()

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jun 30 04:41:19 2017 UTC (7 years, 6 months ago) by kamil
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +14 -13 lines
ksh: Upgrade to C99 <stdbool.h>

This shell already used C99 functions.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jun 30 03:56:12 2017 UTC (7 years, 6 months ago) by kamil
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
ksh: Drop support for systems without <sys/stat.h>

In future the order of includes will be normalized with KNF.

No functional change intended.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Jun 22 14:20:46 2017 UTC (7 years, 7 months ago) by kamil
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -16 lines
Reapply removal of code from 90ties for OS/2 Cygwin AIX HPUX SCOUnix

Added missing #endif terminator in emacs.c

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jun 22 14:11:27 2017 UTC (7 years, 7 months ago) by kamil
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +16 -2 lines
Temporarily revert previous.

emacs.* gets wrong code in generation

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jun 22 13:34:48 2017 UTC (7 years, 7 months ago) by kamil
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -6 lines
Remove sco unix 3.2v4.1 support (from 1992) from ksh(1)

OK by <kre>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jun 22 13:33:39 2017 UTC (7 years, 7 months ago) by kamil
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -7 lines
Remove os2 support in ksh(1)

OK by <kre>

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Jun 22 13:32:04 2017 UTC (7 years, 7 months ago) by kamil
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -7 lines
Remove ancient cygwin support in ksh(1)

OK by <kre>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jun 5 03:02:37 2010 UTC (14 years, 7 months ago) by sjg
Branches: MAIN
CVS tags: yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb8-mediatek-base, matt-nb8-mediatek, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, localcount-20160914, khorben-n900, cherry-xenmp-base, cherry-xenmp, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -4 lines
PR: 39604
Reviewed by:

add_glob:
Do not stop scanning if we see '$' as it does more harm than good.
For $HOME/tm we should return $HOME/tm*

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Apr 2 20:19:40 2010 UTC (14 years, 9 months ago) by plunky
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
-	int putbuf_func ARGS((const char *s, size_t len));
+	int (*putbuf_func) ARGS((const char *, size_t));

for pcc
 - did not recognise pointer to function
 - argument names shadowed other arguments

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Nov 24 16:00:42 2009 UTC (15 years, 2 months ago) by seanb
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Back out fix for PR 22846 as it has issues.  See PR 22846 for details.

Revision 1.21.20.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:15:49 2009 UTC (15 years, 8 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +3 -3 lines
Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Apr 25 05:11:37 2009 UTC (15 years, 9 months ago) by lukem
Branches: MAIN
CVS tags: jym-xensuspend-nbase, jym-xensuspend-base
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Fix most of the -Wsign-compare issues.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jan 28 20:20:25 2007 UTC (17 years, 11 months ago) by cbiere
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: jym-xensuspend
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
 * Escape '?', '[', ']' like other meta characters.
 * Partial fix for completion when '[' is in the way.
 * Addresses PR bin/22846.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun May 14 01:09:03 2006 UTC (18 years, 8 months ago) by christos
Branches: MAIN
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, abandoned-netbsd-4-base, abandoned-netbsd-4
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -2 lines
Don't free random memory; thanks gcc-4.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Apr 27 13:25:21 2006 UTC (18 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -3 lines
Avoid double free.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 24 19:53:08 2006 UTC (18 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +8 -4 lines
Coverity CID 2995: Fix memory leak.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Sep 11 22:23:42 2005 UTC (19 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -7 lines
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. From otto@OpenBSD

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jun 26 19:09:00 2005 UTC (19 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +10 -12 lines
warns=3
- remove param names from function decls
- sprinkle const
- rename shadowed variables
- XXX: there is a lot of fishy __UNCONST going on.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon May 23 08:03:25 2005 UTC (19 years, 8 months ago) by rillig
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -3 lines
Fixed wrong use of the <ctype.h> functions by adding (unsigned char) casts.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 7 19:20:09 2004 UTC (20 years, 6 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +13 -60 lines
Cleanup of ksh memory handling from OpenBSD, via Stefan Krueger in PR 24962.
Should also fix:
PR 8153
PR 13301
PR 15256
PR 25084

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Sep 11 10:24:57 2003 UTC (21 years, 4 months ago) by jmmv
Branches: MAIN
CVS tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, historyrename-before, historyrename-after
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Add ':' to the list of characters to be escaped.  Fixes completion problems
when the filename includes this character.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 26 07:28:39 2003 UTC (21 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
From OpenBSD:
revision 1.18
date: 2003/08/22 18:17:10;  author: fgsch;  state: Exp;  lines: +2 -2
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.11: download - view: text, markup, annotated - select for diffs
Mon Jun 23 11:38:54 2003 UTC (21 years, 7 months ago) by agc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -1 lines
Add NetBSD RCS Ids.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 7 06:39:08 2003 UTC (21 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Fix completion of files containing #. From Soren Jacobsen in PR 21486.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue May 6 11:34:01 2003 UTC (21 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Add ` (backquote) to quoted characters for completion. From fgsch@openbsd.
Okayed by christos.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Sep 25 02:41:11 2002 UTC (22 years, 4 months ago) by provos
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +11 -7 lines
change complete-list to first complete and then print a list,
also complete after '=' (dd), and ':' (ssh) and ` (backtick)
improvements from camield@openbsd.org.  approved by perry and thorpej.

Revision 1.6.6.1: download - view: text, markup, annotated - select for diffs
Wed Feb 6 13:55:57 2002 UTC (22 years, 11 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +54 -6 lines
Pull up revision 1.7 (requested by sjg):
  Fix some aspects of globbing, particularly in emacs mode.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 25 23:40:51 2002 UTC (23 years ago) by sjg
Branches: MAIN
CVS tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +54 -6 lines
Fix some aspects of globbing - in emacs mode at least.
echo ~<ESC><ESC> and $HOME<ESC><ESC> as well as ~/b<ESC><ESC> all
now expand correctly.

Revision 1.4.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:27:01 1999 UTC (25 years, 1 month ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +82 -18 lines
Pull up to last week's -current.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 2 22:06:45 1999 UTC (25 years, 2 months ago) by jdolecek
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl, comdex-fall-1999-base, comdex-fall-1999
Branch point for: netbsd-1-5
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +58 -5 lines
Implement (somewhat enhanced) idea stealed from bash:
when completing the filename (either in vi mode with vi-tabcomplete on,
or in emacs mode after double esc), escape any shell special characters
and chars from $IFS with backslash - very handy especially when
dealing with filenames containing spaces

The patch has been sent to maintainer, but I haven't got any reply yet even
after about a month :(

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 20 15:09:59 1999 UTC (25 years, 3 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +25 -14 lines
resolve conflicts

Revision 1.1.1.3 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Oct 20 14:27:28 1999 UTC (25 years, 3 months ago) by hubertf
Branches: MR
CVS tags: PDKSH5_2_14
Diff to: previous 1.1.1.2: preferred, colored
Changes since revision 1.1.1.2: +24 -13 lines
Import pdksh V5.2.14.
Includes lots of bugfixes.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 4 18:27:21 1998 UTC (26 years, 2 months ago) by christos
Branches: MAIN
CVS tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Branch point for: wrstuden-devbsize
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
char->unsigned char casts for is*()

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 20 17:42:00 1997 UTC (27 years, 6 months ago) by christos
Branches: MAIN
CVS tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1 lines
Fix compiler warnings
Add WARNS=1

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 12 19:11:44 1997 UTC (28 years ago) by tls
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +30 -26 lines
RCS ID Police

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Oct 9 15:12:34 1996 UTC (28 years, 3 months ago) by jtc
Branches: MR
CVS tags: PDKSH5_2_9, PDKSH5_2_12, PDKSH5_2_11
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +28 -26 lines
import pdksh 5.2.9

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Sep 21 23:35:13 1996 UTC (28 years, 4 months ago) by jtc
Branches: MR
CVS tags: PDKSH5_2_8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
import pdksh 5.2.8

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 21 23:35:13 1996 UTC (28 years, 4 months ago) by jtc
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>