summaryrefslogtreecommitdiff
path: root/cmd-line-utils
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* temporary trick for work with different locales (koi8r for example) vva@eagle.mysql.r18.ru2003-03-312-132/+132
|
* Portability fixesmonty@mashka.mysql.fi2003-03-111-1/+9
|
* Portability fixesmonty@narttu.mysql.fi2003-02-281-2/+2
|
* Portability fixesmonty@narttu.mysql.fi2003-02-2711-15/+37
| | | | Don't define crc32 if we are not linking with gzip
* Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-122-1/+6
| | | | | | | | | Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
* - added missing files/directories from bdb and libedit to source distributionlenz@mysql.com2003-02-031-1/+3
| | | | - make sure to not included BK's "SCCS" directories in source distribution
* Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-0/+6
| | | | Some changes to the prepared statement protocol to make it easier to use and faster.
* Removed compiler warningsmonty@mashka.mysql.fi2003-01-1920-132/+3
|
* Merge eagle.mysql.r18.ru:/home/vva/work/add_libedit/experiment/4.1.clearvva@eagle.mysql.r18.ru2003-01-181-0/+2
|\ | | | | | | into eagle.mysql.r18.ru:/home/vva/work/add_libedit/experiment/4.1.clone
| * libedit need this file too...vva@eagle.mysql.r18.ru2003-01-181-0/+2
| |
* | move readline to cmd-line-utilsvva@eagle.mysql.r18.ru2003-01-1859-0/+26050
|/
* changes for readline/libedit configurationvva@eagle.mysql.r18.ru2003-01-1845-0/+18303