Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit e3d00fa47d38cd214f5e350e1d6b30d90ed8a52c)
|
|
calls to init_unistr2() in the code and every one of them got the 3rd
argument incorrect, so I thought it best just to remove the argument.
The incorrect usage was caused by callers using strlen() to determine
the length of the string. The 3rd argument to init_unistr2() was
supposed to be the character length, not the byte length of the
string, so for non-english this could come out wrong.
I also removed the bogus 'always allocate at least 256 bytes'
hack. There may be some code that relies on this, but if there is then
the code is broken and needs fixing.
(This used to be commit b9eff31b1433c81fbff733e194914a40f25e3bda)
|
|
(This used to be commit a4790ba42cc6ee4086dafbc64b1dba790a6c3583)
|
|
(This used to be commit 672c07e2432299e3b1015af524dc5c124f61f904)
|
|
(This used to be commit 736eb3c7485c0e65a463f14f27ada55a1a3fd453)
|
|
(This used to be commit ac15442579848f145dbdce6d51207321c4150c25)
|
|
More error checking when converting from dict to FORM_1.
(This used to be commit 608b9ab29dca820d29a40a2c5df86c1ff7e751a9)
|
|
and exception throwing.
(This used to be commit ed0a6480f75b3eefc52bc3311d8c3816abefcff2)
|