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
*
* lib/racc/parser.rb: add note for Racc full package.
aamine
2004-02-16
2
-1
/
+10
*
* ext/racc/cparse/README: new file.
aamine
2004-02-16
3
-0
/
+17
*
* ext/iconv/iconv.c (iconv_s_list): new method Iconv.list
nobu
2004-02-16
3
-10
/
+96
*
2004-02-16
usa
2004-02-16
1
-3
/
+3
*
* dir.c (CompareImpl): File.fnmatch and Dir.glob get better performance
ocean
2004-02-16
2
-36
/
+32
*
Fix ChangeLog
ocean
2004-02-15
1
-0
/
+1
*
* bcc32/Makefile.sub: should warn suspicious pointer conversion.
ocean
2004-02-15
3
-2
/
+7
*
Add ruby-dev number.
ocean
2004-02-15
1
-1
/
+1
*
* dir.c (push_braces): remove wrong const.
ocean
2004-02-15
2
-2
/
+6
*
* sample/soap/calc/httpd.rb, sample/soap/exchange/httpd.rb,
nahi
2004-02-15
10
-16
/
+60
*
fix TupleSpace#read, #take
seki
2004-02-15
1
-0
/
+5
*
raise RequestExpiredError if timeout
seki
2004-02-15
1
-2
/
+2
*
add IDispatch wrapper in val2variant
suke
2004-02-15
2
-241
/
+390
*
* ruby.h, dir.c (rb_glob): add const.
ocean
2004-02-15
3
-10
/
+14
*
2004-02-15
eban
2004-02-14
1
-3
/
+3
*
* lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).
gotoyuzo
2004-02-14
2
-1
/
+6
*
commit miss.
nobu
2004-02-14
1
-1
/
+1
*
* mkconfig.rb: use fileutils.rb instead of ftools.rb.
nobu
2004-02-14
5
-73
/
+64
*
* lib/un.rb: use OptionParser instead of getopts.
eban
2004-02-14
2
-22
/
+34
*
MANIFEST:
eban
2004-02-14
1
-0
/
+45
*
* lib/ftools.rb: documented
gsinclair
2004-02-14
1
-15
/
+100
*
import lib/drb/sample
seki
2004-02-14
1
-0
/
+4
*
import drb/sample
seki
2004-02-14
44
-0
/
+1966
*
add pretty_print
seki
2004-02-14
2
-0
/
+15
*
@@ Fix for the XPath descendant* result set ordering bug @@
ser
2004-02-13
13
-50
/
+110
*
lib/cgi.rb: commit miss.
eban
2004-02-13
1
-2
/
+0
*
2004-02-14
eban
2004-02-13
1
-3
/
+3
*
* re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).
matz
2004-02-13
6
-8
/
+35
*
* lib/fileutils.rb: slighly improved documentation (sync with 1.8)
gsinclair
2004-02-13
2
-14
/
+13
*
* test/rss/test_trackback.rb: added tests for TrackBack with RSS
kou
2004-02-13
7
-38
/
+193
*
* ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)
nagai
2004-02-13
2
-16
/
+29
*
2004-02-13
eban
2004-02-13
1
-3
/
+3
*
* test/fileutils/test_fileutils.rb: rescue SystemCallError instead of EINVAL....
aamine
2004-02-13
2
-1
/
+6
*
* test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. [ruby-d...
aamine
2004-02-12
2
-2
/
+7
*
* lib/ftools.rb: documented
gsinclair
2004-02-12
1
-0
/
+4
*
* lib/base64.rb: added and tidied documentation
gsinclair
2004-02-12
2
-25
/
+59
*
* lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d...
aamine
2004-02-12
2
-1
/
+6
*
* lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #error
nobu
2004-02-12
2
-1
/
+6
*
* parse.y (rparen): ignore preceding newlines to right parentheses.
nobu
2004-02-12
2
-14
/
+22
*
* configure.in: set ac_cv_func_link to yes to enable link() on MinGW.
eban
2004-02-12
2
-0
/
+6
*
2004-02-12
usa
2004-02-12
1
-3
/
+3
*
* win32/win32.c (link): raise NotImplementedError on Win9X.
usa
2004-02-12
3
-4
/
+10
*
* ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.
nobu
2004-02-12
2
-1
/
+5
*
* lib/pathname.rb: use assert_raise instead of assert_raises.
akr
2004-02-11
5
-70
/
+81
*
2004-02-11
nobu
2004-02-11
1
-3
/
+3
*
* ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escaping
nagai
2004-02-11
2
-25
/
+113
*
typo.
nobu
2004-02-10
1
-1
/
+1
*
* eval.c (method_proc): return bound Proc object. [ruby-dev:22854]
nobu
2004-02-10
5
-15
/
+34
*
* object.c (rb_obj_clone, rb_obj_dup): mentioned about
nobu
2004-02-10
1
-0
/
+8
*
* eval.c (umethod_bind): perge unused check. [ruby-dev:22850]
nobu
2004-02-10
2
-6
/
+4
[next]