aboutsummaryrefslogtreecommitdiffstats
path: root/pack.c
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-6/+6
* * pack.c (encodes): make buff fixed length to avoid SEGV byakr2008-09-041-7/+14
* * pack.c (pack_unpack): upper half of hexdigits has never been used.nobu2008-07-311-1/+1
* * pack.c (pack_unpack): reduced static variables.nobu2008-07-301-13/+11
* * pack.c (pack_unpack): fix v and V with big endian.mame2008-07-171-2/+2
* * pack.c (pack_pack): fix i! with big endian. [1].pack("i!") wasmame2008-07-171-2/+2
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-2/+2
* * suppress warnings with -Wwrite-string.nobu2008-05-311-2/+2
* * pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame2008-05-171-0/+9
* * enumerator.c (enumerator_each, enumerator_with_index): suppressnobu2008-04-221-8/+2
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * util.c (ruby_strtoul): locale independent strtoul is implemented toakr2008-01-021-2/+2
* * pack.c (pack_pack): use NUM2LONG instead of NUM2INT.usa2007-12-241-2/+2
* Thu Dec 20 17:15:15 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-201-4/+4
* * pack.c (pack_pack): RDoc update. a patch from Gary Wrightmatz2007-12-111-6/+7
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-011-4/+3
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-12/+12
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * compile.c: fixed indentation.nobu2007-06-051-4/+4
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-25/+25
* * pack.c (pack_unpack): properly ignore non-base64 octets such asshyouhei2007-02-281-8/+15
* * pack.c (pack_unpack): execute block if given with unpacked valuematz2006-10-151-37/+46
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-9/+9
* * ruby.h (struct RString): embed small strings.matz2006-08-311-46/+42
* * pack.c (pack_pack): check argument overrun for 'P'. based on anobu2006-08-041-3/+5
* * pack.c (pack_unpack): propagate association array to copiedmatz2006-07-181-5/+8
* * ext/io/wait/wait.c (io_ready_p): protoize.matz2006-07-171-4/+3
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+4
* * dir.c: supress warning "/* within comment"ocean2006-03-011-17/+15
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-171-3/+3
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-131-1/+1
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-2/+2
* banish some warnings.akr2005-09-241-1/+1
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-5/+5
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-29/+11
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+2
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-141-1/+1
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-2/+2
* * pack.c (pack_pack): pointer modification check before eachmatz2004-10-081-0/+3
* * pack.c (pack_unpack): string conversion should at the top of thematz2004-10-071-1/+1
* * array.c, enum.c, pack.c: rdoc patch from Johan Holmbergocean2004-07-091-1/+1
* * pack.c (pack_pack): always add with null for 'Z'.nobu2004-05-131-11/+13
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-1/+1
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-1/+1
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-2/+2
* * pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz2004-03-311-1/+5
* * pack.c (num2i32): pack should not raise RangeError.matz2004-01-221-89/+19
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-051-4/+10
* * io.c (rb_f_backquote): need not to check nil result.matz2003-12-261-12/+13