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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* lib/webrick/httputils.rb (WEBrick:HTTPUtils::parse_header):
gotoyuzo
2004-01-26
1
-0
/
+5
*
* win32/Makefile.sub: rollback.
usa
2004-01-26
1
-0
/
+4
*
Remove references to defout
dave
2004-01-26
1
-0
/
+4
*
* sample/exyacc.rb: escape '}' to avoid warning.
usa
2004-01-26
1
-0
/
+4
*
* parse.y (block_append): update nd_end for "real" head node.
matz
2004-01-26
1
-86
/
+96
*
* ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7
nagai
2004-01-26
1
-0
/
+4
*
* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.
nobu
2004-01-26
1
-1
/
+9
*
* lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ...
shugo
2004-01-22
1
-0
/
+6
*
* parse.y (string_content): reset lexical states at the beginning of
nobu
2004-01-22
1
-1
/
+6
*
remove O_NONBLOCK
seki
2004-01-21
1
-0
/
+5
*
* merged from HEAD.
shugo
2004-01-21
1
-0
/
+8
*
* lib/mkmf.rb (merge_libs): squeeze successive same libraries.
nobu
2004-01-21
1
-0
/
+5
*
* ext/digest/rmd160/extconf.rb: have_library appends found library.
nobu
2004-01-21
1
-2
/
+6
*
* ext/openssl/extconf.rb: should check <openssl/conf_api.h> instead
gotoyuzo
2004-01-20
1
-0
/
+5
*
Document base64
dave
2004-01-20
1
-0
/
+4
*
RDoc abbrev
dave
2004-01-20
1
-0
/
+4
*
Document lib/English. Add top-level aliases to rdoc html output
dave
2004-01-20
1
-0
/
+7
*
* ext/openssl/extconf.rb: add check for OpenSSL version.
gotoyuzo
2004-01-19
1
-0
/
+5
*
* io.c (lineno): typo fix(FIX2INT -> INT2FIX).
eban
2004-01-19
1
-0
/
+4
*
* io.c, re.c, string.c, time.c: fixed up positions of RDocs.
akira
2004-01-19
1
-0
/
+4
*
synchronized with date2 3.5.
tadf
2004-01-18
1
-0
/
+10
*
* ruby.c: use translate_char() on Cygwin.
eban
2004-01-18
1
-0
/
+4
*
* defines.h (_WIN32): undef _WIN32 on Cygwin before defining DOSISH.
eban
2004-01-17
1
-0
/
+4
*
* io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)
nobu
2004-01-15
1
-0
/
+7
*
* ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.
nobu
2004-01-14
1
-3
/
+7
*
* lib/logger.rb(Logger#msg2str): no special treatment for the object
nahi
2004-01-13
1
-0
/
+13
*
* lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):
nobu
2004-01-13
1
-1
/
+6
*
Display full name in class list
dave
2004-01-12
1
-0
/
+5
*
Try to use DESTDIR when installing
dave
2004-01-12
1
-0
/
+5
*
* parse.y (primary): fix position after FCALL. [ruby-dev:22574]
nobu
2004-01-12
1
-0
/
+4
*
*** empty log message ***
nobu
2004-01-12
1
-2
/
+2
*
Add explicit line breaks in method signatures for ri. Fixup some comments in ...
dave
2004-01-12
1
-0
/
+17
*
* configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single
nobu
2004-01-12
1
-2
/
+11
*
Add HTML formatter to ri
dave
2004-01-11
1
-0
/
+10
*
* eval.c (eval): need to add message delimiter. [ruby-dev:22561]
matz
2004-01-10
1
-0
/
+14
*
ri now reads command-line options from RI environment variable
dave
2004-01-10
1
-0
/
+10
*
* lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]
nobu
2004-01-09
1
-0
/
+4
*
* configure.in (RDOCTARGET): new macro. if you want to install
eban
2004-01-08
1
-0
/
+6
*
* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returns
gotoyuzo
2004-01-08
1
-0
/
+14
*
* test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase which
nahi
2004-01-08
1
-0
/
+5
*
* eval.c, object.c, process.c, re.c: don't use C++ style comments.
eban
2004-01-08
1
-0
/
+4
*
* lib/webrick/cgi.rb (WEBrick::CGI#initialize): should create
gotoyuzo
2004-01-07
1
-0
/
+9
*
Fix problem with agreesive name matching (see ChangeLog)
dave
2004-01-07
1
-0
/
+7
*
* lib/debug.rb: revert command parse regexps. [ruby-list:39014] by
nahi
2004-01-07
1
-0
/
+5
*
Check for shebang line in file that would otherwise be treated as plain text
dave
2004-01-06
1
-0
/
+6
*
commit miss?
nobu
2004-01-06
1
-1
/
+1
*
* eval.c (rb_mod_modfunc): should break if m has no super class.
matz
2004-01-06
1
-2
/
+29
*
* io.c (fptr_finalize): should save errno just after failure.
nobu
2004-01-06
1
-9
/
+14
*
Split out ri display code and make pluggable
dave
2004-01-06
1
-0
/
+5
*
Add RDoc to build. Add --ri-system to RDoc
dave
2004-01-05
1
-0
/
+45
[prev]
[next]