index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-1
/
+1
*
pack/unpack M only handles LF line breaks [Feature #14352]
naruse
2018-04-19
1
-1
/
+2
*
pack.c: fix underflow
nobu
2018-03-28
1
-1
/
+1
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-0
/
+1
*
Workaround for optimization bug of Oracle Developer Studio 12.4-12.6
ngoto
2017-12-19
1
-2
/
+3
*
pack.c: unpack "M" may be ASCII only
nobu
2017-09-29
1
-3
/
+5
*
Workaround for optimization bug of Oracle Solaris Studio 12.4 and 12.5
ngoto
2017-04-14
1
-2
/
+2
*
backward.h: 2.2 deprecated features
nobu
2017-02-21
1
-12
/
+0
*
DEPRECATED_INTERNAL_FEATURE
nobu
2017-02-17
1
-2
/
+2
*
pack.c: avoid returning uninitialized String
rhe
2016-12-26
1
-4
/
+8
*
Remove unused variable
naruse
2016-12-01
1
-2
/
+0
*
String#unpack1 [Feature #12752]
naruse
2016-12-01
1
-125
/
+155
*
Remove `offset:` from `Array#pack`
usa
2016-12-01
1
-30
/
+9
*
Supports `buffer` and `offset` in `Array#pack`
usa
2016-12-01
1
-5
/
+56
*
pack.c: simplify
nobu
2016-11-12
1
-13
/
+3
*
[DOC] table format refined.
akr
2016-10-25
1
-166
/
+156
*
[DOC] add description of j and J for unpack.
akr
2016-10-25
1
-0
/
+10
*
* pack.c (pack_pack): use union instead of bare variable to ease
naruse
2016-07-05
1
-149
/
+54
*
internal.h: ONLY_FOR_INTERNAL_USE
nobu
2016-04-27
1
-4
/
+2
*
pack.c: check index range
nobu
2015-12-13
1
-5
/
+5
*
* pack.c (pack_unpack, AVOID_CC_BUG): Very ugly workaround for
ngoto
2015-11-13
1
-1
/
+11
*
* pack.c (pack_{un,}pack): new template character `j` and `J`, pointer
usa
2015-06-12
1
-13
/
+47
*
util.c: hexdigit
nobu
2015-02-13
1
-1
/
+1
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-2
/
+0
*
pack.c: escape and encoding
nobu
2014-11-06
1
-3
/
+12
*
* pack.c (pack_unpack): Add casts for char references for 'u'.
akr
2014-10-17
1
-16
/
+16
*
* pack.c (pack_unpack): Add casts for char references for 'b' and 'h'.
akr
2014-10-17
1
-2
/
+2
*
* Avoid undefined behaviors found by gcc -fsanitize=undefined.
akr
2014-10-17
1
-3
/
+4
*
pack.c: no nil.taint
nobu
2014-09-10
1
-1
/
+1
*
pack.c (encodes): name a magic number
nobu
2014-08-04
1
-6
/
+6
*
pack.c: fix buffer overrun
nobu
2014-07-11
1
-3
/
+5
*
* compile.c (BUFSIZE): Unused macro removed.
akr
2014-05-11
1
-10
/
+0
*
* pack.c (swaps): Unused macro removed.
akr
2014-05-11
1
-32
/
+0
*
pack.c: hide associated objects
nobu
2014-02-05
1
-1
/
+1
*
pack.c: use ivar for associated objects
nobu
2014-02-04
1
-4
/
+45
*
* dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().
glass
2013-11-08
1
-4
/
+6
*
* internal.h (ruby_digit36_to_number_table): Declared.
akr
2013-07-03
1
-13
/
+5
*
* pack.c (pack_unpack): Remove specialized unpackers for integers.
akr
2013-06-22
1
-131
/
+19
*
* pack.c (num2i32): Removed.
akr
2013-06-22
1
-90
/
+11
*
* bignum.c (bary_pack): Specialized packers implemented.
akr
2013-06-21
1
-37
/
+0
*
* pack.c (pack_pack): Move the implementation for 'c' directive after
akr
2013-06-21
1
-8
/
+15
*
* bignum.c (bary_2comp): Extracted from get2comp.
akr
2013-06-16
1
-3
/
+2
*
* internal.h (INTEGER_PACK_2COMP): Defined.
akr
2013-06-16
1
-2
/
+3
*
* bignum.c (rb_integer_unpack_2comp): New function.
akr
2013-06-12
1
-28
/
+6
*
* pack.c (pack_pack): Use rb_integer_pack_2comp.
akr
2013-06-12
1
-23
/
+4
*
* internal.h (INTEGER_PACK_NEGATIVE): Defined.
akr
2013-06-11
1
-1
/
+1
*
* bignum.c (rb_integer_pack): Returns sign instead of words.
akr
2013-06-10
1
-1
/
+1
*
* bignum.c (rb_absint_numwords): Renamed from rb_absint_size_in_word.
akr
2013-06-09
1
-1
/
+1
*
* bignum.c (rb_integer_pack): numwords_allocated argument removed.
akr
2013-06-09
1
-1
/
+1
*
* bignum.c (rb_integer_pack): Arguments changed. Use flags to
akr
2013-06-07
1
-2
/
+2
[next]