index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
/
sys.h
Age
Commit message (
Expand
)
Author
2016-05-09
s/protected/libedit_private/g
christos
2016-05-09
Instead of compiling all the source files together in one big file, use
christos
2016-04-11
Get rid of private/public; keep protected (Ingo Schwarze)
christos
2016-03-23
Start removing the WIDECHAR ifdefs; building without it has stopped working
christos
2016-02-17
whitespace 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-15
OpenBSD readline.c rev. 1.14 2015/02/06 23:21:58 millert
christos
2016-02-15
forgot one fgetln define
christos
2016-02-15
change tests for fgetln.
christos
2016-02-11
- Add some more Char casts
christos
2011-09-28
include <wchar.h> if we don't have wcsdup()
christos
2011-07-29
kill ifdef notdef
christos
2011-07-28
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
christos
2011-07-28
more portability defines
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos
2009-08-31
delete defined(sun), it could be invaded in the user namespace. Suggested
christos
2009-08-30
use __sun || sun instead of _SunOS, from Jess Thrysoee
christos
2009-02-06
SUNOS is spelt __SunOS. Add missing prototypes.
sketch
2004-01-17
portability fixes.
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-19
provide a definition for __attribute__
christos
2003-03-10
- include cdefs.h early in the game
christos
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2000-09-04
convert to new style guide, which includes:
lukem
1997-01-11
RCSid police
lukem
1994-10-02
Added code so that POSIX.2 regular expresion functions are used if REGEX
jtc
1994-05-06
libedit!
cgd