The NetBSD Project

CVS log for src/external/bsd/nvi/usr.bin/nvi/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / external / bsd / nvi / usr.bin / nvi

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Feb 26 02:54:21 2021 UTC (3 years, 9 months ago) by rin
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, 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, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +11 -5 lines
Misc cleanups:

- built-in regex is required only when ${USE_WIDECHAR} == "yes"

- -DUSE_WIDECHAR cpp flag should be determined by ${USE_WIDECHAR},
  not ${USE_BUILTIN_REGEX}

- reduce .if -- .endif block for clarity

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Feb 26 00:41:56 2021 UTC (3 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -2 lines
Put back local regex (thanks Rin)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Feb 25 21:56:35 2021 UTC (3 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -7 lines
we don't need the extra copy wide-regex anymore.

Revision 1.16.4.3: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:41:56 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.16.4.2: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.4.2: +1 -4 lines
Sync with HEAD

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Apr 20 13:04:10 2020 UTC (4 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: phil-wifi-20200421
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Don't let clang warn about comparing pointers with string literals.

Revision 1.16.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:56:03 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.16.4.1: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.4.1: +5 -5 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Apr 12 17:28:57 2020 UTC (4 years, 7 months ago) by martin
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -5 lines
Remove no longer needed workaround for PR/54656.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Oct 29 21:14:37 2019 UTC (5 years, 1 month ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -1 lines
PR/54656: Martin Husemann: gcc-8 miscompiles ex_filter.c even with -O1, make
it -O0. The tm argument gets passed in as non-null and it is non-null after
the command execution, but then becomes null and causes a null dereference.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jul 24 08:37:59 2019 UTC (5 years, 4 months ago) by rin
Branches: MAIN
CVS tags: 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
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -5 lines
Add missing break.

Revision 1.16.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 21:51:36 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -2 lines
Sync with HEAD

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 4 04:05:16 2019 UTC (5 years, 9 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20190609
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -1 lines
- use -Wno-error=implicit-fallthrough with GCC7.

Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:51:50 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +3 -2 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 7 08:05:48 2018 UTC (6 years, 3 months ago) by rin
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2 lines
Add imctrl and imkey options, inspired by cannactrl and fepkey options in
nvi-m17n by itojun.

If imctrl option is set, input method is controlled by using escape
sequences compatible to Tera Term and RLogin. The state of input method in
commands specified by imkey option is saved and restored automatically.
Input method is then deactivated on returning to command mode.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 21 02:47:14 2017 UTC (7 years ago) by rin
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-base, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: phil-wifi, pgoyette-compat
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -3 lines
Bump WARNS to 5. Add -Wno-old-style-definition to regex.c for gcc.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 21 02:45:03 2017 UTC (7 years ago) by rin
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -2 lines
Enable -Wuninitialized -Wformat-security for clang.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Nov 21 02:44:13 2017 UTC (7 years ago) by rin
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -4 lines
We always need -Wno-format-nonliteral for v_increment.c whether compiler is
gcc or clang.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Nov 21 02:42:08 2017 UTC (7 years ago) by rin
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -12 lines
Cosmetic changes. No functional changes.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 13 04:09:41 2017 UTC (7 years ago) by rin
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Sorry, remove illegal indents. Real fix for build with USE_WIDECHAR != "yes".

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 13 02:33:13 2017 UTC (7 years ago) by rin
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -1 lines
- Add -Wno-unused and -Wno-unsequenced for gcc and clang, respectively.
  This is because encoding conversion macros yield such like:

    #define FILE2INT5(sp,buf,n,nlen,w,wlen) (w = n, wlen = nlen, 0)

- Silence gcc warnings on nonliteral arguments for snprintf(3) in v_increment.c,
  that are overlooked for swprintf(3) in the case of USE_WIDECHAR == "yes".

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Nov 13 01:51:47 2017 UTC (7 years ago) by rin
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Use mvwchgat(3), which is not a macro in general (and in our case).

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Nov 6 03:37:52 2017 UTC (7 years ago) by rin
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -3 lines
No need to compile in ip_*.c and ipc_*.c to nvi, although they are
necessary for generation of header files.

Reduce 5% of binary size on amd64.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 6 03:27:34 2017 UTC (7 years ago) by rin
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -1 lines
Introduce HAVE_XXX macros to where they should be.
No binary changes, but possibly improve portability for, e.g.,
sync with pkgsrc version in the near future.

Revision 1.5.8.1: download - view: text, markup, annotated - select for diffs
Wed Jan 18 08:46:20 2017 UTC (7 years, 10 months ago) by skrll
Branches: netbsd-7-nhusb
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +3 -3 lines
Sync with netbsd-5

Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Sun Dec 18 06:37:30 2016 UTC (7 years, 11 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116, 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
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +3 -3 lines
Pull up following revision(s) (requested by riastradh in ticket #1312):
	external/bsd/nvi/Makefile.inc: revisions 1.2-1.4
	external/bsd/nvi/dist/cl/cl.h: revision 1.3
	external/bsd/nvi/dist/cl/cl_main.c: revision 1.5
	external/bsd/nvi/dist/cl/cl_screen.c: revision 1.5
	external/bsd/nvi/dist/cl/cl_term.c: revision 1.5
	external/bsd/nvi/dist/common/key.h: revision 1.3
	external/bsd/nvi/dist/common/vi_db1.c: revision 1.8
	external/bsd/nvi/dist/docs/vi.man/vi.1: revisions 1.3, 1.4
	external/bsd/nvi/dist/ex/ex_map.c: revision 1.4
	external/bsd/nvi/dist/ex/ex_script.c: revisions 1.5, 1.6
	external/bsd/nvi/usr.bin/nvi/Makefile: revision 1.7
PR/50092: Rin Okuyama: Fix memory leaks in vi when resizing.
--
PR/50484: Rin Okuyama: fix the script command of vi(1)
--
Fix > 1024 char lines in script. (Rin Okuyama)
--
remove CONST; it is unused from Brad Harder
--
add default: to appease gcc.
--
Restore the first line of the copyright header, which accidentally got
zapped in -r1.2.
--
PR 51446 Brad Harder: fix synopsis for :tagprev

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Nov 28 13:20:03 2015 UTC (9 years ago) by christos
Branches: MAIN
CVS tags: 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, perseant-stdc-iso10646-base, perseant-stdc-iso10646, 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, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
PR/50484: Rin Okuyama: fix the script command of vi(1)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 23 03:04:06 2015 UTC (9 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
add QUEUEDEBUG commented out

Revision 1.5.4.2: download - view: text, markup, annotated - select for diffs
Tue Aug 19 23:51:54 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.5.4.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.4.1: +119 -0 lines
Rebase to HEAD as of a few days ago.

Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 07:09:35 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +4 -3 lines
Rebase.

Revision 1.5.4.1
Fri May 23 19:59:17 2014 UTC (10 years, 6 months ago) by tls
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.5: +0 -119 lines
file Makefile was added on branch tls-maxphys on 2014-08-19 23:51:54 +0000

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri May 23 19:59:17 2014 UTC (10 years, 6 months ago) by dholland
Branches: MAIN
CVS tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-nhusb-base, netbsd-7-base, 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
Branch point for: tls-maxphys, netbsd-7-nhusb, netbsd-7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -3 lines
PR toolchain/48833: Ilia Zykov: nvi build fails if under /common

When autogenerating headers from source (yuck) use a more selective
pattern to avoid selecting anything if part of the current absolute
path happens to match part of the nvi source tree.

Revision 1.4.4.2: download - view: text, markup, annotated - select for diffs
Thu May 22 15:50:36 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.4.4.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.4.1: +118 -0 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.4.4.1
Sat Nov 30 14:52:40 2013 UTC (11 years ago) by yamt
Branches: yamt-pagecache
FILE REMOVED
Changes since revision 1.4: +0 -118 lines
file Makefile was added on branch yamt-pagecache on 2014-05-22 15:50:36 +0000

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 30 14:52:40 2013 UTC (11 years ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: yamt-pagecache, tls-earlyentropy
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -2 lines
Don't rebuild the header files all the time if they did not change

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 29 22:56:19 2013 UTC (11 years ago) by christos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +13 -4 lines
Bring back the compatibility db3->db1 code from the old vi.
This is selected with -DUSE_DB1 in the Makefile. By default
use use the db1 specific code from the current nvi which is
enabled using -DUSE_BUNDLED_DB. Unfortunately recovery seems
to be broken for both.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 29 16:37:35 2013 UTC (11 years ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
fix tracing.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 22 16:00:45 2013 UTC (11 years ago) by christos
Branches: MAIN
Add build glue and docs

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>