File: ChangeLog

package info (click to toggle)
le 1.9.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,820 kB
  • ctags: 2,612
  • sloc: cpp: 15,994; ansic: 14,586; sh: 318; makefile: 105
file content (20 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2001-01-17  Paul Slootman <paul@debian.org>

	* acinclude.m4: add quotes (fixes build on alpha).

2000-01-21  lav

	* acinclude.m4: check if curses.h tries to declare bool in C++.
	* acconfig.h: rename CURSES_BOOL to LE_CURSES_BOOL_TYPE.

1999-10-06  lav

	* acinclude.m4: LE_CURSES_BOOL test for curses' bool type.
	* acconfig.h: CURSES_BOOL definition.
	* configure.in: call LE_CURSES_BOOL.

1999-08-26  lav

	* configure.in, acinclude.m4: test if gcc can be used to link simple
	  c++ programs to avoid libstdc++ linkage.