| Commit message (Expand) | Author | Age | Files | Lines |
| * | * eval.c (rb_call): check protected visibility based on real self, | matz | 2006-10-04 | 1 | -0/+5 |
| * | * parse.y (mlhs): should interpret single parenthesized left hand | matz | 2006-10-04 | 1 | -0/+5 |
| * | * test/optparse/test_getopts.rb: changed the class name of test case | nobu | 2006-10-03 | 1 | -0/+5 |
| * | * lib/test/unit/testcase.rb (Test::Unit::TestCase.suite): test name | nobu | 2006-10-03 | 1 | -0/+5 |
| * | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu | 2006-10-02 | 1 | -1/+4 |
| * | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS): | nobu | 2006-10-02 | 1 | -0/+7 |
| * | * instruby.rb: batfile should be CRLF'ed. | usa | 2006-10-02 | 1 | -0/+4 |
| * | * common.mk (test-all): separate directory where running test cases | nobu | 2006-10-01 | 1 | -0/+11 |
| * | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu | 2006-10-01 | 1 | -0/+5 |
| * | * array.c (rb_ary_shift): should not move memory region if array | matz | 2006-10-01 | 1 | -0/+6 |
| * | * lib/optparse.rb (OptionParser#make_switch): pass arguments directly. | nobu | 2006-10-01 | 1 | -0/+4 |
| * | updated based on date2 3.9.4. | tadf | 2006-09-30 | 1 | -0/+4 |
| * | * jcode.rb (succ!): call original succ! if $KCODE == 'n'. | eban | 2006-09-29 | 1 | -5/+5 |
| * | * lib/mkmf.rb (try_func): revert fallback checking undeclared function. | nobu | 2006-09-29 | 1 | -1/+6 |
| * | * lib/jcode.rb: need to initialize SUCC['n']. | eban | 2006-09-29 | 1 | -0/+5 |
| * | * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat by | nobu | 2006-09-29 | 1 | -2/+3 |
| * | * ext/extmk.rb: extout is needed for also clean. | nobu | 2006-09-29 | 1 | -1/+4 |
| * | * lib/optparse.rb (parse_in_order): splat arguments to callback block. | nobu | 2006-09-29 | 1 | -0/+4 |
| * | * node.h (struct thread): declare win32_exception_list on cygwin and | nobu | 2006-09-28 | 1 | -0/+6 |
| * | * lib/tmpdir.rb: use return value of getdir.call for length. | usa | 2006-09-28 | 1 | -0/+4 |
| * | * lib/mkmf.rb (try_func): check function pointer first and macro next. | nobu | 2006-09-26 | 1 | -0/+6 |
| * | * lib/optparse.rb (OptionParser#getopts): use strings as key. | nobu | 2006-09-26 | 1 | -0/+5 |
| * | * {win32,wince}/Makefile.sub (CPP): check predefined value. | usa | 2006-09-26 | 1 | -1/+1 |
| * | * win32/Makefile.sub (CPP): check predefined value. | usa | 2006-09-26 | 1 | -0/+4 |
| * | * lib/mkmf.rb (init_mkmf): set default $LDFLAGS. Patch by Michal | nobu | 2006-09-25 | 1 | -1/+4 |
| * | * file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913] | nobu | 2006-09-25 | 1 | -2502/+2506 |
| * | * array.c (rb_ary_shift): should clear shifting top element. | matz | 2006-09-24 | 1 | -0/+8 |
| * | * random.c (rb_f_rand): RDoc typo fix. a patch from Frederick | matz | 2006-09-24 | 1 | -0/+5 |
| * | * gc.c (gc_mark_children): revert last change that for 1.9 | matz | 2006-09-24 | 1 | -5/+0 |
| * | add ML entry | matz | 2006-09-24 | 1 | -0/+1 |
| * | * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE. | matz | 2006-09-24 | 1 | -0/+4 |
| * | * runruby.rb: extension library scripts moved into common directory. | nobu | 2006-09-24 | 1 | -1/+5 |
| * | * node.h (struct thread): ia64 support is broken by sandbox patch. | akr | 2006-09-24 | 1 | -0/+4 |
| * | updated based on date2 3.9.3. | tadf | 2006-09-24 | 1 | -0/+4 |
| * | * eval.c (rb_thread_save_context, rb_thread_restore_context): | why | 2006-09-23 | 1 | -0/+19 |
| * | * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content | matz | 2006-09-23 | 1 | -0/+5 |
| * | * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597] | matz | 2006-09-22 | 1 | -0/+4 |
| * | updated based on date2 3.9.2. | tadf | 2006-09-22 | 1 | -0/+4 |
| * | * .cvsignore: ignore timestamp files and installed list file. | nobu | 2006-09-21 | 1 | -0/+4 |
| * | * instruby.rb: include FileUtils unconditionally. | nobu | 2006-09-21 | 1 | -0/+4 |
| * | * common.mk (no-install): not install rdoc actually. | nobu | 2006-09-21 | 1 | -0/+10 |
| * | * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in | matz | 2006-09-21 | 1 | -0/+8 |
| * | * common.mk (pre-install-doc): create data directory before install. | nobu | 2006-09-20 | 1 | -0/+8 |
| * | * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define | usa | 2006-09-20 | 1 | -0/+5 |
| * | * lib/net/imap.rb: allow extra spaces in responses. | shugo | 2006-09-20 | 1 | -0/+5 |
| * | * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter | matz | 2006-09-20 | 1 | -0/+6 |
| * | * lib/fileutils.rb: backport from HEAD (rev 1.71). | aamine | 2006-09-18 | 1 | -0/+7 |
| * | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu | 2006-09-18 | 1 | -2483/+2493 |
| * | * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modified | nobu | 2006-09-17 | 1 | -0/+5 |
| * | * common.mk (install-doc): reverted. | nobu | 2006-09-17 | 1 | -0/+8 |