| Commit message (Expand) | Author | Age | Files | Lines |
* | defs/gmake.mk: serialize test targets. | nobu | 2013-03-06 | 1 | -0/+1 |
* | GNUmakefile.in: new template | nobu | 2013-03-06 | 1 | -0/+6 |
* | ruby.pc.in: reorder | nobu | 2013-02-22 | 1 | -9/+9 |
* | configure.in: sitearch | nobu | 2013-02-11 | 1 | -0/+1 |
* | configure.in: multiarch option | nobu | 2013-02-06 | 1 | -0/+4 |
* | configure.in: arch dependent library directory options | nobu | 2013-02-06 | 1 | -6/+9 |
* | configure.in: RUBY_VERSION_NAME | nobu | 2013-02-06 | 1 | -0/+1 |
* | id.h.tmpl: ID2ATTRSET | nobu | 2012-12-21 | 1 | -0/+2 |
* | id.def: check duplication | nobu | 2012-12-21 | 2 | -2/+2 |
* | id.def: other scope ID | nobu | 2012-12-21 | 2 | -11/+13 |
* | id.c: generate | nobu | 2012-12-04 | 2 | -36/+32 |
* | id.h.tmpl: remove unused id | nobu | 2012-12-04 | 1 | -2/+0 |
* | id.h.tmpl: move empty? | nobu | 2012-12-03 | 1 | -4/+4 |
* | vm_method.c: make initialize methods private | nobu | 2012-12-01 | 1 | -0/+4 |
* | Drop executable bits of files that are not executable. | knu | 2012-11-22 | 1 | -0/+0 |
* | encoding.c: unicode_p | nobu | 2012-10-06 | 1 | -1/+1 |
* | * template/Doxyfile.tmpl: remove SHOW_DIRECTORIES and | takano32 | 2012-10-05 | 1 | -2/+0 |
* | * insns.def: add new instruction `opt_empty_p' for optimize `empty?' | ko1 | 2012-09-26 | 1 | -0/+1 |
* | id.h: independent from parse.h | nobu | 2012-08-31 | 1 | -51/+30 |
* | generic_erb.rb: --vpath option | nobu | 2012-08-25 | 1 | -15/+4 |
* | id.h.tmpl: preserved ids | nobu | 2012-08-17 | 1 | -1/+25 |
* | id.h.tmpl: joke method names | nobu | 2012-08-17 | 1 | -4/+2 |
* | * id.c: move vm_opts.h dependency. | nobu | 2012-08-17 | 1 | -6/+0 |
* | fake.rb.in: remove duplications | nobu | 2012-08-09 | 1 | -3/+3 |
* | * template/Doxyfile.tmpl (EXCLUDE_PATTERNS): exclude files only for tests. | nobu | 2012-05-03 | 1 | -2/+2 |
* | * template/Doxyfile.tmpl: exclude generated files. | nobu | 2012-05-03 | 1 | -2/+2 |
* | method_ids | nobu | 2012-03-14 | 1 | -24/+21 |
* | * template/ruby.pc.in: added rubylibprefix, {rubylib,vendor,site}dir | nobu | 2012-02-21 | 1 | -0/+7 |
* | * template/Doxyfile.tmpl (INCLUDE_PATH): add srcdir and include. | nobu | 2011-11-09 | 1 | -6/+6 |
* | * template/yarvarch.ja: | ayumin | 2011-09-08 | 1 | -201/+201 |
* | * template/fake.rb.in (CROSS_COMPILING): get rid of NameError. | nobu | 2011-02-11 | 1 | -1/+1 |
* | * template/id.h.tmpl: parenthesize macro arguments. | akr | 2011-01-26 | 1 | -1/+1 |
* | * template/fake.rb.in (ruby): suppress warnings. | nobu | 2011-01-23 | 1 | -2/+6 |
* | * template/id.h.tmpl: suppress all warning: "SUPPORT_JOKE" is not | kazu | 2010-12-12 | 1 | -2/+4 |
* | * template/id.h.tmpl (ruby_method_ids): suppress warnings. | nobu | 2010-12-10 | 1 | -2/+2 |
* | * template/ruby.pc.in (arch, sitearch): reordered. | nobu | 2010-11-05 | 1 | -2/+2 |
* | * configure.in (ruby_pc): erase runtime-defined variables and | nobu | 2010-10-30 | 1 | -1/+3 |
* | * win32/Makefile.sub (ruby_pc): ignore missing variables. | nobu | 2010-10-30 | 1 | -0/+4 |
* | * template/ruby.pc.in (Libs): needs DLDFLAGS. | nobu | 2010-10-26 | 1 | -1/+2 |
* | * Makefile.in (pkgconfig-data): create pkg-config metadata file. | nobu | 2010-10-25 | 1 | -0/+30 |
* | * ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441. | naruse | 2010-08-03 | 1 | -1/+1 |
* | * template/fake.rb.in: get rid of embeding an absolute path. | nobu | 2010-07-21 | 1 | -2/+3 |
* | * id.c (Init_id): add underscore name. | nobu | 2010-06-20 | 1 | -1/+4 |
* | * template/fake.rb.in: no need for hook if extmk. | nobu | 2010-04-24 | 1 | -12/+14 |
* | * template/fake.rb.in: not define $extout to make target in cwd. | nobu | 2010-04-06 | 1 | -4/+5 |
* | * template/fake.rb.in: hooks for extconf.rb. | nobu | 2010-04-06 | 1 | -0/+24 |
* | * insns.def: Change the operand type of setinlinecache | ko1 | 2010-02-24 | 1 | -12/+0 |
* | * include/ruby/intern.h (rb_strerrno): declared. | akr | 2009-11-24 | 1 | -2/+2 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -10/+10 |
* | * template/Doxyfile.tmpl: RbConfig::CONFIG['DOT'] is sometimes nil. | usa | 2009-09-16 | 1 | -1/+1 |