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
...
*
* configure.in (RUBY_LIB_VERSION): added for library version, to
nobu
2009-02-05
1
-0
/
+16
*
change from assigned variable to called function
kazu
2009-02-04
1
-2
/
+2
*
* ext/readline/readline.c (Init_readline): entry may be NULL.
kazu
2009-02-04
1
-0
/
+5
*
* time.c (LOCALTIME): should call tzset() before localtime_r().
matz
2009-02-04
1
-0
/
+5
*
Updated Symbain configuration procedure to avoid creating files outside build...
azav
2009-02-04
1
-0
/
+11
*
* transcode.c (make_econv_exception): refine error message for
akr
2009-02-04
1
-0
/
+5
*
* ext/socket/socket.c (sock_s_socketpair): make 3rd argument optional.
akr
2009-02-04
1
-0
/
+9
*
* ext/socket/raddrinfo.c (addrinfo_ipv6_to_ipv4): new method.
akr
2009-02-04
1
-0
/
+4
*
* transcode.c (make_econv_exception): show U+XXXX form for undefined
akr
2009-02-04
1
-0
/
+5
*
* string.c (rb_str_dump): use MBCLEN_CHARFOUND_P properly.
akr
2009-02-04
1
-0
/
+4
*
* bootstraptest/runner.rb: refine success message.
akr
2009-02-04
1
-0
/
+4
*
fixed typos and remove some spaces
kazu
2009-02-04
1
-6
/
+6
*
* Makefile.in (id.h): updates from parse.h.
nobu
2009-02-04
1
-0
/
+4
*
* win32/mkexports.rb: shouldn't export DllMain.
usa
2009-02-04
1
-0
/
+5
*
* missing/vsnprintf.c (BSD_vfprintf): should support 't' format
matz
2009-02-04
1
-0
/
+6
*
* ext/socket/extconf.rb: fix struct in_pktinfo and struct in6_pktinfo
akr
2009-02-03
1
-0
/
+5
*
* test/etc/test_etc.rb(test_getpwnam, test_getgrgid, test_getgrnam):
mame
2009-02-03
1
-0
/
+7
*
* ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): skip
akr
2009-02-03
1
-0
/
+5
*
* ruby.c (load_file_internal): resets EOF flag after parse.
nobu
2009-02-03
1
-0
/
+4
*
* vm.c (vm_backtrace): always returns non-nil array if lev is
nobu
2009-02-03
1
-0
/
+5
*
* ext/readline/extconf.rb: checked rl_set_screen_size and
kouji
2009-02-03
1
-0
/
+11
*
* ext/readline/readline.c (readline_s_set_completion_proc): set
kouji
2009-02-03
1
-0
/
+5
*
* NEWS: add Array#sort_by!.
kazu
2009-02-03
1
-0
/
+6
*
* ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): new
akr
2009-02-03
1
-0
/
+6
*
* re.c (match_array): replace match_check().
matz
2009-02-03
1
-0
/
+6
*
* lib/net/imap.rb: validate data before sending to a server.
shugo
2009-02-03
1
-0
/
+5
*
* lib/net/imap.rb (hmac_md5): should use String#ord to get ascii
shugo
2009-02-03
1
-0
/
+5
*
* load.c (load_lock): warn for circular require. [ruby-core:20794],
nobu
2009-02-03
1
-0
/
+5
*
* ext/socket/lib/socket.rb (Socket.tcp_server_sockets): extracted from
akr
2009-02-02
1
-0
/
+8
*
* test/ruby/test_readpartial.rb (make_pipe): readpartial does not
nobu
2009-02-02
1
-0
/
+5
*
* cygwin/GNUmakefile.in (RUBYDEF): uses mkexports.rb on cygwin too.
nobu
2009-02-02
1
-0
/
+6
*
* common.mk (Doxyfile): moved from Makefile.in.
nobu
2009-02-02
1
-0
/
+6
*
* win32/win32.c (rb_w32_write): use of cast expressions as lvalues
nobu
2009-02-02
1
-0
/
+5
*
* ext/socket/extconf.rb (in_pktinfo, in6_pktinfo),
nobu
2009-02-02
1
-0
/
+6
*
* missing/langinfo.c (nl_langinfo_codeset): accepts iso-8859
nobu
2009-02-02
1
-0
/
+5
*
* mkconfig.rb (patchlevel): config.status may not contain
nobu
2009-02-02
1
-0
/
+5
*
add ML ref.
akr
2009-02-02
1
-0
/
+2
*
* ext/socket/raddrinfo.c (Init_addrinfo): add AddrInfo#to_s as an
akr
2009-02-02
1
-0
/
+8
*
* array.c (rb_ary_sort_by_bang): RDoc update. [ruby-core:21742]
matz
2009-02-02
1
-0
/
+4
*
* enumerator.c: Introduce id_each to save rb_itern() and SYM2ID()
knu
2009-02-02
1
-0
/
+5
*
fix typos.
akr
2009-02-02
1
-9
/
+9
*
* test/socket/test_addrinfo.rb: use AddrInfo.getaddrinfo to generate
akr
2009-02-02
1
-0
/
+7
*
* array.c (rb_ary_sort_by_bang): new method. requested in
matz
2009-02-02
1
-0
/
+5
*
* doc/NEWS-1.9.1: typo fixed: collect_all -> collect.
matz
2009-02-02
1
-0
/
+5
*
* cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h.
nobu
2009-02-02
1
-0
/
+4
*
* mkconfig.rb: patchlevel is somtimes minus.
usa
2009-02-02
1
-0
/
+6
*
* ext/socket/ancdata.c (cmsg_type_to_sym): add #ifdef for no IPv6
akr
2009-02-02
1
-0
/
+5
*
* file.c (rb_find_file_ext): should not be infected from other
nobu
2009-02-02
1
-0
/
+5
*
* dir.c (dir_s_home): new method. [ruby-core:21454]
nobu
2009-02-02
1
-0
/
+4
*
* version.h: bump up to 1.9.2 patchlevel -1.
akr
2009-02-02
1
-0
/
+7
[prev]
[next]