summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-01-19* lib/shellwords.rb (shellwords): A backslash ('\') in singleknu
2003-01-182003-01-18eban
2003-01-18* bignum.c (rb_cstr_to_inum): should not erase all 0s, butnobu
2003-01-17Added RDoc comments. See comments at EOF for TODOs.gsinclair
2003-01-17Added RDoc comments. Several issues exist: see comments at EOF.gsinclair
2003-01-17Added RDoc comments. Several TODOs remain; see comments at EOF.gsinclair
2003-01-162003-01-17knu
2003-01-16* sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitializedknu
2003-01-162003-01-16eban
2003-01-16Update Copyright to 2003, too.usa
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-15* enum.c (enum_all): now works without block.matz
2003-01-152003-01-15nobu
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-142003-01-14eban
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-12Check the return value of dlopen().ttate
2003-01-12* io.c (next_argv): inherit binmode from $defout.eban
2003-01-11Correct the description about type specifiers.ttate
2003-01-11* ext/dl/lib/dl/win32.rb: compatibility improvement.eban
2003-01-112003-01-11eban
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-09adjust indentationnobu
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-092003-01-09eban
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-082003-01-08eban
2003-01-08* eval.c: remove ruby_last_node and assignments seems to bematz
2003-01-08* range.c (range_each): treat fixnums specially to boost.matz
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-072003-01-07eban
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-062003-01-06eban
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