DanielBovensiepen (Daniel Bovensiepen)
- Login: DanielBovensiepen
- Registered on: 02/02/2009
- Last sign in: 05/27/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 4 | 4 |
Activity
09/16/2010
-
04:41 AM Ruby Bug #3829: [doc] String#% and a hash
- =begin
Tomoyuki Chikanaga is complelty right! Also the previously existing example had the same issue:
Index: sprintf.c
===================================================================
--- sprintf.c (revision 29266)
+++ sp...
09/15/2010
-
02:23 AM Ruby Bug #3829 (Closed): [doc] String#% and a hash
- =begin
String#% can also be used together with a Hash. The documentation is missing this point. This patch is adding documentation to rb_str_format_m and rb_f_sprintf.
=end
09/28/2009
-
11:23 PM Ruby Bug #2153 (Closed): Built issue with include/ruby/st.h (expected declaration ... before ‘uint32_t’)
- =begin
With Revision 25132 there was a slightly change in include/ruby/st.h:
@@ -109,7 +109,7 @@
int st_strncasecmp(const char *s1, const char *s2, size_t n);
size_t st_memsize(const st_table *);
st_index_t st_hash...
08/31/2009
-
02:43 AM Ruby Feature #2018 (Closed): [irb] BasicObject.new doesn't have an inspect
- =begin
Using BasicObject.new in irb:
daniel@boviAir# ruby19 --version
ruby 1.9.2dev (2009-08-30 trunk 24718) [i386-darwin9.8.0]
daniel@boviAir# irb19 --version
irb 0.9.6(09/06/30)
daniel@boviAir# irb19
i...
08/03/2009
-
12:05 AM Ruby Bug #1862 (Closed): [doc] updating lib/README
- =begin
lib/README is a little bit out of date. In the attachment is a patch which updates this file to the current content.
=end