| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | codesign | nobu | 2012-05-07 | 1 | -0/+2 |
* | distclean verconf.h | nobu | 2012-05-03 | 1 | -1/+1 |
* | * Makefile.in (reconfig, config.status): not depend on | nobu | 2012-04-17 | 1 | -1/+1 |
* | * Makefile.in ($(LIBRUBY_A)): fix typo. | kazu | 2012-04-06 | 1 | -1/+1 |
* | * win32/Makefile.sub (newline.c, miniprelude.c): search from source | nobu | 2012-03-26 | 1 | -0/+3 |
* | remove a trailing space [ci skip] | kazu | 2012-03-16 | 1 | -1/+1 |
* | re-configure | nobu | 2012-03-13 | 1 | -1/+3 |
* | define PLATFORM_DIR if needed | nobu | 2012-02-29 | 1 | -1/+1 |
* | clean-platform | nobu | 2012-02-29 | 1 | -1/+1 |
* | * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory. | shirosaki | 2012-02-28 | 1 | -0/+4 |
* | * common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platform | usa | 2011-12-14 | 1 | -0/+2 |
* | * Makefile.in (CFLAGS): append ARCH_FLAG. | nobu | 2011-12-02 | 1 | -1/+1 |
* | * Makefile.in (DLDFLAGS): also needs -fstack-protector. | nobu | 2011-11-27 | 1 | -1/+1 |
* | * Makefile.in (EXTLDFLAGS): export it. | kosaki | 2011-11-25 | 1 | -1/+1 |
* | * Makefile.in (enc/unicode/name2ctype.h): remove duplicated | nobu | 2011-11-19 | 1 | -1/+1 |
* | * Makefile.in (LIBRUBY_A): check if generated linked library is | nobu | 2011-11-16 | 1 | -0/+2 |
* | * Makefile.in (INSNS): change command line option -Ks to -Ku for | nagachika | 2011-09-05 | 1 | -1/+1 |
* | Forward-ports r32776 from branches/ruby_1_9_3 to trunk. | yugui | 2011-07-31 | 1 | -1/+2 |
* | Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk. | yugui | 2011-07-31 | 1 | -1/+1 |
* | * common.mk (RUN_OPT): disable gems. | nobu | 2011-07-08 | 1 | -1/+1 |
* | * common.mk (sudo-precheck): true command is not standard on | nobu | 2011-07-08 | 1 | -0/+1 |
* | * configure.in (rubygems): add --disable-rubygems option. | nobu | 2011-02-11 | 1 | -0/+2 |
* | * Makefile.in: remove unnecessary semicolons. | kazu | 2010-12-30 | 1 | -2/+2 |
* | * Makefile.in: Check V=1 argument if run "make clean" or similar. | kosaki | 2010-12-30 | 1 | -10/+10 |
* | * Makefile.in: Kill ugly line continuation. | kosaki | 2010-12-30 | 1 | -4/+4 |
* | * Makefile.in (reconfig): force reconfigure with previous options. | nobu | 2010-11-17 | 1 | -3/+10 |
* | * Makefile.in (lex.c): show commands if Q is not set. | nobu | 2010-11-17 | 1 | -2/+2 |
* | * common.mk (showflags, help): emit messages at once. | nobu | 2010-11-13 | 1 | -2/+3 |
* | * common.mk (showflags, help): use caret to quote leading spaces on Windows. | nobu | 2010-11-12 | 1 | -0/+2 |
* | * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend, | nobu | 2010-11-12 | 1 | -26/+13 |
* | * cygwin/GNUmakefile.in: shorten messages. | nobu | 2010-11-11 | 1 | -0/+6 |
* | * common.mk: hide long command lines by default. verbose-mode is | nobu | 2010-11-11 | 1 | -1/+18 |
* | * configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX. | nobu | 2010-11-11 | 1 | -1/+2 |
* | * Makefile.in (ASFLAGS): needs INCFLAGS. | nobu | 2010-10-26 | 1 | -3/+4 |
* | * common.mk (pkgconfig-data): moved from Makefile.in. | nobu | 2010-10-26 | 1 | -2/+1 |
* | * Makefile.in (pkgconfig-data): create pkg-config metadata file. | nobu | 2010-10-25 | 1 | -0/+6 |
* | * Makefile.in (CPP): already used in .c.i rule. | nobu | 2010-10-16 | 1 | -0/+1 |
* | * Makefile.in (clean-rdoc): Don't use \ in variable expantion. | naruse | 2010-10-03 | 1 | -2/+2 |
* | * Makefile.in (install-cross): target to install cross-compiling | nobu | 2010-09-24 | 1 | -0/+23 |
* | * common.mk (clean): removes all documents on cleaning.o | yugui | 2010-09-19 | 1 | -3/+8 |
* | * Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): split | nobu | 2010-08-16 | 1 | -2/+1 |
* | * Makefile.in (clean-ext): fixed directories to be removed. | nobu | 2010-08-06 | 1 | -4/+4 |
* | * Makefile.in: ignore error from RMDIRS. | naruse | 2010-08-06 | 1 | -2/+2 |
* | * Makefile.in (MINIRUBY): get rid of appending spaces for each | nobu | 2010-07-27 | 1 | -1/+2 |
* | * configure.in (RMDIR): use --ignore-fail-on-non-empty if possible. | nobu | 2010-07-21 | 1 | -1/+2 |
* | * Makefile.in ({,dist-,real-}clean-ext): should also omit | nobu | 2010-07-11 | 1 | -2/+2 |
* | * Makefile.in ({,dist-,real-}clean-ext): omission of "in WORDS" of | nobu | 2010-07-11 | 1 | -2/+2 |
* | * Makefile.in (clean-enc): fix typo. | nobu | 2010-06-15 | 1 | -1/+1 |
* | * Makefile.in, common.mk (clean-ext, clean-enc): clean up cleaning | nobu | 2010-06-14 | 1 | -1/+9 |
* | * Makefile.in (RUBY_PROGRAM_VERSION): added | nobu | 2010-04-24 | 1 | -0/+1 |