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-03-16
* configure.in: Set SOLIBS properly for all ELF and
knu
2001-03-14
* eval.c (rb_thread_schedule): raise FATAL just once to
matz
2001-03-14
* eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so that
matz
2001-03-13
* dir.c (rb_glob_helper): fix drive letter handling on DOSISH.
eban
2001-03-13
aamine
aamine
2001-03-13
* io.c (argf_seek): wrong calling sequence of rb_io_seek().
matz
2001-03-12
* lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.
eban
2001-03-10
* lib/mkmf.rb (install_rb): fix handling of destination path.
eban
2001-03-09
* math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin.
eban
2001-03-08
aamine
aamine
2001-03-07
* math.c (math_log, math_log10): should return NaN if x < 0.0
eban
2001-03-06
* parse.y (primary): rescue and ensure clauses should be allowed
matz
2001-03-05
* win32/win32.c (gettimeofday): use GetLocalTime() instead of ftime()
eban
2001-03-04
Merge from HEAD. (ext/extmk.rb.in 1.38, lib/mkmf.rb 1.41)
knu
2001-03-04
* string.c (trnext): support backslash escape in String#tr.
eban
2001-02-28
* string.c (rb_str_delete_bang): delete! should take at least 1
matz
2001-02-27
* eval.c (ev_const_get): retrieve Object's constant if no current
matz
2001-02-26
* eval.c (proc_call): should not modify ruby_block->frame.iter
matz
2001-02-25
Mon Feb 26 05:27:52 2001 Wakou Aoyama <wakou@fsinet.or.jp>
wakou
2001-02-25
Mon Feb 26 04:55:50 2001 Wakou Aoyama <wakou@fsinet.or.jp>
wakou
2001-02-24
* file.c (rb_file_s_rename): avoid Cygwin's bug.
eban
2001-02-24
* win32/win32.c (myrename): fix error handling.
eban
2001-02-24
aamine
aamine
2001-02-23
aamine
aamine
2001-02-23
aamine
aamine
2001-02-22
aamine
aamine
2001-02-20
* bignum.c (rb_big2long): should not raise RangeError for Bignum
matz
2001-02-19
* string.c (rb_str_substr): "a"[1,2] should return ""; need
matz
2001-02-19
* eval.c (secure_visibility): visibility check for untainted modules.
matz
2001-02-18
* ext/curses/extconf.rb: add dir_config.
eban
2001-02-16
* io.c (set_outfile): f should be the FILE* from the assigning value.
matz
2001-02-15
* lib/cgi/session.rb (close): fixed reversed condition.
shugo
2001-02-14
* lib/net/imap.rb: supports unknown resp_text_code.
shugo
2001-02-13
* dir.c (lstat): should use rb_sys_stat if lstat(2) is not
eban
2001-02-13
aamine
aamine
2001-02-13
* parse.y (primary): preserve and clear in_single and in_def using
matz
2001-02-11
* configure.in: add ac_cv_func_getpgrp_void=yes on DJGPP.
eban
2001-02-11
* eval.c (stack_length): use __builtin_frame_address() only if
eban
2001-02-09
* win32/win32.c (win32_stat): replace stat for enable when pathname
usa
2001-02-09
ruby.c (ruby_init_loadpath): convert '\' to '/'
eban
2001-02-08
* win32/config.h.in (inline): add inline definition.
usa
2001-02-08
* win32/config.h.in (inline): renamed from INLINE.
usa
2001-02-08
lib/mkmf.rb (create_makefile): add srcdir.
eban
2001-02-08
* parse.y (parse_quotedwords): %w should allow parenthesis escape.
matz
2001-02-06
aamine
aamine
2001-02-02
* win32/win32.c (isInternalCmd): ignore case for shell's internal command. (m...
usa
2001-02-02
* eval.c (POP_VARS): propagate DVAR_DONT_RECYCLE, if
matz
2001-01-31
gcc-2.95.2-7(cygwin) support.
eban
2001-01-23
* gc.c (rb_gc_call_finalizer_at_exit): should finalize objects in
matz
2001-01-22
* mkconfig.rb: autoconf 2.49 support.
eban
[prev]
[next]