summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-01-19* lib/shellwords.rb (shellwords): A backslash ('\') in singleknu
2003-01-18* bignum.c (rb_cstr_to_inum): should not erase all 0s, butnobu
2003-01-16* sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitializedknu
2003-01-15* enum.c (enum_all): now works without block.matz
2003-01-15* configure.in (ARCHFILE): set even unless --enable-shared onnobu
2003-01-14* eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu
2003-01-14* parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.matz
2003-01-13* io.c (next_argv): not always set binmode.nobu
2003-01-12* ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban
2003-01-12* io.c (next_argv): inherit binmode from $defout.eban
2003-01-11* ext/dl/lib/dl/win32.rb: compatibility improvement.eban
2003-01-10* configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu
2003-01-09* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): syntaxnobu
2003-01-09* configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.nobu
2003-01-09* configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu
2003-01-09* eval.c (rb_eval): should not discard nested NODE_BLOCK.matz
2003-01-09* parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node.matz
2003-01-09* st.h, st.c: Back out the introduction of st_*_func_t. Someknu
2003-01-08* ext/Win32API/lib/win32/registry.rb: added. [new]usa
2003-01-08* eval.c: remove ruby_last_node and assignments seems to bematz
2003-01-07* eval.c (svalue_to_avalue): should return converted array.matz
2003-01-07* hash.c (env_clear): new Hash compatible method.matz
2003-01-06* eval.c (rb_f_local_variables): skip $_, $~ and flip states innobu
2003-01-06[Forced commit]knu
2003-01-06* st.h, st.c: Introduce new conventional typedef's, st_data_t,knu
2003-01-06* intern.h (rb_check_array_type): Declare rb_check_array_type().knu
2003-01-06* file.c: improve DOSISH drive letter support.usa
2003-01-06* lib/fileutils.rb (ln): add ' -f' in the verbose message.eban
2003-01-06* process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn()usa
2003-01-05commit missnobu
2003-01-05*** empty log message ***nobu
2003-01-05* struct.c (make_struct): needs meta class.nobu
2003-01-05* lib/fileutils.rb (ln): `argv' is not a argument.eban
2003-01-05* ext/extmk.rb (extmake): set $0 temporarily while loadingnobu
2003-01-05* instruby.rb: need paren in regexp(make -n install).eban
2003-01-05* ruby.c (ruby_init_loadpath): under Windows, get the modulenobu
2003-01-04FLUSH_REGISTER_WINDOWS must not be empty. Set to NULL instead.knu
2003-01-04* defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call anknu
2003-01-04* file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32.usa
2003-01-04* process.c (rb_proc_exec): use same logic as DJGPP on win32 ports.usa
2003-01-04* configure.in: set rb_cv_need_io_flush_between_seek=yes.usa
2003-01-03* file.c (rb_file_s_lchmod): get rid of gcc-3 -O3 warning.nobu
2003-01-03* process.c (rb_proc_times): need to initialize first.nobu
2003-01-02commit missnobu
2003-01-02* regex.c (re_match):nobu
2003-01-02* eval.c (bmcall): arguments should be an array.nobu
2003-01-01* configure.in: better DJGPP support. add GNUmakefile.eban
2003-01-01* eval.c (massign): removed awkward conversion between yvalue,matz
2002-12-31Fix one more.knu
2002-12-31Fix typos.knu