* util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi().
* configure.in (ac_cv_func_setrlimit): workaround for djgpp. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
006f72e920
commit
ce062c1545
@ -1,3 +1,11 @@
|
||||
Tue Feb 27 21:36:47 2007 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi().
|
||||
|
||||
Tue Feb 27 21:33:04 2007 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* configure.in (ac_cv_func_setrlimit): workaround for djgpp.
|
||||
|
||||
Tue Feb 27 20:35:28 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* common.mk (error.c, process.c): depend on yarvcore.h and rubysig.h.
|
||||
|
@ -435,6 +435,7 @@ msdosdjgpp*) LIBS="-lm $LIBS"
|
||||
ac_cv_func_setitimer=no
|
||||
ac_cv_sizeof_rlim_t=4
|
||||
ac_cv_func_fork=no
|
||||
ac_cv_func_setrlimit=no
|
||||
;;
|
||||
bsdi*) LIBS="-lm $LIBS"
|
||||
ac_cv_sizeof_rlim_t=8;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user