Directory wince/

Directory Created:
2002-12-02 08:57
Total Files:
29
Deleted Files:
12
Lines of Code:
3429

Browse with ViewVC

[root]/wince

         sys (7 files, 352 lines)

Lines of Code

wince/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 189 (100.0%) 4126 (100.0%) 21.8
uema2 61 (32.3%) 1964 (47.6%) 32.1
matz 30 (15.9%) 1848 (44.8%) 61.6
nobu 36 (19.0%) 213 (5.2%) 5.9
usa 32 (16.9%) 100 (2.4%) 3.1
eban 2 (1.1%) 1 (0.0%) 0.5
shyouhei 28 (14.8%) 0 (0.0%) 0.0

Most Recent Commits

usa 2007-03-19 09:01

* missing/{strlcat,strlcpy}.c, missing.h: new functions.



* LEGAL: add copyright notice about above files.



* configure.in: check whether strlcat and strlcpy are exist or not.



* {bcc32,win32,wince}/Makefile.sub: use above files.

2 lines of code changed in:

nobu 2007-02-28 02:33

* Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system

specific thread model.



* compile.h, regint.h, vm.h, array.c: removed unnecessary #include.

1 lines of code changed in:

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

nobu 2007-02-02 19:23

* Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.

10 lines of code changed in:

usa 2007-01-23 07:41

* Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,

setup.mak}: add --with-baseruby configure option.

13 lines of code changed in:

usa 2006-12-21 07:59

* {djgpp,bcc32,wince,win32}/*.bat: set svn properties for DOSISH batch files.

0 lines of code changed in:

nobu 2006-10-16 00:32

* mkconfig.rb: *OBJS are not needed for extension libraries.



* {bcc32,wince,win32}/Makefile.sub (config.status): fixed typo,

missing comma.

1 lines of code changed in:

usa 2006-10-06 01:59

* {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use

copy command instead of install. use -run install.

0 lines of code changed in:

nobu 2006-10-01 16:00

* Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep

LIBRUBY_SO unless need to be removed.

1 lines of code changed in:

usa 2006-09-26 07:34

* {win32,wince}/Makefile.sub (CPP): check predefined value.

1 lines of code changed in:

usa 2006-09-20 01:54

* {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define

this macro to install.

2 lines of code changed in:

nobu 2006-05-26 00:44

* ruby.h, lib/mkmf.rb (create_header): clear command line options for

macros moved to extconf.h.



* ext/extmk.rb (extract_makefile, extmk): made RUBY_EXTCONF_H and

EXTSTATIC permanent.



* ext/{dbm,digest/*,socket,zlib}/extconf.rb: used $defs and $INCFLAGS.



* {bcc32,win32,wince}/Makefile.sub (COMPILE_C, COMPILE_CXX): added

$(INCFLAGS).

2 lines of code changed in:

nobu 2005-10-25 18:00

* configure.in (RUBY_EXTERN): macro to export symbols in shared

library. [ruby-core:05528]



* defines.h, {bcc32,win32,wince}/Makefile.sub (RUBY_EXTERN): moved to

configuration pass.



* ext/extmk.rb (extmake): RUBY_EXTERN for static linked extensions.

1 lines of code changed in:

nobu 2005-08-03 16:27

* common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integrated

macro definitions.



* bcc32/Makefile.sub: LIBRUBY_SO should use DLDOBJS, not EXTOBJS.



* {win32,wince}/Makefile.sub: separate config.h for compiler versions.

5 lines of code changed in:

usa 2005-08-03 02:21

* configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,

HAVE_VSNPRINTF): use win32/win32.c's implementation instead of

missing/vsnprintf.c's.



* win32/win32.[ch] (rb_w32_snprintf, rb_w32_vsnprintf): reverted.

2 lines of code changed in:

nobu 2005-07-25 13:31

* {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for ruby

source to XCFLAGS.

2 lines of code changed in:

nobu 2005-07-25 13:29

* common.mk: Borland MAKE doesn't look for file names which have paths

from VPATH. fixed: [ruby-dev:26604]



* ruby.h (NORETURN, DEPRECATED): moved just after config.h.



* {win32,wince}/Makefile.sub: vsnprintf() is in missing now.

0 lines of code changed in:

nobu 2005-05-16 14:22

* win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_t

to get rid of redefinition warnings on mingw.

3 lines of code changed in:

nobu 2005-05-14 15:57

* configure.in: Check for the availability of pid_t, gid_t and uid_t and

remove AC_TYPE_UID_T. fixed: [ruby-core:04745]



* defines.h: Remove pid_t typedef.



* ruby.h: Define rb_pid_t, rb_gid_t and rb_uid_t in accordance with

the available system types.



* process.c: Change instances of pid_t and gid_t to their rb_*

counterparts.



* ext/pty/pty.c: Change pid_t to rb_pid_t.



* vms/config.h: Define HAVE_{P,G,U}ID_T to 1.



* win32/Makefile.sub: Remove #define for {g,u}id_t.



* win32/win32.c: Change pid_t to rb_pid_t.



* wince/Makefile.sub: Remove #define for {g,u}id_t.



* wince/sys/types.h: Remove definitions of {p,g,u}id_t.

0 lines of code changed in:

nobu 2005-05-13 15:44

* ext/extmk.rb: keep srcdir unexpanded.



* lib/mkmf.rb (create_makefile): quote topdir and hdrdir if necessary.

fixed: [ruby-core:04932]



* lib/mkmf.rb (configuration), {bcc32,win32,wince}/Makefile.sub: make

also INSTALL_PROG and INSTALL_DATA system dependent.

fixed: [ruby-core:04931]

2 lines of code changed in:

(55 more)

Generated by StatSVN 0.3.2-SNAPSHOT