Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 75 (100.0%) | 1588 (100.0%) | 21.1 |
bcc32/ | 15 (20.0%) | 857 (54.0%) | 57.1 |
win32/ | 10 (13.3%) | 340 (21.4%) | 34.0 |
/ | 29 (38.7%) | 147 (9.3%) | 5.0 |
ext/ | 4 (5.3%) | 99 (6.2%) | 24.7 |
lib/ | 4 (5.3%) | 74 (4.7%) | 18.5 |
ext/Win32API/ | 2 (2.7%) | 35 (2.2%) | 17.5 |
ext/dl/ | 4 (5.3%) | 21 (1.3%) | 5.2 |
ext/socket/ | 2 (2.7%) | 6 (0.4%) | 3.0 |
ext/tcltklib/ | 1 (1.3%) | 4 (0.3%) | 4.0 |
sample/ | 1 (1.3%) | 2 (0.1%) | 2.0 |
ext/digest/ | 1 (1.3%) | 2 (0.1%) | 2.0 |
ext/pty/ | 1 (1.3%) | 1 (0.1%) | 1.0 |
vms/ | 1 (1.3%) | 0 (0.0%) | 0.0 |
ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is controlled.
lib/mkmf.rb(773) : Also in the case of bccwin32, the path was added.
11 lines of code changed in:
*bcc32/configure.bat : The command line when calling setup.mak is corrected.
12 lines of code changed in:
* ext/extmk.rb: The condition judgment without necessity was deleted.
5 lines of code changed in:
* win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".
(rb_w32_stat) : ditto.
30 lines of code changed in:
* error.c(rb_sys_fail): remove case EPIPE on bcc32 .
4 lines of code changed in:
* bcc32/setup.mak : Control of a message.
* bcc32/makefile.sub : include resource.
22 lines of code changed in:
bcc32/configure.bat : Control of a message.
bcc32/makefile.sub : @(sitearch) typo.
ext/extmk.rb.in : [bccwin32] libdir is added to a library path.
lib/mkmf.rb : ditto.
10 lines of code changed in:
* ext/Win32API/Win32API.c (Win32API_Call): typo.
5 lines of code changed in:
* bcc32/MakeFile.sub (sitearch): add.
5 lines of code changed in:
* replace of check EPIPE error(in getc()) rutine on bcc32.
12 lines of code changed in:
* dln.c: remove definition rb_loaderror().
4 lines of code changed in:
* dln.c: remark definition rb_loaderror().
5 lines of code changed in:
*bcc32 fix for win9x.
20 lines of code changed in:
* bcc32/configure.bat fix.
4 lines of code changed in:
new platform [bccwin32] merged.
1255 lines of code changed in:
* sample/biorhythm.rb (getPosiiton,etc)
fix at changing Date module ( Date is changed Fixnum to Rational )
7 lines of code changed in:
Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>
* function renames my* and win32_* to rb_w32_* in win32/win32.c
fixed files win32/win32.c, win32/win32.h, win32/dir.h,
hash.c, rubysig.h, signal.c, ext/socket/socket.c
177 lines of code changed in: