index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
2001-11-09
* win32/config.status.in: make CFLAGS same as Makefile's one.
usa
2001-11-08
* eval.c (rb_trap_eval): avoid annoying warning with signal.
nobu
2001-11-07
* dir.c (my_getcwd): do not rely on MAXPATHLEN.
matz
2001-11-03
* matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.
keiju
2001-11-01
* bignum.c (rb_big_aref): idx may be a Bignum.
matz
2001-10-31
* eval.c (exec_under): should initialize ruby_frame->self;
matz
2001-10-31
* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _old
matz
2001-10-30
* lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused by
wakou
2001-10-30
* eval.c (rb_f_eval): can't modify untainted binding.
matz
2001-10-29
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-22
* string.c (rb_str_index): wrong increment for non alphanumeric
matz
2001-10-21
* variable.c (remove_trace): should not access already freed area.
nobu
2001-10-16
* eval.c (rb_f_missing): check stack level with rb_stack_check().
nobu
2001-10-15
* parse.y (yylex): disallow alpha-numeric and mbchar for
nobu
2001-10-10
* parse.y (parse_quotedwords): %w(...) is not a string.
matz
2001-10-09
* eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.
matz
2001-10-09
* eval.c (thread_status_name): separated from
nobu
2001-10-04
* string.c (rb_str_aset): should maintain original negative
matz
2001-10-04
* ext/socket/socket.c (ruby_connect): EALREADY is the equivalent
eban
2001-10-02
* lib/ftools.rb (catname): allow trailing '/' for the destination.
eban
2001-10-02
* eval.c (rb_eval): should override existing class.
matz
2001-10-02
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-09-27
Thu Sep 27 09:04:44 2001 Guy Decoux <ts@moulon.inra.fr>
ts
2001-09-25
* win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...
usa
2001-09-19
010919
matz
2001-09-08
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-07
* lib/net/telnet.rb: waitfor(): improvement. thanks to
wakou
2001-09-07
* lib/net/telnet.rb: waitfor(): bug fix.
wakou
2001-09-06
* lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).
wakou
2001-09-06
* dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIR
nobu
2001-09-06
* class.c (rb_include_module): should check whole ancestors to
matz
2001-09-06
* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debug
knu
2001-09-06
* ext/digest/digest.c (rb_digest_base_s_digest,
knu
2001-09-06
* lib/jcode.rb (_regexp_quote): fix quote handling, again.
eban
2001-09-06
* file.c (rb_find_file_ext): add const qualifiers to ext.
nobu
2001-09-05
* lib/jcode.rb (_regexp_quote): fix quote handling.
eban
2001-09-05
* ruby.c (proc_options): should not adjust argc/argv if -e option
matz
2001-09-03
* intern.h (rb_find_file_ext): changed from rb_find_file_noext().
nobu
2001-09-03
* eval.c (rb_f_require): should check static linked libraries\
eban
2001-09-03
* io.c (rb_io_popen): accept integer flags as mode.
matz
2001-09-03
* error.c: unbreak the build on *BSD with gcc 3.0.1 by removing
knu
2001-09-01
* ruby.c (set_arg0): prevent SEGV when val is longer than the
nobu
2001-08-26
* dir.c (rb_glob_helper): merge from 1.7: traversed files twice
nobu
2001-08-24
* array.c (rb_ary_equal): check identiry equality first.
matz
2001-08-24
* dln.c (dln_strerror): fix a bug that sometimes made null message on
usa
2001-08-23
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-20
* ext/digest/sha2/extconf.rb: fix support for cross-compiling.
eban
2001-08-17
* parse.y (parse_regx): handle backslash escaping of delimiter here.
matz
2001-08-17
* win32/Makefile.sub: merge from 1.7: use del instead of rm.
usa
2001-08-16
* lib/resolv.rb, lib/resolv-replace.rb: Copy from 1.7.
knu
[prev]
[next]