summaryrefslogtreecommitdiff
path: root/lib/libedit/map.c
AgeCommit message (Expand)Author
2022-10-30improvements in malloc/free handling.christos
2021-08-29^W is traditionally bound to ed-delete-prev-word and not kill-regionchristos
2020-03-30fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESHryo
2019-07-23PR/54399: Sören Tempel: Uninitialized memory access in libedit history.christos
2016-05-09s/protected/libedit_private/gchristos
2016-04-18From Ingo Schwarze:christos
2016-04-17Remove empty callbacks (Ingo Schwartze)christos
2016-04-12From Ingo Schwarze:christos
2016-04-11Get rid of private/public; keep protected (Ingo Schwarze)christos
2016-04-11Char -> wchar_t from Ingo Schwarze.christos
2016-04-11more macro WIDECHAR undoing from Ingo Schwarze.christos
2016-04-09More WIDECHAR elimination (Ingo Schwarze)christos
2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos
2016-02-16More header cleanups from Ingo Schwarze.christos
2016-02-16more include file cleanup (Ingo Schwarze)christos
2016-02-16From Ingo Scharze:christos
2016-02-16cleanup chartype.h includes (Ingo Schwarze)christos
2016-02-16cleanup inclusion of histedit.h (Ingo Schwarze)christos
2016-02-14From Ingo Schwarze:christos
2016-02-11- Add some more Char castschristos
2015-05-14fix warnings on ubuntu 32 bit (Miki Rozloznik)christos
2014-07-06Bounds search for reallocated index, from OpenBSD via Andreas Fettchristos
2013-01-01remove dead assignment (Christoph Mallon)christos
2013-01-01Fix pasto that affected bind -k (Christoph Mallon)christos
2011-11-18Add coverity annotations about unreachable code (Kamil Dudka)christos
2011-08-16re-enable -Wconversionchristos
2011-07-29KNF return (\1); -> return \1;christos
2011-07-28kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.christos
2011-07-28Rename key to keymacro to avoid conflicts with term.h. The renaming of termchristos
2011-07-28term -> terminalchristos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2006-04-09fix debugging printf format.christos
2006-03-06Print the actual eofc, instead of ^D\b\b.christos
2005-08-09Fix two more help iterators. Thanks Stefan Farfeleder!christos
2005-08-08Don't add an extra { NULL, 0, NULL } element to the help array. Instead keepchristos
2004-08-13Delete-previous-char and delete-next-char without an argument are not supposedmycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-11-15PR/18995: David Laight: libedit fixes for posix conformant shchristos
2002-10-31support for % command [matching parens/brackets/braces] on vi modes.christos
2002-10-27vi mode and memory fixes from david laight.christos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2001-01-09make constant arrays a constjdolecek
2001-01-04consistently check for allocation failures and return -1, if we could notchristos
2000-11-11- add support for home and end keys.christos
2000-09-04convert to new style guide, which includes:lukem
1999-10-15don't assume locales are not working - it may not be the casejdolecek
1999-07-02More trailing white space.simonb
1998-12-12delintchristos
1998-07-29* add more checks for NULL pointers in passed argumentslukem
1998-03-30use int rather than char as an array index.mrg