Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |