home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
ruby164.zip
/
rbemx164.zip
/
ruby
/
share
/
doc
/
iconv-0.4.2
/
iconv.rlog
< prev
next >
Wrap
Text File
|
2000-09-23
|
3KB
|
84 lines
# -*- rd -*-
=begin
= ChangeLog of iconv.c
== Revision 0.4.2.0 2000/09/23 09:03:19 nobu
* defaulted to none-buggy iconv.
== Revision 0.4.1.3 2000/08/14 21:46:48 nobu
* declared ((<iconv_fail>)) with (({NORETURN})).
== Revision 0.4.1.2 2000/08/14 14:45:59 nobu
* merged with unprotoized version.
== Revision 0.4.1.1 2000/08/13 04:17:38 nobu
* ensures out of scope ((<Iconv>)) objects to be closed.
* raises when closed ((<Iconv>)) passed to ((<Iconv#iconv>)).
* (({RUBY_DATA_FUNC})) was not a macro.
== Revision 0.4.1.0 2000/07/07 22:15:02 nobu
* compatible for 1.4 and 1.5.
== Revision 0.4.0.4 2000/07/07 22:15:02 nobu
* defines (({OBJ_INFECT})) macro for 1.4.
== Revision 0.4.0.3 2000/07/07 22:03:47 nobu
* uses (({rb_obj_freeze()})) if present.
== Revision 0.4.0.2 2000/07/07 21:49:02 nobu
* now calls (({initialize})).
== Revision 0.4.0.1 2000/07/07 00:57:59 nobu
* uses (({rb_block_given_p()})).
== Revision 0.4 2000/06/10 22:23:24 nobu
* added license notice.
== Revision 0.3.3.0 2000/02/26 10:33:35 nobu
Ruby style.
== Revision 0.3.2.3 2000/02/21 01:26:12 nobu
Modified rd.
== Revision 0.3.2.2 1999/12/31 16:22:59 nobu
* Strict check for change, whether output differs input.
* Added (({rb_str_derive()})), to ensure infect with tainted object.
== Revision 0.3.2.1 1999/12/31 09:21:47 nobu
* Initialize ((|@mesg|)) to failed.inspect and brushed up about
exception.
== Revision 0.3.2.0 1999/12/15 10:19:15 nobu
* Changed ((<Iconv::Failure>)) initialization.
== Revision 0.3.1.1 1999/12/10 05:40:01 nobu
* Workaround for (({iconv()}))'s bug in glibc, by "resetting" with
empty string before initializing output shift state.
== Revision 0.3.1.0 1999/12/09 10:15:34 nobu
* Added NULL check for ((|outptr|)) before range check for
((|outlen|)). This may workaround some (({iconv()}))'s bug.
* Shortened message upon ((<Iconv::OutOfRange>)).
== Revision 0.3 1999/12/06 09:51:36 nobu
* Now (({iconv_convert})) no longer pushes returning value into array,
except with exception. And uses (({<<})) to add ((|precedents|)),
in other words, it's no longer bound to Array.
* (({iconv_each})) also uses (({<<})).
* ((<Iconv.iconv>)) no longer append surplus empty string.
== Revision 0.2.1.0 1999/12/06 07:33:53 nobu
* Bug-fix of the workaround while converting UCS-4 string.
== Revision 0.2 1999/12/02 08:03:29 nobu
* Workaround for (({iconv()}))'s bug returns horrible value as
((|outbytesleft|)).
* Now ((<Iconv::Failure>)) is a module. So, the exceptions include it.
* ((<Iconv::Failre#success>)) had been (({nil})).
* (({iconv_convert()})) had returned original string.
== Revision 0.1 1999/12/01 11:28:09 nobu
Release version
=end