File: ChangeLog

package info (click to toggle)
shhmsg 1.4.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 156 kB
  • ctags: 79
  • sloc: ansic: 319; makefile: 138; sh: 12
file content (95 lines) | stat: -rw-r--r-- 2,632 bytes parent folder | download | duplicates (4)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
2002-03-02  Sverre H. Huseby  <shh@thathost.com>

	* Release 1.4.1

	* Updated comment style to match the one I currently use.

	* errno.c (msgPerror, msgFatalPerror): Using strerror() instead of
	sys_errlist[].  Patch from Oohara Yuuma
	<oohara@libra.interq.or.jp>.

	* internal.h (GET_ERROR_STREAM): The macro would return the
	message stream instead of the error stream if not set by the
	programmer.  Patch from Oohara Yuuma.

	* Makefile: Cleaned up some whitespace mess.  Patch from Oohara
	Yuuma.

1998-10-13  Sverre H. Huseby  <shh@thathost.com>

	* Release 1.4.0

	* Changed internal stream variables to not be initialised to stdio
	etc, as this would not compile with glibc2 ("initializer element is
	not constant").

1998-09-04  Sverre H. Huseby  <shh@thathost.com>

	* errno.c: Redefined sys_errlist to match GNU libc 2.

1998-07-05  Sverre H. Huseby  <shh@thathost.com>

	* Release 1.3.4

	* Updated author address.

Tue May 27 23:09:35 1997  Sverre H. Huseby  <s.h.huseby@usit.uio.no>

	* Release: 1.3.3

	* shhmsg.h: Added GNU C specials for checking format parameters to
	functions.

Sun Mar 23 09:34:43 1997  Sverre H. Huseby  <s.h.huseby@usit.uio.no>

	* Release: 1.3.2

	* Makefile: Creating lib*.so in addition to lib*.so.*

Tue Nov 12 09:01:40 1996  Sverre H. Huseby  <sverrehu@ifi.uio.no>

	* Version: 1.3.1

	* Minor code restructuring and documentation updates.

Mon Aug 14 16:50:04 1995  Sverre H. Huseby  <sverrehu@ender>

	* New version: 1.3
	
	* Incorporated Louis' changes in the distribution, with some
	rewriting to match my coding style and preference. Any bugs are
	mine.

Sat Aug 13 21:46:00 1995  Louis W. Erickson <loue@skylight.com>

	* Added the msgSetShowNameAlways function, allowing a forcing of
 	the display of the app's name.

	* Added the msgSetXxxStream functions, allowing streams to be
	redirected to other things, besides the defaults.

	* Added some MSG_ constants.

	* Added code to allow use of an environmental variable as the
	verbosity level for msgVerbose.  Setting a verbosity of
	MSG_VERBOSE_DEFAULT enables this.

	* Wrote a rudimentary quick reference.

Fri Aug 11 00:25:34 1995  Sverre H. Huseby  <sverrehu@ender>

	* Version 1.2

	* Updated README and INSTALL a bit.

Sun Jul 16 17:49:52 1995  Sverre H. Huseby  <sverrehu@ender>

	* Flushing stdout before writing anything, to avoid order
	corruption if stderr equals stdout. The idea is taken from
	W. Richard Stevens.

	* verbose.c/shhmsg.h: Added a verbosity level instead of just
 	on/off.

	* Makefile: using -f when symlinking shared libraries.  Changed
 	version number to 1.1.  Added ChangeLog to the DISTFILES.