The NetBSD Project

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Nov 9 13:14:09 2024 UTC (3 weeks, 1 day ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +8 -7 lines
tmux: update for 3.5a release

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:27:38 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +13 -2 lines
Explain HAVE_VIS situation in a comment

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Jun 22 23:51:26 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -1 lines
add generated tmux.1 to CLEANDIRFILES so it gets removed too

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Jun 22 23:49:17 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
notify.c is now sign-compare-safe

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Jun 22 20:08:16 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +15 -7 lines
Adapt build for tmux 3.4.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jan 4 13:20:22 2024 UTC (10 months, 4 weeks ago) by uwe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +7 -1 lines
tmux: perform substitution(s) in the man page

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jun 28 22:47:39 2023 UTC (17 months ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2 lines
tmux: also set HAVE_REALLOCARRAY

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jun 28 22:21:48 2023 UTC (17 months ago) by wiz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +17 -14 lines
update build system for tmux 3.3a

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jun 3 09:09:05 2023 UTC (18 months ago) by lukem
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 23 16:47:46 2022 UTC (2 years, 10 months ago) by christos
Branches: MAIN
CVS tags: 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
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +6 -5 lines
merge changes between tmux-3.2 and tmux-3.2a

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Apr 17 20:42:10 2021 UTC (3 years, 7 months ago) by christos
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +20 -7 lines
merge our changes between tmux-3.1c and tmux-3.2

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Apr 13 04:58:59 2021 UTC (3 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
apply some -Wno- to ignore several new warnings with GCC 10.


ntp: ignore truncation beyond api sizes, and ignore wrongly
guessed underflow

tmux: ignore maybe uninitialised warning for impossible case

libbfd: signed/unsigned variables assigned in the same statement

dri/gallium: -Wno-builtin-declaration-mismatch for u_atomic.c as
it implements backend functions with different in-C-machine but
same-in-real-machine types

libXfont/libXfont2: signed/unsigned variables assigned in the same
statement

i915drm: ignore impossible maybe uninitialised warnings

sysinst: ignore an invalid string truncation issue

Revision 1.19.4.1: download - view: text, markup, annotated - select for diffs
Sun Nov 1 18:08:00 2020 UTC (4 years, 1 month ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +28 -25 lines
Pull up the following, requested by christos in ticket #1619:

	external/bsd/tmux/dist/compat/daemon-darwin.c   up to 1.1.1.1
	external/bsd/tmux/dist/compat/fdforkpty.c       up to 1.1.1.1
	external/bsd/tmux/dist/compat/memmem.c          up to 1.1.1.1
	external/bsd/tmux/dist/menu.c                   up to 1.2
	external/bsd/tmux/dist/window-tree.c            up to 1.7
	external/bsd/tmux/dist/mode-tree.c              up to 1.6
	external/bsd/tmux/dist/etc/ylwrap               up to 1.1.1.1
	external/bsd/tmux/dist/cmd-resize-window.c      up to 1.2
	external/bsd/tmux/dist/regsub.c                 up to 1.3
	external/bsd/tmux/dist/cmd-parse.y              up to 1.3
	external/bsd/tmux/dist/window-buffer.c          up to 1.6
	external/bsd/tmux/dist/spawn.c                  up to 1.3
	external/bsd/tmux/dist/README.ja                up to 1.1.1.1
	external/bsd/tmux/dist/window-client.c          up to 1.6
	external/bsd/tmux/dist/file.c                   up to 1.1.1.1
	external/bsd/tmux/dist/format-draw.c            up to 1.1.1.3
	external/bsd/tmux/dist/cmd-display-menu.c       up to 1.1.1.1
	external/bsd/tmux/dist/compat/fparseln.c        delete
	external/bsd/tmux/dist/FAQ                      delete
	external/bsd/tmux/dist/TODO                     delete
	external/bsd/tmux/dist/cmd-choose-buffer.c      delete
	external/bsd/tmux/dist/cmd-choose-client.c      delete
	external/bsd/tmux/dist/cmd-list.c               delete
	external/bsd/tmux/dist/cmd-set-hook.c           delete
	external/bsd/tmux/dist/cmd-string.c             delete
	external/bsd/tmux/dist/hooks.c                  delete
	external/bsd/tmux/dist/pty.c                    delete
	external/bsd/tmux/dist/signal.c                 delete
	external/bsd/tmux/dist/window-choose.c          delete
	external/bsd/tmux/dist/CHANGES                  up to 1.1.1.6
	external/bsd/tmux/dist/COPYING                  up to 1.1.1.2
	external/bsd/tmux/dist/Makefile.am              up to 1.1.1.6
	external/bsd/tmux/dist/Makefile.in              up to 1.1.1.6
	external/bsd/tmux/dist/README                   up to 1.1.1.4
	external/bsd/tmux/dist/aclocal.m4               up to 1.1.1.4
	external/bsd/tmux/dist/alerts.c                 up to 1.1.1.5
	external/bsd/tmux/dist/arguments.c              up to 1.1.1.9
	external/bsd/tmux/dist/attributes.c             up to 1.1.1.9
	external/bsd/tmux/dist/cfg.c                    up to 1.1.1.12
	external/bsd/tmux/dist/client.c                 up to 1.10
	external/bsd/tmux/dist/cmd-attach-session.c     up to 1.8
	external/bsd/tmux/dist/cmd-bind-key.c           up to 1.1.1.9
	external/bsd/tmux/dist/cmd-break-pane.c         up to 1.1.1.11
	external/bsd/tmux/dist/cmd-capture-pane.c       up to 1.8
	external/bsd/tmux/dist/cmd-choose-tree.c        up to 1.1.1.9
	external/bsd/tmux/dist/cmd-command-prompt.c     up to 1.1.1.10
	external/bsd/tmux/dist/cmd-confirm-before.c     up to 1.1.1.9
	external/bsd/tmux/dist/cmd-copy-mode.c          up to 1.1.1.11
	external/bsd/tmux/dist/cmd-detach-client.c      up to 1.1.1.8
	external/bsd/tmux/dist/cmd-display-message.c    up to 1.10
	external/bsd/tmux/dist/cmd-display-panes.c      up to 1.1.1.11
	external/bsd/tmux/dist/cmd-find-window.c        up to 1.1.1.10
	external/bsd/tmux/dist/cmd-find.c               up to 1.1.1.7
	external/bsd/tmux/dist/cmd-if-shell.c           up to 1.10
	external/bsd/tmux/dist/cmd-join-pane.c          up to 1.1.1.10
	external/bsd/tmux/dist/cmd-kill-pane.c          up to 1.1.1.10
	external/bsd/tmux/dist/cmd-kill-session.c       up to 1.1.1.9
	external/bsd/tmux/dist/cmd-kill-window.c        up to 1.1.1.8
	external/bsd/tmux/dist/cmd-list-buffers.c       up to 1.1.1.8
	external/bsd/tmux/dist/cmd-list-clients.c       up to 1.1.1.8
	external/bsd/tmux/dist/cmd-list-keys.c          up to 1.1.1.11
	external/bsd/tmux/dist/cmd-list-panes.c         up to 1.1.1.8
	external/bsd/tmux/dist/cmd-list-sessions.c      up to 1.1.1.9
	external/bsd/tmux/dist/cmd-list-windows.c       up to 1.1.1.8
	external/bsd/tmux/dist/cmd-load-buffer.c        up to 1.9
	external/bsd/tmux/dist/cmd-lock-server.c        up to 1.1.1.8
	external/bsd/tmux/dist/cmd-move-window.c        up to 1.1.1.8
	external/bsd/tmux/dist/cmd-new-session.c        up to 1.8
	external/bsd/tmux/dist/cmd-new-window.c         up to 1.8
	external/bsd/tmux/dist/cmd-paste-buffer.c       up to 1.8
	external/bsd/tmux/dist/cmd-pipe-pane.c          up to 1.1.1.10
	external/bsd/tmux/dist/cmd-queue.c              up to 1.6
	external/bsd/tmux/dist/cmd-refresh-client.c     up to 1.1.1.11
	external/bsd/tmux/dist/cmd-rename-session.c     up to 1.1.1.9
	external/bsd/tmux/dist/cmd-rename-window.c      up to 1.1.1.9
	external/bsd/tmux/dist/cmd-resize-pane.c        up to 1.1.1.12
	external/bsd/tmux/dist/cmd-respawn-pane.c       up to 1.1.1.9
	external/bsd/tmux/dist/cmd-respawn-window.c     up to 1.1.1.11
	external/bsd/tmux/dist/cmd-rotate-window.c      up to 1.1.1.10
	external/bsd/tmux/dist/cmd-run-shell.c          up to 1.1.1.11
	external/bsd/tmux/dist/cmd-save-buffer.c        up to 1.1.1.11
	external/bsd/tmux/dist/cmd-select-layout.c      up to 1.1.1.10
	external/bsd/tmux/dist/cmd-select-pane.c        up to 1.1.1.12
	external/bsd/tmux/dist/cmd-select-window.c      up to 1.1.1.9
	external/bsd/tmux/dist/cmd-send-keys.c          up to 1.10
	external/bsd/tmux/dist/cmd-set-environment.c    up to 1.1.1.8
	external/bsd/tmux/dist/cmd-set-option.c         up to 1.1.1.11
	external/bsd/tmux/dist/cmd-show-environment.c   up to 1.1.1.8
	external/bsd/tmux/dist/cmd-show-messages.c      up to 1.7
	external/bsd/tmux/dist/cmd-show-options.c       up to 1.3
	external/bsd/tmux/dist/cmd-source-file.c        up to 1.1.1.10
	external/bsd/tmux/dist/cmd-split-window.c       up to 1.9
	external/bsd/tmux/dist/cmd-swap-pane.c          up to 1.1.1.11
	external/bsd/tmux/dist/cmd-swap-window.c        up to 1.1.1.9
	external/bsd/tmux/dist/cmd-switch-client.c      up to 1.1.1.11
	external/bsd/tmux/dist/cmd-wait-for.c           up to 1.7
	external/bsd/tmux/dist/cmd.c                    up to 1.1.1.12
	external/bsd/tmux/dist/colour.c                 up to 1.9
	external/bsd/tmux/dist/compat.h                 up to 1.2
	external/bsd/tmux/dist/configure                up to 1.1.1.6
	external/bsd/tmux/dist/configure.ac             up to 1.1.1.6
	external/bsd/tmux/dist/control-notify.c         up to 1.1.1.8
	external/bsd/tmux/dist/control.c                up to 1.1.1.7
	external/bsd/tmux/dist/environ.c                up to 1.10
	external/bsd/tmux/dist/example_tmux.conf        up to 1.1.1.4
	external/bsd/tmux/dist/format.c                 up to 1.11
	external/bsd/tmux/dist/grid-view.c              up to 1.1.1.9
	external/bsd/tmux/dist/grid.c                   up to 1.10
	external/bsd/tmux/dist/input-keys.c             up to 1.10
	external/bsd/tmux/dist/input.c                  up to 1.14
	external/bsd/tmux/dist/job.c                    up to 1.11
	external/bsd/tmux/dist/key-bindings.c           up to 1.9
	external/bsd/tmux/dist/key-string.c             up to 1.1.1.12
	external/bsd/tmux/dist/layout-custom.c          up to 1.1.1.10
	external/bsd/tmux/dist/layout-set.c             up to 1.1.1.12
	external/bsd/tmux/dist/layout.c                 up to 1.1.1.10
	external/bsd/tmux/dist/log.c                    up to 1.14
	external/bsd/tmux/dist/mdoc2man.awk             up to 1.1.1.3
	external/bsd/tmux/dist/names.c                  up to 1.1.1.8
	external/bsd/tmux/dist/notify.c                 up to 1.6
	external/bsd/tmux/dist/options-table.c          up to 1.1.1.11
	external/bsd/tmux/dist/options.c                up to 1.11
	external/bsd/tmux/dist/osdep-darwin.c           up to 1.1.1.9
	external/bsd/tmux/dist/osdep-freebsd.c          up to 1.1.1.8
	external/bsd/tmux/dist/osdep-linux.c            up to 1.1.1.7
	external/bsd/tmux/dist/osdep-netbsd.c           up to 1.1.1.9
	external/bsd/tmux/dist/paste.c                  up to 1.5
	external/bsd/tmux/dist/proc.c                   up to 1.5
	external/bsd/tmux/dist/resize.c                 up to 1.2
	external/bsd/tmux/dist/screen-redraw.c          up to 1.1.1.11
	external/bsd/tmux/dist/screen-write.c           up to 1.12
	external/bsd/tmux/dist/screen.c                 up to 1.11
	external/bsd/tmux/dist/server-client.c          up to 1.8
	external/bsd/tmux/dist/server-fn.c              up to 1.12
	external/bsd/tmux/dist/server.c                 up to 1.1.1.11
	external/bsd/tmux/dist/session.c                up to 1.12
	external/bsd/tmux/dist/status.c                 up to 1.10
	external/bsd/tmux/dist/style.c                  up to 1.4
	external/bsd/tmux/dist/tmux.1                   up to 1.13
	external/bsd/tmux/dist/tmux.c                   up to 1.11
	external/bsd/tmux/dist/tmux.h                   up to 1.16
	external/bsd/tmux/dist/tty-acs.c                up to 1.9
	external/bsd/tmux/dist/tty-keys.c               up to 1.14
	external/bsd/tmux/dist/tty-term.c               up to 1.13
	external/bsd/tmux/dist/tty.c                    up to 1.7
	external/bsd/tmux/dist/utf8.c                   up to 1.7
	external/bsd/tmux/dist/window-clock.c           up to 1.1.1.9
	external/bsd/tmux/dist/window-copy.c            up to 1.12
	external/bsd/tmux/dist/window.c                 up to 1.13
	external/bsd/tmux/dist/xmalloc.c                up to 1.1.1.9
	external/bsd/tmux/dist/xmalloc.h                up to 1.5
	external/bsd/tmux/dist/xterm-keys.c             up to 1.1.1.8
	external/bsd/tmux/dist/compat/getdtablecount.c  up to 1.1.1.2
	external/bsd/tmux/dist/compat/imsg-buffer.c     up to 1.9
	external/bsd/tmux/dist/compat/imsg.c            up to 1.9
	external/bsd/tmux/dist/etc/compile              up to 1.1.1.2
	external/bsd/tmux/dist/etc/config.guess         up to 1.1.1.3
	external/bsd/tmux/dist/etc/config.sub           up to 1.1.1.3
	external/bsd/tmux/dist/etc/depcomp              up to 1.1.1.2
	external/bsd/tmux/dist/etc/install-sh           up to 1.1.1.3
	external/bsd/tmux/dist/etc/missing              up to 1.1.1.2
	external/bsd/tmux/usr.bin/tmux/Makefile         up to 1.25
	doc/3RDPARTY					(manually modified)

Update tmux to 3.1c

Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Sun Nov 1 18:01:16 2020 UTC (4 years, 1 month ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +15 -16 lines
Pull up the following

	external/bsd/tmux/dist/menu.c                   up to 1.2
	external/bsd/tmux/dist/etc/ylwrap               up to 1.1.1.1
	external/bsd/tmux/dist/cmd-resize-window.c      up to 1.2
	external/bsd/tmux/dist/regsub.c                 up to 1.3
	external/bsd/tmux/dist/cmd-parse.y              up to 1.3
	external/bsd/tmux/dist/spawn.c                  up to 1.3
	external/bsd/tmux/dist/file.c                   up to 1.1.1.1
	external/bsd/tmux/dist/format-draw.c            up to 1.1.1.3
	external/bsd/tmux/dist/cmd-display-menu.c       up to 1.1.1.1
	external/bsd/tmux/dist/compat/fparseln.c        delete
	external/bsd/tmux/dist/TODO                     delete
	external/bsd/tmux/dist/cmd-list.c               delete
	external/bsd/tmux/dist/cmd-set-hook.c           delete
	external/bsd/tmux/dist/cmd-string.c             delete
	external/bsd/tmux/dist/hooks.c                  delete
	external/bsd/tmux/dist/CHANGES                  up to 1.1.1.6
	external/bsd/tmux/dist/COPYING                  up to 1.1.1.2
	external/bsd/tmux/dist/Makefile.am              up to 1.1.1.6
	external/bsd/tmux/dist/Makefile.in              up to 1.1.1.6
	external/bsd/tmux/dist/README                   up to 1.1.1.4
	external/bsd/tmux/dist/aclocal.m4               up to 1.1.1.4
	external/bsd/tmux/dist/arguments.c              up to 1.1.1.9
	external/bsd/tmux/dist/attributes.c             up to 1.1.1.9
	external/bsd/tmux/dist/cfg.c                    up to 1.1.1.12
	external/bsd/tmux/dist/client.c                 up to 1.10
	external/bsd/tmux/dist/cmd-attach-session.c     up to 1.8
	external/bsd/tmux/dist/cmd-bind-key.c           up to 1.1.1.9
	external/bsd/tmux/dist/cmd-break-pane.c         up to 1.1.1.11
	external/bsd/tmux/dist/cmd-capture-pane.c       up to 1.8
	external/bsd/tmux/dist/cmd-choose-tree.c        up to 1.1.1.9
	external/bsd/tmux/dist/cmd-command-prompt.c     up to 1.1.1.10
	external/bsd/tmux/dist/cmd-confirm-before.c     up to 1.1.1.9
	external/bsd/tmux/dist/cmd-copy-mode.c          up to 1.1.1.11
	external/bsd/tmux/dist/cmd-display-message.c    up to 1.10
	external/bsd/tmux/dist/cmd-display-panes.c      up to 1.1.1.11
	external/bsd/tmux/dist/cmd-find-window.c        up to 1.1.1.10
	external/bsd/tmux/dist/cmd-find.c               up to 1.1.1.7
	external/bsd/tmux/dist/cmd-if-shell.c           up to 1.10
	external/bsd/tmux/dist/cmd-join-pane.c          up to 1.1.1.10
	external/bsd/tmux/dist/cmd-kill-pane.c          up to 1.1.1.10
	external/bsd/tmux/dist/cmd-kill-session.c       up to 1.1.1.9
	external/bsd/tmux/dist/cmd-list-keys.c          up to 1.1.1.11
	external/bsd/tmux/dist/cmd-list-sessions.c      up to 1.1.1.9
	external/bsd/tmux/dist/cmd-load-buffer.c        up to 1.9
	external/bsd/tmux/dist/cmd-new-session.c        up to 1.8
	external/bsd/tmux/dist/cmd-new-window.c         up to 1.8
	external/bsd/tmux/dist/cmd-pipe-pane.c          up to 1.1.1.10
	external/bsd/tmux/dist/cmd-queue.c              up to 1.6
	external/bsd/tmux/dist/cmd-refresh-client.c     up to 1.1.1.11
	external/bsd/tmux/dist/cmd-resize-pane.c        up to 1.1.1.12
	external/bsd/tmux/dist/cmd-respawn-pane.c       up to 1.1.1.9
	external/bsd/tmux/dist/cmd-respawn-window.c     up to 1.1.1.11
	external/bsd/tmux/dist/cmd-rotate-window.c      up to 1.1.1.10
	external/bsd/tmux/dist/cmd-run-shell.c          up to 1.1.1.11
	external/bsd/tmux/dist/cmd-save-buffer.c        up to 1.1.1.11
	external/bsd/tmux/dist/cmd-select-layout.c      up to 1.1.1.10
	external/bsd/tmux/dist/cmd-select-pane.c        up to 1.1.1.12
	external/bsd/tmux/dist/cmd-select-window.c      up to 1.1.1.9
	external/bsd/tmux/dist/cmd-send-keys.c          up to 1.10
	external/bsd/tmux/dist/cmd-set-option.c         up to 1.1.1.11
	external/bsd/tmux/dist/cmd-show-messages.c      up to 1.7
	external/bsd/tmux/dist/cmd-show-options.c       up to 1.3
	external/bsd/tmux/dist/cmd-source-file.c        up to 1.1.1.10
	external/bsd/tmux/dist/cmd-split-window.c       up to 1.9
	external/bsd/tmux/dist/cmd-swap-pane.c          up to 1.1.1.11
	external/bsd/tmux/dist/cmd-swap-window.c        up to 1.1.1.9
	external/bsd/tmux/dist/cmd-switch-client.c      up to 1.1.1.11
	external/bsd/tmux/dist/cmd-wait-for.c           up to 1.7
	external/bsd/tmux/dist/cmd.c                    up to 1.1.1.12
	external/bsd/tmux/dist/colour.c                 up to 1.9
	external/bsd/tmux/dist/compat.h                 up to 1.2
	external/bsd/tmux/dist/configure                up to 1.1.1.6
	external/bsd/tmux/dist/configure.ac             up to 1.1.1.6
	external/bsd/tmux/dist/control-notify.c         up to 1.1.1.8
	external/bsd/tmux/dist/control.c                up to 1.1.1.7
	external/bsd/tmux/dist/environ.c                up to 1.10
	external/bsd/tmux/dist/example_tmux.conf        up to 1.1.1.4
	external/bsd/tmux/dist/format.c                 up to 1.11
	external/bsd/tmux/dist/grid.c                   up to 1.10
	external/bsd/tmux/dist/input-keys.c             up to 1.10
	external/bsd/tmux/dist/input.c                  up to 1.14
	external/bsd/tmux/dist/job.c                    up to 1.11
	external/bsd/tmux/dist/key-bindings.c           up to 1.9
	external/bsd/tmux/dist/key-string.c             up to 1.1.1.12
	external/bsd/tmux/dist/layout-custom.c          up to 1.1.1.10
	external/bsd/tmux/dist/layout-set.c             up to 1.1.1.12
	external/bsd/tmux/dist/layout.c                 up to 1.1.1.10
	external/bsd/tmux/dist/log.c                    up to 1.14
	external/bsd/tmux/dist/mdoc2man.awk             up to 1.1.1.3
	external/bsd/tmux/dist/mode-tree.c              up to 1.6
	external/bsd/tmux/dist/notify.c                 up to 1.6
	external/bsd/tmux/dist/options-table.c          up to 1.1.1.11
	external/bsd/tmux/dist/options.c                up to 1.11
	external/bsd/tmux/dist/osdep-darwin.c           up to 1.1.1.9
	external/bsd/tmux/dist/osdep-freebsd.c          up to 1.1.1.8
	external/bsd/tmux/dist/osdep-netbsd.c           up to 1.1.1.9
	external/bsd/tmux/dist/paste.c                  up to 1.5
	external/bsd/tmux/dist/proc.c                   up to 1.5
	external/bsd/tmux/dist/resize.c                 up to 1.2
	external/bsd/tmux/dist/screen-redraw.c          up to 1.1.1.11
	external/bsd/tmux/dist/screen-write.c           up to 1.12
	external/bsd/tmux/dist/screen.c                 up to 1.11
	external/bsd/tmux/dist/server-client.c          up to 1.8
	external/bsd/tmux/dist/server-fn.c              up to 1.12
	external/bsd/tmux/dist/server.c                 up to 1.1.1.11
	external/bsd/tmux/dist/session.c                up to 1.12
	external/bsd/tmux/dist/status.c                 up to 1.10
	external/bsd/tmux/dist/style.c                  up to 1.4
	external/bsd/tmux/dist/tmux.1                   up to 1.13
	external/bsd/tmux/dist/tmux.c                   up to 1.11
	external/bsd/tmux/dist/tmux.h                   up to 1.16
	external/bsd/tmux/dist/tty-acs.c                up to 1.9
	external/bsd/tmux/dist/tty-keys.c               up to 1.14
	external/bsd/tmux/dist/tty-term.c               up to 1.13
	external/bsd/tmux/dist/tty.c                    up to 1.7
	external/bsd/tmux/dist/utf8.c                   up to 1.7
	external/bsd/tmux/dist/window-buffer.c          up to 1.6
	external/bsd/tmux/dist/window-client.c          up to 1.6
	external/bsd/tmux/dist/window-clock.c           up to 1.1.1.9
	external/bsd/tmux/dist/window-copy.c            up to 1.12
	external/bsd/tmux/dist/window-tree.c            up to 1.7
	external/bsd/tmux/dist/window.c                 up to 1.13
	external/bsd/tmux/dist/xmalloc.c                up to 1.1.1.9
	external/bsd/tmux/dist/xmalloc.h                up to 1.5
	external/bsd/tmux/usr.bin/tmux/Makefile         up to 1.25
	doc/3RDPARTY					(manually adjusted)

Update tmux to 3.1c

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Nov 1 15:16:05 2020 UTC (4 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -8 lines
merge conflicts

Revision 1.20.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:56:33 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.20.4.1: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.4.1: +12 -12 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jan 6 21:03:24 2020 UTC (4 years, 10 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +9 -8 lines
merge conflicts

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Nov 12 21:02:46 2019 UTC (5 years ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20191119
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -4 lines
new files and bump version

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Oct 13 07:28:07 2019 UTC (5 years, 1 month ago) by mrg
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -5 lines
introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."

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

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 18 08:48:37 2019 UTC (5 years, 10 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +4 -7 lines
Synch with HEAD

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jan 5 21:44:40 2019 UTC (5 years, 10 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, netbsd-9-base, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Branch point for: netbsd-9
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -7 lines
resolve conflicts

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Oct 12 22:17:35 2017 UTC (7 years, 1 month ago) by christos
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-base, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, 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.19: preferred, colored
Changes since revision 1.19: +18 -11 lines
merge conflicts

Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:52:52 2017 UTC (7 years, 7 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +190 -180 lines
Sync with HEAD

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 23 18:22:36 2017 UTC (7 years, 7 months ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek
Branch point for: netbsd-8
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Add our utempter since it now everything works.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Apr 23 02:02:00 2017 UTC (7 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +189 -183 lines
merge conflicts
XXX: Does not work; core-dumps!

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Aug 31 09:33:20 2016 UTC (8 years, 3 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -5 lines
merge conflicts

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jan 10 19:02:14 2016 UTC (8 years, 10 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +14 -22 lines
merge conflicts.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 29 03:26:27 2015 UTC (9 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
do it like the others

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 29 03:25:36 2015 UTC (9 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2 lines
Use the libc version of strtonum.c (Kamil Rytarowski)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jan 16 20:13:34 2015 UTC (9 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
kill another copy of strtonum

Revision 1.9.8.1: download - view: text, markup, annotated - select for diffs
Tue Aug 19 23:52:16 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +56 -51 lines
Rebase to HEAD as of a few days ago.

Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 07:10:17 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +56 -52 lines
Rebase.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 24 15:11:09 2014 UTC (10 years, 4 months ago) by christos
Branches: MAIN
CVS tags: tls-maxphys-base, tls-earlyentropy-base, 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
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -5 lines
remove ssp commented out lines, they don't see to be needed anymore.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jul 24 15:09:25 2014 UTC (10 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +60 -52 lines
merge conflicts, fix build.

Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Thu May 22 15:51:25 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +3 -2 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.10: download - view: text, markup, annotated - select for diffs
Tue Nov 26 01:27:20 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: tls-earlyentropy
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -2 lines
Provide the correct feature macros, so that we get to include our own
files not the compat copies.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Sep 17 01:48:46 2011 UTC (13 years, 2 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, 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-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1 lines
Add utmp support.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Aug 19 09:06:05 2011 UTC (13 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -1 lines
document/fix non-literal format strings.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Aug 18 19:05:54 2011 UTC (13 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -1 lines
Disable a few stack protector warnings to fix the build with USE_SSP.

This actually recovers something that was in the Makefile before but that
I removed during the update thinking they were not needed any more.  (I had
assumed ssp was the default.)

Build problem reported by bch at methodlogic.net in current-users.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 17 19:28:36 2011 UTC (13 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -3 lines
Reenable all warning checks and fix fallover.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 17 18:51:10 2011 UTC (13 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +67 -25 lines
Adjust reachover Makefiles after tmux 1.5 import.

The new code has quite a bit of warnings to be fixed.  I did not realize
until merge-resolving time that christos@ had fixed such warnings in our
copy of tmux 1.4 and assumed these warnings were new and thus could just
be disabled.

Therefore, I'm disabling some global warning checks as a temporary measure
to bring the tree back to a buildable state.  I will take a look at these
warnings afterwards.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 16 07:57:21 2011 UTC (13 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
- document non-literal format
- no need for WARNS = 0 here

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 12 14:19:25 2011 UTC (13 years, 8 months ago) by tron
Branches: MAIN
CVS tags: cherry-xenmp-base, cherry-xenmp
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1 lines
Disable SSP warnings for a few files to make this build with "USE_SSP=yes".

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Mar 12 03:02:59 2011 UTC (13 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -3 lines
- use our vis (maybe I'll implement strnvis soon, but not now)
- WARNS=4

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Mar 10 09:18:01 2011 UTC (13 years, 8 months ago) by jmmv
Branches: MAIN
Add reachover Makefiles for the build of tmux.

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>