History log of /netbsd-src/lib/libedit/sys.h (Results 1 – 25 of 29)
Revision Date Author Comments
# 4ee54736 25-Apr-2023 christos <christos@NetBSD.org>

pass lint.


# 7a0279c0 04-Feb-2023 christos <christos@NetBSD.org>

Remove unused stuff, and limit the scope of some of the used ones.
(from des@freebsd)


# a2d6b270 09-May-2016 christos <christos@NetBSD.org>

s/protected/libedit_private/g


# 137ae6ae 09-May-2016 christos <christos@NetBSD.org>

Instead of compiling all the source files together in one big file, use
protected visibility to achieve the same effect.


# 469d44f8 11-Apr-2016 christos <christos@NetBSD.org>

Get rid of private/public; keep protected (Ingo Schwarze)


# 4e541d85 23-Mar-2016 christos <christos@NetBSD.org>

Start removing the WIDECHAR ifdefs; building without it has stopped working
anyway. (Ingo Schwarze)


# 22383670 17-Feb-2016 christos <christos@NetBSD.org>

whitespace and header sorting changes (Ingo Schwarze). No functional changes.


# bc4f01ce 16-Feb-2016 christos <christos@NetBSD.org>

- don't set _GNU_SOURCE. We are not supposed to make decisions for others.
- don't special-case wcsdup()
From Ingo Schwarze.


# f91f4804 15-Feb-2016 christos <christos@NetBSD.org>

OpenBSD readline.c rev. 1.14 2015/02/06 23:21:58 millert
use SIZE_MAX


# e8d0e8c0 15-Feb-2016 christos <christos@NetBSD.org>

forgot one fgetln define


# 5390c8fa 15-Feb-2016 christos <christos@NetBSD.org>

change tests for fgetln.


# 6af8d673 11-Feb-2016 christos <christos@NetBSD.org>

- Add some more Char casts
- reduce ifdefs by providing empty defs for nls functions (Ingo Schwarze)


# f02b4909 28-Sep-2011 christos <christos@NetBSD.org>

include <wchar.h> if we don't have wcsdup()


# 7ecb1ef2 29-Jul-2011 christos <christos@NetBSD.org>

kill ifdef notdef


# a13cd756 28-Jul-2011 christos <christos@NetBSD.org>

kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.


# 885062da 28-Jul-2011 christos <christos@NetBSD.org>

more portability defines


# 34e53048 30-Dec-2009 christos <christos@NetBSD.org>

Wide character support (UTF-8) from Johny Mattsson; currently disabled.


# 461d0372 31-Aug-2009 christos <christos@NetBSD.org>

delete defined(sun), it could be invaded in the user namespace. Suggested
by mrg@


# 5aa87ec4 30-Aug-2009 christos <christos@NetBSD.org>

use __sun || sun instead of _SunOS, from Jess Thrysoee


# 2157800b 06-Feb-2009 sketch <sketch@NetBSD.org>

SUNOS is spelt __SunOS. Add missing prototypes.


# c8d67a7d 17-Jan-2004 christos <christos@NetBSD.org>

portability fixes.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 96759472 19-Jun-2003 christos <christos@NetBSD.org>

provide a definition for __attribute__


# 23dbd749 10-Mar-2003 christos <christos@NetBSD.org>

- include cdefs.h early in the game
- ifdef notdef the sunos stuff
- no need for sig_t


# 0e0ac6b7 18-Mar-2002 christos <christos@NetBSD.org>

- 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.


12