Module Name:src
Committed By: wiz
Date: Sat Nov 9 13:13:25 UTC 2024
Modified Files:
src/external/bsd/tmux/dist: arguments.c client.c cmd-display-menu.c
cmd-parse.y cmd-queue.c cmd-split-window.c colour.c compat.h
environ.c format.c grid.c hyperlinks
Module Name:src
Committed By: wiz
Date: Sat Nov 9 13:13:25 UTC 2024
Modified Files:
src/external/bsd/tmux/dist: arguments.c client.c cmd-display-menu.c
cmd-parse.y cmd-queue.c cmd-split-window.c colour.c compat.h
environ.c format.c grid.c hyperlinks
Module Name:src
Committed By: wiz
Date: Sat Jun 22 23:45:53 UTC 2024
Modified Files:
src/external/bsd/tmux/dist: tty-term.c xmalloc.h
Removed Files:
src/external/bsd/tmux/dist: utmp.c
Log Message:
tmux: reduce diffs to upstream even more
To generate a diff of thi
Module Name:src
Committed By: wiz
Date: Sat Jun 22 23:45:53 UTC 2024
Modified Files:
src/external/bsd/tmux/dist: tty-term.c xmalloc.h
Removed Files:
src/external/bsd/tmux/dist: utmp.c
Log Message:
tmux: reduce diffs to upstream even more
To generate a diff of thi
Module Name:src
Committed By: wiz
Date: Sat Jun 22 23:33:50 UTC 2024
Modified Files:
src/external/bsd/tmux/dist: tmux.1
Log Message:
tmux: bump man page date to last release date (after import)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/bs
Module Name:src
Committed By: wiz
Date: Sat Jun 22 23:33:50 UTC 2024
Modified Files:
src/external/bsd/tmux/dist: tmux.1
Log Message:
tmux: bump man page date to last release date (after import)
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/bs
Module Name:src
Committed By: wiz
Date: Sat Jun 22 23:33:20 UTC 2024
Modified Files:
src/external/bsd/tmux/dist: style.c
Log Message:
Reduce diff to upstream.
gcc bug workaround doesn't seem to be necessary any longer.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: wiz
Date: Sat Jun 22 23:33:20 UTC 2024
Modified Files:
src/external/bsd/tmux/dist: style.c
Log Message:
Reduce diff to upstream.
gcc bug workaround doesn't seem to be necessary any longer.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: wiz
Date: Sat Jun 22 20:07:14 UTC 2024
Modified Files:
src/external/bsd/tmux/dist: arguments.c client.c cmd-attach-session.c
cmd-capture-pane.c cmd-display-menu.c cmd-display-message.c
cmd-load-buffer.c cmd-new-session.c
Module Name:src
Committed By: kre
Date: Thu Jun 29 01:30:31 UTC 2023
Modified Files:
src/external/bsd/tmux/dist: cmd-display-menu.c
Log Message:
Avoid comparing signed and unsigned values (using signed here seems
safer than the usual unsigned when this happens). Might fi
Module Name:src
Committed By: kre
Date: Thu Jun 29 01:30:31 UTC 2023
Modified Files:
src/external/bsd/tmux/dist: cmd-display-menu.c
Log Message:
Avoid comparing signed and unsigned values (using signed here seems
safer than the usual unsigned when this happens). Might fi
Module Name:src
Committed By: wiz
Date: Wed Jun 28 22:21:26 UTC 2023
Modified Files:
src/external/bsd/tmux/dist: client.c cmd-attach-session.c
cmd-capture-pane.c cmd-display-menu.c cmd-display-message.c
cmd-if-shell.c cmd-load-buffer.c cmd-new-sessio
Module Name:src
Committed By: kre
Date: Wed Nov 13 00:19:46 UTC 2019
Modified Files:
src/external/bsd/tmux/dist: tty-keys.c
Log Message:
Appease gcc. Init "terminator".
It is plainly obvious that the init value cannot be used (the
var was never used uninit'd - could not
Module Name:src
Committed By: kre
Date: Wed Nov 13 00:19:46 UTC 2019
Modified Files:
src/external/bsd/tmux/dist: tty-keys.c
Log Message:
Appease gcc. Init "terminator".
It is plainly obvious that the init value cannot be used (the
var was never used uninit'd - could not
Module Name:src
Committed By: christos
Date: Tue Nov 12 21:02:28 UTC 2019
Modified Files:
src/external/bsd/tmux/dist: client.c cmd-attach-session.c
cmd-capture-pane.c cmd-display-message.c cmd-if-shell.c
cmd-load-buffer.c cmd-new-session.c cmd-queue.
In article <20110530184621.ga14...@britannica.bec.de>,
Joerg Sonnenberger wrote:
>On Mon, May 30, 2011 at 06:10:36PM +, Christos Zoulas wrote:
>> In article <20110530162059.1a6d217...@cvs.netbsd.org>,
>> Joerg Sonnenberger wrote:
>> >-=-=-=-=-=-
>> >
>>
>> >+#ifdef __clang__
>> >+
On Mon, May 30, 2011 at 06:10:36PM +, Christos Zoulas wrote:
> In article <20110530162059.1a6d217...@cvs.netbsd.org>,
> Joerg Sonnenberger wrote:
> >-=-=-=-=-=-
> >
>
> >+#ifdef __clang__
> >+charbuf[128];
> >+#else
> > charbuf[CMSG_SPACE(sizeof
In article <20110530162059.1a6d217...@cvs.netbsd.org>,
Joerg Sonnenberger wrote:
>-=-=-=-=-=-
>
>+#ifdef __clang__
>+ charbuf[128];
>+#else
> charbuf[CMSG_SPACE(sizeof(int))];
>+#endif
> } cmsgbuf;
Wouldn't it be better insted to re-define
In article <20110310091542.9618e17...@cvs.netbsd.org>,
Julio Merino wrote:
>Module Name: src
>Committed By: jmmv
>Date: Thu Mar 10 09:15:42 UTC 2011
>
>Update of /cvsroot/src/external/bsd/tmux/dist
>In directory ivanova.netbsd.org:/tmp/cvs-serv2140
>
>Log Message:
>Initial import of tm
19 matches
Mail list logo