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
ruby_3_4
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
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2021-10-26
pack.c: add an offset argument to unpack and unpack1
Jean Boussier
2021-10-24
Refactor associated pointer
Nobuyoshi Nakada
2021-10-22
Extract UNPACK_FETCH
Nobuyoshi Nakada
2021-08-24
Moved exported symbols in internal/util.h to ruby/util.h
Nobuyoshi Nakada
2021-07-24
Escape unprintable chars only, without surrounding quotes
Nobuyoshi Nakada
2020-08-15
RARRAY_AREF: convert into an inline function
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-12-29
Separate builtin initialization calls
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-14
try to remove vm_core.h
Koichi Sasada
2019-11-13
Try to fix error on solaris
Kazuhiro NISHIYAMA
2019-11-08
Rubified the APIs of pack.c
Yusuke Endoh
2019-08-09
Added some examples to the documentation for String#unpack1 because
iain barnett
2019-07-22
Fix documentation for Array#pack m directive count specifier [ci skip]
Jeremy Evans
2019-03-28
[DOC] fix markups [ci skip]
nobu
2018-11-16
pack.c: cast from double to float can be undefined
shyouhei
2018-11-16
pack.c: refine warning
nobu
2018-11-16
pack.c: adjust indent [ci skip]
nobu
2018-10-17
* expand tabs.
svn
2018-10-17
infect taint flag on Array#pack and String#unpack
nagachika
2018-07-24
UNREACHABLE_RETURN
nobu
2018-04-19
pack/unpack M only handles LF line breaks [Feature #14352]
naruse
2018-03-28
pack.c: fix underflow
nobu
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2017-12-19
Workaround for optimization bug of Oracle Developer Studio 12.4-12.6
ngoto
2017-09-29
pack.c: unpack "M" may be ASCII only
nobu
2017-04-14
Workaround for optimization bug of Oracle Solaris Studio 12.4 and 12.5
ngoto
2017-02-21
backward.h: 2.2 deprecated features
nobu
2017-02-17
DEPRECATED_INTERNAL_FEATURE
nobu
2016-12-26
pack.c: avoid returning uninitialized String
rhe
2016-12-01
Remove unused variable
naruse
2016-12-01
String#unpack1 [Feature #12752]
naruse
2016-12-01
Remove `offset:` from `Array#pack`
usa
2016-12-01
Supports `buffer` and `offset` in `Array#pack`
usa
2016-11-12
pack.c: simplify
nobu
2016-10-25
[DOC] table format refined.
akr
2016-10-25
[DOC] add description of j and J for unpack.
akr
2016-07-05
* pack.c (pack_pack): use union instead of bare variable to ease
naruse
2016-04-27
internal.h: ONLY_FOR_INTERNAL_USE
nobu
2015-12-13
pack.c: check index range
nobu
2015-11-13
* pack.c (pack_unpack, AVOID_CC_BUG): Very ugly workaround for
ngoto
2015-06-12
* pack.c (pack_{un,}pack): new template character `j` and `J`, pointer
usa
2015-02-13
util.c: hexdigit
nobu
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
[next]