summaryrefslogtreecommitdiff
path: root/lib/libedit/sys.h
AgeCommit message (Expand)Author
2016-05-09s/protected/libedit_private/gchristos
2016-05-09Instead of compiling all the source files together in one big file, usechristos
2016-04-11Get rid of private/public; keep protected (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-16- don't set _GNU_SOURCE. We are not supposed to make decisions for others.christos
2016-02-15OpenBSD readline.c rev. 1.14 2015/02/06 23:21:58 millertchristos
2016-02-15forgot one fgetln definechristos
2016-02-15change tests for fgetln.christos
2016-02-11- Add some more Char castschristos
2011-09-28include <wchar.h> if we don't have wcsdup()christos
2011-07-29kill ifdef notdefchristos
2011-07-28kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.christos
2011-07-28more portability defineschristos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-08-31delete defined(sun), it could be invaded in the user namespace. Suggestedchristos
2009-08-30use __sun || sun instead of _SunOS, from Jess Thrysoeechristos
2009-02-06SUNOS is spelt __SunOS. Add missing prototypes.sketch
2004-01-17portability fixes.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-19provide a definition for __attribute__christos
2003-03-10- include cdefs.h early in the gamechristos
2002-03-18- constify; passes all gcc and lint strict checks.christos
2000-09-04convert to new style guide, which includes:lukem
1997-01-11RCSid policelukem
1994-10-02Added code so that POSIX.2 regular expresion functions are used if REGEXjtc
1994-05-06libedit!cgd