aboutsummaryrefslogtreecommitdiffstats
path: root/pack.c
Commit message (Expand)AuthorAgeFilesLines
...
* * pack.c (num2i32): Removed.akr2013-06-221-90/+11
* * bignum.c (bary_pack): Specialized packers implemented.akr2013-06-211-37/+0
* * pack.c (pack_pack): Move the implementation for 'c' directive afterakr2013-06-211-8/+15
* * bignum.c (bary_2comp): Extracted from get2comp.akr2013-06-161-3/+2
* * internal.h (INTEGER_PACK_2COMP): Defined.akr2013-06-161-2/+3
* * bignum.c (rb_integer_unpack_2comp): New function.akr2013-06-121-28/+6
* * pack.c (pack_pack): Use rb_integer_pack_2comp.akr2013-06-121-23/+4
* * internal.h (INTEGER_PACK_NEGATIVE): Defined.akr2013-06-111-1/+1
* * bignum.c (rb_integer_pack): Returns sign instead of words.akr2013-06-101-1/+1
* * bignum.c (rb_absint_numwords): Renamed from rb_absint_size_in_word.akr2013-06-091-1/+1
* * bignum.c (rb_integer_pack): numwords_allocated argument removed.akr2013-06-091-1/+1
* * bignum.c (rb_integer_pack): Arguments changed. Use flags toakr2013-06-071-2/+2
* * bignum.c (rb_integer_pack): Renamed from rb_int_export.akr2013-06-071-2/+2
* * internal.h (rb_int_export): countp argument is split intoakr2013-06-061-3/+1
* * bignum.c (rb_int_import): New function.akr2013-06-061-26/+12
* * configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr2013-06-061-40/+25
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-4/+4
* * pack.c (swap32): Don't redefine it if it is already defined.akr2013-05-071-3/+10
* pack.c: refix unpack base64nobu2013-04-181-1/+2
* Increase capacity for skipping paddingsnaruse2013-04-181-1/+1
* * pack.c (pack_unpack): output characters even if the input doesn'tnaruse2013-04-181-2/+2
* * bignum.c (ones): Use __builtin_popcountl if available.akr2013-04-121-6/+1
* pack.c: fix definition ordernobu2013-04-061-6/+6
* Add a comment.akr2013-04-051-12/+13
* update comments.akr2013-04-051-12/+12
* * include/ruby/defines.h (HAVE_TRUE_LONG_LONG): Defined to distinguishakr2013-04-051-6/+6
* pack.c: use LONG_LONGnobu2013-04-051-1/+1
* * pack.c: Support Q! and q! for long long.akr2013-04-021-17/+45
* set encoding to ASCII for appropriate String#unpack modifierseregon2012-10-191-4/+4
* * pack.c: fix typo.eregon2012-09-141-1/+1
* test_pack.rb: fix assertionnobu2012-07-241-2/+2
* pack.c: round down too long uuencode widthnobu2012-07-181-0/+2
* add castsshyouhei2012-07-181-50/+52
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-231-2/+2
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+2
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * pack.c (pack_pack): Warn when an invalid character is found in thedrbrain2012-04-101-0/+4
* * pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse2012-03-111-1/+3
* * class.c (rb_obj_methods), compile.c (iseq_compile_each),nobu2011-12-051-13/+1
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-3/+3
* * remove trailing spaces.nobu2011-05-151-6/+6
* update doc.akr2011-05-061-1/+1
* * pack.c (pack_unpack): the resulted string of unpack('M') must havenaruse2011-01-141-1/+1
* * pack.c (swapf): compilation condition simplified.akr2011-01-081-23/+13
* * pack.c (swapd): remove duplicated code.akr2011-01-081-21/+5
* * pack.c: parenthesize macro arguments.akr2010-12-201-36/+36
* * pack.c (PACK_ITEM_ADJUST): return nil not result array and yieldnobu2010-11-151-1/+1
* Revert r29527. [ruby-dev:42419]naruse2010-10-181-19/+10
* * pack.c (pack_pack): Add native size option ! to q and Q.naruse2010-10-181-11/+15
* * pack.c (pack_pack): refine the document. [ruby-dev:42397]akr2010-10-181-30/+26