Home | History | Annotate | Download | only in libedit
History log of /src/lib/libedit/sys.h
RevisionDateAuthorComments
 1.29  25-Apr-2023  christos pass lint.
 1.28  04-Feb-2023  christos Remove unused stuff, and limit the scope of some of the used ones.
(from des@freebsd)
 1.27  09-May-2016  christos s/protected/libedit_private/g
 1.26  09-May-2016  christos Instead of compiling all the source files together in one big file, use
protected visibility to achieve the same effect.
 1.25  11-Apr-2016  christos Get rid of private/public; keep protected (Ingo Schwarze)
 1.24  23-Mar-2016  christos Start removing the WIDECHAR ifdefs; building without it has stopped working
anyway. (Ingo Schwarze)
 1.23  17-Feb-2016  christos whitespace and header sorting changes (Ingo Schwarze). No functional changes.
 1.22  16-Feb-2016  christos - don't set _GNU_SOURCE. We are not supposed to make decisions for others.
- don't special-case wcsdup()
From Ingo Schwarze.
 1.21  15-Feb-2016  christos OpenBSD readline.c rev. 1.14 2015/02/06 23:21:58 millert
use SIZE_MAX
 1.20  15-Feb-2016  christos forgot one fgetln define
 1.19  15-Feb-2016  christos change tests for fgetln.
 1.18  11-Feb-2016  christos - Add some more Char casts
- reduce ifdefs by providing empty defs for nls functions (Ingo Schwarze)
 1.17  28-Sep-2011  christos include <wchar.h> if we don't have wcsdup()
 1.16  29-Jul-2011  christos kill ifdef notdef
 1.15  28-Jul-2011  christos kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
 1.14  28-Jul-2011  christos more portability defines
 1.13  30-Dec-2009  christos Wide character support (UTF-8) from Johny Mattsson; currently disabled.
 1.12  31-Aug-2009  christos delete defined(sun), it could be invaded in the user namespace. Suggested
by mrg@
 1.11  30-Aug-2009  christos use __sun || sun instead of _SunOS, from Jess Thrysoee
 1.10  06-Feb-2009  sketch SUNOS is spelt __SunOS. Add missing prototypes.
 1.9  17-Jan-2004  christos portability fixes.
 1.8  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.7  19-Jun-2003  christos provide a definition for __attribute__
 1.6  10-Mar-2003  christos - include cdefs.h early in the game
- ifdef notdef the sunos stuff
- no need for sig_t
 1.5  18-Mar-2002  christos - constify; passes all gcc and lint strict checks.
- add config.h [Jason Evans], to create a portable version of libedit that
can be easily compiled on other OS's.
 1.4  04-Sep-2000  lukem convert to new style guide, which includes:
- ansi prototypes & features (such as stdargs)
- 8 space indents
 1.3  11-Jan-1997  lukem RCSid police
editline first appeared in 4.4BSD not NetBSD1.0
 1.2  02-Oct-1994  jtc Added code so that POSIX.2 regular expresion functions are used if REGEX
is defined, V8 regular expresion functions are used if REGEXP is defined,
and BSD regular expression functions are used if neither are defined.
And defined REGEX in sys.h so that programs using libedit don't have
to link with libcompat.
 1.1  06-May-1994  cgd branches: 1.1.1;
Initial revision
 1.1.1.1  06-May-1994  cgd branches: 1.1.1.1.2;
libedit!
 1.1.1.1.2.1  07-Oct-1994  mycroft Update from trunk.

RSS XML Feed