| Commit message (Expand) | Author | Age | Files | Lines |
| * | better error message | knu | 2007-02-28 | 1 | -1/+1 |
| * | * ext/digest/digest.c (get_digest_base_metadata): Allow inheriting | knu | 2007-02-28 | 2 | -4/+14 |
| * | * mkconfig.rb (patchlevel): read from version.h. | nobu | 2007-02-28 | 3 | -5/+14 |
| * | * configure.in (ac_cv_func_fcntl): fcntl support for MinGW. | eban | 2007-02-28 | 1 | -0/+1 |
| * | * configure.in (ac_cv_func_fcntl): fcntl support for MinGW. | eban | 2007-02-28 | 2 | -2/+9 |
| * | * pack.c (pack_unpack): properly ignore non-base64 octets such as | shyouhei | 2007-02-28 | 2 | -8/+21 |
| * | * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h. | usa | 2007-02-28 | 2 | -2/+6 |
| * | * lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc) | usa | 2007-02-28 | 2 | -5/+12 |
| * | * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system | nobu | 2007-02-28 | 11 | -36/+77 |
| * | * enum.c (take_i): small cosmetic / documentation patch from | matz | 2007-02-27 | 2 | -6/+7 |
| * | * ChangeLog: add name of bug reporter. | usa | 2007-02-27 | 1 | -1/+1 |
| * | * test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. use | usa | 2007-02-27 | 3 | -4/+9 |
| * | * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL'] | shyouhei | 2007-02-27 | 5 | -4/+64 |
| * | * configure.in (--enable-auto-image-base): avoid the neccessity to | eban | 2007-02-27 | 2 | -1/+8 |
| * | * util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi(). | eban | 2007-02-27 | 3 | -1/+10 |
| * | * common.mk (error.c, process.c): depend on yarvcore.h and rubysig.h. | usa | 2007-02-27 | 2 | -22/+24 |
| * | * ext/nkf/nkf.c (rb_str_resize, rb_nkf_kconv, rb_nkf_guess1, | knu | 2007-02-27 | 2 | -5/+12 |
| * | * lib/base64.rb (Base64::b64encode): Fix documentation; submitted | knu | 2007-02-27 | 2 | -1/+6 |
| * | * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warnings | knu | 2007-02-27 | 5 | -6/+19 |
| * | * enum.c (enum_take): new method. [ruby-dev:30407] | matz | 2007-02-27 | 2 | -0/+125 |
| * | * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield(). | ko1 | 2007-02-26 | 7 | -30/+40 |
| * | * 2007-02-27 | eban | 2007-02-26 | 1 | -3/+3 |
| * | * test/ruby/test_optimization.rb: restore method before calling assert_equal. | aamine | 2007-02-26 | 2 | -84/+34 |
| * | * yarvcore.h: add rb_thread_t#top_wrapper, top_self. | ko1 | 2007-02-25 | 9 | -27/+70 |
| * | * common.mk: change "gdb" rule. You can debug miniruby with | ko1 | 2007-02-25 | 3 | -7/+16 |
| * | * win32/Makefile.sub: enable -Zi (debug) option. | ko1 | 2007-02-25 | 2 | -1/+5 |
| * | * ruby.h: define RUBY_VM macro and remove NATIVETHREAD* macros. | ko1 | 2007-02-25 | 4 | -38/+11 |
| * | * thread.c (rb_thread_run): fix to ANSI style. | ko1 | 2007-02-25 | 2 | -2/+5 |
| * | * bootstraptest/runner.rb: show source code in error message. | aamine | 2007-02-25 | 2 | -5/+24 |
| * | * yarvcore.h: | ko1 | 2007-02-25 | 11 | -103/+136 |
| * | * bootstraptest/runner.rb: add lib/ to load path. | aamine | 2007-02-25 | 2 | -4/+7 |
| * | * rubyio.h (HAVE_RB_IO_T): macro to tell if rb_io_t is defined. | nobu | 2007-02-25 | 2 | -0/+6 |
| * | * common.mk: new target "btest", to run bootstraptests. | aamine | 2007-02-24 | 2 | -0/+9 |
| * | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 15 | -174/+176 |
| * | * bootstraptest/runner.rb: new option -v,--verbose. | aamine | 2007-02-24 | 2 | -2/+11 |
| * | * yarvtest/test_method.rb: removed (merged to bootstraptest). | aamine | 2007-02-24 | 3 | -1399/+6 |
| * | * thread.c (DEBUG_OUT): leave pointer size to runtime. | nobu | 2007-02-24 | 1 | -1/+1 |
| * | * file.c (rb_thread_flock, rb_file_flock): use UBF feature. | nobu | 2007-02-24 | 2 | -45/+23 |
| * | * bootstraptest/test_class.rb: new file. | aamine | 2007-02-24 | 3 | -1/+250 |
| * | * file.c (rb_thread_flock, rb_file_flock): use UBF feature. | nobu | 2007-02-24 | 1 | -1/+3 |
| * | * process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature. | nobu | 2007-02-24 | 4 | -19/+52 |
| * | * intern.h (rb_thread_blocking_region): add prototype. | nobu | 2007-02-24 | 5 | -14/+40 |
| * | * thread.c (rb_thread_debug): added runtime debugging flag. | nobu | 2007-02-24 | 2 | -3/+37 |
| * | * parse.y (f_arg, opt_f_block_arg): ripper should export VALUE. | aamine | 2007-02-24 | 2 | -1/+17 |
| * | * bootstraptest/runner.rb: fix syntax error. | aamine | 2007-02-24 | 2 | -1/+5 |
| * | * bootstraptest/runner.rb: new option --help. | aamine | 2007-02-24 | 2 | -0/+11 |
| * | * bootstraptest: new test suite. | aamine | 2007-02-24 | 4 | -0/+573 |
| * | * win32/win32.c (StartSocket): remove unnecessary code. | usa | 2007-02-24 | 2 | -9/+4 |
| * | * parse.y (struct local_vars): remove unused nofree member from | matz | 2007-02-24 | 2 | -4/+8 |
| * | * lib/thread.rb (ConditionVariable#broadcast): use Mutex | shugo | 2007-02-24 | 4 | -4/+17 |