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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/mkmf.rb (try_func): got rid of c-mode confusion.
nobu
2009-01-23
2
-6
/
+7
*
* 2009-01-23
svn
2009-01-23
1
-2
/
+2
*
* signal.c (trap_handler): also accepts symbols. [ruby-dev:37823]
nobu
2009-01-23
2
-0
/
+8
*
Recover default_default_internal.
naruse
2009-01-22
1
-0
/
+1
*
* lib/mkmf.rb (create_makefile): removes installed files under
nobu
2009-01-22
2
-6
/
+13
*
* lib/cgi/core.rb (CGI.parse): generate only key on params hash
xibbar
2009-01-22
3
-1
/
+11
*
* ext/socket/extconf.rb ($distcleanfiles): fixed typo.
nobu
2009-01-22
1
-1
/
+1
*
* ext/socket/extconf.rb ($distcleanfiles): removes constdefs.[ch].
nobu
2009-01-22
1
-1
/
+1
*
* lib/rubygems/installer.rb (Gem::Installer#initialize): fixed
nobu
2009-01-22
6
-12
/
+44
*
* revert previous revision. it's already out-of-date.
usa
2009-01-22
4
-14
/
+6
*
* include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new function
usa
2009-01-22
4
-2
/
+21
*
* test/ruby/test_process.rb: mswin specs.
usa
2009-01-22
1
-22
/
+24
*
* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to run
nobu
2009-01-22
2
-1
/
+6
*
* gc.c (define_final): cannot define finalizer for immediate
nobu
2009-01-22
2
-2
/
+16
*
* thread.c (rb_time_timeval): made a real prototype. a patch from
nobu
2009-01-22
2
-1
/
+6
*
* 2009-01-22
svn
2009-01-21
1
-2
/
+2
*
* array.c (ary_double_capa): a new function to expand array more
matz
2009-01-21
2
-13
/
+30
*
* io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOF
nobu
2009-01-21
3
-2
/
+11
*
Add test for String#encode.
naruse
2009-01-21
1
-0
/
+12
*
* io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.
nobu
2009-01-21
2
-1
/
+8
*
* string.c (hash): suppress a warning.
nobu
2009-01-21
1
-0
/
+2
*
* array.c (take_items): to_ary() raises ArgumentError if cannot to
usa
2009-01-21
4
-4
/
+15
*
* parse.y (debug_lines): calls rb_intern() once.
nobu
2009-01-21
2
-2
/
+8
*
* ruby.c (load_file_internal): no need to cast.
nobu
2009-01-21
1
-10
/
+10
*
* 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
3
-3
/
+25
*
* 2009-01-21
svn
2009-01-20
1
-2
/
+2
*
Imported minitest 1.3.1 r4532.
ryan
2009-01-20
3
-0
/
+21
*
* ext/socket/socket.c (socket_s_list_ip_address): new method.
akr
2009-01-20
6
-1
/
+281
*
* ext/socket/rubysocket.h (pseudo_AF_FTIP): moved from mkconstants.rb.
akr
2009-01-20
3
-4
/
+22
*
* ext/nkf/nkf-utf8/nkf.c (nkf_buf): use nkf_char.
naruse
2009-01-20
2
-20
/
+26
*
* cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed
nobu
2009-01-20
4
-9
/
+16
*
* Makefile.in (miniruby): renames and then removes, to get rid of
nobu
2009-01-20
5
-18
/
+31
*
* string.c (hash): fixed the tail bytes handling in the aligned
nobu
2009-01-20
2
-4
/
+15
*
* ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.
usa
2009-01-20
2
-1
/
+9
*
* array.c (take_items), enum.c (enum_zip): tries to convert to
nobu
2009-01-19
5
-3
/
+24
*
* ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9.
naruse
2009-01-19
2
-264
/
+334
*
* string.c (hash): fixed typo. [ruby-dev:37791]
nobu
2009-01-19
2
-1
/
+5
*
* 2009-01-20
svn
2009-01-19
1
-2
/
+2
*
* ext/socket/mkconstants.rb (SOMAXCONN): defined.
akr
2009-01-19
2
-0
/
+6
*
* ext/socket/mkconstants.rb: use erb for generating code.
akr
2009-01-19
2
-7
/
+14
*
* string.c (hash): defaulted to MurmurHash 2.0.
nobu
2009-01-19
2
-2
/
+6
*
* include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added.
nobu
2009-01-19
3
-7
/
+7
*
* include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added.
nobu
2009-01-19
3
-8
/
+23
*
* vm_dump.c (vm_stack_dump_each): used only if debug mode.
nobu
2009-01-19
1
-1
/
+2
*
* string.c (hash): added MurmurHash 2.0.
nobu
2009-01-19
2
-54
/
+97
*
* thread.c (rb_thread_execute_interrupts): needs
nobu
2009-01-19
3
-2
/
+6
*
* ruby.c (require_libraries): reset th->parse_in_eval while
ko1
2009-01-19
2
-0
/
+9
*
* vm_eval.c, eval.c (rb_f_block_given_p): move definition of
ko1
2009-01-19
6
-44
/
+55
*
* vm.c: add a prefix "rb_" to exposed functions
ko1
2009-01-19
14
-77
/
+92
[next]