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
*
* st.h: fix prototype for C++.
nobu
2004-12-03
1
-0
/
+4
*
* ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missing
nagai
2004-12-02
1
-0
/
+18
*
* test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expected
mneumann
2004-12-02
1
-0
/
+6
*
* io.c (rb_file_initialize): [ruby-dev:25032]
matz
2004-12-02
1
-0
/
+9
*
* eval.c (rb_protect): prevent continuations created inside from being
nobu
2004-12-02
1
-0
/
+8
*
* test/readline/test_readline.rb: fix for NetBSD.
shugo
2004-12-02
1
-0
/
+4
*
* eval.c (thread_mark): mark thread group. [ruby-dev:25020]
nobu
2004-12-02
1
-0
/
+6
*
* io.c (rb_io_ctl): [ruby-dev:25019]
matz
2004-12-02
1
-0
/
+4
*
* ext/nkf/nkf.c: add constant NKF::VERSION
naruse
2004-12-01
1
-0
/
+10
*
* signal.c (sighandler): call handler immediately only for default
matz
2004-11-30
1
-0
/
+5
*
* io.c (pipe_open): errno should be preserved for rb_sys_fail() when
nobu
2004-11-30
1
-0
/
+5
*
* io.c (io_fread): need not to null terminate. [ruby-dev:24998]
matz
2004-11-30
1
-0
/
+2
*
* eval.c (rb_eval): should check previous frame for ZSUPER.
matz
2004-11-30
1
-0
/
+11
*
* eval.c (PUSH_FRAME): flags should have been initialized.
matz
2004-11-30
1
-0
/
+2
*
* instruby.rb (install): add arguments explicitly to "super".
eban
2004-11-30
1
-0
/
+4
*
* eval.c (rb_eval): [ruby-core:03856]
matz
2004-11-30
1
-0
/
+2
*
* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]
matz
2004-11-29
1
-0
/
+11
*
* regparse.c: now handles many alternatives (over 500000) in regexp. [ruby-de...
ksaito
2004-11-29
1
-0
/
+5
*
* ext/stringio/stringio.c (strio_write): insufficiently filled string
nobu
2004-11-29
1
-0
/
+5
*
* test/io/nonblock/test_flush.rb: abandon tests when io/nonblock is
nobu
2004-11-29
1
-1
/
+6
*
* object.c (convert_type): [ruby-core:03845]
matz
2004-11-29
1
-0
/
+22
*
* io.c (fptr_finalize): must not use FILE after fclose().
nobu
2004-11-29
1
-4
/
+9
*
* win32/win32.c (CreateChild): push back the last space before next
usa
2004-11-29
1
-0
/
+5
*
don't use READ_DATA_PENDING in previous change
akr
2004-11-28
1
-5
/
+2
*
add ML ref.
akr
2004-11-28
1
-0
/
+1
*
* io.c (rb_io_check_writable): restrict io_seek by
akr
2004-11-28
1
-0
/
+7
*
* added reference.
kou
2004-11-28
1
-1
/
+1
*
* lib/rss/rss.rb (RSS::Element#tag): not use block_given? for
kou
2004-11-28
1
-0
/
+8
*
* lib/rss/rss.rb (RSS::NotSetError): added.
kou
2004-11-28
1
-0
/
+11
*
* regparse.c (fetch_token): fixed test failure on HP-UX ia64 ([ruby-dev:24859]).
ksaito
2004-11-28
1
-0
/
+5
*
* regparse.c, test/ruby/test_regexp.rb: fixed problem with UTF-8 characters t...
ksaito
2004-11-28
1
-0
/
+5
*
* regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24...
ksaito
2004-11-28
1
-0
/
+5
*
* regcomp.c, regint.h: fixed PLATFORM_UNALIGNED_WORD_ACCESS problem ([ruby-de...
ksaito
2004-11-28
1
-0
/
+5
*
typo
akr
2004-11-27
1
-1
/
+1
*
* io.c: avoid avoid data loss with nonblocking fd and
akr
2004-11-27
1
-4
/
+17
*
* lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: added
kou
2004-11-27
1
-0
/
+12
*
* lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,
kou
2004-11-27
1
-0
/
+9
*
* sample/rss/list_description.rb: untabified.
kou
2004-11-27
1
-0
/
+6
*
* io.c (io_fread): [ruby-dev:24964]
matz
2004-11-27
1
-0
/
+4
*
* ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epath
nagai
2004-11-26
1
-0
/
+10
*
* io.c (rb_io_initialize): [ruby-dev:24963]
matz
2004-11-26
1
-0
/
+2
*
* io.c (rb_io_initialize): [ruby-dev:24962]
matz
2004-11-26
1
-0
/
+4
*
* io.c (rb_io_initialize): should retrieve flags from copying file
matz
2004-11-26
1
-0
/
+10
*
Fix problem with :section: and new 1.9
dave
2004-11-26
1
-0
/
+6
*
* io.c (io_read): move StringValue() check before GetOpenFile().
matz
2004-11-25
1
-0
/
+5
*
* lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminated
nobu
2004-11-25
1
-3
/
+8
*
add ML ref.
akr
2004-11-25
1
-0
/
+1
*
* configure.in: AC_CHECK_SIZEOF(rlim_t) to include stdio.h to fix
akr
2004-11-25
1
-0
/
+6
*
descriptions.
nobu
2004-11-25
1
-3
/
+6
*
* configure.in: AC_PREREQ(2.53) [ruby-core:03800]
matz
2004-11-25
1
-0
/
+11
[next]