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/socket/unixsocket.c (unix_recv_io): prevent FD leak when 2 fd is
akr
2009-02-25
1
-0
/
+10
*
* io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open file
usa
2009-02-25
1
-0
/
+16
*
* win32/Makefile.sub (config.status): use un.rb as cp instead of
usa
2009-02-25
1
-0
/
+8
*
* string.c (rb_str_force_encoding): should clear coderange at changing
nobu
2009-02-25
1
-0
/
+5
*
* io.c (rb_io_getline_1): enables limit even if rs is given.
nobu
2009-02-25
1
-0
/
+5
*
* string.c (rb_str_chomp_bang): coderange may change.
nobu
2009-02-24
1
-0
/
+5
*
* string.c (rb_str_delete_bang): should recalculate coderange.
nobu
2009-02-24
1
-0
/
+5
*
* file.c (rb_file_size): new method added. [ruby-core:22088]
matz
2009-02-24
1
-0
/
+4
*
* class.c (rb_scan_args): Allow specifying the number of trailing
knu
2009-02-24
1
-0
/
+8
*
* ext/curses/curses.c (curses_colors): new method added. a patch
matz
2009-02-24
1
-0
/
+7
*
* class.c (rb_scan_args): Revamp rb_scan_args() to compute the
knu
2009-02-24
1
-0
/
+6
*
* array.c (rb_ary_index, rb_ary_rindex): Emit a warning that a
knu
2009-02-24
1
-0
/
+5
*
* ext/socket/socket.c (sockaddr_obj): convert fe80:1::1 to fe80::1%1.
akr
2009-02-24
1
-0
/
+4
*
* ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.
akr
2009-02-24
1
-0
/
+4
*
* ext/socket/ancdata.c (ancillary_timestamp): new method.
akr
2009-02-24
1
-0
/
+4
*
* common.mk (main): split from exts and makes main program after
nobu
2009-02-24
1
-0
/
+12
*
* common.mk (ripper.c): exec can't work on Windows.
nobu
2009-02-24
1
-1
/
+5
*
* Makefile.in (id.h): overwrites unconditinally.
nobu
2009-02-24
1
-0
/
+4
*
* missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger than
nobu
2009-02-24
1
-0
/
+5
*
* signal.c (rb_disable_interrupt, rb_enable_interrupt): see
nobu
2009-02-24
1
-0
/
+5
*
* process.c (rb_waitpid): last argument was missing.
nobu
2009-02-24
1
-0
/
+7
*
* numeric.c (flo_eq): remove unnecessary NaN check using isnan().
matz
2009-02-23
1
-0
/
+7
*
* bootstraptest/test_thread.rb: fix for environment where fork is not
mame
2009-02-23
1
-0
/
+5
*
* thread.c (thread_cleanup_func): unlock all locked mutexes even when
mame
2009-02-23
1
-0
/
+5
*
* insns.def (opt_minus): inline float operation.
matz
2009-02-23
1
-0
/
+6
*
* math.c (Need_Float): call rb_to_float() only when it is really
matz
2009-02-23
1
-0
/
+3
*
* range.c (range_each): check #succ only when it is really
matz
2009-02-23
1
-0
/
+5
*
* lib/pathname.rb (Pathname#foreachline): removed wrongly
matz
2009-02-23
1
-0
/
+5
*
* ext/socket/ancdata.c (inspect_timespec_as_abstime): new function to
akr
2009-02-23
1
-0
/
+6
*
* ext/socket/ancdata.c (inspect_bintime_as_abstime): new function to
akr
2009-02-23
1
-0
/
+8
*
* ext/socket/ancdata.c (inspect_timeval_as_abstime): use time_t
akr
2009-02-23
1
-0
/
+6
*
* array.c (rb_ary_index, rb_ary_rindex): We know that argc is not
knu
2009-02-23
1
-0
/
+8
*
* lib/fileutils.rb (mv): added description for the case of
nobu
2009-02-23
1
-0
/
+5
*
* include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods,
nobu
2009-02-23
1
-0
/
+5
*
* README.EXT, README.EXT.ja: added macros for the Compatibilities.
nobu
2009-02-23
1
-0
/
+4
*
typo
nobu
2009-02-23
1
-1
/
+1
*
* ext/socket/mkconstants.rb: define SO_TIMESTAMPNS and SCM_TIMESTAMPNS
akr
2009-02-22
1
-0
/
+5
*
* ext/socket/ancdata.c (ancillary_inspect): use SCM_TIMESTAMP instead
akr
2009-02-22
1
-0
/
+5
*
* ext/socket/ancdata.c (inspect_timeval_as_abstime): new function.
akr
2009-02-22
1
-0
/
+5
*
* ext/socket/option.c (inspect_timeval_as_interval): renamed from
akr
2009-02-22
1
-0
/
+5
*
* ext/socket/option.c (inspect_timeval): fix the size test.
akr
2009-02-22
1
-0
/
+4
*
* string.c (tr_trans): should recalculate coderange.
nobu
2009-02-22
1
-0
/
+5
*
* ext/socket/option.c (inspect_linger): message refined.
akr
2009-02-22
1
-0
/
+4
*
* ext/socket/init.c (s_recvfrom): use rb_io_wait_readable after
akr
2009-02-22
1
-0
/
+5
*
* ChangeLog: [ruby-core:22326] has been fixed at r22505.
nobu
2009-02-22
1
-0
/
+1
*
* ext/socket/option.c (inspect_errno): new function.
akr
2009-02-22
1
-0
/
+5
*
* re.c (Init_Regexp): define Regexp::FIXEDENCODING. [ruby-dev:38066]
akr
2009-02-22
1
-0
/
+4
*
* string.c (tr_trans): should not be affected by the encoding of
nobu
2009-02-22
1
-0
/
+5
*
* ext/socket/init.c (s_recvfrom_nonblock): handles EAGAIN too.
nobu
2009-02-22
1
-0
/
+7
*
* eval.c (ruby_options): evaluator now expects iseq instead of tree.
yugui
2009-02-22
1
-0
/
+6
[next]