summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2001-07-18* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz
2001-07-17modify checkin miss.aamine
2001-07-17* ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa
2001-07-16* eval.c (proc_invoke): should preserve iter status for embeddedmatz
2001-07-13aamineaamine
2001-07-13* ext/extmk.rb.in: support multi-level ext/ directories.knu
2001-07-13* lib/mkmf.rb: use File::split to split a target into a prefix andknu
2001-07-13* missing/strstr.c, missing/strtol.c: Merge from 1.7: replace withknu
2001-07-13* eval.c: wrapper modifies updated to 1.7 changes.matz
2001-07-12* ext/socket/socket.c (ruby_connect): workaround for the setup ofeban
2001-07-09* lib/mkmf.rb: modify RM macro.eban
2001-07-09* ext/extmk.rb.in: modify RM macro.eban
2001-07-08* ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().knu
2001-07-08aamineaamine
2001-07-06* eval.c (rb_f_require): move rb_file_s_expand_path frommatz
2001-07-06* lib/tempfile.rb: merge from 1.7: do not delete a used tempfileknu
2001-07-05* ext/readline/readline.c (readline_event): merge from 1.7: aknu
2001-07-03* lib/find.rb: merge from 1.7: rescue Errno::EACCES as well.knu
2001-07-03* lib/mathn.rb: merge from 1.7: add Rational#inspect().knu
2001-07-03* lib/mkmf.rb: distclean should remove mkmf.log as well.knu
2001-07-02* eval.c (rb_eval_string_wrap): extend new ruby_top_self, notmatz
2001-06-29* lex.c (rb_reserved_word): lex_state after tRESCUE should bematz
2001-06-27* lib/matrix.rb: resolve 'ruby -w' warnings.keiju
2001-06-26sorry, check in miss.aamine
2001-06-26aamineaamine
2001-06-23* lib/thread.rb: Synchronize with HEAD. The last changeknu
2001-06-22* ext/socket/socket.c (ruby_connect): workaround for the setup ofeban
2001-06-22* lib/irb/locale.rb: fix for require "kconv" problemkeiju
2001-06-22* st.c (new_size): prime hash size enabled.matz
2001-06-19* gc.c (rb_setjmp): avoid GCC 3.0 warnings.eban
2001-06-19* eval.c (rb_f_require): searches ".rb" and ".so" at the samematz
2001-06-12* lib/mkmf.rb: target_prefix is only for installation, not forknu
2001-06-11* hash.c (ruby_setenv): readline library leaves their environmentmatz
2001-06-11* confgure.in: add RUBY_CANONICAL_BUILD.eban
2001-06-06* eval.c (rb_load): should check if tainted even when wrap ismatz
2001-06-05* eval.c (rb_add_method): should not call rb_secure(), formatz
2001-06-05* ext/etc/extconf.rb: use egrep_cpp.eban
2001-06-05* marshal.c (r_object): wrong type check for modules.matz
2001-06-04stable release 1.6.4matz
2001-06-04* regex.c (re_compile_pattern): should push option modifier at thematz
2001-06-03 * lib/shellwords.rb: don't destroy argument.wakou
2001-06-02* lib/cgi/session.rb: don't use module_function for Class.shugo
2001-06-01* irb messages: fix typos.keiju
2001-06-01* hash.c (replace_i): ignore when key == Qundef.matz
2001-06-01* file.c (rb_file_s_unlink): should not allow if $SAFE >= 2.matz
2001-06-01* configure.in: use waitpid on mingw32.eban
2001-05-31* mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.eban
2001-05-30* dln.c: #define S_ISDIR if not defined.usa
2001-05-30* configure.in: default --with-libc_r to `no' until the problem isknu
2001-05-29* regex.c (re_compile_pattern): * \1 .. \9 should bematz