| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
WITH LIBEDIT
Libedit won't build on platforms that do not provide
"sys/cdefs.h".
Removed the inclusion of cdefs.h from all files
other that sys.h, which includes this file only
when the header is found while configuring.
|
|
|
|
|
| |
Updated libedit library.
|
|
|
|
|
| |
based on NetBSD CVS as of 2009/02/06 20:09:00.
|
|
|
|
|
| |
cmd-line-utils/libedit/np/vis.c:
Fixed a compiler issue for QNX.
|
|
|
|
|
|
|
|
|
| |
It also did not write ~/.mysql_history file. The problem was in alloc(),
which probably does not work on HP-UX-11.23 ia64 platform. Changed some
macros into functions for better maintenance and debugging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(non gcc compilers don't understand '-Dx()=' option)
cmd-line-utils/libedit/Makefile.am:
discarded '-Dx()=' options for compatibility with non-gcc compilers
cmd-line-utils/libedit/config.h:
added empty definitions of __RCSID(x), __COPYRIGHT(x),
__RENAME(x), _DIAGASSERT(x)
cmd-line-utils/libedit/np/unvis.c:
added #include "config.h" to define __RCSID(x)
cmd-line-utils/libedit/np/vis.c:
reinsert #include "config.h" before using of __RCSID(x)
|
|
|