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
...
*
ChangeLog entry for XML-RPC changes I made during the last day
mneumann
2004-11-16
1
-0
/
+26
*
added howto
mneumann
2004-11-16
2
-0
/
+301
*
added new test case (which spawn off a webrick XML-RPC server)
mneumann
2004-11-16
2
-0
/
+128
*
* fixed issue #998 (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=9...
mneumann
2004-11-16
1
-5
/
+5
*
* fixed test cases so that they can be run from any directory
mneumann
2004-11-16
4
-22
/
+15
*
* {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit.
usa
2004-11-16
3
-3
/
+3
*
* {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and
usa
2004-11-16
4
-0
/
+8
*
* ext/stringio/stringio.c (strio_read): position was ignored when a
nobu
2004-11-16
2
-1
/
+6
*
* string.c (str_mod_check): frozen check should be separated.
matz
2004-11-16
6
-22
/
+38
*
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): add
usa
2004-11-16
3
-2
/
+18
*
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): use
nobu
2004-11-16
2
-2
/
+7
*
* applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsing
mneumann
2004-11-16
4
-20
/
+54
*
* 2004-11-16
usa
2004-11-16
1
-3
/
+3
*
* imported and refactored original test cases
mneumann
2004-11-15
18
-31
/
+475
*
* array.c (rb_ary_update): pedantic check to detect
matz
2004-11-15
5
-16
/
+30
*
* configure.in: check rlim_t more portably. [ruby-core:3735]
akr
2004-11-15
2
-6
/
+34
*
* misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handle
nobu
2004-11-15
2
-5
/
+15
*
* eval.c (Init_Proc): make proc as an alias to Proc.new.
matz
2004-11-15
2
-4
/
+14
*
* eval.c (rb_yield_0): lambda{}.call(1) should raise exception.
matz
2004-11-14
3
-27
/
+34
*
* 2004-11-15
eban
2004-11-14
1
-3
/
+3
*
* string.c (rb_str_clear): avoid revealing NULL pointer.
matz
2004-11-14
8
-46
/
+81
*
* process.c (proc_getrlimit): new function for Process.getrlimit.
akr
2004-11-14
4
-2
/
+168
*
* lib/pp.rb (PP#object_address_group): remove odd number of 'f'
nobu
2004-11-14
2
-1
/
+8
*
* 2004-11-14
eban
2004-11-14
1
-3
/
+3
*
Sun Nov 14 08:46:33 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
nahi
2004-11-13
2
-2
/
+14
*
* bcc32/README.bcc32, win32/README.win32: need bison instead of
usa
2004-11-12
3
-2
/
+7
*
* 2004-11-12
usa
2004-11-12
1
-3
/
+3
*
* eval.c (ruby_options): now we cannot call rb_glob() before
usa
2004-11-12
4
-13
/
+19
*
* ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES trick
nagai
2004-11-12
3
-14
/
+18
*
* dir.c (rb_glob): should have called rb_glob_caller().
matz
2004-11-11
3
-5
/
+10
*
* test/ruby/test_file.rb (test_truncate_wbuf): we want to test
usa
2004-11-11
2
-3
/
+8
*
* 2004-11-11
eban
2004-11-11
1
-3
/
+3
*
* error.c (syserr_initialize): use stringified object.
nobu
2004-11-10
2
-1
/
+6
*
* lib/delegate.rb (SimpleDelegator::dup): wrong number of
matz
2004-11-10
2
-8
/
+15
*
* dir.c (glob_helper): path is a string object now.
nobu
2004-11-10
2
-2
/
+6
*
* dir.c (rb_glob2): do not allocate buffer from heap to avoid
matz
2004-11-10
9
-86
/
+126
*
* README.EXT (Example): extconf.rb is indispensable now.
nobu
2004-11-10
2
-2
/
+5
*
* ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or older
nagai
2004-11-09
4
-0
/
+22
*
* 2004-11-10
eban
2004-11-09
1
-3
/
+3
*
* ext/nkf: original nkf.c rev:1.38
naruse
2004-11-09
1
-0
/
+8
*
* remove dump list
naruse
2004-11-09
1
-2
/
+2
*
* nkf_test.pl rev:1.7
naruse
2004-11-09
1
-135
/
+246
*
* fix bug arround parse options
naruse
2004-11-09
1
-9
/
+12
*
* nkf.c rev:1.38
naruse
2004-11-09
1
-86
/
+98
*
* lib/optparse.rb (OptionParser::Officious): moved from DefaultList.
nobu
2004-11-09
3
-45
/
+83
*
* 2004-11-09
eban
2004-11-08
1
-3
/
+3
*
Change version numbering of RDoc and ri
dave
2004-11-08
3
-12
/
+7
*
add DRb::ExtServManager#uri=.
seki
2004-11-08
3
-2
/
+10
*
Fix bug where parent class wasn't being detected if the
dave
2004-11-08
2
-1
/
+8
*
* 2004-11-08
eban
2004-11-07
1
-3
/
+3
[prev]
[next]