1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
nobu e7ce523bb1 * configure.in (XCFLAGS): CFLAGS to comile ruby itself.
* configure.in (LIBEXT): suffix for static libraries.

* configure.in (LIBPATHFLAG): switch template to specify library
  path.

* configure.in (LINK_SO): command to link shared objects.

* configure.in (DEFFILE, ARCHFILE): miscellaneous system dependent
  files.

* configure.in (EXPORT_PREFIX): prefix to exported symbols on
  Windows.

* configure.in (COMMON_LIBS, COMMON_MACROS, COMMON_HEADERS):
  libraries, macros and headers used in common.

* configure.in (RUBYW_INSTALL_NAME, rubyw_install_name): GUI mode
  excutable name.

* Makefile.in (CFLAGS): append XCFLAGS.

* Makefile.in (PREP): miscellaneous system dependent files.

* Makefile.in (ruby.imp, ext/extinit.o): moved from ext/extmk.rb.

* Makefile.in (fake.rb): CROSS_COMPILING keeps building platform.

* Makefile.in (MAKEFILES): depend on *.in and config.status.

* Makefile.in (parse.c): replace "y.tab.c" with actual name for
  byacc.

* ext/extmk.rb, lib/mkmf.rb: integrated.

* ext/extmk.rb: propagate MFLAGS.

* ext/extmk.rb (extmake): make dummy Makefile to clean even if no
  Makefile is made.

* lib/mkmf.rb (older): accept multiple file names and Time
  objects.

* lib/mkmf.rb (xsystem): split and qoute.

* lib/mkmf.rb (cpp_include): make include directives.

* lib/mkmf.rb (try_func): try wheather specified function is
  available.

* lib/mkmf.rb (install_files): default to site-install.

* lib/mkmf.rb (checking_for): added.

* lib/mkmf.rb (find_executable0): just find executable file with
  no message.

* lib/mkmf.rb (create_header): output header file is variable.

* lib/mkmf.rb (create_makefile): separate sections.

* lib/mkmf.rb (init_mkmf): initialize global variables.

* win32/Makefile.sub, bcc32/Makefile.sub (CPP, AR): added.

* bcc32/Makefile.sub (ARCH): fixed to i386.

* win32/Makefile.sub, bcc32/Makefile.sub (miniruby): should not
  link EXTOBJS.

* ext/dl/extconf.rb: use try_cpp to cross compile.

* ext/dl/extconf.rb: not modify files in source directory.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-10-21 14:03:46 +00:00
..
curses cleanup for curses, gdbm [ruby-core:502], [ruby-core:503] 2002-09-24 06:00:03 +00:00
dbm Update. 2002-09-27 13:36:11 +00:00
digest Update the MANIFEST files. 2002-09-27 13:21:19 +00:00
dl * configure.in (XCFLAGS): CFLAGS to comile ruby itself. 2002-10-21 14:03:46 +00:00
etc * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb. 2002-09-08 10:00:43 +00:00
fcntl * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
gdbm make it compile 2002-09-24 06:01:31 +00:00
iconv * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
nkf * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
pty * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
racc/cparse * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
readline * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
sdbm Update. 2002-09-27 13:36:11 +00:00
socket * io.c (rb_io_wait_readable): handle retryable errors. 2002-10-02 14:13:58 +00:00
stringio * ext/stringio/stringio.c (strio_set_string): reinitialize 2002-09-09 02:27:01 +00:00
strscan * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
syslog * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
tcltklib * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak. 2002-10-10 08:30:52 +00:00
tk * commit miss; and tcltklib fix too. 2002-10-02 06:02:17 +00:00
Win32API * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
win32ole * win32ole.c(EVENTSINK_Invoke): set pvarResult. 2002-10-17 12:35:48 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
aix_mksym.rb remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
configsub.rb * ext/configsub.rb: latest autoconf style support. 2002-03-20 16:04:08 +00:00
extmk.rb * configure.in (XCFLAGS): CFLAGS to comile ruby itself. 2002-10-21 14:03:46 +00:00
Setup merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.atheos * range.c (range_check): need no Fixnum check. 2002-10-01 08:14:03 +00:00
Setup.dj merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.emx merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.nt merge win32ole from rough 2002-06-01 12:34:30 +00:00
Setup.x68 merge win32ole from rough 2002-06-01 12:34:30 +00:00