aboutsummaryrefslogtreecommitdiffstats
path: root/pack.c
Commit message (Expand)AuthorAgeFilesLines
* * pack.c (pack_pack): use union instead of bare variable to easenaruse2016-07-051-149/+54
* internal.h: ONLY_FOR_INTERNAL_USEnobu2016-04-271-4/+2
* pack.c: check index rangenobu2015-12-131-5/+5
* * pack.c (pack_unpack, AVOID_CC_BUG): Very ugly workaround forngoto2015-11-131-1/+11
* * pack.c (pack_{un,}pack): new template character `j` and `J`, pointerusa2015-06-121-13/+47
* util.c: hexdigitnobu2015-02-131-1/+1
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+0
* pack.c: escape and encodingnobu2014-11-061-3/+12
* * pack.c (pack_unpack): Add casts for char references for 'u'.akr2014-10-171-16/+16
* * pack.c (pack_unpack): Add casts for char references for 'b' and 'h'.akr2014-10-171-2/+2
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-171-3/+4
* pack.c: no nil.taintnobu2014-09-101-1/+1
* pack.c (encodes): name a magic numbernobu2014-08-041-6/+6
* pack.c: fix buffer overrunnobu2014-07-111-3/+5
* * compile.c (BUFSIZE): Unused macro removed.akr2014-05-111-10/+0
* * pack.c (swaps): Unused macro removed.akr2014-05-111-32/+0
* pack.c: hide associated objectsnobu2014-02-051-1/+1
* pack.c: use ivar for associated objectsnobu2014-02-041-4/+45
* * dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().glass2013-11-081-4/+6
* * internal.h (ruby_digit36_to_number_table): Declared.akr2013-07-031-13/+5
* * pack.c (pack_unpack): Remove specialized unpackers for integers.akr2013-06-221-131/+19
* * 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