The NetBSD Project

CVS log for src/lib/libterminfo/terminfo.3

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 22 16:42:34 2017 UTC (6 years, 5 months ago) by abhinav
Branch: MAIN
CVS Tags: phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, 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, pgoyette-compat, 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, 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, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, HEAD
Changes since 1.13: +10 -2 lines
Diff to previous 1.13 (colored) to selected 1.1 (colored)

Add missing functions to the NAME section

Revision 1.12.8.1 / (download) - annotate - [select for diffs], Wed Jan 18 08:46:23 2017 UTC (7 years, 2 months ago) by skrll
Branch: netbsd-7-nhusb
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.1 (colored)

Sync with netbsd-5

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Mon Dec 12 07:37:53 2016 UTC (7 years, 4 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116, 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
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.1 (colored)

Pull up following revision(s) (requested by riastradh in ticket #1307):
	lib/libterminfo/curterm.c: revisions 1.11, 1.12
	lib/libterminfo/term.c: revisions 1.18-1.20
	lib/libterminfo/termcap.c: revisions 1.18, 1.19
	lib/libterminfo/terminfo.3: revision 1.13
	lib/libterminfo/tparm.c: revision 1.16
terminfo.3: fix ti_puts prototype
--
PR/50092: Fix memory leak.
--
PR/50092: Rin Okuyama: Fix memory leak.
--
We have the max length; use snprintf.
--
From PR/50092:
- handle calling _ti_readterm with an existing initialized terminal
- simplify free code
Also:
- fix an inconsistency in userdefs count computation
--
Always copy the area buffer, even when the length was the same
(from Rin Okuyama)
--
- if we are freeing cur_term, set it to NULL.
- preserve and free "last" properly.
--
off-by-one in memcpy. Found by ASAN (Carsten Kunze)

Revision 1.13 / (download) - annotate - [select for diffs], Mon Nov 23 22:35:28 2015 UTC (8 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, 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, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.1 (colored)

fix ti_puts prototype

Revision 1.8.8.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:21 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.8.8.1: +2 -2 lines
Diff to previous 1.8.8.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored) to selected 1.1 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Thu May 22 11:37:00 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.8: +14 -7 lines
Diff to previous 1.8 (colored) next main 1.9 (colored) to selected 1.1 (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.12 / (download) - annotate - [select for diffs], Tue Mar 18 18:20:38 2014 UTC (10 years, 1 month ago) by riastradh
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, netbsd-7-nhusb-base, netbsd-7-base, 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
Branch point for: netbsd-7-nhusb, netbsd-7
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored) to selected 1.1 (colored)

Merge riastradh-drm2 to HEAD.

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Tue Jul 23 21:07:30 2013 UTC (10 years, 8 months ago) by riastradh
Branch: riastradh-drm2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.1 (colored)

sync with HEAD

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 20 21:39:56 2013 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.1 (colored)

Use Mt for email addresses.

Revision 1.8.4.1 / (download) - annotate - [select for diffs], Thu Mar 14 15:48:28 2013 UTC (11 years, 1 month ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, 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
Changes since 1.8: +13 -6 lines
Diff to previous 1.8 (colored) next main 1.9 (colored) to selected 1.1 (colored)

Pull up following revision(s) (requested by roy in ticket #835):
	lib/libterminfo/terminfo.3: revision 1.9
	lib/libterminfo/term.h: revision 1.13
	lib/libterminfo/term.h: revision 1.14
	usr.bin/tput/Makefile: revision 1.11
	lib/libterminfo/terminfo.3: revision 1.10
	lib/libterminfo/genman: revision 1.5
	lib/libterminfo/term_private.h: revision 1.11
	usr.bin/tput/tput.c: revision 1.23
	usr.bin/tput/tput.c: revision 1.24
	usr.bin/tput/tput.c: revision 1.25
	lib/libterminfo/tparm.c: revision 1.11
	lib/libterminfo/Makefile.hash: revision 1.7
	usr.bin/tput/tput.c: revision 1.26
	lib/libterminfo/tparm.c: revision 1.12
	lib/libterminfo/tparm.c: revision 1.13
	lib/libterminfo/tparm.c: revision 1.14
	lib/libterminfo/terminfo.5.in: revision 1.18
As tparm accepts longs we should treat them as long during expansion.
Also, fix the ~ and ! logic.
Move the strings vs long analysis to a private function, but allow
tput(1) to use it so we can work with string parameters to
capabilities.
Fix building our terminals with a non standard NETBSDSRCDIR, PR
lib/46793.
Thanks to Bernd Ernesti.
Remove debug accidently commited.
If char * > long then print a suitable error when passing a string
parameter.
For platforms where we cannot fit a char * into a long, return NULL
and set errno to ENOTSUPP.
Add descriptions for terminfo keys to term.h
These are extracted by genman and placed into the compiled terminfo.5
Fixes PR lib/47090
Provide a disabled implentation of tlparm and ti_tlparm for
completeness.
This also improves the readability of _ti_tiparm.
Use putp(3) to output our strings.
Fixes PR lib/47532

Revision 1.8.8.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:01 2013 UTC (11 years, 1 month ago) by tls
Branch: tls-maxphys
Changes since 1.8: +13 -6 lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)

resync with head

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 25 17:28:50 2013 UTC (11 years, 2 months ago) by roy
Branch: MAIN
CVS Tags: riastradh-drm2-base, agc-symver-base, agc-symver
Branch point for: riastradh-drm2
Changes since 1.9: +6 -5 lines
Diff to previous 1.9 (colored) to selected 1.1 (colored)

Provide a disabled implentation of tlparm and ti_tlparm for completeness.
This also improves the readability of _ti_tiparm.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 25 12:30:05 2013 UTC (11 years, 2 months ago) by roy
Branch: MAIN
Changes since 1.8: +8 -2 lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)

For platforms where we cannot fit a char * into a long, return NULL
and set errno to ENOTSUPP.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 4 11:01:14 2011 UTC (12 years, 6 months ago) by roy
Branch: 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, netbsd-6-base, 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, tls-maxphys, netbsd-6
Changes since 1.7: +9 -2 lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 3 19:15:03 2011 UTC (12 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)

Correct args

Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 3 12:31:51 2011 UTC (12 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.5: +6 -8 lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)

Correctly use ti_ instead of t_ for our extensions as per the man page.
Replace vtparm with tiparm.
tiparm is also non standard, but has been proposed at least.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 2 19:24:25 2011 UTC (12 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.4: +11 -3 lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)

Add termname(3) as defined by POSIX.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 4 09:12:56 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.3: +12 -6 lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)

More markup.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 3 18:49:23 2010 UTC (14 years, 2 months ago) by snj
Branch: MAIN
Changes since 1.2: +11 -11 lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)

Fix some typos and spelling errors.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 3 15:47:13 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Punctuation and whitespace fixes.

Revision 1.1 / (download) - annotate - [selected], Wed Feb 3 15:16:32 2010 UTC (14 years, 2 months ago) by roy
Branch: MAIN

Import my terminfo implementation.
This uses the ncurses terminal definitions.

OK: core@, jdc@

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>