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
...
*
add ML entry
matz
2006-08-05
1
-1
/
+1
*
Remove tabs from Finalizer RDoc
drbrain
2006-08-04
1
-12
/
+12
*
RDoc for #run= and #run?
drbrain
2006-08-04
1
-0
/
+2
*
Move Example so RDoc picks it up.
drbrain
2006-08-04
1
-23
/
+22
*
Clean up files for RDoc.
drbrain
2006-08-04
1
-0
/
+8
*
Include more documentation.
drbrain
2006-08-04
1
-3
/
+56
*
Leave HTML escaped for HtmlFormatter.
drbrain
2006-08-04
1
-3
/
+1
*
Don't document test or sample directories.
drbrain
2006-08-04
1
-0
/
+2
*
Close the socket on SSLError. [ruby-core:7198]
drbrain
2006-08-04
1
-0
/
+1
*
Documentation cleanup.
drbrain
2006-08-04
34
-314
/
+327
*
2006-08-05
drbrain
2006-08-04
1
-3
/
+3
*
* sprintf.c (rb_str_format): a bug in %c type check.
matz
2006-08-04
2
-3
/
+9
*
* forget to ci ChangeLog
keiju
2006-08-04
1
-0
/
+5
*
* lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for
keiju
2006-08-04
3
-24
/
+38
*
* lib/date/format.rb (__strptime, strftime): allow multi-line patterns
nobu
2006-08-04
2
-2
/
+8
*
* pack.c (pack_pack): check argument overrun for 'P'. based on a
nobu
2006-08-04
2
-3
/
+10
*
2006-08-04
akr
2006-08-03
1
-3
/
+3
*
* io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) should
akr
2006-08-03
2
-2
/
+9
*
2006-08-03
matz
2006-08-03
1
-4
/
+4
*
* range.c (range_include): should always call Enumerable#include?
matz
2006-08-03
2
-0
/
+8
*
* ChangeLog: typo.
usa
2006-07-31
1
-1
/
+0
*
* win32/win32.c (exit_handler): new function; release winsock and
usa
2006-07-31
2
-19
/
+45
*
* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):
akr
2006-07-31
2
-1
/
+11
*
* ruby.h: use ifdef (or defined) for macro constants that may or
matz
2006-07-31
2
-5
/
+18
*
* lib/logger.rb: improves the amount of documentation that Rdoc
matz
2006-07-31
3
-7
/
+22
*
* lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improve
gotoyuzo
2006-07-31
3
-1
/
+65
*
2006-07-31
gotoyuzo
2006-07-31
1
-3
/
+3
*
* eval.c (rb_call0): trace call/return of method defined from block.
nobu
2006-07-30
2
-1
/
+12
*
* lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.
nobu
2006-07-30
3
-24
/
+14
*
2006-07-30
nobu
2006-07-30
1
-3
/
+3
*
* eval.c (rb_trap_eval): make the current thread runnable to deal with
nobu
2006-07-30
2
-0
/
+6
*
* ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.
nagai
2006-07-28
2
-1
/
+5
*
2006-07-29
nagai
2006-07-28
1
-3
/
+3
*
* ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.
nobu
2006-07-28
2
-16
/
+18
*
* eval.c (rb_call): fixed typo in cache look-up. [ruby-dev:29167]
matz
2006-07-28
2
-1
/
+5
*
* eval.c (rb_call): a bug in method cache look-up.
matz
2006-07-28
2
-2
/
+7
*
* sprintf.c (rb_f_sprintf): documentation update patch from Jacob
matz
2006-07-28
2
-1
/
+12
*
* time.c (time_to_s): fixed typo. [ruby-dev:29162]
matz
2006-07-28
2
-1
/
+5
*
* math.c (domain_check): ANSI style function arguments
matz
2006-07-27
2
-4
/
+8
*
2006-07-28
matz
2006-07-27
1
-3
/
+3
*
* math.c (domain_check): a new function to check domain error
matz
2006-07-27
2
-27
/
+40
*
* time.c (time_to_s): fixed format mismatch.
nobu
2006-07-27
2
-1
/
+5
*
* time.c: need to declare time_utc_offset.
eban
2006-07-27
2
-0
/
+5
*
* io.c (io_close): always calls "close" method of the receiver.
matz
2006-07-27
2
-5
/
+12
*
* ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up
matz
2006-07-27
3
-12
/
+15
*
2006-07-27
matz
2006-07-27
1
-3
/
+3
*
* time.c (time_to_s): generate RFC822 style date string.
matz
2006-07-27
2
-2
/
+22
*
* configure.in: add support for as and ASFLAGS. [ruby-dev:29138]
matz
2006-07-26
3
-0
/
+13
*
small document fix
aamine
2006-07-26
1
-1
/
+1
*
merge test cases with Ruby 1.8
aamine
2006-07-26
1
-3
/
+74
[prev]
[next]