Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 18 (100.0%) | 113 (100.0%) | 6.2 |
/ | 13 (72.2%) | 62 (54.9%) | 4.7 |
missing/ | 2 (11.1%) | 25 (22.1%) | 12.5 |
test/ruby/ | 1 (5.6%) | 24 (21.2%) | 24.0 |
win32/ | 1 (5.6%) | 1 (0.9%) | 1.0 |
bcc32/ | 1 (5.6%) | 1 (0.9%) | 1.0 |
* missing/os2.c (chdir, getcwd):
use _chdir2 and _getcwd2 supporting multiple drives in OS/2 with EMX.
28 lines of code changed in:
* configure.in: check availability of link(). [ruby-dev:22237]
* file.c (rb_file_s_link): raise an exception when link() is unavailable.
* missing/os2.c (link): removed. File#link isn't supported.
* bcc32/Makefile.sub: define HAVE_LINK to enable link(). [ruby-dev:22241]
* win32/Makefile.sub: ditto.
18 lines of code changed in:
* ChangeLog: typo: RUBY_MBCHAR_MAX was RUBY_MBCHAR_MAXSIZE.
4 lines of code changed in:
* defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.
* dir.c (Next, emx_mblen): use RUBY_MBCHAR_MAX for mblen().
* file.c (CharNext): ditto.
* ruby.c (translate_char): ditto.
* util.c (__crt0_glob_function): ditto.
18 lines of code changed in:
retry committing ChangeLog and time.c
21 lines of code changed in:
* test/ruby/test_time.rb: new test case to test Time#[+-].
* time.c (time_plus, time_minus): fix RangeError for a negative
argument in environments whose time_t is unsigned. [ruby-dev:22608]
24 lines of code changed in: