index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.in
Age
Commit message (
Expand
)
Author
2018-11-24
Change Makefile rule for assembly to use .S rather than .s
samuel
2018-11-24
Makefile.in: use ASMEXT in implicit rules
nobu
2018-11-21
Makefile.in: get rid of `local` for Solaris sh
nobu
2018-11-21
configure.ac: add --disable-fiber-coroutine option
nobu
2018-11-20
Make coroutine object directory for each arch
nobu
2018-11-20
Change ASMEXT to s
nobu
2018-11-20
Makefile.in: fix Travis i686 build
k0kubun
2018-11-20
Fix typo and make directory
nobu
2018-11-20
Tidy up assembly make rule.
samuel
2018-11-20
Expose dependency between cont.c and coroutine implementation.
samuel
2018-11-20
Try using compiler for assembling.
samuel
2018-11-20
Print out what the assembler is doing to figure out why it's not working.
samuel
2018-11-20
Create output directory when assembling file
samuel
2018-11-19
fix for Solaris sh
nobu
2018-11-19
Makefile.in: reconfig with the original warnflags
nobu
2018-11-18
Also clean ruby-runner.o and ruby.imp [ci skip]
nobu
2018-11-16
Makefile.in: test-almost also needs mjit_build_dir.so
nobu
2018-11-15
. command in some sh cannot take arguments
nobu
2018-11-15
tool/mjit_archflag.sh: separated, too many escapes
nobu
2018-11-14
Makefile.in: update-known-errors
nobu
2018-11-13
Makefile.in: `$` for shell needs to be escaped in Makefile
nobu
2018-11-13
Remove duplicated assignment
kazu
2018-11-13
.travis.yml: specify --tty=no
shyouhei
2018-11-07
clean mjit_build_dir.dylib.dSYM directory on macOS
nobu
2018-11-07
mjit_build_dir: separate MJIT_BUILD_DIR
nobu
2018-11-06
Expand MJIT_CC in configure
nobu
2018-11-06
Makefile.in: do not expand MJIT_CC if cross compiling
nobu
2018-11-06
Makefile.in: convert MJIT_CC to Windows path
nobu
2018-11-06
Revert "mjit_build_dir: separate MJIT_BUILD_DIR"
nobu
2018-11-06
mjit_build_dir: separate MJIT_BUILD_DIR
nobu
2018-11-06
Makefile.in: make MJIT_CC_COMMON an absolute path
nobu
2018-11-06
configure.ac: insert DLDSHARED
nobu
2018-11-03
Makefile.in: use CC_WRAPPER
nobu
2018-10-20
rename configure option `--disable-mjit` to `--disable-mjit-support`
ko1
2018-10-20
add disabling MJIT features option.
ko1
2018-10-19
configure.ac: add --disable-install-mjit-header
k0kubun
2018-10-15
Pass cflags given to configure to mjit
nobu
2018-08-16
Makefile.in: dependencies to config.status
nobu
2018-08-13
Makefile.in: drop MJIT_DLDFLAGS_NOCOMPRESS
k0kubun
2018-08-12
configure.ac: MJIT_DLDFLAGS_NOCOMPRESS
k0kubun
2018-08-08
fix mjit_min_header for universal binary
nobu
2018-08-04
common.mk: stop building MJIT min header for mswin
k0kubun
2018-07-31
Makefile.in: remove GNU-make dependency
nobu
2018-07-31
mjit.c: allow using MJIT header in build directory
k0kubun
2018-07-08
benchmark: introduce benchmark_driver.gem
k0kubun
2018-07-02
Makefile.in: ARCH_FLAG may contain "-m64" etc.
ngoto
2018-06-22
remove DISABLE_RUBYGEMS from config files
nobu
2018-06-17
Makefile.in: MJIT_DLDFLAGS
nobu
2018-06-02
gmake.mk: update in the source directory properly
nobu
2018-06-01
Skip colliding filenames in LIBRUBY_ALIASES
knu
[next]