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
2002-10-23
* eval.c (rb_eval): local_vars[-1] should protect body, not a
matz
2002-10-18
* parse.y (value_expr0): allow return/break/next/redo/retry in rhs
nobu
2002-10-17
* hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ on
knu
2002-10-17
* eval.c (rb_eval): need to push empty varmap node only when
matz
2002-10-10
* win32/win32.c (win32_fclose, win32_close): use closesocket()
nobu
2002-10-10
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.
eban
2002-10-10
* eval.c (ruby_init): Init_stack() with local location.
nobu
2002-10-07
* bignum.c (bigdivrem): bignum zero's len should not be 0.
matz
2002-10-07
* bignum.c (bigdivmod): wrong condition check for Bignum zero.
matz
2002-10-05
* eval.c (rb_load): should not pass block to the loaded file.
aamine
2002-10-04
* configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.
eban
2002-10-03
* ext/tcltklib/tcltklib.c (invoke_queue_handler): make singleton
nobu
2002-10-02
* configure.in: set ac_cv_func_setitimer to "no" on Cygwin.
eban
2002-10-01
* ext/socket/socket.c (sock_new): duplicate underlying socket
nobu
2002-10-01
* regex.c (re_match): p1 may exceed pend limit.
matz
2002-09-25
* eval.c (ruby_run): should set toplevel visibility again here.
matz
2002-09-22
* lib/mkmf.rb: some backports.
nobu
2002-09-15
* win32/win32.c (opendir): Corresponds to the unjust path containing ".
H_Konishi
2002-09-11
* lib/mkmf.rb (create_makefile): Merge from 1.7: link with
usa
2002-09-11
* eval.c (rb_trap_eval): preserve thread status and so on.
nobu
2002-09-11
* lib/open3.rb: Merge from 1.7: Turn sync on for the writer
knu
2002-09-11
* lib/thread.rb: Merge from 1.7: Get rid of race condition in
knu
2002-09-11
* lib/tempfile.rb: Merge from 1.7: Add Tempfile#size.
knu
2002-09-09
* win32/win32.h (S_I?USR): define only if not mingw32.
eban
2002-09-09
* win32/win32.c (do_spawn): fix the bug which the environment variables
usa
2002-09-08
* dir.c (rb_glob): add prototype of 2nd argument to avoid VC++ warning.
usa
2002-09-07
* misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexp
nobu
2002-09-06
* parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c.
aamine
2002-09-06
* parse.y (rb_gc_mark_parser): should mark all global variables in parse.y.
aamine
2002-09-05
* file.c (rb_path_check): nothing to check under DOSISH.
nobu
2002-09-05
* gc.c (rb_gc): should mark parser.
aamine
2002-09-05
* eval.c (rb_eval): overriding false constant with class/module
nobu
2002-09-02
* gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.
aamine
2002-08-25
* lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.
wakou
2002-08-24
* lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.
akr
2002-08-21
* eval.c (rb_thread_cleanup): should not modify the global
matz
2002-08-20
* file.c (rb_file_s_expand_path): accept drive letter on Cygwin.
eban
2002-08-19
* misc/inf-ruby.el (inf-ruby-keys): ruby-send-definition
nobu
2002-08-19
* array.c (sort_2): comparison should be done as signed long.
matz
2002-08-19
* array.c (sort_2): *a - *b may overflow.
matz
2002-08-19
particular symbol for win32_exception_list.
nobu
2002-08-19
* eval.c (rb_thread_save_context, rb_thread_restore_context):
nobu
2002-08-12
* hash.c (rb_hash_equal): should check default values.
matz
2002-08-01
* io.c (io_fread): return value was longer when EWOULDBLOCK
nobu
2002-07-31
* eval.c (rb_undef): undef should be done for klass, not ruby_class.
matz
2002-07-30
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returns
eban
2002-07-11
* eval.c (rb_eval): fixed line number in string interpolation.
nobu
2002-07-11
* parse.y (yylex): should pushback proper char after '<<'.
nobu
2002-07-11
* string.c (rb_str_slice_bang): if there's no corresponding
matz
2002-07-05
* lib/cgi.rb (CGI#initialize): improvement for mod_ruby.
wakou
[prev]
[next]