| Commit message (Expand) | Author | Age | Files | Lines |
* | * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): string | nobu | 2005-05-23 | 1 | -0/+5 |
* | * test/soap/calc: method name 'set' was able to crash with a class Set. | nahi | 2005-05-23 | 1 | -0/+8 |
* | * ext/tk/extconf.rb: Framework support on MacOS X Tiger. | nagai | 2005-05-23 | 1 | -0/+6 |
* | * win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO). | usa | 2005-05-23 | 1 | -0/+5 |
* | * re.c (make_regexp): should not return junk address during | matz | 2005-05-23 | 1 | -0/+5 |
* | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4. | nahi | 2005-05-22 | 1 | -0/+79 |
* | * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize): | gotoyuzo | 2005-05-22 | 1 | -0/+7 |
* | * intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198] | nobu | 2005-05-22 | 1 | -0/+6 |
* | add ML link [ruby-dev:26100] | aamine | 2005-05-21 | 1 | -1/+2 |
* | * lib/fileutils.rb (rm_r): new option :secure (default = true). | aamine | 2005-05-21 | 1 | -0/+13 |
* | * bcc32/Makefile.sub: tds files were not deleted when DESTDIR | ocean | 2005-05-21 | 1 | -0/+5 |
* | * ext/readline/readline.c (readline_attempted_completion_function): | shugo | 2005-05-20 | 1 | -0/+5 |
* | * ext/readline/extconf.rb: check rl_vi_editing_mode() and | shugo | 2005-05-19 | 1 | -0/+5 |
* | * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858] | shugo | 2005-05-19 | 1 | -0/+11 |
* | * error.c (exc_exception): reverted to call Exception#initialize | nobu | 2005-05-18 | 1 | -0/+5 |
* | * dir.c (glob_helper): check whether path is "" before calling | eban | 2005-05-18 | 1 | -0/+5 |
* | * win32/win32.c (NtInitialize): fix typo. | usa | 2005-05-18 | 1 | -0/+4 |
* | * dir.c (glob_helper): get rid of using String. [ruby-dev:26180] | nobu | 2005-05-18 | 1 | -0/+7 |
* | * ChangeLog: fix typo. | usa | 2005-05-17 | 1 | -1/+1 |
* | * win32/win32.c (unixtime_to_filetime): use localtime() instaed of | usa | 2005-05-17 | 1 | -0/+5 |
* | * process.c (proc_spawn_v): use rb_w32_aspawn on Win32. | nobu | 2005-05-16 | 1 | -1/+3 |
* | * parse.y (pragma_encoding): add prototype to suppress false warning | nobu | 2005-05-16 | 1 | -1/+4 |
* | * class.c (rb_class_init_copy): singleton class is disallowed to copy, | nobu | 2005-05-16 | 1 | -1/+4 |
* | * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_t | nobu | 2005-05-16 | 1 | -0/+5 |
* | * win32/win32.{h,c}: define rb_{p,g,u}id_t. | ocean | 2005-05-15 | 1 | -0/+4 |
* | * lib/pathname.rb (Pathname#unlink): use SystemCallError instead of | akr | 2005-05-15 | 1 | -0/+6 |
* | use raise(exception) [ruby-dev:26164] | seki | 2005-05-15 | 1 | -0/+5 |
* | * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefs | nobu | 2005-05-15 | 1 | -0/+5 |
* | * lib/pathname.rb (Pathname#unlink): unlink a symlink to a directory | akr | 2005-05-15 | 1 | -0/+5 |
* | * win32/win32.c (unixtime_to_filetime): deal with DST. | nobu | 2005-05-15 | 1 | -0/+5 |
* | * error.c (exc_exception, {exit,name_err,syserr}_initialize): call | nobu | 2005-05-14 | 1 | -0/+5 |
* | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu | 2005-05-14 | 1 | -0/+25 |
* | * intern.h (ruby_pragma): prototype. [ruby-core:04881] | nobu | 2005-05-14 | 1 | -0/+10 |
* | * ext/extmk.rb: keep srcdir unexpanded. | nobu | 2005-05-13 | 1 | -0/+11 |
* | * eval.c (unknown_node): add volatile directive to prototype. | nobu | 2005-05-13 | 1 | -1/+5 |
* | * variable.c (generic_ivar_get): rb_attr_get should not warn. | ocean | 2005-05-13 | 1 | -0/+5 |
* | add ChangeLog | ocean | 2005-05-13 | 1 | -3/+8 |
* | add ChangeLog | ocean | 2005-05-13 | 1 | -0/+14 |
* | * ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5 | naruse | 2005-05-12 | 1 | -0/+4 |
* | * lib/rdoc/parsers/parse_c.rb: more readability for mixing | ocean | 2005-05-12 | 1 | -0/+5 |
* | * lib/rdoc/parsers/parse_c.rb: show parsing progress for C files. | ocean | 2005-05-12 | 1 | -0/+5 |
* | * version.c (ruby_show_version): flush for non-tty stdout. | nobu | 2005-05-12 | 1 | -0/+4 |
* | * eval.c (unknown_node): ignore broken NODE to get rid of accessing | nobu | 2005-05-11 | 1 | -0/+6 |
* | * eval.c (break_jump): break should not cross functions. | matz | 2005-05-11 | 1 | -0/+5 |
* | * lib/tempfile.rb (Tempfile#unlink): fixed typo. | ocean | 2005-05-11 | 1 | -1/+5 |
* | * eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings on | nobu | 2005-05-10 | 1 | -0/+5 |
* | * ext/tk/lib/tk/timer.rb: fix typo | nagai | 2005-05-08 | 1 | -0/+4 |
* | * hash.c (Init_Hash): remove custom "hash" and "eql?". | ocean | 2005-05-08 | 1 | -0/+5 |
* | * lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass" | ocean | 2005-05-08 | 1 | -0/+5 |
* | * lib/mkmf.rb (have_var): no libs argument is given. | nobu | 2005-05-07 | 1 | -0/+4 |