| Age | Commit message (Expand) | Author |
| 2001-08-16 | * LEGAL, ext/Setup*, ext/digest/*: Merge from 1.7: Import digest | knu |
| 2001-08-15 | * lib/mkmf.rb: add -I$(srcdir) to CPPFLAGS. | usa |
| 2001-08-14 | * string.c (rb_str_cmp): remove needless conditional. | matz |
| 2001-08-11 | * object.c (rb_obj_inspect): merge from 1.7: remove useless space. | nobu |
| 2001-08-07 | * win32/win32.h: fix problems with BC++ (ruby-bugs#PR161). | usa |
| 2001-08-06 | * eval.c (rb_mark_end_proc): should mark ruby_cref, maybe should | matz |
| 2001-08-06 | * struct.c (rb_struct_modify): should check frozen and taint | matz |
| 2001-08-01 | * win32/Makefile.sub: changed path separator of $LIB to '\'. | usa |
| 2001-07-31 | * marshal.c (marshal_load): ruby_verbose test should be wrapped by | matz |
| 2001-07-31 | * file.c (rb_file_s_expand_path): expanded path should not end | nobu |
| 2001-07-27 | * eval.c (rb_provided): extension should be guessed using | matz |
| 2001-07-27 | * eval.c (rb_eval): add CHECK_INTS before next, redo, retry to | matz |
| 2001-07-26 | * file.c (rb_find_file_noext, rb_find_file): fix tilde expansion | eban |
| 2001-07-24 | * ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory for | knu |
| 2001-07-24 | * eval.c (rb_provide_feature): should not tweak extension used for | matz |
| 2001-07-22 | * ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new make | knu |
| 2001-07-20 | * gc.c (ruby_xrealloc): fix a dangling bug which led memory | knu |
| 2001-07-20 | * win32/config.h.in: merge from 1.7: add SIZEOF___INT64 definition. | usa |
| 2001-07-19 | * lib/irb/input-method: patch to irb to remove blank lines from | keiju |
| 2001-07-18 | new files added: doc/net/http.rd.ja pop.rd.ja smtp.rd.ja | aamine |
| 2001-07-18 | * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and | matz |
| 2001-07-17 | modify checkin miss. | aamine |
| 2001-07-17 | * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don't | usa |
| 2001-07-16 | * eval.c (proc_invoke): should preserve iter status for embedded | matz |
| 2001-07-13 | aamine | aamine |
| 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 and | knu |
| 2001-07-13 | * missing/strstr.c, missing/strtol.c: Merge from 1.7: replace with | knu |
| 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 of | eban |
| 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-08 | aamine | aamine |
| 2001-07-06 | * eval.c (rb_f_require): move rb_file_s_expand_path from | matz |
| 2001-07-06 | * lib/tempfile.rb: merge from 1.7: do not delete a used tempfile | knu |
| 2001-07-05 | * ext/readline/readline.c (readline_event): merge from 1.7: a | knu |
| 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, not | matz |
| 2001-06-29 | * lex.c (rb_reserved_word): lex_state after tRESCUE should be | matz |
| 2001-06-27 | * lib/matrix.rb: resolve 'ruby -w' warnings. | keiju |
| 2001-06-26 | sorry, check in miss. | aamine |
| 2001-06-26 | aamine | aamine |
| 2001-06-23 | * lib/thread.rb: Synchronize with HEAD. The last change | knu |
| 2001-06-22 | * ext/socket/socket.c (ruby_connect): workaround for the setup of | eban |
| 2001-06-22 | * lib/irb/locale.rb: fix for require "kconv" problem | keiju |
| 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 |