summaryrefslogtreecommitdiff
path: root/cmd-line-utils/libedit/np/vis.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: remove libedit, move readline to extra/Sergei Golubchik2014-10-011-582/+0
|
* Compatibility fixes by U OrsiniMichael Widenius2012-03-301-1/+1
|
* Patch to fix libedit vis.h problem (OSX/FreeBSD)Karen Langford2011-10-281-4/+4
|
* Bug#13102538 : COMPILE ERROR ON SOLARIS WHEN COMPILINGNirbhay Choubey2011-10-181-1/+0
| | | | | | | | | | | | 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.
* WL#5945 : Improve libedit libraryNirbhay Choubey2011-10-141-52/+242
| | | | | Updated libedit library.
* From jperkin : Merge libedit 2.11 and related files, Georgi Kodinov2009-02-101-188/+221
| | | | | based on NetBSD CVS as of 2009/02/06 20:09:00.
* Fixed a bug in vis.cunknown2004-10-221-1/+1
| | | | | cmd-line-utils/libedit/np/vis.c: Fixed a compiler issue for QNX.
* Fixed Bug#6109, 'mysql' command line client segfaults on 'quit' command.unknown2004-10-211-29/+42
| | | | | | | | | 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.
* fixed compiling bug unknown2004-08-311-2/+2
| | | | | | | | | | | | | | | (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)
* added skipped file for libedit-2.6.7unknown2004-08-241-0/+347