Directory cygwin/

Directory Created:
1999-08-13 06:45
Total Files:
1
Deleted Files:
0
Lines of Code:
84

Browse with ViewVC

[root]/cygwin

Lines of Code

cygwin/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 35 (100.0%) 197 (100.0%) 5.6
eban 16 (45.7%) 110 (55.8%) 6.8
matz 7 (20.0%) 49 (24.9%) 7.0
nobu 10 (28.6%) 34 (17.3%) 3.4
usa 1 (2.9%) 4 (2.0%) 4.0
shyouhei 1 (2.9%) 0 (0.0%) 0.0

Most Recent Commits

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

nobu 2005-11-05 05:43

* configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias

symbols. [ruby-dev:27532]



* bcc32/mkexports.rb, win32/mkexports.rb: make aliases in DLL.



* win32/win32.c, win32/win32.h: replace symbols only when RUBY_EXPORT

is defined.

6 lines of code changed in:

nobu 2005-09-07 00:23

* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load

extension libraries.



* bignum.c (bignew_1, bigadd): K&R style argument actually can't be

defined as char.



* missing/vsnprintf.c: ANSI compiler supports const keyword.



* ext/digest/sha2/extconf.rb: reject platforms which has inttypes.h

but no 64bit integer.

0 lines of code changed in:

nobu 2005-04-20 15:25

* Makefile.in, common.mk: miniruby depens on MINIOBJS.



* dmydln.c (dln_load): dummy function to raise LoadError.



* cygwin/GNUmakefile.in, {bcc32,win32,wince}/Makefile.sub: miniruby

can't load extensions on Windows.

2 lines of code changed in:

nobu 2005-03-03 10:44

* common.mk: add {pre,post}-install targets.



* instruby.rb (install?): install particular part.



* bcc32/Makefile.sub (post-install-ext): remove debug information

files after installation.

1 lines of code changed in:

nobu 2004-03-28 08:25

* cygwin/GNUmakefile.in (clean-local, distclean-local): remove

work files.



* win32/Makefile.sub (clean-local): ditto.

8 lines of code changed in:

nobu 2004-03-25 06:01

* common.mk, */Makefile.sub (lib, dll): phony targets.



* configure.in (ruby, miniruby): ditto.



* cygwin/GNUmakefile.in (rubyw): ditto.

2 lines of code changed in:

nobu 2004-03-23 06:32

* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):

separate files under directories due to directory separator.



* */Makefile.sub (MKFILES): common.mk and */Makefile.sub should not be

removed.



* win32/Makefile.sub, wince/Makefile.sub: $* cannot appear in explicit

rules.



* cygwin/GNUmakefile.in: some mingw stuffs were missed.



* lib/mkmf.rb (create_makefile): Borland make wrongly removes braces

from command lines.

4 lines of code changed in:

nobu 2004-03-22 00:21

* Makefile.in, */Makefile.sub, common.mk: extract common portions.



* Makefile.in, cygwin/GNUmakefile.in, */Makefile.sub (RBCONFIG):

separated time stamp file for rbconfig.rb.



* configure.in: append common.mk to Makefile.



* mkconfig.rb: keep mtime of rbconfig.rb if unchanged.



* win32/rm.bat: remove multiple files.



* wince/mkconfig_wce.rb: use fake.rb instead.

1 lines of code changed in:

eban 2003-08-09 16:36

* cygwin/GNUmakefile: remove unnecessary '--drive-name=$(CC)'

for ccache.

1 lines of code changed in:

eban 2003-08-07 08:11

* cygwin/GNUmakefile: add forwarding DLL target for cygwin.

8 lines of code changed in:

eban 2003-08-07 06:43

* cygwin/GNUmakefile: better --disbale-shared option support.



* configure.in: Fix Cygwin specific naming of libraries to

be net distribution compliant. (ruby-bugs PR#1077)

cygwin-ruby18.dll -> cygruby18.dll

11 lines of code changed in:

eban 2003-06-01 13:58

* configure.in: should not use def file, use ld with

--export-all-symbols option on Cygwin/MinGW.

* defines.h: ditto.

* cygwin/GNUmakefile.in: ditto.

9 lines of code changed in:

nobu 2003-01-05 02:40

* ruby.c (ruby_init_loadpath): under Windows, get the module

path from an internal address instead of hard coded library

name.



* cygwin/GNUmakefile.in, bcc32/Makefile.sub,

win32/Makefile.sub (CPPFLAGS): removed LIBRUBY_SO macro.



* bcc32/Makefile.sub, win32/Makefile.sub (config.h): no longer

depends on makefiles.

1 lines of code changed in:

nobu 2002-10-21 15:03

* 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.

9 lines of code changed in:

usa 2002-09-11 03:38

* bcc32/Makefile.sub: remove unnecessary `.dll' from filename of

dll's resource file.



* cygwin/GNUmakefile.in: ditto. [ruby-dev:17103]



* win32/Makefile.sub: ditto. [ruby-dev:17103]



* win32/resource.rb: ditto. [ruby-dev:17103]

4 lines of code changed in:

eban 2002-06-11 11:26

* configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW.



* configure.in, cygwin/GNUmakefile: use dllwrap when --disable-shared

is specified.

13 lines of code changed in:

eban 2001-05-28 17:07

* configure.in: remove unnecessary AC_CANONICAL_BUILD

* defins.h: #define HAVE_SETITIMER on Cygwin(bug fixed).

* ruby.c: use relative path from LIBRUBY_SO.

* ruby.c: don't use -mwin32 option on Cygwin.

* cygwin/GNUmakefile.in: ditto.

* ext/sdbm/_sdbm: ditto.

* ext/tcltklib/extconf.rb: ditto.

* ext/tcltklib/stubs.c: ditto.

3 lines of code changed in:

eban 2001-01-31 15:27

gcc-2.95.2-7(cygwin) support.

1 lines of code changed in:

eban 2000-10-31 01:43

eban

1 lines of code changed in:

(15 more)

Generated by StatSVN 0.3.2-SNAPSHOT