Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - added cmd-line-utils/libedit/vis.h to the source distribution | lenz@mysql.com | 2005-05-09 | 1 | -1/+1 |
| | |||||
* | terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h: | kent@mysql.com | 2005-05-05 | 2 | -1/+3 |
| | | | | Initial Metrowerks CodeWarrior compiler support | ||||
* | - added missing el_term.h to the source distribution (BUG#10352) | lenz@mysql.com | 2005-05-04 | 1 | -1/+1 |
| | |||||
* | Merge neptunus.(none):/home/msvensson/mysql/bug9954 | msvensson@neptunus.(none) | 2005-04-27 | 1 | -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 portable | msvensson@neptunus.(none) | 2005-04-27 | 1 | -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.1 | msvensson@neptunus.(none) | 2005-04-21 | 40 | -1311/+2855 |
|\ \ | |/ |/| | | | into neptunus.(none):/home/msvensson/mysql/bug2596 | ||||
| * | Reverting back to original path of readline.h | msvensson@neptunus.(none) | 2005-04-21 | 3 | -2/+2 |
| | | |||||
| * | Upgrade to libedit-2.9 | msvensson@neptunus.(none) | 2005-04-21 | 41 | -1312/+2856 |
| | | |||||
* | | - added missing file config_readline.h to the source distribution | lenz@mysql.com | 2005-04-21 | 1 | -1/+1 |
|/ | |||||
* | After review fix | msvensson@neptunus.(none) | 2005-04-20 | 1 | -4/+8 |
| | |||||
* | BUG#9568 mysql segfaults from CTRL-R | msvensson@neptunus.(none) | 2005-04-19 | 31 | -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 for | jimw@mysql.com | 2005-01-31 | 1 | -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.1 | serg@sergbook.mylan | 2005-01-08 | 1 | -1/+2 |
|\ | | | | | | | into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1 | ||||
| * | few harmless warnings from automated code-checking tools fixed | serg@sergbook.mylan | 2005-01-08 | 1 | -1/+2 |
| | | |||||
* | | Fix unportable 'tr' usage in libedit build process. (Bug #7669) | jimw@mysql.com | 2005-01-08 | 1 | -1/+1 |
|/ | |||||
* | Fixed a bug in vis.c | jani@a193-229-222-105.elisa-laajakaista.fi | 2004-10-22 | 1 | -1/+1 |
| | |||||
* | Fixed Bug#6109, 'mysql' command line client segfaults on 'quit' command. | jani@a80-186-41-201.elisa-laajakaista.fi | 2004-10-21 | 1 | -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.ru | 2004-09-15 | 1 | -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 distribution | vva@eagle.mysql.r18.ru | 2004-09-03 | 10 | -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.1 | vva@eagle.mysql.r18.ru | 2004-08-31 | 6 | -7/+19 |
|\ | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1 | ||||
| * | fixed two compiling bugs for libedit | vva@eagle.mysql.r18.ru | 2004-08-31 | 2 | -2/+8 |
| | | |||||
| * | fixed compiling bug of libedit on qnx | vva@eagle.mysql.r18.ru | 2004-08-31 | 1 | -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.ru | 2004-08-31 | 4 | -3/+9 |
| | | | | | | | | (non gcc compilers don't understand '-Dx()=' option) | ||||
* | | - adding more missing libedit files | lenz@mysql.com | 2004-08-27 | 1 | -2/+2 |
| | | |||||
* | | - add missing file "read.h" to the source distribution | lenz@mysql.com | 2004-08-27 | 1 | -1/+1 |
|/ | |||||
* | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1 | vva@eagle.mysql.r18.ru | 2004-08-27 | 1 | -9/+1 |
|\ | | | | | | | into eagle.mysql.r18.ru:/home/vva/work/mysql.orig/test/mysql-4.1 | ||||
| * | fixed format of history of new libedit for compatibility | vva@eagle.mysql.r18.ru | 2004-08-27 | 1 | -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 fixes | serg@serg.mylan | 2004-08-24 | 1 | -0/+1 |
|/ | |||||
* | committed skipped file | vva@eagle.mysql.r18.ru | 2004-08-25 | 1 | -0/+3 |
| | |||||
* | resurrect fix for | vva@eagle.mysql.r18.ru | 2004-08-25 | 1 | -1/+1 |
| | | | | | Bug #4696 segfault in cmd-line-utils/libedit/history.c:history_save() (bundled libedit) | ||||
* | added skipped file for libedit-2.6.7 | vva@eagle.mysql.r18.ru | 2004-08-24 | 8 | -0/+1181 |
| | |||||
* | upgrade to libedit-2.6.7 | vva@eagle.mysql.r18.ru | 2004-08-24 | 33 | -1090/+1743 |
| | | | | (fixed Bug #4462 libedit compile failure) | ||||
* | fixed : | vva@eagle.mysql.r18.ru | 2004-08-24 | 1 | -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 \0 | serg@serg.mylan | 2004-08-21 | 1 | -1/+1 |
| | |||||
* | typo in libedit fixed - possible buffer overflow - bug#4696 | serg@serg.mylan | 2004-08-20 | 1 | -1/+1 |
| | |||||
* | - Fixed BUG#2297: cmd-line-utils/libedit/makelist used a hard-coded | lenz@kallisto.local | 2004-01-16 | 2 | -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 source | lenz@kallisto.local | 2003-08-20 | 1 | -0/+1 |
| | | | | | distribution. libedit is used by default, one needs to use "--with-readline" when compiling with readline instead. | ||||
* | fixed bug with locales in libedit | vva@eagle.mysql.r18.ru | 2003-04-06 | 2 | -132/+132 |
| | |||||
* | temporary trick for work with different locales (koi8r for example) | vva@eagle.mysql.r18.ru | 2003-03-31 | 2 | -132/+132 |
| | |||||
* | Portability fixes | monty@mashka.mysql.fi | 2003-03-11 | 1 | -1/+9 |
| | |||||
* | Portability fixes | monty@narttu.mysql.fi | 2003-02-28 | 1 | -2/+2 |
| | |||||
* | Portability fixes | monty@narttu.mysql.fi | 2003-02-27 | 11 | -15/+37 |
| | | | | Don't define crc32 if we are not linking with gzip | ||||
* | Fixed a lot of wrong memory references as reported by valgrind | monty@mashka.mysql.fi | 2003-02-12 | 2 | -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 distribution | lenz@mysql.com | 2003-02-03 | 1 | -1/+3 |
| | | | | - make sure to not included BK's "SCCS" directories in source distribution | ||||
* | Portability fixes (for windows) | monty@mashka.mysql.fi | 2003-01-21 | 1 | -0/+6 |
| | | | | Some changes to the prepared statement protocol to make it easier to use and faster. | ||||
* | Removed compiler warnings | monty@mashka.mysql.fi | 2003-01-19 | 20 | -132/+3 |
| | |||||
* | Merge eagle.mysql.r18.ru:/home/vva/work/add_libedit/experiment/4.1.clear | vva@eagle.mysql.r18.ru | 2003-01-18 | 1 | -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.ru | 2003-01-18 | 1 | -0/+2 |
| | | |||||
* | | move readline to cmd-line-utils | vva@eagle.mysql.r18.ru | 2003-01-18 | 59 | -0/+26050 |
|/ | |||||
* | changes for readline/libedit configuration | vva@eagle.mysql.r18.ru | 2003-01-18 | 45 | -0/+18303 |