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
/
test
/
ruby
/
test_pack.rb
Age
Commit message (
Expand
)
Author
2024-07-29
Expand opt_newarray_send to support Array#pack with buffer keyword arg
Randy Stauner
2024-05-23
Introduce a specialize instruction for Array#pack
Nobuyoshi Nakada
2023-10-06
Use size of `uintptr_t` for `j` and `J` tests
Nobuyoshi Nakada
2023-10-06
Move rbconfig to the top
Nobuyoshi Nakada
2023-01-05
Raise an ArgumentError for unknown pack/unpack directive
Benoit Daloze
2022-12-16
Unconditionally warn "unknown pack/unpack directive"
Yusuke Endoh
2022-12-01
[Bug #19108] Check for the encoding of pack/unpack format
Nobuyoshi Nakada
2022-11-22
Use dedicated assertions for warnings
Nobuyoshi Nakada
2022-11-22
Avoid unnecessary use of global variables
Nobuyoshi Nakada
2021-11-16
Add a test for bug 18343
Jeremy Evans
2021-10-26
pack.c: add an offset argument to unpack and unpack1
Jean Boussier
2021-09-13
Use capture_output instead of capture_io
Hiroshi SHIBATA
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2018-11-16
pack.c: refine warning
nobu
2018-10-17
infect taint flag on Array#pack and String#unpack
nagachika
2018-03-28
pack.c: fix underflow
nobu
2018-01-02
long long is a C99ism
shyouhei
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-09-29
pack.c: unpack "M" may be ASCII only
nobu
2016-12-29
test/ruby/test_pack.rb: fix test case added by r57187
rhe
2016-12-26
pack.c: avoid returning uninitialized String
rhe
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-04-09
assertions.rb: set default internal encoding
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-13
pack.c: check index range
nobu
2015-06-12
* pack.c (pack_{un,}pack): new template character `j` and `J`, pointer
usa
2014-11-06
pack.c: escape and encoding
nobu
2014-11-06
test_pack.rb: test_invalid_warning
nobu
2014-10-17
* pack.c (pack_unpack): Add casts for char references for 'u'.
akr
2014-07-11
pack.c: fix buffer overrun
nobu
2014-02-04
pack.c: use ivar for associated objects
nobu
2014-02-04
string.c: enable capacity when setting capa
nobu
2013-12-13
test/ruby: better assertions
nobu
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-04-18
* pack.c (pack_unpack): output characters even if the input doesn't
naruse
2013-04-06
add a comment.
akr
2013-04-03
Add comment.
akr
2013-04-02
* pack.c: Support Q! and q! for long long.
akr
2012-11-06
* ruby.c (load_file_internal): set default source encoding as
naruse
2012-10-19
set encoding to ASCII for appropriate String#unpack modifiers
eregon
2012-07-24
test_pack.rb: fix assertion
nobu
2012-07-24
* test/ruby/test_pack.rb (test_pack_unpack_M): was redefined
usa
2012-07-18
pack.c: round down too long uuencode width
nobu
2012-04-11
Set $VERBOSE=false in case of ruby -w.
naruse
2012-04-10
* pack.c (pack_pack): Warn when an invalid character is found in the
drbrain
2012-03-11
* pack.c (pack_unpack): when unpack('M') occurs an illegal byte
naruse
2011-02-12
* lib/test/unit.rb (assert_include): add alias.
nobu
2011-01-14
* pack.c (pack_unpack): the resulted string of unpack('M') must have
naruse
[next]