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
*
* 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
*
* vm_eval.c, eval.c (rb_f_block_given_p): move definition of
ko1
2009-01-19
1
-0
/
+11
*
* vm.c: add a prefix "rb_" to exposed functions
ko1
2009-01-19
1
-0
/
+15
*
* ext/socket/rubysocket.h (rb_cUNIXSocket, rb_cUNIXServer),
nobu
2009-01-19
1
-0
/
+5
*
* vm_dump.c: add a prefix "rb_vmdebug_" to
ko1
2009-01-19
1
-0
/
+15
*
* ext/socket/raddrinfo.c (addrinfo_ip_port): use AF_INET6 only when
nobu
2009-01-19
1
-0
/
+5
*
* gc.c (garbage_collect_with_gvl): suppress warnings.
ko1
2009-01-19
1
-0
/
+4
*
* ext/socket/depend: workaround for nmake. files in depend without
usa
2009-01-19
1
-0
/
+6
*
* iseq.c:
ko1
2009-01-19
1
-0
/
+22
*
* ext/socket/raddrinfo.c (addrinfo_mdump, addrinfo_mload): support
usa
2009-01-19
1
-0
/
+8
*
* eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.c
ko1
2009-01-19
1
-0
/
+8
*
* iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it is
nobu
2009-01-18
1
-0
/
+5
*
* transcode.c (str_transcode0): fix: :xml option doesn't
naruse
2009-01-18
1
-0
/
+5
*
* ext/socket/raddrinfo.c (addrinfo_inspect_sockaddr): new
akr
2009-01-18
1
-0
/
+8
*
* ext/socket/raddrinfo.c (addrinfo_ip_address): new method
akr
2009-01-18
1
-0
/
+7
*
* ext/socket/unixsocket.c: redandant #ifdef removed.
akr
2009-01-18
1
-0
/
+4
*
* ext/socket/raddrinfo.c (addrinfo_mdump): don't use symbol.
akr
2009-01-17
1
-0
/
+5
*
* ext/socket/raddrinfo.c (addrinfo_mdump): new method.
akr
2009-01-17
1
-0
/
+16
*
* ext/socket/socket.c (sock_s_getnameinfo): accept AddrInfo object.
akr
2009-01-17
1
-0
/
+8
*
fix typos.
akr
2009-01-17
1
-2
/
+2
*
* ext/socket/lib/socket.rb: new file.
akr
2009-01-17
1
-0
/
+4
*
* configure.in (VCSUP): fixed the cases for git-svn or git.
yugui
2009-01-17
1
-0
/
+8
*
* ext/socket/mkconstants.rb: generate a header file for generated
akr
2009-01-17
1
-0
/
+12
*
* lib/irb/xmp.rb: multilingualizes XMP::StringInputMethod.
yugui
2009-01-17
1
-0
/
+5
*
* ext/socket/raddrinfo.c (make_inspectname): add a res argument to
akr
2009-01-17
1
-0
/
+9
*
* ext/socket/mkconstants.rb: don't cause an error for duplicate names.
akr
2009-01-17
1
-0
/
+4
*
* ext/socket: split files for each class.
akr
2009-01-17
1
-0
/
+38
*
* cont.c (cont_restore_0): padding size doesn't need to be large
nobu
2009-01-17
1
-0
/
+5
*
* vm_dump.c (vm_stack_dump_each): initialized at declarations.
nobu
2009-01-17
1
-0
/
+6
*
* ext/socket/socket.c: move addrinfo code.
akr
2009-01-16
1
-0
/
+4
[next]