Up to [cvs.netbsd.org] / pkgsrc / misc / screen / patches
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 16 21:35:00 2004 UTC (7 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.9: +13 -4
lines
Diff to previous 1.9 (colored)
Fix a compile issue under /current. Screen wrongly detects that we have svr4 ptys because of /dev/ptmx, but erroneously wants <sys/stropts.h> because of that define. Fix properly, by detecting the presense of <sys/stropts.h> before including it. I am not bumping the nb number because nothing realy changes; you'll get the same binary if you recompile. XXX: The utmp stuff is still completely broken, that is why this is still setuid.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Sep 15 06:51:37 2002 UTC (9 years, 8 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.8: +3 -5
lines
Diff to previous 1.8 (colored)
Handle utmpx on NetBSD-current.
Revision 1.8.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 18:54:18 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.8.2.1: +52 -0
lines
Diff to previous 1.8.2.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.8.2.1, Tue May 21 17:57:04 2002 UTC (10 years ago) by jlam
Branch: buildlink2
Changes since 1.8: +0 -52
lines
FILE REMOVED
file patch-aa was added on branch buildlink2 on 2002-06-23 18:54:18 +0000
Revision 1.8 / (download) - annotate - [select for diffs], Tue May 21 17:57:04 2002 UTC (10 years ago) by tron
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base
Branch point for: buildlink2
Changes since 1.7: +51 -7
lines
Diff to previous 1.7 (colored)
Use openpty(3) to allocate a new pty under NetBSD. This fixes PR pkg/16901 by Bernd Ernesti.
Revision 1.7, Sat Aug 18 09:53:02 2001 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.6: +1 -1
lines
FILE REMOVED
Update to 3.9.9. Changes since 3.9.8:
* new '-X' option to send commands to screen sessions.
* added a possibility to change the attributes/color in caption or
hardstatus strings:
caption always "%3n %{r}%t%{-}%? @%u%?%? %{g}[%h]%{-}%?"
* new 'dinfo' command to show what screen thinks about your terminal.
* new 'attrcolor' command to map attributes to color codes:
* support for UTF-8: new commands 'utf8', 'defutf8' to change the
encoding of a window, plus a '-U' option to tell screen that
your terminal sends/receives UTF-8 codes.
* support for 16 colors.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 11 14:43:14 2000 UTC (11 years, 8 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-5-PATCH001,
netbsd-1-4-PATCH003
Changes since 1.5: +5 -18
lines
Diff to previous 1.5 (colored)
upgrade to screen 3.9.8. it includes official security fix against
Msg() hole. ok'ed by packages@netbsd.org.
---
------------------------------
What's new in screen-3.9.8 ?
------------------------------
* new command 'resize' to resize regions (aka split windows), try:
bind = resize =
bind + resize +1
bind - resize -1
bind _ resize max
* new argument for 'focus': up, down, top, bottom
* X11 mouse tracking support
* Support for the "new color model", aka "background color erase":
the bce/defbce commands change the color model of the current
window/new windows.
* experimental rxvt OSC sequence support (used to set a background
picture or to change the default colors), disabled by default.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 13 14:04:16 1999 UTC (12 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002,
comdex-fall-1999
Changes since 1.4: +13 -4
lines
Diff to previous 1.4 (colored)
Makefile.in file is incorrect - dollar signs must be escaped from make(1), so that "$PATH" should actually be "$$PATH". Correct this, and regen patch-sum file accordingly.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 10 09:18:02 1999 UTC (12 years, 9 months ago) by agc
Branch: MAIN
Changes since 1.3: +1 -10
lines
Diff to previous 1.3 (colored)
Upgrade to version 3.9.2 of screen, the multi-screen window manager. Changes include: * real multiuser support * split screen support * hardstatus emulation support * configurable window seperator and hardstatus strings * permanent window seperator * many new escapes * logfile timestamps and flush timeout * configurable breaktype * other new commands: * optional builtin telnet. * remote detach and reattach change: * support for history compaction * optional Braille support.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 7 11:10:32 1998 UTC (13 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE,
netbsd-1-4-PATCH001,
netbsd-1-3-PATCH003
Changes since 1.2: +2 -0
lines
Diff to previous 1.2 (colored)
Add NetBSD RCS Ids.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 5 00:37:16 1997 UTC (14 years, 6 months ago) by explorer
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.1: +19 -29
lines
Diff to previous 1.1 (colored)
update to screen 3.7.4 (from 3.7.2)
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Oct 11 21:47:46 1997 UTC (14 years, 7 months ago) by hubertf
Branch: FREEBSD
CVS Tags: Makefile,
FreeBSD-current-1997-09-25
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of FreeBSD's screen port.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 11 21:47:46 1997 UTC (14 years, 7 months ago) by hubertf
Branch: MAIN
Initial revision