-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
40 lines (24 loc) · 1.22 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2005-07-19 Thomas Klausner <[email protected]>
* Makefile.am: add targets to regenerate cg.man and cg.html.
2005-03-07 Thomas Klausner <[email protected]>
* snprintf.c (dopr): Fix compilation warnings on Interix.
* configure.ac: test for stdarg.h, for snprintf replacement.
* configure.ac: renamed from configure.in.
* configure.in: renamed to configure.ac.
2004-07-10 Thomas Klausner <[email protected]>
* output.h: add statusflag variable.
* output.c: add statusflag variable.
(output): write out information about current file if statusflag
is set.
* checkgroup.c (sighandle): handle SIGINFO.
(main): add SIGINFO handler when SIGINFO is defined.
2003-12-06 Thomas Klausner <[email protected]>
* checkgroup.c (nntp_put): add newline to error message.
2003-12-04 Dieter Baron <[email protected]>
* checkgroup.c (nntp_resp): delete last nntp_response on read error
* checkgroup.c (nntp_put): reconnect on read error
2002-07-27 Dieter Baron <[email protected]>
* checkgroup.c (choose): proper error message and handling if temp
file can't be created.
2002-05-23 Thomas Klausner <[email protected]>
* sockets.c (sopen): add '\n' to error message.