aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO).usa2005-05-231-0/+5
* * re.c (make_regexp): should not return junk address duringmatz2005-05-231-0/+5
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi2005-05-221-0/+79
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):gotoyuzo2005-05-221-0/+7
* * intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198]nobu2005-05-221-0/+6
* add ML link [ruby-dev:26100]aamine2005-05-211-1/+2
* * lib/fileutils.rb (rm_r): new option :secure (default = true).aamine2005-05-211-0/+13
* * bcc32/Makefile.sub: tds files were not deleted when DESTDIRocean2005-05-211-0/+5
* * ext/readline/readline.c (readline_attempted_completion_function):shugo2005-05-201-0/+5
* * ext/readline/extconf.rb: check rl_vi_editing_mode() andshugo2005-05-191-0/+5
* * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo2005-05-191-0/+11
* * error.c (exc_exception): reverted to call Exception#initializenobu2005-05-181-0/+5
* * dir.c (glob_helper): check whether path is "" before callingeban2005-05-181-0/+5
* * win32/win32.c (NtInitialize): fix typo.usa2005-05-181-0/+4
* * dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu2005-05-181-0/+7
* * ChangeLog: fix typo.usa2005-05-171-1/+1
* * win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa2005-05-171-0/+5
* * process.c (proc_spawn_v): use rb_w32_aspawn on Win32.nobu2005-05-161-1/+3
* * parse.y (pragma_encoding): add prototype to suppress false warningnobu2005-05-161-1/+4
* * class.c (rb_class_init_copy): singleton class is disallowed to copy,nobu2005-05-161-1/+4
* * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu2005-05-161-0/+5
* * win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean2005-05-151-0/+4
* * lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr2005-05-151-0/+6
* use raise(exception) [ruby-dev:26164]seki2005-05-151-0/+5
* * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefsnobu2005-05-151-0/+5
* * lib/pathname.rb (Pathname#unlink): unlink a symlink to a directoryakr2005-05-151-0/+5
* * win32/win32.c (unixtime_to_filetime): deal with DST.nobu2005-05-151-0/+5
* * error.c (exc_exception, {exit,name_err,syserr}_initialize): callnobu2005-05-141-0/+5
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-0/+25
* * intern.h (ruby_pragma): prototype. [ruby-core:04881]nobu2005-05-141-0/+10
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-0/+11
* * eval.c (unknown_node): add volatile directive to prototype.nobu2005-05-131-1/+5
* * variable.c (generic_ivar_get): rb_attr_get should not warn.ocean2005-05-131-0/+5
* add ChangeLogocean2005-05-131-3/+8
* add ChangeLogocean2005-05-131-0/+14
* * ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5naruse2005-05-121-0/+4
* * lib/rdoc/parsers/parse_c.rb: more readability for mixingocean2005-05-121-0/+5
* * lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean2005-05-121-0/+5
* * version.c (ruby_show_version): flush for non-tty stdout.nobu2005-05-121-0/+4
* * eval.c (unknown_node): ignore broken NODE to get rid of accessingnobu2005-05-111-0/+6
* * eval.c (break_jump): break should not cross functions.matz2005-05-111-0/+5
* * lib/tempfile.rb (Tempfile#unlink): fixed typo.ocean2005-05-111-1/+5
* * eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings onnobu2005-05-101-0/+5
* * ext/tk/lib/tk/timer.rb: fix typonagai2005-05-081-0/+4
* * hash.c (Init_Hash): remove custom "hash" and "eql?".ocean2005-05-081-0/+5
* * lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass"ocean2005-05-081-0/+5
* * lib/mkmf.rb (have_var): no libs argument is given.nobu2005-05-071-0/+4
* * hash.c:rb_hash_hash_i() should be static. [ruby-core:04815]nobu2005-05-051-0/+7
* * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu2005-05-011-1/+4
* * ruby.c (process_sflag): replace '-' in variable names with '_'.nobu2005-05-011-0/+5