| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -6/+6 |
* | * pack.c (encodes): make buff fixed length to avoid SEGV by | akr | 2008-09-04 | 1 | -7/+14 |
* | * pack.c (pack_unpack): upper half of hexdigits has never been used. | nobu | 2008-07-31 | 1 | -1/+1 |
* | * pack.c (pack_unpack): reduced static variables. | nobu | 2008-07-30 | 1 | -13/+11 |
* | * pack.c (pack_unpack): fix v and V with big endian. | mame | 2008-07-17 | 1 | -2/+2 |
* | * pack.c (pack_pack): fix i! with big endian. [1].pack("i!") was | mame | 2008-07-17 | 1 | -2/+2 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -2/+2 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -2/+2 |
* | * pack.c (pack_pack): check errno to detect error of ruby_strtoul. | mame | 2008-05-17 | 1 | -0/+9 |
* | * enumerator.c (enumerator_each, enumerator_with_index): suppress | nobu | 2008-04-22 | 1 | -8/+2 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr | 2008-01-02 | 1 | -2/+2 |
* | * pack.c (pack_pack): use NUM2LONG instead of NUM2INT. | usa | 2007-12-24 | 1 | -2/+2 |
* | Thu Dec 20 17:15:15 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2007-12-20 | 1 | -4/+4 |
* | * pack.c (pack_pack): RDoc update. a patch from Gary Wright | matz | 2007-12-11 | 1 | -6/+7 |
* | * include/ruby/intern.h (rb_uv_to_utf8): declared. | akr | 2007-12-01 | 1 | -4/+3 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -12/+12 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * compile.c: fixed indentation. | nobu | 2007-06-05 | 1 | -4/+4 |
* | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu | 2007-06-05 | 1 | -25/+25 |
* | * pack.c (pack_unpack): properly ignore non-base64 octets such as | shyouhei | 2007-02-28 | 1 | -8/+15 |
* | * pack.c (pack_unpack): execute block if given with unpacked value | matz | 2006-10-15 | 1 | -37/+46 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -9/+9 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -46/+42 |
* | * pack.c (pack_pack): check argument overrun for 'P'. based on a | nobu | 2006-08-04 | 1 | -3/+5 |
* | * pack.c (pack_unpack): propagate association array to copied | matz | 2006-07-18 | 1 | -5/+8 |
* | * ext/io/wait/wait.c (io_ready_p): protoize. | matz | 2006-07-17 | 1 | -4/+3 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -2/+4 |
* | * dir.c: supress warning "/* within comment" | ocean | 2006-03-01 | 1 | -17/+15 |
* | * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330] | ocean | 2006-02-17 | 1 | -3/+3 |
* | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu | 2005-10-13 | 1 | -1/+1 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 1 | -2/+2 |
* | banish some warnings. | akr | 2005-09-24 | 1 | -1/+1 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -5/+5 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -29/+11 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -2/+2 |
* | * string.c (rb_str_clear): avoid revealing NULL pointer. | matz | 2004-11-14 | 1 | -1/+1 |
* | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz | 2004-11-10 | 1 | -2/+2 |
* | * pack.c (pack_pack): pointer modification check before each | matz | 2004-10-08 | 1 | -0/+3 |
* | * pack.c (pack_unpack): string conversion should at the top of the | matz | 2004-10-07 | 1 | -1/+1 |
* | * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg | ocean | 2004-07-09 | 1 | -1/+1 |
* | * pack.c (pack_pack): always add with null for 'Z'. | nobu | 2004-05-13 | 1 | -11/+13 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -1/+1 |
* | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz | 2004-04-07 | 1 | -1/+1 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -2/+2 |
* | * pack.c (pack_pack): raises RangeError if uv is out of UTF8 value | matz | 2004-03-31 | 1 | -1/+5 |
* | * pack.c (num2i32): pack should not raise RangeError. | matz | 2004-01-22 | 1 | -89/+19 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-05 | 1 | -4/+10 |
* | * io.c (rb_f_backquote): need not to check nil result. | matz | 2003-12-26 | 1 | -12/+13 |