aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (fix_pow): support Fixnum ** Float case directlymatz2005-05-244-1/+27
* * test/readline/test_readline.rb: do not test libedit.shugo2005-05-242-1/+6
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): stringnobu2005-05-232-1/+6
* * version.h: commit miss.eban2005-05-231-12/+0
* * 2005-05-24eban2005-05-231-3/+15
* * test/soap/calc: method name 'set' was able to crash with a class Set.nahi2005-05-235-16/+39
* * ext/tk/extconf.rb: Framework support on MacOS X Tiger.nagai2005-05-233-13/+66
* * win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO).usa2005-05-232-1/+6
* * 2005-05-23eban2005-05-231-3/+3
* * re.c (make_regexp): should not return junk address duringmatz2005-05-232-12/+18
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi2005-05-22211-9358/+5977
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):gotoyuzo2005-05-223-2/+23
* * intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198]nobu2005-05-223-10/+8
* * 2005-05-22eban2005-05-211-3/+3
* add ML link [ruby-dev:26100]aamine2005-05-211-1/+2
* * lib/fileutils.rb (rm_r): new option :secure (default = true).aamine2005-05-212-89/+208
* * bcc32/Makefile.sub: tds files were not deleted when DESTDIRocean2005-05-212-1/+6
* * ext/readline/readline.c (readline_attempted_completion_function):shugo2005-05-202-3/+9
* * 2005-05-20eban2005-05-191-3/+3
* * ext/readline/extconf.rb: check rl_vi_editing_mode() andshugo2005-05-193-6/+34
* * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo2005-05-195-124/+173
* * 2005-05-19eban2005-05-191-3/+3
* Merged in development from the main REXML repository.ser2005-05-1915-866/+1210
* * error.c (exc_exception): reverted to call Exception#initializenobu2005-05-182-1/+6
* * dir.c (glob_helper): check whether path is "" before callingeban2005-05-182-1/+6
* * win32/win32.c (NtInitialize): fix typo.usa2005-05-182-1/+5
* * 2005-05-18eban2005-05-181-3/+3
* * dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu2005-05-184-55/+69
* * ChangeLog: fix typo.usa2005-05-171-1/+1
* * 2005-05-17usa2005-05-171-3/+3
* * win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa2005-05-172-1/+6
* * process.c (proc_spawn_v): use rb_w32_aspawn on Win32.nobu2005-05-162-7/+7
* * parse.y (pragma_encoding): add prototype to suppress false warningnobu2005-05-162-1/+5
* * class.c (rb_class_init_copy): singleton class is disallowed to copy,nobu2005-05-162-1/+7
* * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu2005-05-165-3/+14
* * win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean2005-05-153-18/+22
* * 2005-05-16eban2005-05-151-3/+3
* * lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr2005-05-152-1/+7
* use raise(exception) [ruby-dev:26164]seki2005-05-152-1/+7
* * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefsnobu2005-05-153-20/+10
* * lib/pathname.rb (Pathname#unlink): unlink a symlink to a directoryakr2005-05-152-3/+8
* * win32/win32.c (unixtime_to_filetime): deal with DST.nobu2005-05-152-1/+8
* Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.ttate2005-05-142-0/+7
* * error.c (exc_exception, {exit,name_err,syserr}_initialize): callnobu2005-05-142-4/+9
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-1411-30/+65
* * 2005-05-14nobu2005-05-141-3/+3
* * intern.h (ruby_pragma): prototype. [ruby-core:04881]nobu2005-05-144-14/+209
* restored @progressocean2005-05-141-2/+3
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-136-6/+23
* * eval.c (unknown_node): add volatile directive to prototype.nobu2005-05-132-2/+6