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
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-06
pack.c: escape and encoding
nobu
2014-10-17
* pack.c (pack_unpack): Add casts for char references for 'u'.
akr
2014-10-17
* pack.c (pack_unpack): Add casts for char references for 'b' and 'h'.
akr
2014-10-17
* Avoid undefined behaviors found by gcc -fsanitize=undefined.
akr
2014-09-10
pack.c: no nil.taint
nobu
2014-08-04
pack.c (encodes): name a magic number
nobu
2014-07-11
pack.c: fix buffer overrun
nobu
2014-05-11
* compile.c (BUFSIZE): Unused macro removed.
akr
2014-05-11
* pack.c (swaps): Unused macro removed.
akr
2014-02-05
pack.c: hide associated objects
nobu
2014-02-04
pack.c: use ivar for associated objects
nobu
2013-11-08
* dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().
glass
2013-07-03
* internal.h (ruby_digit36_to_number_table): Declared.
akr
2013-06-22
* pack.c (pack_unpack): Remove specialized unpackers for integers.
akr
2013-06-22
* pack.c (num2i32): Removed.
akr
2013-06-21
* bignum.c (bary_pack): Specialized packers implemented.
akr
2013-06-21
* pack.c (pack_pack): Move the implementation for 'c' directive after
akr
2013-06-16
* bignum.c (bary_2comp): Extracted from get2comp.
akr
2013-06-16
* internal.h (INTEGER_PACK_2COMP): Defined.
akr
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
[next]