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
*
* ext/extmk.rb (extmake): skip uncompiled extensions.
nobu
2004-04-08
9
-16
/
+40
*
* io.c (rb_io_binmode): inverted condition. [ruby-dev:23349]
nobu
2004-04-08
2
-1
/
+5
*
2004-04-08
eban
2004-04-08
1
-3
/
+3
*
* ext/iconv/iconv.c (iconv_s_list): return encoding list if no block
nobu
2004-04-08
2
-3
/
+19
*
REXML CHANGES
ser
2004-04-07
2
-25
/
+21
*
* pack.c (pack_pack): use NUM2INT() instead of num2i32().
matz
2004-04-07
10
-52
/
+63
*
add an assertion for [0x100000000].pack("U").
akr
2004-04-07
1
-0
/
+1
*
update the document for to_path.
akr
2004-04-07
1
-1
/
+1
*
add test for [ruby-dev:23344].
akr
2004-04-07
1
-1
/
+6
*
2004-04-07
eban
2004-04-07
1
-3
/
+3
*
* lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource or
kou
2004-04-07
9
-38
/
+84
*
* file.c (rb_get_path): get path string via "to_path" method if
matz
2004-04-07
17
-110
/
+221
*
* Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAG
nobu
2004-04-07
6
-5
/
+23
*
fix hash tuple bug
seki
2004-04-06
4
-11
/
+63
*
* configure.in: check the size of time_t.
akr
2004-04-06
3
-62
/
+63
*
* ext/socket/socket.c (raise_socket_error): never return.
usa
2004-04-06
2
-3
/
+9
*
2004-04-06
eban
2004-04-06
1
-3
/
+3
*
* MANIFEST:
eban
2004-04-06
1
-0
/
+1
*
check zlib existence.
akr
2004-04-06
1
-4
/
+9
*
* error.c (Init_Exception): remove Exception#to_str. [Ruby2]
matz
2004-04-05
8
-18
/
+34
*
add require "drb/drb"
seki
2004-04-05
2
-0
/
+5
*
update test_new_nil.
akr
2004-04-05
1
-7
/
+1
*
* test/zlib/test_zlib.rb: new file.
akr
2004-04-05
2
-0
/
+21
*
* parse.y (assoc_list): {a: 1, b: 2} should be allowed. [ruby-dev:23328]
aamine
2004-04-05
2
-3
/
+19
*
* regexec.c: imported Oni Guruma 2.2.6.
ksaito
2004-04-05
1
-0
/
+4
*
* regparse.c, oniguruma.h: imported Oni Guruma 2.2.6.
ksaito
2004-04-05
3
-90
/
+117
*
This commit was generated by cvs2svn to compensate for changes in r6093,
ksaito
2004-04-05
1
-0
/
+1
*
* ext/socket/socket.c (raise_socket_error): some platforms don't have
usa
2004-04-05
2
-2
/
+9
*
fix reference to ML: [ruby-dev:39475] to [ruby-list:39475].
akr
2004-04-05
1
-1
/
+1
*
2004-04-05
eban
2004-04-05
1
-3
/
+3
*
Remove leading ./ from filenames so that cross references work OK
dave
2004-04-04
3
-2
/
+7
*
comments modified.
akr
2004-04-04
1
-3
/
+3
*
2004-04-04
eban
2004-04-04
1
-3
/
+3
*
Allow multiple --exclude options to RDoc
dave
2004-04-04
3
-3
/
+14
*
2004-04-03
eban
2004-04-03
1
-3
/
+3
*
* Fixed a bug in the evaluation of XPath's 'or'
ser
2004-04-03
2
-12
/
+18
*
* ext/syck/syck.h: version 0.43.
why
2004-04-03
2
-1
/
+5
*
* ext/syck/lib/gram.c: allow root-level inline collections.
why
2004-04-02
4
-310
/
+354
*
* bcc32/Makefile.sub (OUTFLAG): needed for static-linked-ext.
nobu
2004-04-02
2
-1
/
+7
*
* ext/extmk.rb (extmake): extract necessary variables for static link
nobu
2004-04-02
3
-13
/
+43
*
* eval.c (top_include): include in the wrapped load is done for
matz
2004-04-02
4
-12
/
+24
*
* eval.c (block_pass): should increment unique identifier of the
matz
2004-04-02
2
-0
/
+6
*
REXML changes
ser
2004-04-02
4
-7
/
+12
*
* version.h: 2004-04-02
aamine
2004-04-02
1
-3
/
+3
*
* eval.c (Init_load): make $LOADED_FEATURES built-in. [ruby-dev:23299]
aamine
2004-04-02
4
-9
/
+11
*
* ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.
matz
2004-04-02
2
-15
/
+68
*
checked in debug version in error
dave
2004-04-02
1
-9
/
+0
*
Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...
dave
2004-04-02
5
-26
/
+66
*
* ext/socket/socket.c (make_hostent): fix memory leak, based on
matz
2004-04-01
3
-267
/
+202
*
2004-04-01
nahi
2004-04-01
1
-4
/
+4
[next]