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
/
chartype.h
Age
Commit message (
Expand
)
Author
2017-05-22
Add DragonFly.
christos
2016-05-09
s/protected/libedit_private/g
christos
2016-05-02
eliminate static buffer with custom resizing code.
christos
2016-05-02
fix typos from Pedro Giffuni @FreeBSD
christos
2016-04-11
Get rid of private/public; keep protected (Ingo Schwarze)
christos
2016-04-11
chartype cleanups from Ingo Schwarze:
christos
2016-04-11
Char -> wchar_t from Ingo Schwarze.
christos
2016-04-11
more macro WIDECHAR undoing from Ingo Schwarze.
christos
2016-04-09
More WIDECHAR elimination (Ingo Schwarze)
christos
2016-03-23
Start removing the WIDECHAR ifdefs; building without it has stopped working
christos
2016-03-07
Remove advertising clause.
christos
2016-03-02
PR/50880: David Binderman: Remove redundant code.
christos
2016-02-24
Tuck in mbstate_t to the wide char version only to avoid exposing the zeroing
christos
2016-02-24
Make the read_char function always take a wchar_t * argument (Ingo Schwarze)
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
christos
2016-02-14
From Ingo Schwarze:
christos
2016-02-14
From Ingo Schwarze:
christos
2016-02-14
From Ingo Schwartze:
christos
2016-02-11
remove unused wrapper (Ingo Schwarze)
christos
2016-02-08
UTF-8 fixes from Ingo Schwarze:
christos
2015-05-17
add FreeBSD
christos
2015-05-14
fix warnings on ubuntu 32 bit (Miki Rozloznik)
christos
2015-02-22
split the allocation functions, their mixed usage was too confusing.
christos
2015-02-22
PR/49683: Amir Plivatsky: Off-by-one comparison in ct_decode_string() leading
christos
2015-02-17
OpenBSD is like us.
christos
2011-11-16
easier with an int for now.
christos
2011-11-15
Since Width() is used only for display purposes we don't want to pass -1 for
christos
2011-07-29
pass -Wconversion
christos
2010-12-16
Observe the following spelling:
wiz
2010-04-20
Use the same hack for Solaris and MacOS/X. This is not right, we only really
christos
2010-04-15
From Jess Thrysoee
christos
2010-01-03
rename historyw -> history_w for consistency.
christos
2009-12-31
expose the encode and decode string functions for the benefit of history
christos
2009-12-30
Fix wide build, test it, but don't turn it on yet.
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos