Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 118 (100.0%) | 2581 (100.0%) | 21.8 |
wince/ | 61 (51.7%) | 1964 (76.1%) | 32.1 |
wince/sys/ | 10 (8.5%) | 363 (14.1%) | 36.3 |
/ | 37 (31.4%) | 233 (9.0%) | 6.2 |
win32/ | 2 (1.7%) | 9 (0.3%) | 4.5 |
ext/socket/ | 3 (2.5%) | 6 (0.2%) | 2.0 |
missing/ | 2 (1.7%) | 2 (0.1%) | 1.0 |
ext/tcltklib/ | 1 (0.8%) | 2 (0.1%) | 2.0 |
ext/Win32API/ | 1 (0.8%) | 1 (0.0%) | 1.0 |
bcc32/ | 1 (0.8%) | 1 (0.0%) | 1.0 |
* wince/string_wce.c (strrchr): should decrement pointer.
* wince/Makefile.sub: correct a range of isdigit().
8 lines of code changed in:
* wince/mkconfig_wce.rb: sorry, forget to commit.
4 lines of code changed in:
* wince/setup.mak: add sigmarionIII SDK support.
* wince/Makefile.sub: ditto.
* wince/mkexports.rb: fix linker error in SH4.
* wince/mkconfig_wce.rb: camouflage RUBY_PLATFORM for compiling ext.
49 lines of code changed in:
*wince/time_wce.c (time): add zero check.
6 lines of code changed in:
* wince/stdlib.c: add bsearch().
22 lines of code changed in:
* wince/Makefile.sub: undefine HAVE__SETJMP.
* wince/resource.rb: include winver.h in wince3.0.
7 lines of code changed in:
* wince/setup.mak: set SUBSYSTEM in each platform.
* wince/stdlib.c: fix mblen() bug.
14 lines of code changed in:
* wince/stdlib.c: add mblen().
21 lines of code changed in:
* wince/string_wce.c: add strpbrk() for hpcpro support.
* wince/setup.mak: add hpcpro(CE2.11) & armv4t(CE.NET) support.
* wince/resource.rb: ditto.
* wince/Makefile.sub: ditto.
57 lines of code changed in:
* wince/Makefile.sub: add eMbedded Visual C++ 4.0 support.
* wince/resource.rb: ditto.
* wince/setup.mak: ditto.
* wince/configure.bat: ditto.
* wince/mkexports.rb: delete japanese comments.
62 lines of code changed in:
Sat May 10 19:01:00 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
* wince/string.c: file removed.
* wince/stdlib.c: file added.
28 lines of code changed in:
* wince/ : files removed.
(config, dll.mak, exe.mak, mswince-ruby17.def,
io.c, process.c, signal.c, string.c, time.c)
* wince/ : files added.
(assert.c, Makefile.sub, mkexports.rb, io_wce.c,
process_wce.c, signal_wce.c, string_wce.c,
time_wce.c)
* wince/configure.bat : like mswin32 style.
* wince/direct.c : remove "static" at _currentdir.
* wince/io.h : change definition.
* wince/stdio.c : _fdopen -> fdopen.
* wince/process.h : add_P_OVERLAY.
* wince/time.h : change definition.
* wince/wincemain.c : add wce_SetCurrentDir.
* wince/wince.c : add wce_SetCurrentDir and wce_fopen.
fix GetModuleFileNameA to return correct "lpFileName".
* wince/wince.h : remove #ifdef.
* wince/sys/utime.h, utime.c : rename _utime to utime.
* wince/sys/stat.c : expand relative directory in stat.
1772 lines of code changed in:
* gc.c: STACK_LEVEL_MAX=65535 on mswince.
5 lines of code changed in:
* ruby.c: don't call VirtualQuery in ruby_init_loadpath()
on mswince.
8 lines of code changed in:
* wince/config, wince/configure.bat: replace 1.7 with 1.8
in macros.
7 lines of code changed in:
* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,
eval.c, file.c, hash.c, io.c, main.c, missing.c,
process.c, ruby.c, rubysig.h, signal.c, st.c, util.c, util.h,
bcc/Makefile.sub, win32/Makefile.sub, win32/win32.h,
ext/Win32API/Win32API.c, ext/socket/getaddrinfo.c,
ext/socket/getnameinfo.c, ext/socket/socket.c,
ext/tcltklib/stubs.c
: replace "NT" with "_WIN32", add DOSISH_DRIVE_LETTER
* wince/exe.mak : delete \r at the end of lines.
* wince/mswince-ruby17.def : delete rb_obj_become
134 lines of code changed in:
* wince/sys : add stat.c, stat.h, timeb.c, timeb.h,
types.h, utime.c, utime.h
* wince/dll.mak : object file name changed.
* wince/io.c : add empty dup2().
* wince/io.h : add dup2 definition.
377 lines of code changed in: