The NetBSD Project

CVS log for pkgsrc/misc/screen/patches/patch-ac

[BACK] Up to [cvs.netbsd.org] / pkgsrc / misc / screen / patches

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 1 19:38:44 2010 UTC (2 years, 4 months ago) by spz
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, HEAD
Changes since 1.8: +10 -1 lines
Diff to previous 1.8 (colored)

Fix build failure:
NetBSD-current added dwarf.h and that made the code assume that sys/stropts.h
was present without greater need, since configure also checks for
HAVE_SYS_STROPTS_H.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 15 04:05:40 2004 UTC (7 years, 10 months ago) by atatat
Branch: MAIN
CVS Tags: 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +16 -21 lines
Diff to previous 1.7 (colored)

Put the config.h.in patch into its own patch file and add more to it
that forces varargs to be used on NetBSD.  Some gcc 3.3 instances
(specifically 3.3.3nb1 on NetBSD/alpha) fail one of the configure
tests making it think we don't have sprintf() (and therefore no
varargs) causing unmentionably evil things to be done instead.  This
usually leads to core dumps.

Fix a pointer-to-integer cast warning by casting to long in between.
The actual use case is harmless, but the compiler can't tell that.

Bump PKGREVISION to 1 for the gcc workaround (affects at least
NetBSD/alpha which can now build a better screen).

Addresses PR pkg/25937.

Revision 1.7, Tue Jan 6 18:10:46 2004 UTC (8 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.6: +1 -1 lines
FILE REMOVED

Not necessary any longer after update to 4.0.2.

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Sun Dec 7 16:52:47 2003 UTC (8 years, 5 months ago) by agc
Branch: pkgsrc-2003Q4
Changes since 1.5: +21 -13 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Pullup security fixes to the pkgsrc-2003Q4 branch, requested by
Alistair Crooks.

	Date: 2003/11/27 20:29:48
	Author: wiz
	Log:
	Fix
		http://www.securityfocus.com/archive/1/345844
	with the patches supplied there.
	Bump PKGREVISION to 1.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 27 20:29:48 2003 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.5: +21 -13 lines
Diff to previous 1.5 (colored)

Fix
	http://www.securityfocus.com/archive/1/345844
with the patches supplied there.
Bump PKGREVISION to 1.

Revision 1.5, Sat Feb 16 11:18:35 2002 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, buildlink2-base
Branch point for: pkgsrc-2003Q4
Changes since 1.4: +1 -1 lines
FILE REMOVED

Update to 3.9.11:
* windowlist, bound to ^A"
* support for other encodings, e.g. big5, koi8r, cp1251
    new commands 'encoding', 'defencoding'
    'register', 'readreg', 'readbuf', 'writebuf' now understand
    an extra encoding parameter
* support for double utf-8 characters
* lots of new string escapes and extensions to existsing ones:
    %LD, %LM, %Lw, %W, %-w, %+w, %H, %f, %F, %l, %=, %<, %>
* new commands: 'source', 'eval', 'deflog', 'ignorecase', 'setsid'
* command key classes: 'bind', 'command' and 'help' understand
  a '-c <class>' parameter. See the man page for examples
* new login state: always - don't remove slot even if screen gets
  detached
* 256 color support (experimental)
* configurable time format string (for ^At)
* config option to use localized month/week names
* new option '-h' for hardcopy: also dump the scrollback buffer

XXX: SunOS PLIST untested.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 18 09:53:02 2001 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

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.3 / (download) - annotate - [select for diffs], Fri Nov 19 12:21:14 1999 UTC (12 years, 6 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH001, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Remove fuzz from patches.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 7 11:10:33 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, comdex-fall-1999
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

Add NetBSD RCS Ids.

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: netbsd-1-3-PATCH002, 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

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>