| History log of /src/usr.bin/tabs |
| Revision | Date | Author | Comments |
| 1.3 | 03-Feb-2010 |
roy | Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
| 1.2 | 14-Apr-2009 |
lukem | Enable WARNS=4 by default for usr.bin, except for: awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
|
| 1.1 | 11-Dec-2008 |
roy | branches: 1.1.2; Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1''). Fixes PR bin/11227
No objection on tech-userland, ok: martin
|
| 1.1.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.6 | 18-Mar-2014 |
riastradh | Merge riastradh-drm2 to HEAD.
|
| 1.5 | 20-Jul-2013 |
wiz | Use Mt for email addresses.
|
| 1.4 | 22-Apr-2012 |
wiz | branches: 1.4.2; 1.4.4; Sort sections. Remove superfluous Ns macro.
|
| 1.3 | 21-Apr-2012 |
roy | 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.
|
| 1.2 | 11-Dec-2008 |
wiz | branches: 1.2.8; Add RCS Id. Sort sections. Sort option descriptions. Use .Aq. Fix Dd argument.
|
| 1.1 | 11-Dec-2008 |
roy | Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1''). Fixes PR bin/11227
No objection on tech-userland, ok: martin
|
| 1.2.8.2 | 22-May-2014 |
yamt | 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")
|
| 1.2.8.1 | 23-May-2012 |
yamt | sync with head.
|
| 1.4.4.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
| 1.4.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.6 | 27-Aug-2021 |
rillig | tabs: fix lint warnings about ctype functions and conversions
lines 100, 157, 206: conversion from 'long' to 'int' may lose accuracy [132]
line 125: warning: argument to 'function from <ctype.h>' must be cast to 'unsigned char', not to 'int' [342]
While here, fix a typo in an error message.
|
| 1.5 | 01-Feb-2019 |
mrg | compare pointers with NULL not '\0'.
|
| 1.4 | 16-Sep-2011 |
joerg | branches: 1.4.42; Use __dead
|
| 1.3 | 03-Feb-2010 |
roy | Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
| 1.2 | 18-Jan-2009 |
lukem | fix -Wsign-compare issues. minor knf
|
| 1.1 | 11-Dec-2008 |
roy | Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1''). Fixes PR bin/11227
No objection on tech-userland, ok: martin
|
| 1.4.42.1 | 10-Jun-2019 |
christos | Sync with HEAD
|