index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pack.c
Age
Commit message (
Expand
)
Author
2013-06-12
* bignum.c (rb_integer_unpack_2comp): New function.
akr
2013-06-12
* pack.c (pack_pack): Use rb_integer_pack_2comp.
akr
2013-06-11
* internal.h (INTEGER_PACK_NEGATIVE): Defined.
akr
2013-06-10
* bignum.c (rb_integer_pack): Returns sign instead of words.
akr
2013-06-09
* bignum.c (rb_absint_numwords): Renamed from rb_absint_size_in_word.
akr
2013-06-09
* bignum.c (rb_integer_pack): numwords_allocated argument removed.
akr
2013-06-07
* bignum.c (rb_integer_pack): Arguments changed. Use flags to
akr
2013-06-07
* bignum.c (rb_integer_pack): Renamed from rb_int_export.
akr
2013-06-06
* internal.h (rb_int_export): countp argument is split into
akr
2013-06-06
* bignum.c (rb_int_import): New function.
akr
2013-06-06
* configure.in: Invoke RUBY_REPLACE_TYPE for size_t.
akr
2013-05-13
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-07
* pack.c (swap32): Don't redefine it if it is already defined.
akr
2013-04-18
pack.c: refix unpack base64
nobu
2013-04-18
Increase capacity for skipping paddings
naruse
2013-04-18
* pack.c (pack_unpack): output characters even if the input doesn't
naruse
2013-04-12
* bignum.c (ones): Use __builtin_popcountl if available.
akr
2013-04-06
pack.c: fix definition order
nobu
2013-04-05
Add a comment.
akr
2013-04-05
update comments.
akr
2013-04-05
* include/ruby/defines.h (HAVE_TRUE_LONG_LONG): Defined to distinguish
akr
2013-04-05
pack.c: use LONG_LONG
nobu
2013-04-02
* pack.c: Support Q! and q! for long long.
akr
2012-10-19
set encoding to ASCII for appropriate String#unpack modifiers
eregon
2012-09-14
* pack.c: fix typo.
eregon
2012-07-24
test_pack.rb: fix assertion
nobu
2012-07-18
pack.c: round down too long uuencode width
nobu
2012-07-18
add casts
shyouhei
2012-05-23
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-04-14
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-04-13
* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control
drbrain
2012-04-10
* pack.c (pack_pack): Warn when an invalid character is found in the
drbrain
2012-03-11
* pack.c (pack_unpack): when unpack('M') occurs an illegal byte
naruse
2011-12-05
* class.c (rb_obj_methods), compile.c (iseq_compile_each),
nobu
2011-09-29
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-05-15
* remove trailing spaces.
nobu
2011-05-06
update doc.
akr
2011-01-14
* pack.c (pack_unpack): the resulted string of unpack('M') must have
naruse
2011-01-08
* pack.c (swapf): compilation condition simplified.
akr
2011-01-08
* pack.c (swapd): remove duplicated code.
akr
2010-12-20
* pack.c: parenthesize macro arguments.
akr
2010-11-15
* pack.c (PACK_ITEM_ADJUST): return nil not result array and yield
nobu
2010-10-18
Revert r29527. [ruby-dev:42419]
naruse
2010-10-18
* pack.c (pack_pack): Add native size option ! to q and Q.
naruse
2010-10-18
* pack.c (pack_pack): refine the document. [ruby-dev:42397]
akr
2010-10-15
* pack.c (pack_pack): simplify comparison of explicit_endian
naruse
2010-10-15
* pack.c (pack_pack): fix more than one modifiers appear in the
naruse
2010-10-15
Add missing i, I description.
naruse
2010-10-14
* pack.c (pack_pack): support endian modifiers: < and >.
naruse
2010-08-09
update doc.
akr
[next]