summaryrefslogtreecommitdiffstats
path: root/pack.c
Commit message (Expand)AuthorAgeFilesLines
* fix typos.akr2009-11-031-3/+3
* * pack.c (NATINT_LEN, pack_pack): suppressed warnings.nobu2009-10-041-3/+3
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-34/+34
* * pack.c (pack_pack): replace all rb_Float() to rb_to_float().matz2008-12-301-5/+5
* * pack.c (pack_pack): template f should not accept non floatmatz2008-12-291-1/+1
* * pack.c (pack_pack): encoding of packed string only from 'm',matz2008-12-231-17/+25
* * pack.c (pack_pck): fixed [ruby-dev:37295].yugui2008-12-091-2/+4
* * pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'.yugui2008-12-081-1/+3
* * pack.c (pack_pack): fixed length for odd length string.nobu2008-12-081-2/+2
* * pack.c (pack_pack): 'u0' is not special differently from 'm0'.yugui2008-12-061-1/+1
* * pack.c (pack_pack): set US-ASCII and CODERANGE_7BITnaruse2008-12-061-0/+4
* * pack.c (pack_pack): propagate taint status from format string tomatz2008-12-041-0/+1
* * pack.c (pack_pack): templates a, A, Z should propagate encodingmatz2008-10-301-2/+9
* * pack.c (pack_pack): set encoding from packing string and UTF-8 fornobu2008-10-291-0/+6
* * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies withmame2008-09-251-28/+67
* * 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