Age | Commit message (Expand) | Author |
2009-03-12 | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu |
2008-12-30 | * pack.c (pack_pack): replace all rb_Float() to rb_to_float(). | matz |
2008-12-29 | * pack.c (pack_pack): template f should not accept non float | matz |
2008-12-23 | * pack.c (pack_pack): encoding of packed string only from 'm', | matz |
2008-12-09 | * pack.c (pack_pck): fixed [ruby-dev:37295]. | yugui |
2008-12-08 | * pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'. | yugui |
2008-12-08 | * pack.c (pack_pack): fixed length for odd length string. | nobu |
2008-12-06 | * pack.c (pack_pack): 'u0' is not special differently from 'm0'. | yugui |
2008-12-06 | * pack.c (pack_pack): set US-ASCII and CODERANGE_7BIT | naruse |
2008-12-04 | * pack.c (pack_pack): propagate taint status from format string to | matz |
2008-10-30 | * pack.c (pack_pack): templates a, A, Z should propagate encoding | matz |
2008-10-29 | * pack.c (pack_pack): set encoding from packing string and UTF-8 for | nobu |
2008-09-25 | * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies with | mame |
2008-09-05 | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz |
2008-09-04 | * pack.c (encodes): make buff fixed length to avoid SEGV by | akr |
2008-07-31 | * pack.c (pack_unpack): upper half of hexdigits has never been used. | nobu |
2008-07-30 | * pack.c (pack_unpack): reduced static variables. | nobu |
2008-07-17 | * pack.c (pack_unpack): fix v and V with big endian. | mame |
2008-07-17 | * pack.c (pack_pack): fix i! with big endian. [1].pack("i!") was | mame |
2008-06-08 | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 |
2008-05-31 | * suppress warnings with -Wwrite-string. | nobu |
2008-05-17 | * pack.c (pack_pack): check errno to detect error of ruby_strtoul. | mame |
2008-04-22 | * enumerator.c (enumerator_each, enumerator_with_index): suppress | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2008-01-02 | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr |
2007-12-24 | * pack.c (pack_pack): use NUM2LONG instead of NUM2INT. | usa |
2007-12-20 | Thu Dec 20 17:15:15 2007 Martin Duerst <[email protected]> | duerst |
2007-12-11 | * pack.c (pack_pack): RDoc update. a patch from Gary Wright | matz |
2007-12-01 | * include/ruby/intern.h (rb_uv_to_utf8): declared. | akr |
2007-11-13 | * include/ruby/ruby.h: introduce 2 macros: | ko1 |
2007-08-25 | * encoding.c: provide basic features for M17N. | matz |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2007-06-05 | * compile.c: fixed indentation. | nobu |
2007-06-05 | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu |
2007-02-28 | * pack.c (pack_unpack): properly ignore non-base64 octets such as | shyouhei |
2006-10-15 | * pack.c (pack_unpack): execute block if given with unpacked value | matz |
2006-09-02 | * ruby.h (struct RArray): embed small arrays. | matz |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-08-04 | * pack.c (pack_pack): check argument overrun for 'P'. based on a | nobu |
2006-07-18 | * pack.c (pack_unpack): propagate association array to copied | matz |
2006-07-17 | * ext/io/wait/wait.c (io_ready_p): protoize. | matz |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2006-03-01 | * dir.c: supress warning "/* within comment" | ocean |
2006-02-17 | * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330] | ocean |
2005-10-13 | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu |
2005-10-05 | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz |
2005-09-24 | banish some warnings. | akr |
2005-09-14 | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean |
2005-09-12 | * array.c: moved to ANSI function style from K&R function style. | ocean |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |