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
*
2003-11-26
eban
2003-11-26
1
-3
/
+3
*
* ext/syck/token.c: removed YYTOKTMP references which
why
2003-11-25
6
-91
/
+144
*
* lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=.
gotoyuzo
2003-11-25
3
-1
/
+10
*
add reference to ruby-dev.
usa
2003-11-25
1
-1
/
+2
*
* defines.h (ENV_IGNORECASE): should define when DOSISH without
usa
2003-11-25
3
-9
/
+8
*
* test/fileutils/test_fileutils.rb: do test in more deep directory.
aamine
2003-11-25
3
-9
/
+20
*
fix previous change.
akr
2003-11-25
2
-2
/
+2
*
* lib/open-uri.rb (URI::Generic#find_proxy): ENV case sensitivity test
akr
2003-11-25
2
-3
/
+18
*
* test/fileutils/test_fileutils.rb: chdir Dir.tmpdir before each test. [ruby-...
aamine
2003-11-25
3
-2
/
+17
*
* lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGI
akr
2003-11-25
2
-7
/
+31
*
* test/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb: removed. this
nahi
2003-11-25
4
-109
/
+5
*
* lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ...
nahi
2003-11-25
98
-1599
/
+1061
*
* ruby.h: don't treat Cygwin as Windows.
eban
2003-11-25
2
-1
/
+5
*
* ext/tcltklib/README.1st: edit.
nagai
2003-11-25
1
-2
/
+2
*
* configure.in: change default value of --enable-pthread (default: no)
nagai
2003-11-25
2
-2
/
+6
*
add document that pathname.rb supports only Unix style pathnames.
akr
2003-11-25
1
-0
/
+1
*
2003-11-25
nobu
2003-11-24
1
-3
/
+3
*
* parse.y (primary): allow newlines just before right argument
nobu
2003-11-24
2
-3
/
+8
*
* lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open): use
akr
2003-11-24
2
-23
/
+37
*
* lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXY
akr
2003-11-24
2
-2
/
+15
*
* ext/etc/extconf.rb: check for pw_passwd in struct passwd and
eban
2003-11-24
4
-3
/
+18
*
* lib/open-uri.rb: validate option names.
akr
2003-11-24
2
-8
/
+127
*
2003-11-24
usa
2003-11-24
1
-3
/
+3
*
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
usa
2003-11-24
4
-3
/
+8
*
* configure.in: set enable_pthread to no on MinGW.
eban
2003-11-22
2
-1
/
+5
*
* configure.in: add --enable-pthread option (default: yes)
nagai
2003-11-22
2
-32
/
+42
*
* ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkComposite
nagai
2003-11-22
6
-4
/
+438
*
* ext/curses/curses.c (window_nodelay): nodelay() of NetBSD's
usa
2003-11-22
2
-1
/
+12
*
* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
usa
2003-11-22
4
-0
/
+14
*
2003-11-22
eban
2003-11-22
1
-3
/
+3
*
* lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.
aamine
2003-11-22
2
-1
/
+5
*
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-11-22
28
-134
/
+456
*
* lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred
ntalbott
2003-11-21
3
-4
/
+15
*
* ext/tk/lib/tkentry.rb: fix the encoding trouble of percent
nagai
2003-11-21
3
-5
/
+19
*
Fix markups and grammar.
knu
2003-11-21
2
-32
/
+50
*
* ruby.1: wrote about ruby related environment variables.
aamine
2003-11-21
2
-0
/
+33
*
2003-11-21
eban
2003-11-21
1
-3
/
+3
*
* check existence of "pthread.h"
nagai
2003-11-20
4
-7
/
+18
*
* lib/test/unit/assertions.rb: use #__send__ instead of #send.
ntalbott
2003-11-20
3
-5
/
+11
*
* configure.in: don't find the Cygwin's pthread library on MinGW.
eban
2003-11-20
2
-0
/
+5
*
* lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...
aamine
2003-11-20
3
-21
/
+37
*
2003-11-20
eban
2003-11-20
1
-3
/
+3
*
* ext/tk/sample/tkballoonhelp.rb: new sample script
nagai
2003-11-20
5
-0
/
+865
*
* ruby.h: define is_ruby_native_thread() for no native thread environment
nagai
2003-11-20
3
-3
/
+13
*
* configure.in: always check existence of the pthread library
nagai
2003-11-20
5
-83
/
+93
*
2003-11-19
eban
2003-11-19
1
-3
/
+3
*
* lib/net/http.rb (to_ary): print more friendly warning message.
aamine
2003-11-19
2
-1
/
+5
*
* lib/fileutils.rb (fu_same?): add djgpp and wince.
aamine
2003-11-19
2
-4
/
+12
*
* lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32
usa
2003-11-19
2
-2
/
+7
*
* lib/test/unit.rb: do not run tests if $! is set.
ntalbott
2003-11-18
3
-2
/
+9
[next]