The NetBSD Project

CVS log for src/lib/libcurses/setterm.c

[BACK] Up to [cvs.NetBSD.org] / src / lib / libcurses

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.71 / (download) - annotate - [select for diffs], Mon Sep 6 07:45:48 2021 UTC (2 years, 6 months ago) by rin
Branch: MAIN
CVS Tags: netbsd-10-base, 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, HEAD
Changes since 1.70: +4 -3 lines
Diff to previous 1.70 (colored) to selected 1.18 (colored)

Style fixes most for __CTRACE().

Revision 1.70 / (download) - annotate - [select for diffs], Mon Sep 6 07:03:50 2021 UTC (2 years, 6 months ago) by rin
Branch: MAIN
Changes since 1.69: +2 -12 lines
Diff to previous 1.69 (colored) to selected 1.18 (colored)

Expand __CTRACE() to __nothing #ifndef DEBUG.

Remove most of #ifdef DEBUG around __CTRACE() calls.

No binary changes, except for line numbers for assert().

Revision 1.69 / (download) - annotate - [select for diffs], Thu Jun 10 07:15:40 2021 UTC (2 years, 9 months ago) by mcf
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored) to selected 1.18 (colored)

Add missing newline to debug trace message

ok blymn@

Revision 1.66.12.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:22 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.66: +51 -13 lines
Diff to previous 1.66 (colored) next main 1.67 (colored) to selected 1.18 (colored)

Sync with HEAD

Revision 1.66.10.2 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:12 2018 UTC (5 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.66.10.1: +49 -11 lines
Diff to previous 1.66.10.1 (colored) to branchpoint 1.66 (colored) next main 1.67 (colored) to selected 1.18 (colored)

Sync with HEAD, resolve a couple of conflicts

Revision 1.68 / (download) - annotate - [select for diffs], Fri Oct 26 22:22:24 2018 UTC (5 years, 5 months ago) by uwe
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, netbsd-9-base, 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, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.67: +49 -11 lines
Diff to previous 1.67 (colored) to selected 1.18 (colored)

Ignore terminfo padding specifications when checking whether
exit_attribute_mode contains exit_alt_charset_mode.

Fixes PR lib/53653.

Revision 1.66.10.1 / (download) - annotate - [select for diffs], Sat Oct 20 06:58:22 2018 UTC (5 years, 5 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.66: +4 -4 lines
Diff to previous 1.66 (colored) to selected 1.18 (colored)

Sync with head

Revision 1.66.4.1 / (download) - annotate - [select for diffs], Thu Oct 4 10:20:12 2018 UTC (5 years, 5 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1
Changes since 1.66: +4 -4 lines
Diff to previous 1.66 (colored) next main 1.67 (colored) to selected 1.18 (colored)

Pull up following revision(s) (requested by roy in ticket #1047):

	lib/libcurses/curses_private.h: revision 1.64
	lib/libcurses/curses_private.h: revision 1.65
	lib/libcurses/initscr.c: revision 1.33
	lib/libcurses/curses_screen.3: revision 1.24
	lib/libcurses/curses_screen.3: revision 1.25
	lib/libcurses/newwin.c: revision 1.52
	lib/libcurses/fileio.c: revision 1.6
	lib/libcurses/ripoffline.c: revision 1.4
	lib/libcurses/resize.c: revision 1.28
	lib/libcurses/ripoffline.c: revision 1.5
	lib/libcurses/resize.c: revision 1.29
	lib/libcurses/screen.c: revision 1.34
	lib/libcurses/setterm.c: revision 1.67

curses: fix ripoffline

When creating stdscr, ensure it's placed and sized in accordance with
lines ripped off.

LINES is no longer adjusted for lines ripped off.
POSIX makes no mention that it should be adjusted.
Bottom lines are now placed correctly.
Lines ripped off are now displayed after calling initscr.

ok kamil@

Fixes PR #53635

 -

curses: resize ripped off windows
The application must still redraw them though.

 -

Fix typos in curses_screen.3
Fn -> Ft in the resize_term(3) prototype
funcion -> function

Revision 1.67 / (download) - annotate - [select for diffs], Tue Oct 2 17:35:44 2018 UTC (5 years, 5 months ago) by roy
Branch: MAIN
CVS Tags: pgoyette-compat-1020
Changes since 1.66: +4 -4 lines
Diff to previous 1.66 (colored) to selected 1.18 (colored)

curses: fix ripoffline

When creating stdscr, ensure it's placed and sized in accordance with
lines ripped off.
LINES is no longer adjusted for lines ripped off.
POSIX makes no mention that it should be adjusted.
Bottom lines are now placed correctly.
Lines ripped off are now displayed after calling initscr.

ok kamil@

Fixes PR #53635

Revision 1.54.2.3 / (download) - annotate - [select for diffs], Wed Apr 26 02:52:55 2017 UTC (6 years, 11 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.54.2.2: +33 -67 lines
Diff to previous 1.54.2.2 (colored) to branchpoint 1.54 (colored) next main 1.55 (colored) to selected 1.18 (colored)

Sync with HEAD

Revision 1.61.2.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:53:10 2017 UTC (6 years, 11 months ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.61: +35 -67 lines
Diff to previous 1.61 (colored) next main 1.62 (colored) to selected 1.18 (colored)

Sync with HEAD

Revision 1.66 / (download) - annotate - [select for diffs], Thu Mar 23 00:55:39 2017 UTC (7 years ago) by roy
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-20170426, pgoyette-compat-base, 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, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1
Branch point for: phil-wifi, pgoyette-compat, netbsd-8
Changes since 1.65: +6 -34 lines
Diff to previous 1.65 (colored) to selected 1.18 (colored)

POSIX says that use_env(3) must precede setupterm(3).
The former lives in curses.h, but the latter lives in term.h.

This is solved by moving the function to libterminfo.
Because the environment can affect the terminal capabilities for
lines and columns, it follows that the tty size should affect it to.
So move that code to libterminfo and adjust in libcurses.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Mar 20 20:44:06 2017 UTC (7 years ago) by christos
Branch: MAIN
Changes since 1.64: +29 -35 lines
Diff to previous 1.64 (colored) to selected 1.18 (colored)

Make this compile again (gcc does not like strcmp(maybe-NULL, maybe-NULL);
simplify the life of the {compiler,human eyes}.

Revision 1.54.2.2 / (download) - annotate - [select for diffs], Mon Mar 20 06:56:59 2017 UTC (7 years ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.54.2.1: +6 -4 lines
Diff to previous 1.54.2.1 (colored) to branchpoint 1.54 (colored) to selected 1.18 (colored)

Sync with HEAD

Revision 1.64 / (download) - annotate - [select for diffs], Tue Jan 31 09:17:53 2017 UTC (7 years, 1 month ago) by roy
Branch: MAIN
CVS Tags: pgoyette-localcount-20170320
Changes since 1.63: +2 -3 lines
Diff to previous 1.63 (colored) to selected 1.18 (colored)

Move ESCDELAY to curses.c so all globals are close to each other.
Remove _reentrant and use ESCDELAY and TABSIZE as we're not really
reentrant.

Revision 1.63 / (download) - annotate - [select for diffs], Mon Jan 30 16:50:44 2017 UTC (7 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.62: +4 -2 lines
Diff to previous 1.62 (colored) to selected 1.18 (colored)

Check _cursesi_term is set in a few places and sprinkle some static.

Revision 1.62 / (download) - annotate - [select for diffs], Mon Jan 30 14:55:58 2017 UTC (7 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.61: +3 -2 lines
Diff to previous 1.61 (colored) to selected 1.18 (colored)

If either set_escdelay(3) or set_tabsize(3) are called, set _reentrant
to ensure we use the saved value for the sceen.

This effectively makes ESCDELAY and TABSIZE read-only when either
of these functions are called.

Revision 1.61 / (download) - annotate - [select for diffs], Wed Jan 11 20:43:03 2017 UTC (7 years, 2 months ago) by roy
Branch: MAIN
CVS Tags: bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.60: +4 -4 lines
Diff to previous 1.60 (colored) to selected 1.18 (colored)

Move the ripoffline logic out of screen.c and into ripoffline.c.
Store ripped off lines in the SCREEN structure so we can repaint then
when the terminal is resized.
Fix mvwin(3) so it can move windows in the ripped off area.

Revision 1.60 / (download) - annotate - [select for diffs], Tue Jan 10 10:13:24 2017 UTC (7 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.59: +4 -4 lines
Diff to previous 1.59 (colored) to selected 1.18 (colored)

Implement POSIX curses function ripoffline(3).

Revision 1.54.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:04 2017 UTC (7 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.54: +61 -14 lines
Diff to previous 1.54 (colored) to selected 1.18 (colored)

Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.59 / (download) - annotate - [select for diffs], Fri Jan 6 13:53:18 2017 UTC (7 years, 2 months ago) by roy
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107
Changes since 1.58: +10 -9 lines
Diff to previous 1.58 (colored) to selected 1.18 (colored)

KNF.
Normalise coding style.
White space police.
Sprinkle some extra braces to make the flow more clear.

No functional changes.

Revision 1.58 / (download) - annotate - [select for diffs], Thu Jan 5 21:42:04 2017 UTC (7 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.57: +4 -4 lines
Diff to previous 1.57 (colored) to selected 1.18 (colored)

Whitespace

Revision 1.57 / (download) - annotate - [select for diffs], Thu Jan 5 20:31:37 2017 UTC (7 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.56: +21 -4 lines
Diff to previous 1.56 (colored) to selected 1.18 (colored)

Add the set_escdelay(3) and set_tabsize(3) ncurses extensions.

Revision 1.56 / (download) - annotate - [select for diffs], Sat Dec 31 17:46:35 2016 UTC (7 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.55: +16 -6 lines
Diff to previous 1.55 (colored) to selected 1.18 (colored)

Implement POSIX curses use_env function.

Revision 1.55 / (download) - annotate - [select for diffs], Fri Dec 30 22:38:38 2016 UTC (7 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.54: +22 -3 lines
Diff to previous 1.54 (colored) to selected 1.18 (colored)

Add the POSIX filter() function to libcurses.

Revision 1.54 / (download) - annotate - [select for diffs], Sat Jan 9 19:05:13 2016 UTC (8 years, 2 months ago) by jdc
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 (colored) to selected 1.18 (colored)

Remove extra new line in debugging output.

Revision 1.53 / (download) - annotate - [select for diffs], Tue Nov 24 01:59:32 2015 UTC (8 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.52: +4 -2 lines
Diff to previous 1.52 (colored) to selected 1.18 (colored)

PR/50092: don't leak screen on multiple setterms.

Revision 1.49.2.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:17 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.49.2.1: +12 -4 lines
Diff to previous 1.49.2.1 (colored) to branchpoint 1.49 (colored) next main 1.50 (colored) to selected 1.18 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.48.2.2 / (download) - annotate - [select for diffs], Thu May 22 11:36:55 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.48.2.1: +26 -15 lines
Diff to previous 1.48.2.1 (colored) to branchpoint 1.48 (colored) next main 1.49 (colored) to selected 1.18 (colored)

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.52 / (download) - annotate - [select for diffs], Wed Oct 16 19:59:29 2013 UTC (10 years, 5 months ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, 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
Changes since 1.51: +13 -6 lines
Diff to previous 1.51 (colored) to selected 1.18 (colored)

Add TABSIZE, which is derived from terminfo init_tabs.
Use this when processing \t.
If TABSIZE is set in the environment, this takes precedence.

Revision 1.48.4.1.2.1 / (download) - annotate - [select for diffs], Thu Sep 26 14:21:00 2013 UTC (10 years, 6 months ago) by riz
Branch: netbsd-6-1
CVS Tags: netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE
Changes since 1.48.4.1: +3 -2 lines
Diff to previous 1.48.4.1 (colored) next main 1.48.4.2 (colored) to selected 1.18 (colored)

Pull up following revision(s) (requested by dsainty in ticket #960):
	lib/libcurses/setterm.c: revision 1.51
Fix a NULL dereference if the exit_alt_charset_mode capability is not
defined.
The previous version of this file changed a terminal initialisation test on
the exit_attribute_mode capability, checking for the exit_alt_charset_mode
capability as a substring, rather than performing a search for the
hard-coded
^O character.
That works better on terminals where ^O is not the correct value for
exit_alt_charset_mode.  But it works worse on terminals that don't have a
definition specified for exit_alt_charset_mode.
For example:
% TERMCAP='xterm:me=\E[m:' TERM=xterm vi
segmentation fault (core dumped)  TERMCAP='xterm:me=\E[m:' TERM=xterm vi
The crash can be avoided (without fixing the bug) by defining
exit_alt_charset_mode:
% TERMCAP='xterm|:me=\E[m:ae=:' TERM=xterm vi
ex/vi: Error: xterm: No such process
We now test exit_alt_charset_mode for NULL before continuing with the fatal
test, restoring the original no-crash behaviour.
XXX does_ctrl_o() is now just a naive reimplementation of strstr(), so
should
probably just use strstr() instead.

Revision 1.48.4.2 / (download) - annotate - [select for diffs], Thu Sep 26 14:20:03 2013 UTC (10 years, 6 months ago) by riz
Branch: netbsd-6
Changes since 1.48.4.1: +3 -2 lines
Diff to previous 1.48.4.1 (colored) to branchpoint 1.48 (colored) next main 1.49 (colored) to selected 1.18 (colored)

Pull up following revision(s) (requested by dsainty in ticket #960):
	lib/libcurses/setterm.c: revision 1.51
Fix a NULL dereference if the exit_alt_charset_mode capability is not
defined.
The previous version of this file changed a terminal initialisation test on
the exit_attribute_mode capability, checking for the exit_alt_charset_mode
capability as a substring, rather than performing a search for the
hard-coded
^O character.
That works better on terminals where ^O is not the correct value for
exit_alt_charset_mode.  But it works worse on terminals that don't have a
definition specified for exit_alt_charset_mode.
For example:
% TERMCAP='xterm:me=\E[m:' TERM=xterm vi
segmentation fault (core dumped)  TERMCAP='xterm:me=\E[m:' TERM=xterm vi
The crash can be avoided (without fixing the bug) by defining
exit_alt_charset_mode:
% TERMCAP='xterm|:me=\E[m:ae=:' TERM=xterm vi
ex/vi: Error: xterm: No such process
We now test exit_alt_charset_mode for NULL before continuing with the fatal
test, restoring the original no-crash behaviour.
XXX does_ctrl_o() is now just a naive reimplementation of strstr(), so
should
probably just use strstr() instead.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Sep 25 03:28:20 2013 UTC (10 years, 6 months ago) by dsainty
Branch: MAIN
Changes since 1.50: +3 -2 lines
Diff to previous 1.50 (colored) to selected 1.18 (colored)

Fix a NULL dereference if the exit_alt_charset_mode capability is not defined.

The previous version of this file changed a terminal initialisation test on
the exit_attribute_mode capability, checking for the exit_alt_charset_mode
capability as a substring, rather than performing a search for the hard-coded
^O character.

That works better on terminals where ^O is not the correct value for
exit_alt_charset_mode.  But it works worse on terminals that don't have a
definition specified for exit_alt_charset_mode.

For example:

% TERMCAP='xterm:me=\E[m:' TERM=xterm vi
segmentation fault (core dumped)  TERMCAP='xterm:me=\E[m:' TERM=xterm vi

The crash can be avoided (without fixing the bug) by defining
exit_alt_charset_mode:

% TERMCAP='xterm|:me=\E[m:ae=:' TERM=xterm vi
ex/vi: Error: xterm: No such process

We now test exit_alt_charset_mode for NULL before continuing with the fatal
test, restoring the original no-crash behaviour.

XXX does_ctrl_o() is now just a naive reimplementation of strstr(), so should
probably just use strstr() instead.

Revision 1.49.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 06:21:06 2013 UTC (10 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.49: +14 -11 lines
Diff to previous 1.49 (colored) to selected 1.18 (colored)

resync from head

Revision 1.48.4.1 / (download) - annotate - [select for diffs], Sat May 11 21:48:23 2013 UTC (10 years, 10 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-1-RELEASE
Branch point for: netbsd-6-1
Changes since 1.48: +14 -11 lines
Diff to previous 1.48 (colored) to selected 1.18 (colored)

Pull up following revision(s) (requested by jdc in ticket #885):
	lib/libcurses/setterm.c: revision 1.50
Extend does_ctrl_o() to compare exit attribute and ext ACS sequences.

Revision 1.50 / (download) - annotate - [select for diffs], Sun May 5 14:24:05 2013 UTC (10 years, 10 months ago) by jdc
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Changes since 1.49: +14 -11 lines
Diff to previous 1.49 (colored) to selected 1.18 (colored)

Extend does_ctrl_o() to compare exit attribute and ext ACS sequences.

Revision 1.48.2.1 / (download) - annotate - [select for diffs], Wed May 23 10:07:31 2012 UTC (11 years, 10 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored) to selected 1.18 (colored)

sync with head.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Apr 21 12:27:28 2012 UTC (11 years, 11 months ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored) to selected 1.18 (colored)

Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.

Revision 1.48 / (download) - annotate - [select for diffs], Tue Oct 4 11:01:14 2011 UTC (12 years, 5 months ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, 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, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: yamt-pagecache, netbsd-6
Changes since 1.47: +2 -13 lines
Diff to previous 1.47 (colored) to selected 1.18 (colored)

Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Feb 11 11:45:47 2010 UTC (14 years, 1 month ago) by roy
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.46: +7 -4 lines
Diff to previous 1.46 (colored) to selected 1.18 (colored)

Don't assume the terminal has a description.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Feb 3 15:34:40 2010 UTC (14 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.45: +69 -258 lines
Diff to previous 1.45 (colored) to selected 1.18 (colored)

Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jul 22 16:57:15 2009 UTC (14 years, 8 months ago) by roy
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.44: +4 -4 lines
Diff to previous 1.44 (colored) to selected 1.18 (colored)

Prepare curses for the possibility of changing from termcap to terminfo.
term.h #defines lines, pad_char and no_color_video macros which conflict
with existing curses code. We change lines to alines and nlines depending
on use, pad_char to padchar and no_color_video becomes no_color_attributes
but with a strong alias from no_color_video.

Revision 1.43.14.1 / (download) - annotate - [select for diffs], Wed May 13 19:18:28 2009 UTC (14 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.43: +7 -4 lines
Diff to previous 1.43 (colored) next main 1.44 (colored) to selected 1.18 (colored)

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.44 / (download) - annotate - [select for diffs], Sun Feb 22 20:05:48 2009 UTC (15 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.43: +7 -4 lines
Diff to previous 1.43 (colored) to selected 1.18 (colored)

Get the ESCDELAY from the environment.

Revision 1.41.4.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:11:26 2007 UTC (16 years, 4 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.41: +2 -6 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.18 (colored)

sync with HEAD

Revision 1.43 / (download) - annotate - [select for diffs], Sat Oct 6 20:14:41 2007 UTC (16 years, 5 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf
Branch point for: jym-xensuspend
Changes since 1.42: +2 -3 lines
Diff to previous 1.42 (colored) to selected 1.18 (colored)

Make it build without HAVE_WCHAR

Revision 1.42 / (download) - annotate - [select for diffs], Wed Sep 19 22:00:43 2007 UTC (16 years, 6 months ago) by jdc
Branch: MAIN
Changes since 1.41: +2 -5 lines
Diff to previous 1.41 (colored) to selected 1.18 (colored)

We don't need separate #ifdef's for __ALTCHARSET and WA_ALTCHARSET, as they
are defined to be the same in curses.h.

Revision 1.41 / (download) - annotate - [select for diffs], Mon May 28 15:01:57 2007 UTC (16 years, 10 months ago) by blymn
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.40: +40 -9 lines
Diff to previous 1.40 (colored) to selected 1.18 (colored)

Merge in wide curses code done as a Summer of Code project by
Ruibiao Qiu.

Revision 1.39.12.3 / (download) - annotate - [select for diffs], Sun Jan 21 22:31:50 2007 UTC (17 years, 2 months ago) by jdc
Branch: wcurses
Changes since 1.39.12.2: +7 -6 lines
Diff to previous 1.39.12.2 (colored) to branchpoint 1.39 (colored) next main 1.40 (colored) to selected 1.18 (colored)

Change debug code slightly, so that it doesn't confuse __CTRACE().

Revision 1.39.12.2 / (download) - annotate - [select for diffs], Sun Jan 21 17:43:36 2007 UTC (17 years, 2 months ago) by jdc
Branch: wcurses
Changes since 1.39.12.1: +15 -12 lines
Diff to previous 1.39.12.1 (colored) to branchpoint 1.39 (colored) to selected 1.18 (colored)

Apply the changes that add debug "areas" on HEAD to the wcurses branch.
Add correspending changes to the debug code that is only present on the branch.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Jan 21 13:25:36 2007 UTC (17 years, 2 months ago) by jdc
Branch: MAIN
Changes since 1.39: +11 -11 lines
Diff to previous 1.39 (colored) to selected 1.18 (colored)

Add debug "areas" that allow selective debugging by setting the
"CURSES_TRACE_MASK" environment variable.  Postive vales include
debug areas, negative values exclude them.

Revision 1.39.12.1 / (download) - annotate - [select for diffs], Sun Jan 21 11:38:59 2007 UTC (17 years, 2 months ago) by blymn
Branch: wcurses
Changes since 1.39: +31 -4 lines
Diff to previous 1.39 (colored) to selected 1.18 (colored)

Wide curses merge

Revision 1.38.2.1 / (download) - annotate - [select for diffs], Mon Jul 26 12:45:47 2004 UTC (19 years, 8 months ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2
Changes since 1.38: +3 -5 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.18 (colored)

Pull up revision 1.39 (requested by blymn in ticket #716):
Remove _cursesi_genbuf, it was not being set and caused a SIGSEGV
in getcap().  Fixed getcap() to use screen->cursesi_genbuf.
Thanks to Peter Bex for spotting this.  This closes pr lib/26404.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Jul 24 13:10:47 2004 UTC (19 years, 8 months ago) by blymn
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, wcurses-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: wcurses
Changes since 1.38: +3 -5 lines
Diff to previous 1.38 (colored) to selected 1.18 (colored)

Remove _cursesi_genbuf, it was not being set and caused a SIGSEGV
in getcap().  Fixed getcap() to use screen->cursesi_genbuf.
Thanks to Peter Bex for spotting this.  This closes pr lib/26404.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Oct 21 00:30:05 2003 UTC (20 years, 5 months ago) by fvdl
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.37: +4 -4 lines
Diff to previous 1.37 (colored) to selected 1.18 (colored)

Don't compare a char to NULL.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Aug 7 16:44:24 2003 UTC (20 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.36: +3 -7 lines
Diff to previous 1.36 (colored) to selected 1.18 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.

Revision 1.36 / (download) - annotate - [select for diffs], Sun Feb 2 17:54:38 2003 UTC (21 years, 1 month ago) by jdc
Branch: MAIN
Changes since 1.35: +87 -35 lines
Diff to previous 1.35 (colored) to selected 1.18 (colored)

Redo the conflict calculation (again).
Assume that "me" clears all attributes apart from acs.
Problem noticed when working on window(1).

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jan 27 21:12:29 2003 UTC (21 years, 2 months ago) by jdc
Branch: MAIN
Changes since 1.34: +98 -54 lines
Diff to previous 1.34 (colored) to selected 1.18 (colored)

Change the way we calculate conflicts when turning off attributes.
We now check the termcap entries for "\E[m" or "\E[0m" or a longer
"\E[ ... m" sequence containing a "0".

Revision 1.34 / (download) - annotate - [select for diffs], Thu Dec 5 17:04:25 2002 UTC (21 years, 3 months ago) by jdc
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.33: +5 -6 lines
Diff to previous 1.33 (colored) to selected 1.18 (colored)

Set LINES and COLS here so that __swflags() sets flags on the initial windows.
Remove no longer useful debug output.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Sep 11 15:23:24 2002 UTC (21 years, 6 months ago) by jdc
Branch: MAIN
Changes since 1.32: +33 -15 lines
Diff to previous 1.32 (colored) to selected 1.18 (colored)

Add a hack for xterm-like terminals where "\E[m" will turn off
other attributes.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Jun 26 18:14:07 2002 UTC (21 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.31: +16 -11 lines
Diff to previous 1.31 (colored) to selected 1.18 (colored)

PR/17352: David Laight: Curses core-dumps on windows > 1024 wide.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jan 2 10:38:29 2002 UTC (22 years, 3 months ago) by blymn
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.30: +7 -7 lines
Diff to previous 1.30 (colored) to selected 1.18 (colored)

Remove extraneous tabs from blank lines.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Dec 11 11:18:18 2001 UTC (22 years, 3 months ago) by blymn
Branch: MAIN
Changes since 1.29: +2 -20 lines
Diff to previous 1.29 (colored) to selected 1.18 (colored)

 * Remove termcap globals from public interface
 * Clean up commented out code

Revision 1.29 / (download) - annotate - [select for diffs], Sun Dec 2 09:14:23 2001 UTC (22 years, 4 months ago) by blymn
Branch: MAIN
Changes since 1.28: +228 -176 lines
Diff to previous 1.28 (colored) to selected 1.18 (colored)

* Major change to add support for the newterm/set_term functions.
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)

Revision 1.28 / (download) - annotate - [select for diffs], Fri Dec 22 17:07:13 2000 UTC (23 years, 3 months ago) by jdc
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 (colored) to selected 1.18 (colored)

Revert the change to the `pc' capability from the previous change.  Pointed
out in email by Thomas Dickey.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Dec 19 21:34:24 2000 UTC (23 years, 3 months ago) by jdc
Branch: MAIN
Changes since 1.26: +100 -84 lines
Diff to previous 1.26 (colored) to selected 1.18 (colored)

Rename variables refering to termcap capabilities from NN to __tc_nn.  Case
adjusted to match termcap capability.  A few other variable names renamed too
(ones related to or derived from termcap variables).

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Fri Jun 23 16:16:28 2000 UTC (23 years, 9 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.23: +5 -6 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.18 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jun 12 21:04:08 2000 UTC (23 years, 9 months ago) by jdc
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5
Changes since 1.25: +4 -5 lines
Diff to previous 1.25 (colored) to selected 1.18 (colored)

Restore changes 1.23->1.24 that were accidently overwritten.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jun 12 20:48:34 2000 UTC (23 years, 9 months ago) by jdc
Branch: MAIN
Changes since 1.24: +4 -3 lines
Diff to previous 1.24 (colored) to selected 1.18 (colored)

Make sure tspace is large enough to hold all capabilities.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jun 3 06:33:12 2000 UTC (23 years, 10 months ago) by blymn
Branch: MAIN
Changes since 1.23: +4 -5 lines
Diff to previous 1.23 (colored) to selected 1.18 (colored)

Fix broken getcap call - it was always returning NULL.  Thanks Itojun
for spotting this one!

Revision 1.23 / (download) - annotate - [select for diffs], Fri May 19 01:05:44 2000 UTC (23 years, 10 months ago) by mycroft
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) to selected 1.18 (colored)

We already initialize UP and BC when we fire up Curses, so pass a null pointer
to t_goto() to avoid doing it again... and again... and...

Revision 1.22 / (download) - annotate - [select for diffs], Sat Apr 29 00:50:05 2000 UTC (23 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.21: +5 -5 lines
Diff to previous 1.21 (colored) to selected 1.18 (colored)

Fix pasto.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Apr 29 00:42:26 2000 UTC (23 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.20: +42 -3 lines
Diff to previous 1.20 (colored) to selected 1.18 (colored)

Speed up refresh in the presence of attributes by precalculating a mask for
each `end' command to turn off other attributes in the case of conflicts.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 27 00:21:43 2000 UTC (23 years, 11 months ago) by jdc
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 (colored) to selected 1.18 (colored)

Background colour erase is 'ut' not 'be'.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Apr 22 13:29:02 2000 UTC (23 years, 11 months ago) by blymn
Branch: MAIN
Changes since 1.18: +18 -17 lines
Diff to previous 1.18 (colored)

* Fixed need for duplicate namp string in setterm.c
* Added meta function (turns meta bit on and off on terminal if supported)
* Added curs_set to control cursor visibility if supported.

Revision 1.18 / (download) - annotate - [selected], Wed Apr 19 13:52:39 2000 UTC (23 years, 11 months ago) by blymn
Branch: MAIN
Changes since 1.17: +82 -30 lines
Diff to previous 1.17 (colored)

Converted all termcap library calls to the "new" interface, this fixes
a problem with curses crashing when the CM capability was larger than
64 bytes and eliminates some possible buffer overflow problems.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 17 12:25:46 2000 UTC (23 years, 11 months ago) by blymn
Branch: MAIN
Changes since 1.16: +4 -3 lines
Diff to previous 1.16 (colored) to selected 1.18 (colored)

Multiple fixes:
* Added Bill's fixes for errors when compiling with WARNS=1
* Incorporated fixes to make usage of unctrl consistent in debug and
  made improvements to ctrace - it now timestamps it's output better.
* Reduced the number of mallocs done by __init_getch by allocating key
  structs in bunches instead of singly.
* Removed the shadowing of global declarations in newwin and subwin
  functions

Revision 1.16 / (download) - annotate - [select for diffs], Sat Apr 15 13:17:04 2000 UTC (23 years, 11 months ago) by blymn
Branch: MAIN
Changes since 1.15: +4 -6 lines
Diff to previous 1.15 (colored) to selected 1.18 (colored)

Added functions to replace what were previously macros in curses.h
(this is a requirement of SUSv2) - the old macro behaviour can be
restored by defining _CURSES_USE_MACROS.
Changed function prototypes to use ANSI style.
All externally visible functions now have ANSI style declarations.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 12 21:45:30 2000 UTC (23 years, 11 months ago) by jdc
Branch: MAIN
Changes since 1.14: +38 -16 lines
Diff to previous 1.14 (colored) to selected 1.18 (colored)

Add colour capabilities.
Increase size of attribute buffers.
Include private header.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 11 13:57:10 2000 UTC (23 years, 11 months ago) by blymn
Branch: MAIN
Changes since 1.13: +25 -23 lines
Diff to previous 1.13 (colored) to selected 1.18 (colored)

Made data structures opaque

Revision 1.13.2.2 / (download) - annotate - [select for diffs], Sun Mar 5 23:25:17 2000 UTC (24 years ago) by jdc
Branch: curses-v3
Changes since 1.13.2.1: +23 -21 lines
Diff to previous 1.13.2.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored) to selected 1.18 (colored)

Add alternate character set support.

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Sun Jan 9 20:43:22 2000 UTC (24 years, 2 months ago) by jdc
Branch: curses-v3
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored) to selected 1.18 (colored)

Changes to make libcurses SUS v2 compatible.

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:29:57 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.12: +3 -5 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.18 (colored)

Pull up to last week's -current.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 7 03:18:52 1999 UTC (24 years, 3 months ago) by simonb
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, curses-v3-base
Branch point for: curses-v3
Changes since 1.12: +3 -5 lines
Diff to previous 1.12 (colored) to selected 1.18 (colored)

Another unctrl() %s fix.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 28 13:32:43 1999 UTC (24 years, 9 months ago) by simonb
Branch: MAIN
CVS Tags: comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.18 (colored)

Get rid of the evil trailing spaces and tabs.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Apr 13 14:08:19 1999 UTC (24 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.10: +30 -28 lines
Diff to previous 1.10 (colored) to selected 1.18 (colored)

Upgrades the standard NetBSD curses library to provide some
of the SYSV curses facilities.  The added features are the collapsing
of arrow and function keysequences (as defined by termcap for the
terminal) into symbolic code returns thus relieving the application of
recognising multi-character key sequences.  Other features are the
capability to perform a timed wait for a key (good for when you are
not sure if there is a keypress ready or not) and the capability for
turning off the inter-key timeout when assembling multi-character
function keys.

this work was done by Julian Coleman <J.D.Coleman@newcastle.ac.uk>
and blymn@baea.com.au (Brett Lymn).  i'm just integrating it.  thanks
HEAPS guys!

Revision 1.10 / (download) - annotate - [select for diffs], Tue Feb 3 19:12:35 1998 UTC (26 years, 1 month ago) by perry
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Changes since 1.9: +7 -7 lines
Diff to previous 1.9 (colored) to selected 1.18 (colored)

remove obsolete register declarations

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 30 04:33:34 1998 UTC (26 years, 2 months ago) by perry
Branch: MAIN
Changes since 1.8: +7 -6 lines
Diff to previous 1.8 (colored) to selected 1.18 (colored)

merge with lite-2

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Fri Jan 30 03:38:59 1998 UTC (26 years, 2 months ago) by perry
Branch: CSRG
CVS Tags: lite-2
Changes since 1.1.1.1: +5 -4 lines
Diff to previous 1.1.1.1 (colored) to selected 1.18 (colored)

import lite-2

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 22 07:37:03 1997 UTC (26 years, 8 months ago) by mikel
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Changes since 1.7: +9 -2 lines
Diff to previous 1.7 (colored) to selected 1.18 (colored)

RCSid police, fix warnings

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 23 14:02:41 1997 UTC (27 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored) to selected 1.18 (colored)

- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
- some KNF.

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Wed Aug 17 21:52:45 1994 UTC (29 years, 7 months ago) by cgd
Branch: netbsd-1-0
Changes since 1.6.2.1: +232 -0 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored) to selected 1.18 (colored)

clean up import

Revision 1.6.2.1, Wed Aug 17 21:52:44 1994 UTC (29 years, 7 months ago) by cgd
Branch: netbsd-1-0
Changes since 1.6: +0 -232 lines
FILE REMOVED

file setterm.c was added on branch netbsd-1-0 on 1994-08-17 21:52:45 +0000

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 17 21:52:44 1994 UTC (29 years, 7 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0
Branch point for: netbsd-1-0
Changes since 1.5: +11 -7 lines
Diff to previous 1.5 (colored) to selected 1.18 (colored)

clean up import

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Aug 17 21:13:24 1994 UTC (29 years, 7 months ago) by cgd
Branch: CSRG
CVS Tags: CSRG-94-08-17
Changes since 1.1: +59 -41 lines
Diff to previous 1.1 (colored) to selected 1.18 (colored)

new libcurses, from new nvi

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 24 08:36:57 1994 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) to selected 1.18 (colored)

changes from branch

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Mon Jan 24 08:17:32 1994 UTC (30 years, 2 months ago) by cgd
CVS Tags: CSRG-last, CSRG-94-01-23
Changes since 1.2.2.1: +2 -2 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.18 (colored)

minor fixups

Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 4 23:03:48 1993 UTC (30 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored) to selected 1.18 (colored)

update from branch

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Sat Dec 4 22:56:34 1993 UTC (30 years, 4 months ago) by cgd
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored) to selected 1.18 (colored)

update from latest

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 9 04:08:45 1993 UTC (30 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.18 (colored)

repeat after me: "I hate rcs ids"

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 9 03:34:51 1993 UTC (30 years, 4 months ago) by cgd
Branch: MAIN
CVS Tags: CSRG-93-11-06
Changes since 1.1: +50 -37 lines
Diff to previous 1.1 (colored) to selected 1.18 (colored)

update to new version from berkeley.  doesn't compile yet, nor
does it have rcsid's.  this is for diffs.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 7 05:51:11 1993 UTC (30 years, 7 months ago) by mycroft
Branch: MAIN
Diff to selected 1.18 (colored)

New files.

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>