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
*
test_pack.rb: fix assertion
nobu
2012-07-24
1
-2
/
+2
*
pack.c: round down too long uuencode width
nobu
2012-07-18
1
-0
/
+2
*
add casts
shyouhei
2012-07-18
1
-50
/
+52
*
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-23
1
-2
/
+2
*
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-04-14
1
-1
/
+2
*
* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control
drbrain
2012-04-13
1
-0
/
+2
*
* pack.c (pack_pack): Warn when an invalid character is found in the
drbrain
2012-04-10
1
-0
/
+4
*
* pack.c (pack_unpack): when unpack('M') occurs an illegal byte
naruse
2012-03-11
1
-1
/
+3
*
* class.c (rb_obj_methods), compile.c (iseq_compile_each),
nobu
2011-12-05
1
-13
/
+1
*
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-29
1
-3
/
+3
*
* remove trailing spaces.
nobu
2011-05-15
1
-6
/
+6
*
update doc.
akr
2011-05-06
1
-1
/
+1
*
* pack.c (pack_unpack): the resulted string of unpack('M') must have
naruse
2011-01-14
1
-1
/
+1
*
* pack.c (swapf): compilation condition simplified.
akr
2011-01-08
1
-23
/
+13
*
* pack.c (swapd): remove duplicated code.
akr
2011-01-08
1
-21
/
+5
*
* pack.c: parenthesize macro arguments.
akr
2010-12-20
1
-36
/
+36
*
* pack.c (PACK_ITEM_ADJUST): return nil not result array and yield
nobu
2010-11-15
1
-1
/
+1
*
Revert r29527. [ruby-dev:42419]
naruse
2010-10-18
1
-19
/
+10
*
* pack.c (pack_pack): Add native size option ! to q and Q.
naruse
2010-10-18
1
-11
/
+15
*
* pack.c (pack_pack): refine the document. [ruby-dev:42397]
akr
2010-10-18
1
-30
/
+26
*
* pack.c (pack_pack): simplify comparison of explicit_endian
naruse
2010-10-15
1
-2
/
+2
*
* pack.c (pack_pack): fix more than one modifiers appear in the
naruse
2010-10-15
1
-2
/
+2
*
Add missing i, I description.
naruse
2010-10-15
1
-8
/
+40
*
* pack.c (pack_pack): support endian modifiers: < and >.
naruse
2010-10-14
1
-22
/
+73
*
update doc.
akr
2010-08-09
1
-36
/
+36
*
* include/ruby/{intern,io}.h: add missing prototypes.
nobu
2010-07-22
1
-2
/
+0
*
update doc.
akr
2010-06-28
1
-126
/
+128
*
* removed trailing spaces.
nobu
2010-05-29
1
-8
/
+8
*
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-17
1
-1
/
+1
*
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
[next]