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
*
* test/strscan/test_stringscanner.rb: require test/unit.
aamine
2003-09-17
2
-8
/
+5
*
should check retuen value of rb_protect.
gotoyuzo
2003-09-17
1
-1
/
+1
*
2003-09-17
eban
2003-09-17
1
-3
/
+3
*
* test/strscan/test_stringscanner.rb: new file.
aamine
2003-09-17
3
-0
/
+408
*
fix command line in 'dep'.
gotoyuzo
2003-09-17
1
-1
/
+1
*
* ext/openssl: all files are reviewed to simplify and avoid memory leak.
gotoyuzo
2003-09-17
25
-594
/
+601
*
* regex.c (re_compile_pattern): should not translate character
matz
2003-09-16
3
-13
/
+31
*
* test/csv/test_csv.rb: add negative tests of row_sep.
nahi
2003-09-16
2
-0
/
+20
*
2003-09-16
eban
2003-09-16
1
-3
/
+3
*
* MANIFEST: add test/csv/mac.csv.
eban
2003-09-16
4
-3
/
+10
*
* lib/csv.rb: add extra pamameter to specify row(record) separater character.
nahi
2003-09-15
4
-177
/
+327
*
OpenSSL update
michal
2003-09-12
17
-335
/
+409
*
* intern.h (rb_disable_super, rb_enable_super): replace with dummy
nobu
2003-09-12
3
-4
/
+13
*
2003-09-12
eban
2003-09-12
1
-3
/
+3
*
* bignum.c (rb_big_and): convert argument using 'to_int'.
matz
2003-09-12
7
-24
/
+55
*
Added documentation in RDoc format.
wew
2003-09-12
1
-38
/
+799
*
whitespace fix in ChangeLog entry
dblack
2003-09-11
1
-2
/
+2
*
lib/scanf.rb
dblack
2003-09-11
1
-0
/
+5
*
Took out useless @matched_item variable; some small refactoring.
dblack
2003-09-11
1
-18
/
+18
*
* ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform.
gotoyuzo
2003-09-10
2
-0
/
+14
*
2003-09-10
eban
2003-09-10
1
-3
/
+3
*
* eval.c (win32_get_exception_list): avoid VC7 warning.
usa
2003-09-10
4
-0
/
+18
*
2003-09-09
eban
2003-09-09
1
-3
/
+3
*
* fill empty full-name fields on ChangeLog. Sorry.
nagai
2003-09-09
1
-4
/
+4
*
* eval.c (struct tag): dst should be VALUE.
nobu
2003-09-09
3
-10
/
+19
*
* ext/openssl/ossl_config.rb: avoid compile error in OpenSSL-0.9.6.
gotoyuzo
2003-09-08
2
-0
/
+22
*
meta_vars should be String.
gotoyuzo
2003-09-08
1
-1
/
+1
*
* lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" to
gotoyuzo
2003-09-08
3
-2
/
+12
*
* forget the file path for the ChangeLog entry. Sorry.
nagai
2003-09-08
1
-1
/
+2
*
* multi-tk.rb: modify security check at creating a new interpreter
nagai
2003-09-08
2
-4
/
+16
*
* ext/openssl/ossl_config.c (ext/openssl/ossl_config.c): typofix (ossl_raise).
eban
2003-09-08
1
-1
/
+1
*
* lib/optparse.rb, lib/optparse/version.rb: search also all
nobu
2003-09-08
3
-9
/
+29
*
* ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.
gotoyuzo
2003-09-08
6
-61
/
+316
*
* ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.
gotoyuzo
2003-09-08
1
-0
/
+21
*
2003-09-08
eban
2003-09-08
1
-3
/
+3
*
* lib/webrick/accesslog.rb (AccessLog::setup_params): use req.port
gotoyuzo
2003-09-08
8
-14
/
+33
*
* tcltklib.c (lib_mainloop_core): fixed signal-trap bug
nagai
2003-09-07
17
-79
/
+229
*
* test/ruby/test_*.rb: assert_same, assert_match, and so on.
nahi
2003-09-06
10
-28
/
+28
*
2003-09-07
eban
2003-09-06
1
-3
/
+3
*
* parse.y (assignable): call rb_compile_error(), not rb_bug().
matz
2003-09-06
2
-1
/
+6
*
* ext/openssl/ruby_missing.c: rid of unnecessary backward
gotoyuzo
2003-09-06
1
-2
/
+0
*
* ext/openssl/ruby_missing.c: rid of unnecessary backward
gotoyuzo
2003-09-06
17
-37
/
+102
*
* sync to lib/csv/tests/csv_ut.rb.
nahi
2003-09-05
1
-9
/
+7
*
2003-09-06
usa
2003-09-05
1
-3
/
+3
*
* win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.
usa
2003-09-05
2
-6
/
+18
*
* win32/win32.c (isInternalCmd): stupid miss.
nobu
2003-09-05
2
-9
/
+5
*
* Makefile.in (test): phony target.
nobu
2003-09-05
2
-2
/
+8
*
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
32
-802
/
+788
*
* lib/mkmf.rb (have_library, find_library): configure by library
nobu
2003-09-05
3
-44
/
+88
*
* same as the previous commit.
nahi
2003-09-05
2
-3
/
+3
[next]