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/fileutils.rb (remove_dir): should handle symlink correctly. This patch...
aamine
2004-03-10
1
-0
/
+5
*
* eval.c (return_jump): set return value to the return
matz
2004-03-10
1
-0
/
+9
*
* struct.c (rb_struct_s_def): Struct::new executes block with
matz
2004-03-10
1
-0
/
+20
*
* ruby.c (opt_W_getter): get rid of warning.
usa
2004-03-10
1
-0
/
+7
*
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:
usa
2004-03-09
1
-0
/
+5
*
* Makefile.in: replaced regex.c entry with Oniguruma files.
ksaito
2004-03-08
1
-0
/
+4
*
* lib/net/http.rb: HTTPHeader did not initialized correctly.
aamine
2004-03-08
1
-0
/
+6
*
* lib/net/http.rb (add_header): remove warning. [ruby-dev:23170]
aamine
2004-03-08
1
-0
/
+4
*
* dir.c (range): Cancel change for incomplete '['. More discussion
ocean
2004-03-08
1
-0
/
+5
*
* lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})
akira
2004-03-08
1
-0
/
+5
*
* dir.c (range): treat incomplete '[' as ordinary character (like
ocean
2004-03-08
1
-0
/
+5
*
* oniguruma.h (ONIG_EXTERN): check __GNUC__ instead of __CYGWIN__.
eban
2004-03-08
1
-0
/
+2
*
* regparse.c (parse_exp): need to separate initialization for bcc32.
eban
2004-03-08
1
-0
/
+5
*
* lib/webrick/config.rb (WEBrick::Config::HTTP): rename :RequestHander
gotoyuzo
2004-03-07
1
-0
/
+18
*
* lib/pstore.rb (commit_new): use FileUtils.copy_stream for Cygwin.
eban
2004-03-07
1
-0
/
+3
*
* Makefile.in (lex.c): use $? instead of $<.
eban
2004-03-07
1
-0
/
+4
*
* lib/net/http.rb: HTTPHeader keeps its header fields as an array.
aamine
2004-03-06
1
-0
/
+14
*
* lib/net/http.rb: new method Net::HTTPRequest#body(=).
aamine
2004-03-06
1
-0
/
+6
*
* lib/net/http.rb: spin off https code again.
aamine
2004-03-06
1
-0
/
+21
*
* lib/net/protocol.rb: remove method: InternetMessageIO#address, port, ip_add...
aamine
2004-03-06
1
-0
/
+9
*
* ext/strscan/strscan.c (strscan_init_copy): struct re_registers must
nobu
2004-03-06
1
-1
/
+4
*
* ext/strscan/depend: depends on re.h and regex.h.
nobu
2004-03-06
1
-1
/
+7
*
scanf.rb
dblack
2004-03-06
1
-0
/
+4
*
lib/scanf.rb
dblack
2004-03-06
1
-2
/
+6
*
* lib/net/http.rb: net/https is merged.
aamine
2004-03-05
1
-0
/
+6
*
* oniggnu.h: imported from Oniguruma library.
ksaito
2004-03-05
1
-0
/
+27
*
* lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, ...
aamine
2004-03-05
1
-0
/
+6
*
* lib/net/http.rb: Net::HTTPResponse#response is obsolete. [ruby-core:02592]
aamine
2004-03-05
1
-0
/
+9
*
* ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d...
aamine
2004-03-05
1
-1
/
+8
*
* lib/net/http.rb (HTTPResponse#to_ary): should return an object which does n...
aamine
2004-03-05
1
-0
/
+6
*
Move RDoc comments for Test::Unit
dave
2004-03-04
1
-0
/
+5
*
* Makefile.in: miniruby is not needed for cross compile.
nobu
2004-03-04
1
-0
/
+6
*
* lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):
nobu
2004-03-04
1
-0
/
+5
*
* ext/syck/rubyext.c: get rid of warnings.
nobu
2004-03-03
1
-0
/
+10
*
* lib/rdoc/ri/ri_display.rb (DefaultDisplay::page): wait until the
nobu
2004-03-03
1
-3
/
+3
*
* lib/rdoc/ri/ri_display.rb (DefaultDisplay::setup_pager): ensure
nobu
2004-03-03
1
-0
/
+5
*
* eval.c (method_hash): new method. [ruby-talk:93968]
matz
2004-03-03
1
-0
/
+16
*
* lib/mkmf.rb ($topdir): use compile_dir only when not installed yet.
nobu
2004-03-03
1
-0
/
+5
*
* lib/rss/converter.rb: handled Uconv::Error.
kou
2004-03-02
1
-0
/
+6
*
scanf.rb
dblack
2004-03-02
1
-1
/
+9
*
* io.c (pipe_open): erred program name should be reported by
nobu
2004-03-02
1
-0
/
+24
*
* wince/Makefile.sub (config.h): shouldn't check defined? NORETURN.
usa
2004-03-02
1
-2
/
+2
*
* win32/Makefile.sub (config.h): shouldn't check defined? NORETURN.
usa
2004-03-02
1
-2
/
+7
*
* test/ruby/test_iterator.rb (test_ljump): cannot use
nobu
2004-03-02
1
-2
/
+7
*
scanf.rb fix
dblack
2004-03-01
1
-0
/
+4
*
scanf.rb note
dblack
2004-03-01
1
-0
/
+5
*
Fix ChangeLog
ocean
2004-03-01
1
-0
/
+2
*
* bcc32/setup.mak: configure's default is "--enable-install-doc"
ocean
2004-03-01
1
-0
/
+4
*
Allow aliases to have parentheses
dave
2004-03-01
1
-0
/
+5
*
Handle :nodoc: om singleton classes
dave
2004-02-29
1
-0
/
+5
[next]