-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathChangeLog
43 lines (27 loc) · 1.18 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
40
41
42
2013-03-13 Raphael Geissert <[email protected]>
* misc/Makefile.am, misc/syntax, misc/syntax.d/ocaml,
misc/syntax.d/haskell: merge Debian changes.
2013-03-13 Raphael Geissert <[email protected]>
* 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 <[email protected]>
* 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.