summaryrefslogtreecommitdiff
path: root/cmd-line-utils/libedit
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mysql-5.5.44' into bb-5.5-sergSergei Golubchik2015-06-054-13/+22
|\
| * Merge branch 'mysql-5.1' into mysql-5.5Arun Kuruvila2015-04-244-13/+22
| |\
| | * Bug#20318154 : NEGATIVE ARRAY INDEX WRITE V2Arun Kuruvila2015-04-244-13/+22
| * | weave merge of mysql-5.1->mysql-5.5Georgi Kodinov2012-01-123-5/+5
| |\ \ | | |/
| | * Fixes required to build on AIXKaren Langford2012-01-113-5/+5
| * | Merge mysql-5.1 -> mysql-5.5Vasil Dimov2011-11-184-9/+21
| |\ \ | | |/
| | * Patch to fix stdint.h missing from pre Solaris 10 versions.Karen Langford2011-10-292-0/+12
| | * Patch to fix libedit vis.h problem (OSX/FreeBSD)Karen Langford2011-10-283-9/+9
| * | Local merge from mysql-5.1.Nirbhay Choubey2011-10-242-3/+3
| |\ \ | | |/
| | * WL#5945 - Improve libedit libraryNirbhay Choubey2011-10-242-3/+3
| * | Merge of fix for bug#13106585 from mysql-5.1.Nirbhay Choubey2011-10-216-18/+15
| |\ \ | | |/
| | * Bug#13106585 PUSH FOR "WL#5945 : IMPROVE LIBEDIT LIBRARY"Nirbhay Choubey2011-10-216-22/+19
| * | Merge of fix for bug#13102538 from mysql-5.1.Nirbhay Choubey2011-10-185-5/+0
| |\ \ | | |/
| | * Bug#13102538 : COMPILE ERROR ON SOLARIS WHEN COMPILINGNirbhay Choubey2011-10-185-5/+0
| * | Merge of changeset of WL#5945 from mysql-5.1.Nirbhay Choubey2011-10-1452-2989/+5373
| |\ \ | | |/
| | * WL#5945 : Improve libedit libraryNirbhay Choubey2011-10-1452-2994/+5373
| * | Merge of fix for bug#11757855 from mysql-5.1 -> mysql-5.5.Nirbhay Choubey2011-04-301-5/+16
| |\ \ | | |/
| | * Bug#11757855 - 49967: built-in libedit doesn't readNirbhay Choubey2011-04-291-5/+16
| * | Merge of fix for bug#12329909 from mysql-5.1 -> mysql-5.5.Nirbhay Choubey2011-04-271-2/+10
| |\ \ | | |/
| | * BUG#12329909 - BUILDING MYSQL WITH DEBUG SUPPORTNirbhay Choubey2011-04-271-2/+10
| * | Fix detection of tgoto declaration:Vladislav Vaintroub2010-11-271-0/+15
| * | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-201-92/+0
| * | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-193-24/+33
| |\ \ | | |/
| | * Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-194-26/+34
| * | Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect).Alexander Nozdrin2010-08-121-4/+4
| * | Bug #53445 Build with -Wall and fix warnings that it generatesTor Didriksen2010-05-261-2/+1
| * | Fix build with LDFLAGS=--Wl,--as-needed on LinuxVladislav Vaintroub2009-12-191-1/+1
| * | Fix libedit out-of-source buildVladislav Vaintroub2009-11-101-1/+1
| * | remove debug outputVladislav Vaintroub2009-11-101-1/+0
| * | refactor libedit, generate files in binary tree, not in source treeVladislav Vaintroub2009-11-101-82/+83
| * | WL#5161 : Cross-platform build with CMakeVladislav Vaintroub2009-11-092-1/+168
| |/
| * Bug#42430 Final commit to 5.0-bugteamStaale Smedseng2009-04-161-1/+1
| * cmd-line-utils/libedit/readline/readline.hkent.boortz@sun.com2009-03-191-1/+1
| * Back patched libedit portability changes from 5.1.32kent.boortz@sun.com2009-03-094-9/+6
| * fixed a libedit compilation problemGeorgi Kodinov2009-02-102-1/+3
| * From jperkin : Merge libedit 2.11 and related files, Georgi Kodinov2009-02-1055-3917/+2265
| * Bug#23097 mysql can't insert korean on mysql prompt.bar@mysql.com/bar.myoffice.izhnet.ru2008-03-045-7/+9
| * Makefile.am:kent@mysql.com/kent-amd64.(none)2007-10-301-3/+9
| * Generate "config.h" directly into the "include" directory, later copiedkent@mysql.com/kent-amd64.(none)2007-07-301-2/+2
| * Merge pilot.(none):/data/msvensson/mysql/mysql-4.1-maintmsvensson@pilot.(none)2007-06-071-0/+10
| |\
| | * Bug#10218 Command line recall rolls into Segmentation Fault(coredump)'msvensson@pilot.(none)2007-06-041-0/+10
| * | Fix bug#23293 "readline detection broken on NetBSD":joerg@trift2.2007-01-312-7/+6
| * | Merge neptunus.(none):/home/msvensson/mysql/bug16557/my50-bug16557msvensson@neptunus.(none)2006-02-211-2/+2
| |\ \
| | * | Bug#16557 mysql cmd-line client does not rename .mysql_history.TMP to .mysql_...msvensson@neptunus.(none)2006-02-131-2/+2
| | |/
| * | many warnings (practically safe but annoying) correctedserg@serg.mylan2006-01-031-2/+2
| |/
| * Makefile.am, configure.in:kent@mysql.com2005-09-241-8/+8
| * 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
| * Makefile.am:kent@mysql.com2005-07-051-1/+2
| * Merge bk-internal:/home/bk/mysql-4.1matt@mysql.com2005-05-183-3/+4
| |\