| Commit message (Expand) | Author | Age | Files | Lines |
* | update doc. | akr | 2010-05-11 | 1 | -31/+31 |
* | * pack.c (pack_unpack): add a missing break. | akr | 2010-05-10 | 1 | -0/+1 |
* | add comment. | akr | 2010-03-11 | 1 | -0/+1 |
* | useless lines removed. | akr | 2010-03-06 | 1 | -2/+0 |
* | * pack.c: fix the prototype of rb_big2ulong_pack. | akr | 2010-03-06 | 1 | -1/+1 |
* | * pack.c (pack_pack): use union to avoid pointer cast. | akr | 2010-02-28 | 1 | -54/+87 |
* | * pack.c (pack_pack): generalized integer packer implemented. | akr | 2010-02-28 | 1 | -47/+57 |
* | * pack.c (swap32): use __builtin_bswap32 on gcc 4.3.0 or later. | akr | 2010-02-27 | 1 | -1/+12 |
* | * pack.c: use integer types with explicit size. | akr | 2010-02-27 | 1 | -106/+77 |
* | * pack.c: check assuption on QUAD_SIZE and SIZEOF_LONG. | akr | 2010-02-27 | 1 | -0/+6 |
* | * pack.c: fix q and Q for big endian environments which have no | akr | 2010-02-26 | 1 | -23/+42 |
* | * pack.c (QUAD_SIZE): it should be always 8. | akr | 2010-02-26 | 1 | -5/+1 |
* | * pack.c (swap64): fix for VC6. | nobu | 2010-02-26 | 1 | -16/+12 |
* | * pack.c (pack_pack, pack_unpack): suppressed warnings. | nobu | 2010-02-26 | 1 | -11/+14 |
* | rdoc update. | akr | 2010-02-25 | 1 | -163/+124 |
* | * pack.c: consider DYNAMIC_ENDIAN. refactored. | akr | 2010-02-25 | 1 | -437/+355 |
* | remove a empty line. | akr | 2010-02-24 | 1 | -1/+0 |
* | remove a empty line. | akr | 2010-02-24 | 1 | -1/+0 |
* | * pack.c (swap64): don't redefine. | akr | 2010-02-24 | 1 | -2/+1 |
* | * pack.c (pack_unpack): don't use OFF32 for gcc 4.5. | akr | 2010-02-24 | 1 | -126/+249 |
* | * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'. | akr | 2010-02-18 | 1 | -0/+3 |
* | fix typos. | akr | 2009-11-03 | 1 | -3/+3 |
* | * pack.c (NATINT_LEN, pack_pack): suppressed warnings. | nobu | 2009-10-04 | 1 | -3/+3 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -34/+34 |
* | * pack.c (pack_pack): replace all rb_Float() to rb_to_float(). | matz | 2008-12-30 | 1 | -5/+5 |
* | * pack.c (pack_pack): template f should not accept non float | matz | 2008-12-29 | 1 | -1/+1 |
* | * pack.c (pack_pack): encoding of packed string only from 'm', | matz | 2008-12-23 | 1 | -17/+25 |
* | * pack.c (pack_pck): fixed [ruby-dev:37295]. | yugui | 2008-12-09 | 1 | -2/+4 |
* | * pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'. | yugui | 2008-12-08 | 1 | -1/+3 |
* | * pack.c (pack_pack): fixed length for odd length string. | nobu | 2008-12-08 | 1 | -2/+2 |
* | * pack.c (pack_pack): 'u0' is not special differently from 'm0'. | yugui | 2008-12-06 | 1 | -1/+1 |
* | * pack.c (pack_pack): set US-ASCII and CODERANGE_7BIT | naruse | 2008-12-06 | 1 | -0/+4 |
* | * pack.c (pack_pack): propagate taint status from format string to | matz | 2008-12-04 | 1 | -0/+1 |
* | * pack.c (pack_pack): templates a, A, Z should propagate encoding | matz | 2008-10-30 | 1 | -2/+9 |
* | * pack.c (pack_pack): set encoding from packing string and UTF-8 for | nobu | 2008-10-29 | 1 | -0/+6 |
* | * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies with | mame | 2008-09-25 | 1 | -28/+67 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -6/+6 |
* | * pack.c (encodes): make buff fixed length to avoid SEGV by | akr | 2008-09-04 | 1 | -7/+14 |
* | * pack.c (pack_unpack): upper half of hexdigits has never been used. | nobu | 2008-07-31 | 1 | -1/+1 |
* | * pack.c (pack_unpack): reduced static variables. | nobu | 2008-07-30 | 1 | -13/+11 |
* | * pack.c (pack_unpack): fix v and V with big endian. | mame | 2008-07-17 | 1 | -2/+2 |
* | * pack.c (pack_pack): fix i! with big endian. [1].pack("i!") was | mame | 2008-07-17 | 1 | -2/+2 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -2/+2 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -2/+2 |
* | * pack.c (pack_pack): check errno to detect error of ruby_strtoul. | mame | 2008-05-17 | 1 | -0/+9 |
* | * enumerator.c (enumerator_each, enumerator_with_index): suppress | nobu | 2008-04-22 | 1 | -8/+2 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr | 2008-01-02 | 1 | -2/+2 |
* | * pack.c (pack_pack): use NUM2LONG instead of NUM2INT. | usa | 2007-12-24 | 1 | -2/+2 |
* | Thu Dec 20 17:15:15 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2007-12-20 | 1 | -4/+4 |