File: ChangeLog

package info (click to toggle)
le 1.16.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,848 kB
  • sloc: ansic: 30,032; cpp: 18,198; sh: 4,754; makefile: 112; perl: 82
file content (43 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download | duplicates (5)
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
2013-03-13	Raphael Geissert <geissert@debian.org>

	* misc/Makefile.am, misc/syntax, misc/syntax.d/ocaml,
	  misc/syntax.d/haskell: merge Debian changes.

2013-03-13	Raphael Geissert <geissert@debian.org>

	* doc/le.1, src/edit.cc: document missing opts.
	* src/loadsave.cc: fixed fd leak.
	* src/about.cc: fixed program name.
	* src/help.cc: fixed fd leak.
	* src/screen.cc: fixed condition check order.
	* src/file.cc: fixed overlapped strcpy.
	* src/history.cc: fixed NULL dereference when malloc returns NULL.

2005-04-26  lav

	* configure.ac: check for sys/syslimits.h, sys/param.h.

2004-04-12  lav

	* configure.ac: check for nl_langinfo; call LE_FUNC_WCWIDTH_REPLACE.

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.