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
*
* lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.
nobu
2005-09-27
1
-0
/
+9
*
* rubysig.h: fixed build problem with --enable-pthread on platforms
usa
2005-09-27
1
-0
/
+5
*
*** empty log message ***
nobu
2005-09-26
1
-5
/
+0
*
* parse.y: changed to ANSI function style.
ocean
2005-09-26
1
-0
/
+4
*
* lib/optparse.rb (RequiredArgument#parse): not consume unmatched
nobu
2005-09-25
1
-0
/
+5
*
typo fixed
seki
2005-09-25
1
-0
/
+4
*
(Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces.
seki
2005-09-25
1
-0
/
+5
*
* parse.y: replaced `foo _((boo))' with `foo(boo)'.
ocean
2005-09-25
1
-0
/
+4
*
* test/rss/test_content.rb, test/rss/test_syndication.rb: use fcall
nobu
2005-09-24
1
-0
/
+5
*
* misc/ruby-mode.el (ruby-calculate-indent): arrange deep-indent
nobu
2005-09-24
1
-0
/
+5
*
* process.c (proc_setrlimit): make the third argument (rlim_max)
akr
2005-09-24
1
-0
/
+5
*
* misc/ruby-mode.el (ruby-expr-beg): deal with heredoc separately.
nobu
2005-09-24
1
-0
/
+9
*
* ext/strscan/strscan.c: document enhancement.
aamine
2005-09-24
1
-0
/
+8
*
add details
aamine
2005-09-24
1
-2
/
+3
*
* test/net/http/test_http.rb (teardown): ensure that Net::HTTP is version 1.2...
aamine
2005-09-24
1
-0
/
+5
*
* test/net/http/test_http.rb: new file.
aamine
2005-09-24
1
-0
/
+4
*
* lib/fileutils.rb (cd): no longer accept :noop option, related code is usele...
aamine
2005-09-23
1
-0
/
+5
*
* lib/pathname.rb (Pathname#sub): new method.
akr
2005-09-23
1
-0
/
+4
*
* lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [r...
aamine
2005-09-23
1
-0
/
+11
*
* sample/ripper/colorize.rb: removed (replaced by ruby2html.rb).
aamine
2005-09-23
1
-0
/
+6
*
* ext/ripper: no longer generates .rb files.
aamine
2005-09-23
1
-0
/
+35
*
* ext/ripper/tools/generate.rb, ext/ripper/tools/preproc.rb: StringIO
nobu
2005-09-23
1
-0
/
+5
*
avoid core dump with WIN32OLE_EVENT.
suke
2005-09-23
1
-0
/
+5
*
* test/ripper/depend: use --output option instead of redirect; nmake does not...
aamine
2005-09-22
1
-0
/
+8
*
* test/ripper/tools/generate.rb: check parser event arity.
aamine
2005-09-22
1
-0
/
+7
*
* test/ruby/test_file.rb: check File#chown(nil,nil). [ruby-dev:27140]
aamine
2005-09-22
1
-0
/
+5
*
* ext/ripper: refactoring code generation tools. [ruby-dev:27247] [ruby-dev:2...
aamine
2005-09-22
1
-0
/
+44
*
* ext/ripper/extconf.rb (have_command): replaced with find_executable.
nobu
2005-09-22
1
-1
/
+3
*
* lib/mkmf.rb (find_executable0): default path if environment is not
nobu
2005-09-22
1
-1
/
+6
*
* test/readline/test_readline.rb (TestReadline::replace_stdio):
shugo
2005-09-22
1
-0
/
+6
*
* lib/mkmf.rb (configuration): generalized nmake dependent code.
nobu
2005-09-21
1
-0
/
+4
*
* ext/ripper/depend (SUFFIXES): no longer needed.
usa
2005-09-21
1
-0
/
+6
*
* ext/syck/token.c: correctly compute identation of a block
why
2005-09-20
1
-0
/
+5
*
* README.EXT, README.EXT.ja: add new features.
nobu
2005-09-20
1
-0
/
+4
*
* lib/optparse.rb (default_argv, Arguable#options): defaults strings
nobu
2005-09-20
1
-0
/
+5
*
* ChangeLog: tabified.
nobu
2005-09-20
1
-9
/
+9
*
* file.c (rb_stat_inspect): protoized function pointer.
nobu
2005-09-20
1
-1
/
+3
*
* ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flag
nobu
2005-09-20
1
-12
/
+17
*
* eval.c (thread_mark): mark th->last_status. [ruby-dev:27179]
akr
2005-09-20
1
-0
/
+4
*
* test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath on
ocean
2005-09-20
1
-0
/
+6
*
* io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead.
ocean
2005-09-20
1
-0
/
+5
*
* ext/syck/emitter.c (syck_scan_scalar): prevent indicators from
why
2005-09-20
1
-0
/
+16
*
* test/xmlrpc/test_webrick_server.rb (setup_http_server):
ocean
2005-09-19
1
-0
/
+6
*
* lib/mathn.rb (Fixnum): remove debug print.
matz
2005-09-19
1
-0
/
+6
*
* io.c (io_close): call rb_io_close() directly if io is a T_FILE
matz
2005-09-19
1
-3
/
+26
*
* file.c (rb_file_chown): should accept nil. [ruby-dev:27171]
aamine
2005-09-19
1
-1
/
+5
*
not ruby-dev, but ruby-list. [ruby-list:41054]
aamine
2005-09-19
1
-1
/
+1
*
* lib/find.rb: should raise ENOENT if root entry does not exist. [ruby-dev:41...
aamine
2005-09-19
1
-0
/
+3
*
* ext/ripper/depend: do not make ripper/core.rb. [ruby-dev:26462]
aamine
2005-09-19
1
-0
/
+4
*
* ext/ripper/eventids2.c: add prefix `t' to lambda related lexer events.
aamine
2005-09-19
1
-0
/
+7
[next]