aboutsummaryrefslogtreecommitdiffstats
path: root/pack.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-26/+7
* try to remove vm_core.hKoichi Sasada2019-11-141-1/+0
* Try to fix error on solarisKazuhiro NISHIYAMA2019-11-131-0/+1
* Rubified the APIs of pack.cYusuke Endoh2019-11-081-295/+14
* Added some examples to the documentation for String#unpack1 becauseiain barnett2019-08-091-0/+14
* Fix documentation for Array#pack m directive count specifier [ci skip]Jeremy Evans2019-07-221-1/+3
* [DOC] fix markups [ci skip]nobu2019-03-281-3/+3
* pack.c: cast from double to float can be undefinedshyouhei2018-11-161-3/+24
* pack.c: refine warningnobu2018-11-161-12/+23
* pack.c: adjust indent [ci skip]nobu2018-11-161-18/+18
* * expand tabs.svn2018-10-171-7/+7
* infect taint flag on Array#pack and String#unpacknagachika2018-10-171-0/+7
* UNREACHABLE_RETURNnobu2018-07-241-1/+1
* pack/unpack M only handles LF line breaks [Feature #14352]naruse2018-04-191-1/+2
* pack.c: fix underflownobu2018-03-281-1/+1
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-0/+1
* Workaround for optimization bug of Oracle Developer Studio 12.4-12.6ngoto2017-12-191-2/+3
* pack.c: unpack "M" may be ASCII onlynobu2017-09-291-3/+5
* Workaround for optimization bug of Oracle Solaris Studio 12.4 and 12.5ngoto2017-04-141-2/+2
* backward.h: 2.2 deprecated featuresnobu2017-02-211-12/+0
* DEPRECATED_INTERNAL_FEATUREnobu2017-02-171-2/+2
* pack.c: avoid returning uninitialized Stringrhe2016-12-261-4/+8
* Remove unused variablenaruse2016-12-011-2/+0
* String#unpack1 [Feature #12752]naruse2016-12-011-125/+155
* Remove `offset:` from `Array#pack`usa2016-12-011-30/+9
* Supports `buffer` and `offset` in `Array#pack`usa2016-12-011-5/+56
* pack.c: simplifynobu2016-11-121-13/+3
* [DOC] table format refined.akr2016-10-251-166/+156
* [DOC] add description of j and J for unpack.akr2016-10-251-0/+10
* * 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