summaryrefslogtreecommitdiff
path: root/lib/libedit/makelist
AgeCommit message (Expand)Author
2016-05-09s/protected/libedit_private/gchristos
2016-04-18From Ingo Schwarze:christos
2016-04-11Get rid of private/public; keep protected (Ingo Schwarze)christos
2016-04-11more macro WIDECHAR undoing from Ingo Schwarze.christos
2016-03-23Start removing the WIDECHAR ifdefs; building without it has stopped workingchristos
2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.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
2012-03-21Use C89 functions definitions.matt
2011-07-28include config.h for all c files.christos
2010-04-18shame on solaris that is the last OS not supporting $()christos
2010-04-15From Jess Thrysoeechristos
2009-12-30Fix wide build, test it, but don't turn it on yet.christos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-02-12More fixes for existing portability stuff.sketch
2005-10-22change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX systemschristos
2005-08-08Don't add an extra { NULL, 0, NULL } element to the help array. Instead keepchristos
2005-05-16Remove clause 3 from the UCB license.lukem
2003-03-10don't use the path for awkchristos
2001-01-09make array of functions and help array constjdolecek
2000-09-04- generate ansi prototypes instead of using __P(). noted by christoslukem
2000-06-21* add -m option to makelist, which generates an mdoc table with the keylukem
1999-07-02More trailing white space.simonb
1997-01-11RCSid policelukem
1995-06-07be a bit more careful when splitting pathnamescgd
1994-05-06libedit!cgd