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
/
libc
/
iconv
Age
Commit message (
Expand
)
Author
2013-05-12
conforms -> conform, since it's the verb for three nouns and thus plural.
wiz
2013-05-11
s/conform/conforms/1
rodent
2013-03-11
fix rev.1.13
yamt
2013-01-08
Remove trailing whitespace.
wiz
2013-01-08
Rework the description of the const issue to improve the wording,
dholland
2013-01-04
Use Lk for links.
wiz
2013-01-04
Explain why we did not follow the standard.
christos
2012-01-20
Remove code for CITRUS!=yes.
joerg
2010-05-05
Sort errors.
wiz
2010-05-05
Properly enumerate the two special cases. Also some markup improvements.
jruoho
2009-08-05
Revert to revision 1.8. Blindly ignoring options is not acceptable
joerg
2009-03-03
a better method to truncate at // marks
explorer
2009-03-03
Check for NULL return from strdup()
explorer
2009-03-03
Ignore the magic // commands in iconv_open(). This was discussed on current-...
explorer
2009-01-11
merge christos-time_t
christos
2009-01-02
Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db fo...
tnozaki
2006-11-03
do the namespace protection properly; fixes the lint-library.
christos
2005-04-25
make sure to set errno to EINVAL if _citrus_iconv_open() returns ENOENT.
tshiozak
2004-08-02
revert the last all changes related to iconv(3).
tshiozak
2004-08-01
Bump date for previous.
wiz
2004-08-01
sync with the current iconv() prototype.
tshiozak
2004-08-01
make sure that the iconv(3) follows the POSIX specification;
tshiozak
2004-01-24
Misc fixes from jmc@openbsd.
wiz
2003-09-01
Mark up NULL; bump date for last; drop trailing space.
wiz
2003-09-01
fix the problem about resetting the state of iconv().
tshiozak
2003-08-22
Sprinkle some restrict, repair a minor nit in iconv(3)'s synopsis.
kleink
2003-07-05
Grammar improvement.
wiz
2003-07-05
correct a careless miss.
tshiozak
2003-07-04
Improve wording.
wiz
2003-07-04
Grammar, punctuation, and mdoc fixes. Sort sections.
wiz
2003-07-04
add iconv.3 manpage.
tshiozak
2003-07-01
add iconv_t cache.
tshiozak
2003-06-27
Citrus iconv support(4)
tshiozak