index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/curses/curses.c (Init_curses): Curses#crmode and
kouji
2009-01-30
1
-0
/
+6
*
* tool/make-snapshot (prereq): remove enc.mk from tarball because
usa
2009-01-30
1
-0
/
+5
*
* enc/depend: extract comile rules to each target for VC++.
usa
2009-01-30
1
-0
/
+4
*
* cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles.
nobu
2009-01-30
1
-1
/
+3
*
* cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbols
nobu
2009-01-30
1
-0
/
+5
*
* lib/test/unit/assertions.rb (assert_respond_to): gets rid of
nobu
2009-01-30
1
-0
/
+5
*
* transcode.c (rb_econv_init_by_convpath_i): make it static.
akr
2009-01-29
1
-0
/
+4
*
* load.c (rb_feature_provided): should not calculate len by pointer
shugo
2009-01-29
1
-0
/
+6
*
* configure.in (BASERUBY): erases RUBYOPT at the test.
nobu
2009-01-29
1
-1
/
+3
*
* configure.in (OBJCOPY): not used on Windows.
nobu
2009-01-29
1
-0
/
+4
*
* lib/securerandom.rb (SecureRandom.uuid): uses unpacked array
nobu
2009-01-29
1
-0
/
+5
*
* lib/rake.rb (FileUtils#rake_system): no longer needs workaround
nobu
2009-01-29
1
-0
/
+13
*
* lib/securerandom.rb: new method SecureRandom#uuid
technorama
2009-01-29
1
-0
/
+4
*
* ext/socket/spclet.c (socket_s_ip_address_list): support Windows XP
usa
2009-01-29
1
-0
/
+8
*
* ext/zlib/zlib.c (zstream_run): previous change didn't resolve the
usa
2009-01-28
1
-0
/
+5
*
* ext/zlib/zlib.c (zstream_run): desperately guard the variable.
usa
2009-01-28
1
-0
/
+5
*
* math.c: SEGV is caused by implicit rb_to_float declaration
takano32
2009-01-28
1
-0
/
+5
*
* ext/socket/init.c (socks_connect_blocking): moved from
akr
2009-01-27
1
-0
/
+7
*
* cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to export
nobu
2009-01-27
1
-0
/
+7
*
* ext/ripper/depend: use VPATH.
naruse
2009-01-27
1
-0
/
+6
*
* ext/ripper/depend: lex.c's correct path is ../../lex.c.
naruse
2009-01-27
1
-0
/
+4
*
* lib/mkmf.rb (try_header): checks the header depending on
nobu
2009-01-27
1
-0
/
+10
*
* common.mk (distclean-enc, realclean-enc): do not call clean of
nobu
2009-01-27
1
-1
/
+18
*
* transcode.c (struct rb_transcoding): added ary member for debug.
nobu
2009-01-27
1
-0
/
+4
*
* Doxyfile.in (FILE_VERSION_FILTER, INPUT_FILTER): should not use
nobu
2009-01-27
1
-0
/
+5
*
* ext/ripper/depend: fixed dependency path to lex.c.
matz
2009-01-26
1
-0
/
+5
*
ChangeLog: fixed wrong ML ref
matz
2009-01-26
1
-1
/
+1
*
* hash.c (rb_any_hash): fixed performance issues with nil, true,
matz
2009-01-26
1
-0
/
+6
*
* lib/mkmf.rb (create_makefile): should point correct path to
matz
2009-01-26
1
-0
/
+5
*
* array.c (rb_ary_aset): fixed arguments evaluation order.
nobu
2009-01-26
1
-0
/
+4
*
* lib/pathname.rb (chop_basename, prepend_prefix): use o option.
nobu
2009-01-26
1
-0
/
+4
*
* ext/socket/socket.c (socket_s_ip_address_list): renamed from
akr
2009-01-25
1
-0
/
+5
*
* cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too.
nobu
2009-01-25
1
-0
/
+4
*
* win32/Makefile.sub (clean-ext): condition of EXTS was inverted.
nobu
2009-01-25
1
-0
/
+4
*
* lib/mkmf.rb (create_makefile):fixed the variables order because
nobu
2009-01-25
1
-0
/
+5
*
* common.mk (clean-extout): removes extout directory.
nobu
2009-01-25
1
-4
/
+3
*
* Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and
nobu
2009-01-25
1
-0
/
+33
*
* dir.c (join_path): use strlcat() to force link.
nobu
2009-01-25
1
-0
/
+6
*
* ext/openssl/ossl_ssl.c: Server Name Indication support.
technorama
2009-01-24
1
-0
/
+7
*
* lib/mkmf.rb (configuration): tools under the top source
nobu
2009-01-23
1
-0
/
+5
*
* golf_prelude.rb (Enumerator#inspect): avoid warning.
eban
2009-01-23
1
-0
/
+4
*
* lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.
nobu
2009-01-23
1
-1
/
+3
*
* lib/mkmf.rb (mkintpath): new function which converts native path
nobu
2009-01-23
1
-1
/
+8
*
* lib/mkmf.rb (try_func): got rid of c-mode confusion.
nobu
2009-01-23
1
-0
/
+4
*
* signal.c (trap_handler): also accepts symbols. [ruby-dev:37823]
nobu
2009-01-23
1
-0
/
+4
*
* lib/mkmf.rb (create_makefile): removes installed files under
nobu
2009-01-22
1
-0
/
+5
*
* lib/cgi/core.rb (CGI.parse): generate only key on params hash
xibbar
2009-01-22
1
-0
/
+8
*
* lib/rubygems/installer.rb (Gem::Installer#initialize): fixed
nobu
2009-01-22
1
-0
/
+22
*
* revert previous revision. it's already out-of-date.
usa
2009-01-22
1
-0
/
+4
*
* include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new function
usa
2009-01-22
1
-0
/
+7
[next]