mike (Michael Selig)
- Email:
- Registered on: 09/15/2008
- Last connection: 09/22/2010
Activity
Reported issues: 11
09/22/2010
- 03:34 pm ruby-trunk Bug #3855 (Closed): String#rindex extremely slow on long UTF8 strings
- =begin
Not really a bug .....
I think this issue was raised a few months ago, but I have done a very simple patch ...
03/27/2009
- 07:36 am ruby-trunk Bug #1317: Creating a range with strings
- =begin
This is a (possibly confusing) consequence of the behaviour of String#next.
For most sortable objects, the ...
02/25/2009
- 08:00 am ruby-trunk Bug #1203 (Closed): IO#gets ignores the limit parameter when sep is nil
- =begin
According to the doc f.gets(nil) returns the rest of the file. This works fine. But the doc also says that "l...
02/05/2009
- 08:07 am ruby-trunk Feature #1106: Script encoding vs. default_internal: Implicitly transcode strings/regexps
- =begin
There were a number of quite long discussions about String (and Regexp) literal encodings (as well as other e...
02/04/2009
- 08:27 am ruby-trunk Feature #908: Should be an easy way of reading N characters from am I/O stream
- =begin
I have a simple use-case:
Existing datafile has fixed length records, currently single-byte chars. I wan...
12/29/2008
- 01:07 pm ruby-trunk Bug #942: Build fails on IA-32 Linux with gcc 4.3.2
- =begin
I reported this on ruby-core last week ([ruby-core:20850] Re: Problems compiling R20933 on Ubuntu 8.10 Linux)...
12/20/2008
- 05:54 am ruby-trunk Feature #908 (Assigned): Should be an easy way of reading N characters from am I/O stream
- =begin
I know of no way of reading N characters (as opposed to bytes) and returning a string other than writing a l...
10/29/2008
- 01:28 pm ruby-trunk Feature #695: More flexibility when combining ASCII-8BIT strings with other encodings
- =begin
Sorry, I meant Array#pack, not String#pack of course.
Mike.
=end - 12:53 pm ruby-trunk Feature #695 (Closed): More flexibility when combining ASCII-8BIT strings with other encodings
- =begin
Consider the following 3 Ruby statements:
# String#pack always returns ASCII-8BIT
s1 = [97, 98, 99, 15...
10/12/2008
- 08:25 am ruby-trunk Feature #640 (Rejected): New Array#encoding_pack -> string method
- =begin
Now that we have String#each_codepoint there are times when you want to pack an array of integer codepoints b...
Also available in: Atom