summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/bppcsc.c
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /sys/arch/amiga/dev/bppcsc.c
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/arch/amiga/dev/bppcsc.c')
0 files changed, 0 insertions, 0 deletions
lass='logsubject'>Rework the description of the const issue to improve the wording,dholland avoid saying "we", fix typos, etc. XXX: groff and mandoc handle the URLs in here differently but both XXX: mangle them, apparently because they're wider than one line. XXX: Does anyone know how to fix this or do we need an URL shortener XXX: on www.NetBSD.org? 2013-01-04Use Lk for links.wiz 2013-01-04Explain why we did not follow the standard.christos Worth revisiting the proposal: http://marc.info/?l=netbsd-tech-userlevel&m=110019726222841 2012-01-20Remove code for CITRUS!=yes.joerg 2010-05-05Sort errors.wiz 2010-05-05Properly enumerate the two special cases. Also some markup improvements.jruoho 2009-08-05Revert to revision 1.8. Blindly ignoring options is not acceptablejoerg behavior and hides more problems than it is fixing. Discussion: http://mail-index.netbsd.org/current-users/2009/02/03/msg007761.html Approved by: core@ 2009-03-03a better method to truncate at // marksexplorer 2009-03-03Check for NULL return from strdup()explorer 2009-03-03Ignore the magic // commands in iconv_open(). This was discussed on ↵explorer current-users about a month ago, and ignoring the options was the best suggestion. 2009-01-11merge christos-time_tchristos 2009-01-02Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db ↵tnozaki format. ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage. i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax. citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain. 2006-11-03do the namespace protection properly; fixes the lint-library.christos 2005-04-25make sure to set errno to EINVAL if _citrus_iconv_open() returns ENOENT.tshiozak 2004-08-02revert the last all changes related to iconv(3).tshiozak 2004-08-01Bump date for previous.wiz 2004-08-01sync with the current iconv() prototype.tshiozak 2004-08-01make sure that the iconv(3) follows the POSIX specification;tshiozak change the 2nd argument from "const char ** restrict" to "char ** restrict". 2004-01-24Misc fixes from jmc@openbsd.wiz 2003-09-01Mark up NULL; bump date for last; drop trailing space.wiz 2003-09-01fix the problem about resetting the state of iconv().tshiozak iconv() was not conforming to the SUSv3 at this point. reported by Bruno Haible. 2003-08-22Sprinkle some restrict, repair a minor nit in iconv(3)'s synopsis.kleink 2003-07-05Grammar improvement.wiz 2003-07-05correct a careless miss.tshiozak add the mention about the buffer size when resetting destination state. 2003-07-04Improve wording.wiz 2003-07-04Grammar, punctuation, and mdoc fixes. Sort sections.wiz 2003-07-04add iconv.3 manpage.tshiozak 2003-07-01add iconv_t cache.tshiozak - separate shared part and context part from iconv_t. - add cache of shared part. and, bump shlib_version minor of i18n modules because iconv i/f is changed. 2003-06-27Citrus iconv support(4)tshiozak add iconv external I/F (iconv.h - iconv_open()/iconv()/iconv_close()) and iconv(1) utility. TODO: - bump libc minor. - add iconv data files. - create manpages: iconv_open(3)/iconv(3)/iconv_close(3)/iconv(1)/ mkesdb(1)/mkcsmapper(1).