summaryrefslogtreecommitdiff
path: root/cmd-line-utils
Commit message (Collapse)AuthorAgeFilesLines
* Bug#10218 Command line recall rolls into Segmentation Fault(coredump)'msvensson@pilot.(none)2007-06-041-0/+10
| | | | - Declare 'tgoto' if not already declared in system header files.
* Makefile.am, configure.in:kent@mysql.com2005-09-241-8/+8
| | | | Enable "make distcheck" to work
* QNX does not know "uint", so the cast is rewritten as "unsigned int".joerg@mysql.com2005-07-181-1/+1
|
* cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint" ↵joerg@mysql.com2005-07-111-2/+2
| | | | which is undefined on QNX.
* Makefile.am:kent@mysql.com2005-07-052-2/+4
| | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* Merge bk-internal:/home/bk/mysql-4.1matt@mysql.com2005-05-183-3/+4
|\ | | | | | | into mysql.com:/data0/mysqldev/my/mysql-4.1-build
| * - don't include sys.h directly in the autogenerated libedit sourcelenz@mysql.com2005-05-131-2/+2
| | | | | | | | | | files - include config.h instead (compile fix for FreeBSD and AIX 4.3/5.2)
| * readline.c:kent@mysql.com2005-05-122-1/+2
| | | | | | | | | | | | Include readline/readline.h earlier, to avoid redifinition of term.h macros on AIX 5.2 search.c: FreeBSD needs <sys/types.h> to get 'off_t' defined
* | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1kent@mysql.com2005-05-141-1/+1
|\ \ | | | | | | | | | into mysql.com:/Users/kent/mysql/cw/mysql-4.1
| * \ Merge mysql.com:/home/jimw/my/mysql-4.1-9603jimw@mysql.com2005-05-131-1/+1
| |\ \ | | |/ | |/| | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| | * Eliminate gcc 4.0 warning in libedit code. (Bug #9603)jimw@mysql.com2005-05-071-1/+1
| | |
* | | readline.h:kent@mysql.com2005-05-131-1/+1
|/ / | | | | | | Include <sys/ttydefaults.h> for CodeWarrior and CTRL define
* | - added cmd-line-utils/libedit/vis.h to the source distributionlenz@mysql.com2005-05-091-1/+1
|/
* terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h:kent@mysql.com2005-05-052-1/+3
| | | | Initial Metrowerks CodeWarrior compiler support
* - added missing el_term.h to the source distribution (BUG#10352)lenz@mysql.com2005-05-041-1/+1
|
* Merge neptunus.(none):/home/msvensson/mysql/bug9954msvensson@neptunus.(none)2005-04-271-3/+4
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1
| * Bug #9954 mysql-4.1.11/cmd-line-utils/libedit/makelist.sh is not portablemsvensson@neptunus.(none)2005-04-271-3/+4
| | | | | | | | | | | | - Changed makelist.sh - Bump up required version of autoconf - Use new style to init mutex in my_thr_init
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2005-04-2140-1311/+2855
|\ \ | |/ |/| | | into neptunus.(none):/home/msvensson/mysql/bug2596
| * Reverting back to original path of readline.hmsvensson@neptunus.(none)2005-04-213-2/+2
| |
| * Upgrade to libedit-2.9msvensson@neptunus.(none)2005-04-2141-1312/+2856
| |
* | - added missing file config_readline.h to the source distributionlenz@mysql.com2005-04-211-1/+1
|/
* After review fixmsvensson@neptunus.(none)2005-04-201-4/+8
|
* BUG#9568 mysql segfaults from CTRL-R msvensson@neptunus.(none)2005-04-1931-90/+56
| | | | | | | | - Segfault because of passing a 64-bit pointer to 32 bit integer. - Add new include config_readline.h which will calculate some new defines based on what is found in config.h - This file was originally included in readline 4.3 as config.h.in, only the part that makes new defines have been moved to this file.
* Fix bug in bundled GNU readline library, based on similar report forjimw@mysql.com2005-01-311-1/+1
| | | | | GNU bash (http://lists.gnu.org/archive/html/bug-bash/2002-08/msg00042.html) and current code from GNU readline 5.0. (Bug #5672)
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1serg@sergbook.mylan2005-01-081-1/+2
|\ | | | | | | into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1
| * few harmless warnings from automated code-checking tools fixedserg@sergbook.mylan2005-01-081-1/+2
| |
* | Fix unportable 'tr' usage in libedit build process. (Bug #7669)jimw@mysql.com2005-01-081-1/+1
|/
* Fixed a bug in vis.cjani@a193-229-222-105.elisa-laajakaista.fi2004-10-221-1/+1
|
* Fixed Bug#6109, 'mysql' command line client segfaults on 'quit' command.jani@a80-186-41-201.elisa-laajakaista.fi2004-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 Bug #5589 "libedit compile failure in term.c"vva@eagle.mysql.r18.ru2004-09-151-0/+3
| | | | | | (for octane2) included term.h if there isn't termcap.h in cmd-line-utils/libedit/term.c
* 1. discarded term.h from the distributionvva@eagle.mysql.r18.ru2004-09-0310-216/+97
| | | | | | | | | | 2. changed key_* to el_ley_* in the libedit key.h (because it's in the conflict with the aix definitions) 3. use libedit_term.h instead of term.h in the cmd-line-utils/libedit/el.h 4. added definition of MIN in the cmd-line-utils/libedit/read.c (if it wasn't defined yet) 5. discarded definition of SUNOS macro from configure.in (now we don't include term.h in the el.h at all)
* Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1vva@eagle.mysql.r18.ru2004-08-316-7/+19
|\ | | | | | | into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
| * fixed two compiling bugs for libeditvva@eagle.mysql.r18.ru2004-08-312-2/+8
| |
| * fixed compiling bug of libedit on qnxvva@eagle.mysql.r18.ru2004-08-311-2/+2
| | | | | | | | | | discarded using of uint in cmd-line-utils/libedit/chared.c because it's undefined on qnx
| * fixed compiling bug vva@eagle.mysql.r18.ru2004-08-314-3/+9
| | | | | | | | (non gcc compilers don't understand '-Dx()=' option)
* | - adding more missing libedit fileslenz@mysql.com2004-08-271-2/+2
| |
* | - add missing file "read.h" to the source distributionlenz@mysql.com2004-08-271-1/+1
|/
* Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1vva@eagle.mysql.r18.ru2004-08-271-9/+1
|\ | | | | | | into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1
| * fixed format of history of new libedit for compatibilityvva@eagle.mysql.r18.ru2004-08-271-9/+1
| | | | | | | | | | | | | | | | with old libedit and readline 1. discarded reading and writting of hist_cookie as the begin of the file 2. skip strvis for string before saving
* | compatibility fixesserg@serg.mylan2004-08-241-0/+1
|/
* committed skipped filevva@eagle.mysql.r18.ru2004-08-251-0/+3
|
* resurrect fix for vva@eagle.mysql.r18.ru2004-08-251-1/+1
| | | | | Bug #4696 segfault in cmd-line-utils/libedit/history.c:history_save() (bundled libedit)
* added skipped file for libedit-2.6.7vva@eagle.mysql.r18.ru2004-08-248-0/+1181
|
* upgrade to libedit-2.6.7vva@eagle.mysql.r18.ru2004-08-2433-1090/+1743
| | | | (fixed Bug #4462 libedit compile failure)
* fixed :vva@eagle.mysql.r18.ru2004-08-241-0/+17
| | | | | Bug #3937 fails to compile with both gcc 3.3.3/icc8 Bug #4728 mysql couldn't be compiled using system readline (readline-4.3)
* libedit safety fix: account for closing \0serg@serg.mylan2004-08-211-1/+1
|
* typo in libedit fixed - possible buffer overflow - bug#4696serg@serg.mylan2004-08-201-1/+1
|
* - Fixed BUG#2297: cmd-line-utils/libedit/makelist used a hard-coded lenz@kallisto.local2004-01-162-2/+13
| | | | | | call to /usr/bin/awk - replaced this with the proper autoconf variable instead (makelist is now generated out of makelist.sh during the compile phase)
* - make sure that both libedit and readline are added to the sourcelenz@kallisto.local2003-08-201-0/+1
| | | | | distribution. libedit is used by default, one needs to use "--with-readline" when compiling with readline instead.
* fixed bug with locales in libeditvva@eagle.mysql.r18.ru2003-04-062-132/+132
|