summaryrefslogtreecommitdiff
path: root/lib/libedit
AgeCommit message (Expand)Author
2011-08-04need err.h nowchristos
2011-08-02Only use -Wconversion if GCC is actually the active compiler.joerg
2011-07-30Don't use "-Wconversion" with GCC 4.5 which will complain about all thetron
2011-07-29pass -Wconversionchristos
2011-07-29- fix unused paramschristos
2011-07-29better autoconf resultschristos
2011-07-29add -Wunused-parameterchristos
2011-07-29kill ifdef notdefchristos
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-28fix unused variable warnings on systems without _r functionschristos
2011-07-28handle systems without getpwent_rchristos
2011-07-28Sync compat defines to unbreak build.joerg
2011-07-28whitespacechristos
2011-07-28whitespacechristos
2011-07-28whitespace and commentschristos
2011-07-28Rename key to keymacro to avoid conflicts with term.h. The renaming of termchristos
2011-07-28- check and don't cast malloc returnchristos
2011-07-28term -> terminalchristos
2011-07-28regenchristos
2011-07-28avoid shadowed variablechristos
2011-07-28use vis.h from .christos
2011-07-28eliminate alloca for portabilitychristos
2011-07-28term -> terminalchristos
2011-07-28- fix memory allocation botch in wide stringschristos
2011-07-28term -> terminalchristos
2011-07-28more portability defineschristos
2011-07-28term -> terminalchristos
2011-07-28term -> terminalchristos
2011-07-28include config.h for all c files.christos
2011-07-28include vis.h from dot.christos
2011-07-28fix confusion with wide functions.christos
2011-07-27fix narrow compilationchristos
2011-07-27- don't leave cursor dangling on memory failure or after clearing the listchristos
2011-07-27fix buffer growing code.christos
2011-07-27add history testing code.christos
2011-07-26don't stop reading after empty lines from: Nirbhay Choubeychristos
2011-07-09make obvious what we are trying to do...christos
2011-07-09Try to fix build of port where "char" is unsigned.tron
2011-07-08Support other non-latin1 single byte character sets.christos
2011-06-21add some XXX'd -Wno-foo if HAVE_GCC >= 45.mrg
2011-06-20various build fixes for gcc 4.5. from chuq. XXX i'm not sure all ofmrg
2011-04-25Markup consistency, from YOMURA Masanori. Add serial comma.wiz
2011-03-20Fix use-after-free. Discovered by running tests with MALLOC_OPTIONS=Jbouyer
2011-02-27Fix argument for EL_EDITOR from Jess Thrysoeechristos
2011-02-22Introduce __weakref_visible to handle the different required visibilityjoerg
2011-02-18PR/44599: Steven Vernon: libedit acts as if no data read if editmode is turnedchristos
2011-02-17Deal with changes in the weak_reference semantic in GCC 4.2 and later.joerg
2011-01-28fix pastochristos
2011-01-27don't turn on editing if stdout is not a tty.christos