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.c
Age
Commit message (
Expand
)
Author
2019-07-23
PR/54399: Sören Tempel: Uninitialized memory access in libedit history.
christos
2018-11-25
From Yuichiro Naito (FreeBSD):
christos
2018-11-18
fix compilation
christos
2018-11-18
Remove utf-8 requirement (Yuichiro NAITO)
christos
2017-01-09
Make sure that argv is NULL terminated since functions like tty_stty rely
christos
2016-05-09
s/protected/libedit_private/g
christos
2016-05-02
eliminate static buffer with custom resizing code.
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-09
More WIDECHAR elimination (Ingo Schwarze)
christos
2016-03-23
Start removing the WIDECHAR ifdefs; building without it has stopped working
christos
2016-02-28
remove 4 clause licenses.
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-24
Get split el_getc and el_wgetc completely and call el_wgetc internally.
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
christos
2016-02-16
More header cleanups from Ingo Schwarze.
christos
2016-02-16
From Ingo Scharze:
christos
2016-02-16
cleanup chartype.h includes (Ingo Schwarze)
christos
2016-02-16
cleanup inclusion of histedit.h (Ingo Schwarze)
christos
2016-02-14
From Ingo Schwartze:
christos
2016-02-11
- Add some more Char casts
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
2011-08-16
re-enable -Wconversion
christos
2011-07-29
pass -Wconversion
christos
2011-07-29
KNF return (\1); -> return \1;
christos
2011-07-28
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
christos
2011-07-28
- fix memory allocation botch in wide strings
christos
2011-07-27
fix buffer growing code.
christos
2010-04-15
From Jess Thrysoee
christos
2010-01-12
- in the argv conversion, handle NULL as NULL
christos
2009-12-31
expose the encode and decode string functions for the benefit of history
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos