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
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/cgi/core.rb: alias CGI#http_header to CGI#header .
xibbar
2012-11-07
1
-4
/
+4
*
* NEWS: Update for lazy size evaluation [Feature #6636]
marcandre
2012-11-06
1
-0
/
+11
*
* string.c (rb_str_b): Add String#b, returning a copied string
naruse
2012-11-06
1
-0
/
+4
*
* ruby.c (load_file_internal): set default source encoding as
naruse
2012-11-06
1
-0
/
+2
*
Mon Nov 5 09:50:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
xibbar
2012-11-05
1
-0
/
+7
*
dir.c: FNM_EXTGLOB
nobu
2012-11-04
1
-0
/
+5
*
* NEWS: Add an item about REXML::Document#write.
kou
2012-11-03
1
-0
/
+6
*
* NEWS: add a news about GC::Profiler.raw_data.
nari
2012-11-03
1
-0
/
+4
*
* NEWS: add a news about rb_newobj_of() and NEWOBJ_OF().
nari
2012-11-03
1
-0
/
+1
*
* eval.c (f_current_dirname): add the new method for Kernel.
nari
2012-11-03
1
-0
/
+1
*
proc.c: main.define_method
nobu
2012-11-01
1
-0
/
+4
*
* NEWS: add a news about objspace,
ko1
2012-11-01
1
-0
/
+4
*
* NEWS: add note for Module#refine, Module#refinements,
shugo
2012-11-01
1
-0
/
+8
*
* thread.c: added Thread#thread_variable_(get|set),
tenderlove
2012-10-29
1
-0
/
+10
*
* lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyer
marcandre
2012-10-28
1
-0
/
+1
*
* lib/ostruct.rb: Also accept {Open}Struct as argument to new
marcandre
2012-10-28
1
-0
/
+2
*
* lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hash
marcandre
2012-10-28
1
-0
/
+5
*
* lib/ostruct.rb (each_pair): Add #each_pair [#1400]
marcandre
2012-10-28
1
-0
/
+1
*
* object.c (rb_mod_const_get): const_get accepts qualified constant
tenderlove
2012-10-26
1
-0
/
+2
*
array.c: use rb_random_ulong_limited
nobu
2012-10-09
1
-0
/
+5
*
remove trailing spaces.
nobu
2012-09-03
1
-1
/
+1
*
* ext/openssl/extconf.rb: Detect OpenSSL_FIPS macro
emboss
2012-09-03
1
-0
/
+3
*
* ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.
emboss
2012-08-31
1
-0
/
+2
*
* ext/syck: removed. Fixes [ruby-core:43360]
tenderlove
2012-08-22
1
-0
/
+4
*
Kernel#inspect: improve consistency and do not call #to_s.
eregon
2012-08-15
1
-0
/
+2
*
* lib/net/http.rb: Added SSL session reuse across connections for a
drbrain
2012-07-25
1
-0
/
+2
*
* parse.y: added symbols and qsymbols productions for %i and %I
tenderlove
2012-07-24
1
-0
/
+3
*
* NEWS: Updated net/http for automatic proxy detection (#6546) and
drbrain
2012-07-20
1
-0
/
+5
*
* lib/net/http.rb (Net::HTTP#connect): use local_host and local_port
naruse
2012-07-11
1
-0
/
+9
*
* ext/zlib/zlib.c: Added streaming support to inflate processing.
drbrain
2012-07-10
1
-0
/
+2
*
* ext/zlib/zlib.c: Revert r36349. Added streaming support to inflate
drbrain
2012-07-10
1
-2
/
+0
*
* ext/zlib/zlib.c: Added streaming support to inflate processing.
drbrain
2012-07-10
1
-0
/
+2
*
fix a typo
kazu
2012-07-05
1
-1
/
+1
*
NEWS
nobu
2012-07-05
1
-0
/
+7
*
* ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.
drbrain
2012-07-02
1
-0
/
+2
*
fix a typo
kazu
2012-06-30
1
-1
/
+1
*
method transplanting
nobu
2012-06-25
1
-0
/
+4
*
* NEWS: Add note about the new private key export behavior.
emboss
2012-06-10
1
-0
/
+7
*
* removed trailing spaces.
nobu
2012-06-09
1
-4
/
+4
*
* NEWS: document new features of Ruby OpenSSL.
emboss
2012-06-09
1
-0
/
+11
*
* NEWS: expanded a tab.
nagachika
2012-05-27
1
-1
/
+1
*
* NEWS: add Kernel#caller's second argument.
ko1
2012-05-26
1
-0
/
+2
*
* ext/syslog/syslog.c: Classify constants and macros into several
knu
2012-05-21
1
-0
/
+3
*
* ext/syslog/lib/syslog/logger.rb: Added Syslog::Logger which was
drbrain
2012-05-17
1
-0
/
+3
*
* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.
nobu
2012-04-24
1
-0
/
+19
*
Revert r35339-35343 because of no tests.
naruse
2012-04-18
1
-19
/
+0
*
* hash.c: Alias ENV.to_h to ENV.to_hash [ref #6276]
marcandre
2012-04-16
1
-0
/
+4
*
* lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]
marcandre
2012-04-16
1
-0
/
+4
*
* struct.c: Add Struct#to_h [Feature #6276]
marcandre
2012-04-16
1
-0
/
+5
*
* object.c: Add NilClass#to_h [Feature #6276]
marcandre
2012-04-16
1
-0
/
+4
[next]