Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
snapshot of project "tin", label ctin961109
  • Loading branch information
ThomasDickey committed Dec 31, 2019
1 parent 7b4b17d commit 7b6b41d
Show file tree
Hide file tree
Showing 38 changed files with 823 additions and 631 deletions.
52 changes: 49 additions & 3 deletions CHANGES
@@ -1,3 +1,49 @@
--unoff BETA release 961109 --

213) Andrey A. Chernov <ache@nagual.ru>
BUG. called ctype-family macros with 8bit characters, which is illegal
in POSIX/ANSI-C
FIX. several supplied patches

212) Jason Faultless <jason@radar.demon.co.uk>
BUG. Expired articles sometimes incorrectly threaded when
threading both
FIX. refs.c
BUG. index files not written when reading via nntp and xover
not available (introduced in 138 & compounded later)
FIX. art.c, open.c
ADD. minor code cleanup
FIX. several supplied patches

211) Thomas E. Dickey <dickey@clark.net>
ADD. replace include/conf.h with an automatically-generated table.
(This fixes one of the two problems with the config.c rewrite: now
the enum and table will track together -- the other, making it
type-clean will be in a later patch -- when I have time).
BUG. fix a place in the configure script that I missed before (allowed
some stray "-g" options to get into the makefile for non-debug
build -- I was just arguing with autoconf's author tonight, who
insists that everyone ought to use -g as he intends).
BUG. fix a place in tin.h where "#" line by itself broke SunOS K&R compile
BUG. disentangle some use of _DECC (someone on an OSF/1 box reports
problems with this, which was, I believe, targeted for VMS).
ADD. move the <termios.h> includes out of tin.h (now only in curses.c
and signal.c) -- on Apollo, termios.h redefines some symbols from
sys/ioctl.h, producing _lots_ of compiler warnings. (I did builds
on several machines to ensure that there's no impact due to this).
ADD. some fixes aimed at supporting the configure --srcdir option (not
complete yet -- I'll do more later).
BUG. make parsdate.o rule more explicit (IRIX's make couldn't cope: I
don't remember problems from the last time I did a bunch of
regression builds, and figure that it got simplified by someone).
BUG. correct an error from cleanup in art.c that broke my local config
(i.e., '-' is legal in that context).
BUG. remove bogus code in feed.c (noticed while resolving similarly
ifdef'd code in misc.c)
BUG. modified ifdef in misc.c to fix Kevin Maguire's problem (on OSF/1)
with pipes/return-codes.
FIX. several supplied patches

--unoff BETA release 961101 --

210) Dirk Nimmich <nimmich@uni-muenster.de>
Expand Down Expand Up @@ -640,7 +686,7 @@

103) Greg Berigan <gberigan@cse.unl.edu>
Urs Janssen <urs@akk.uni-karlsruhe.de>
ADD. supersede option on reposting/canceling
ADD. supersede option on reposting/cancelling
FIX. several patches

--unoff BETA release 960702 --
Expand Down Expand Up @@ -1156,7 +1202,7 @@ L11) Roland Rosenfeld <roland@spinnaker.rhein.de>
L10) Greg Berigan <gberigan@cse.unl.edu>
Urs Janssen <urs@akk.uni-karlsruhe.de>
ADD. -DNO_ETIQUETTE to stop printing posting-etiquette
ADD. -DFORGERIE to allow superseding and canceling
ADD. -DFORGERIE to allow superseding and cancelling
(newsadmins only!)
ADD. 'i' at group-selection-level to show group description
ADD. xpost_quote_format
Expand Down Expand Up @@ -1329,7 +1375,7 @@ L03) Greg Berigan <gberigan@cse.unl.edu>
--950824BETA PL0.950919 eb/uj/gb--

005) Urs Janssen <urs@akk.uni-karlsruhe.de>
BUG. reconnection to server could not be canceled
BUG. reconnection to server could not be cancelled
FIX. open.c to recognize get_servers return value of -2

--950824BETA PL0.950917 eb/uj/gb--
Expand Down
75 changes: 38 additions & 37 deletions MANIFEST
@@ -1,15 +1,15 @@
MANIFEST for tin-1.3-unoff-BETA-961101 (Fri Nov 1 18:26:31 MET 1996)
MANIFEST for tin-1.3-unoff-BETA-961109 (Sat Nov 9 22:42:29 MET 1996)
----------------------------------------------------
45399 ./CHANGES
12831 ./TODO
5314 ./Makefile
47741 ./CHANGES
12793 ./TODO
5341 ./Makefile
17527 ./INSTALL
2232 ./MANIFEST
2256 ./MANIFEST
1659 ./README
896 ./tinpp
20718 ./aclocal.m4
133755 ./configure
15559 ./configure.in
133781 ./configure
15572 ./configure.in
4771 ./install.sh
11609 ./makefile.in
1014 ./conf-tin
Expand All @@ -19,76 +19,77 @@ MANIFEST for tin-1.3-unoff-BETA-961101 (Fri Nov 1 18:26:31 MET 1996)
71236 ./doc/tin.1
2511 ./include/amiga.h
2131 ./include/amigatcp.h
12205 ./include/conf.h
8482 ./include/config.h
40888 ./include/extern.h
40967 ./include/extern.h
14068 ./include/menukeys.h
718 ./include/msmail.h
4764 ./include/nntplib.h
2233 ./include/os_2.h
29511 ./include/proto.h
29455 ./include/proto.h
1376 ./include/stpwatch.h
43055 ./include/tin.h
42489 ./include/tin.h
810 ./include/version.h
4100 ./include/win32.h
789 ./include/win32tcp.h
19343 ./src/active.c
19349 ./src/active.c
8119 ./src/actived.c
13003 ./src/amiga.c
4429 ./src/amigatcp.c
37876 ./src/art.c
23824 ./src/attrib.c
8216 ./src/charset.c
37880 ./src/art.c
23852 ./src/attrib.c
8261 ./src/charset.c
1558 ./src/color.c
56976 ./src/config.c
56823 ./src/config.c
19719 ./src/curses.c
12284 ./src/debug.c
2278 ./src/envarg.c
19394 ./src/feed.c
35967 ./src/filter.c
10933 ./src/getline.c
19301 ./src/feed.c
35991 ./src/filter.c
10935 ./src/getline.c
41317 ./src/group.c
3202 ./src/hashstr.c
9486 ./src/help.c
12095 ./src/inews.c
29398 ./src/init.c
55266 ./src/lang.c
12147 ./src/inews.c
29367 ./src/init.c
55340 ./src/lang.c
1739 ./src/list.c
12051 ./src/mail.c
11984 ./src/mail.c
17791 ./src/main.c
5124 ./src/makecfg.c
10990 ./src/memory.c
47069 ./src/misc.c
47241 ./src/misc.c
7228 ./src/msmail.c
33309 ./src/newsrc.c
26379 ./src/nntplib.c
31334 ./src/nntpw32.c
33311 ./src/newsrc.c
26409 ./src/nntplib.c
31349 ./src/nntpw32.c
6134 ./src/nrctbl.c
27526 ./src/open.c
27556 ./src/open.c
6246 ./src/os_2.c
35682 ./src/page.c
24090 ./src/parsdate.y
6524 ./src/pgp.c
74761 ./src/post.c
74882 ./src/post.c
9044 ./src/prompt.c
160 ./src/proto.sed
22361 ./src/refs.c
8698 ./src/rfc1521.c
17328 ./src/rfc1522.c
33632 ./src/save.c
22391 ./src/refs.c
8731 ./src/rfc1521.c
17478 ./src/rfc1522.c
33655 ./src/save.c
4573 ./src/screen.c
10148 ./src/search.c
35438 ./src/select.c
5731 ./src/sigfile.c
11766 ./src/signal.c
12442 ./src/signal.c
5772 ./src/strftime.c
26177 ./src/thread.c
4131 ./src/wildmat.c
12575 ./src/win32.c
2134 ./src/win32tcp.c
6281 ./src/xref.c
5511 ./src/vms.c
5556 ./src/vms.c
7092 ./include/autoconf.hin
10545 ./src/Makefile.in
10793 ./src/Makefile.in
4278 ./src/l1_next.tab
4278 ./src/next_l1.tab
1568425 total
3507 ./src/tincfg.tbl
1568168 total
7 changes: 4 additions & 3 deletions Makefile
Expand Up @@ -4,7 +4,7 @@ PROJECT = tin
EXE = tin
MANEXT = 1
LVER = 1.3
PVER = 961101
PVER = 961109
VER = $(LVER)-unoff-BETA-$(PVER)
MAIL_ADDR = "urs@akk.uni-karlsruhe.de"

Expand All @@ -18,7 +18,6 @@ SRCDIR = ./src
HFILES = \
$(INCDIR)/amiga.h \
$(INCDIR)/amigatcp.h \
$(INCDIR)/conf.h \
$(INCDIR)/config.h \
$(INCDIR)/extern.h \
$(INCDIR)/menukeys.h \
Expand Down Expand Up @@ -57,6 +56,7 @@ CFILES = \
$(SRCDIR)/list.c \
$(SRCDIR)/mail.c \
$(SRCDIR)/main.c \
$(SRCDIR)/makecfg.c \
$(SRCDIR)/memory.c \
$(SRCDIR)/misc.c \
$(SRCDIR)/msmail.c \
Expand Down Expand Up @@ -114,7 +114,8 @@ ALL_FILES = $(TOP) $(DOC) $(HFILES) $(CFILES) \
$(INCDIR)/autoconf.hin \
$(SRCDIR)/Makefile.in \
$(SRCDIR)/l1_next.tab \
$(SRCDIR)/next_l1.tab
$(SRCDIR)/next_l1.tab \
$(SRCDIR)/tincfg.tbl

ALL_DIRS = $(TOPDIR) $(DOCDIR) $(SRCDIR) $(INCDIR)

Expand Down
12 changes: 5 additions & 7 deletions TODO
Expand Up @@ -74,8 +74,6 @@ o According to 026) in CHANGES, some of the config files can be

o full_page_scroll=OFF seems not to work

o tin sometimes crashes (thread.c) 987

o rereading the active file is buggy, it causes crashes on some machines and
sometimes it takes 50 times longer than the first read at startup...

Expand Down Expand Up @@ -117,8 +115,6 @@ o join Makefile and makefile (not entirely possible)

o unique newsgroups after editing article

o add 'U'untag all command to thread level.

o add feature save selected/tagged files sequentially to the same file

o rewrite NGLIMIT handling (post.c)
Expand All @@ -141,7 +137,7 @@ o sender-patch
verified)]
If user ads Sender:-line rename it to X-Unverifiable-Sender and
ad a Sender:-line
(for canceling articles never look at the Sender:-line, always look at
(for cancelling articles never look at the Sender:-line, always look at
the From:-line)

o add counter to post-processing commands (processing file x of y)
Expand All @@ -162,6 +158,8 @@ o add feature goto using the 'G' key
o Add '/' (search subject) to the thread menu
Add 'S' (autosave tagged) to the thread menu

o add 'U'untag all command to thread level.

o Add 'l' (goto thread menu) to the article pager

o if Newsgroups:-line has groups in it which are not present in the users
Expand Down Expand Up @@ -236,7 +234,7 @@ o sometimes (when using tins kill-menu) kill-file entries are

o killing articles with Lines: 0 does not work

o forged canceling via Supersedes:/Also-Control:/Control:-header is possible
o forged cancelling via Supersedes:/Also-Control:/Control:-header is possible
if it is supplied by hand (buildin_inews)

o f'uping with 'F' to a article which has Followup-To: poster set an then
Expand All @@ -253,7 +251,7 @@ o if exiting tin with
it up and than exits - but threading is not necessary for a catch-up!
and it does a filter before exiting - stupid!

o when last articles in a newsgroup were canceled, it shows that there are
o when last articles in a newsgroup were cancelled, it shows that there are
new articles in that group, even if entered that group in a session before

o article save with auto_save=ON & Archive-name: doesn't not work correctly
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -71,7 +71,7 @@ CF_ARG_ENABLE(debug,
CFLAGS="-g $CFLAGS"
LDFLAGS="-g $LDFLAGS"],
[ENABLE_DEBUG='#'
test -z "$save_CFLAGS" && CFLAGS=`echo $CFLAGS|sed -e 's/-g //'`])
test -z "$save_CFLAGS" && CFLAGS=`echo $CFLAGS|sed -e 's/-g //' -e 's/-g$//'`])
AC_MSG_RESULT($enableval)
AC_SUBST(ENABLE_DEBUG)

Expand Down

0 comments on commit 7b6b41d

Please sign in to comment.