summaryrefslogtreecommitdiff
path: root/cmd-line-utils
Commit message (Collapse)AuthorAgeFilesLines
* - 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