Home | History | Annotate | Download | only in libhack
History log of /src/distrib/utils/libhack/multibyte.c
RevisionDateAuthorComments
 1.9  01-Aug-2019  martin Avoid using an unitialized variable
 1.8  28-Jul-2019  martin branches: 1.8.2;
We (especially libcurses and nvi) use more multibyte character locale
related symbols nowadays. Update libhack to avoid pulling in full grown
multibyte locale support on small install media.
 1.7  15-Nov-2014  htodd branches: 1.7.16;
Remove unused variable.
 1.6  15-Nov-2014  christos handle the "special" wc NULL case.
 1.5  19-Apr-2013  joerg branches: 1.5.8;
More locale hacks.
 1.4  29-Jul-2008  tnozaki branches: 1.4.18; 1.4.24;
install/39193, fix signedness problem of converting char -> wchar_t.
 1.3  12-Jul-2008  dsl mbrtowc() gets called to initialise the mbstate from libcurses.
Don't access address 0 and core dump when it does!
Fixes sysinst, the install ramdiskbin gets built against the standard
archive libraries (at least on amd64) which are build with HAVE_WCHAR.
 1.2  29-May-2007  he branches: 1.2.12; 1.2.16;
Undo the #if 0 for the multibyte functions we now need to build
ramdisks, and provide untested minimal implementations of mbsrtowcs()
and wcsrtombs().
Verified to fix build problems for at least the amd64 and hp300 ramdisks.
 1.1  02-Apr-2007  christos branches: 1.1.2;
Merge the multibyte routines into one file, and add stub implementations
for one more that is needed, and commented out partial implementations for
the test of the functions. This should stop the re-defined symbol errors
for now.
 1.1.2.2  08-May-2007  pavel Pull up following revision(s) originally forgotten in ticket #607:
distrib/utils/libhack/Makefile: revision 1.19-1.20
distrib/utils/libhack/Makefile.inc: revision 1.20-1.21
distrib/utils/libhack/multibyte.c: revision 1.1
distrib/utils/libhack/syslog.c: revision 1.6
distrib/utils/libhack/mbrtowc.c: deleted

add prototypes for the _ss functions.

we need wcrtomb now too.

Merge the multibyte routines into one file, and add stub
implementations for one more that is needed, and commented out partial
implementations for the test of the functions. This should stop the
re-defined symbol errors for now.
 1.1.2.1  02-Apr-2007  pavel file multibyte.c was added on branch netbsd-4 on 2007-05-08 19:40:59 +0000
 1.2.16.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.2.12.2  05-Oct-2008  mjf Sync with HEAD.
 1.2.12.1  28-Sep-2008  mjf Sync with HEAD.
 1.4.24.1  23-Jun-2013  tls resync from head
 1.4.18.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.5.8.2  16-Nov-2014  martin Additionally pull up revision 1.7 of src/distrib/utils/libhack/multibyte.c,
requested by tsutsui in #242
 1.5.8.1  16-Nov-2014  martin Pull up following revision(s) (requested by christos in ticket #242):
distrib/utils/libhack/multibyte.c: revision 1.6
handle the "special" wc NULL case.
 1.7.16.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.8.2.1  02-Aug-2019  msaitoh Pull up following revision(s) (requested by martin in ticket #2):
distrib/utils/libhack/multibyte.c: revision 1.9
Avoid using an unitialized variable

RSS XML Feed