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
*
* 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
*
* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to run
nobu
2009-01-22
1
-0
/
+5
*
* gc.c (define_final): cannot define finalizer for immediate
nobu
2009-01-22
1
-0
/
+7
*
* thread.c (rb_time_timeval): made a real prototype. a patch from
nobu
2009-01-22
1
-0
/
+5
*
* array.c (ary_double_capa): a new function to expand array more
matz
2009-01-21
1
-0
/
+11
*
* io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOF
nobu
2009-01-21
1
-0
/
+8
*
* io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.
nobu
2009-01-21
1
-0
/
+4
*
* array.c (take_items): to_ary() raises ArgumentError if cannot to
usa
2009-01-21
1
-0
/
+5
*
* parse.y (debug_lines): calls rb_intern() once.
nobu
2009-01-21
1
-0
/
+4
*
* include/ruby/io.h (FMODE_EOF): EOF flag on TTY.
nobu
2009-01-21
1
-8
/
+11
*
* include/ruby/io.h (typedef struct rb_io_t):
nobu
2009-01-21
1
-0
/
+9
*
Imported minitest 1.3.1 r4532.
ryan
2009-01-20
1
-0
/
+5
*
* ext/socket/socket.c (socket_s_list_ip_address): new method.
akr
2009-01-20
1
-0
/
+14
*
* ext/socket/rubysocket.h (pseudo_AF_FTIP): moved from mkconstants.rb.
akr
2009-01-20
1
-0
/
+6
*
* ext/nkf/nkf-utf8/nkf.c (nkf_buf): use nkf_char.
naruse
2009-01-20
1
-0
/
+4
*
* cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed
nobu
2009-01-20
1
-3
/
+10
*
* Makefile.in (miniruby): renames and then removes, to get rid of
nobu
2009-01-20
1
-0
/
+15
*
* string.c (hash): fixed the tail bytes handling in the aligned
nobu
2009-01-20
1
-0
/
+5
*
* ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.
usa
2009-01-20
1
-0
/
+6
*
* array.c (take_items), enum.c (enum_zip): tries to convert to
nobu
2009-01-19
1
-0
/
+5
*
* ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9.
naruse
2009-01-19
1
-0
/
+5
*
* string.c (hash): fixed typo. [ruby-dev:37791]
nobu
2009-01-19
1
-0
/
+4
*
* ext/socket/mkconstants.rb (SOMAXCONN): defined.
akr
2009-01-19
1
-0
/
+4
*
* ext/socket/mkconstants.rb: use erb for generating code.
akr
2009-01-19
1
-0
/
+4
*
* string.c (hash): defaulted to MurmurHash 2.0.
nobu
2009-01-19
1
-0
/
+4
*
* include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added.
nobu
2009-01-19
1
-2
/
+2
*
* include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added.
nobu
2009-01-19
1
-0
/
+8
*
* string.c (hash): added MurmurHash 2.0.
nobu
2009-01-19
1
-0
/
+4
*
* thread.c (rb_thread_execute_interrupts): needs
nobu
2009-01-19
1
-0
/
+5
*
* ruby.c (require_libraries): reset th->parse_in_eval while
ko1
2009-01-19
1
-0
/
+5
[next]