diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-29 08:45:24 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-29 08:45:24 +0000 |
| commit | b388d7481465af78c6ae6d79fb0e380e82108737 (patch) | |
| tree | caf9e474c3c55bae35e661a59cb3d83f6f52dfb5 /ChangeLog | |
| parent | bf2a8104b4c3e5011ba05f549146ecc722c4efaf (diff) | |
| download | ruby-b388d7481465af78c6ae6d79fb0e380e82108737.tar.gz ruby-b388d7481465af78c6ae6d79fb0e380e82108737.tar.xz ruby-b388d7481465af78c6ae6d79fb0e380e82108737.zip | |
* main.c (main): use platform-independent per-process initialization.
[ruby-dev:31900]
* ruby.c (ruby_sysinit): new function for per-process initialization.
* include/ruby/ruby.h (RUBY_GLOBAL_SETUP): toplevel setup declaration.
* include/ruby/win32.h, win32/mkexports.rb: alias NtInitialize
ruby_sysinit.
* win32/win32.c (rb_w32_sysinit): renamed from NtInitialize.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Sat Sep 29 17:45:22 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * main.c (main): use platform-independent per-process initialization. + [ruby-dev:31900] + + * ruby.c (ruby_sysinit): new function for per-process initialization. + + * include/ruby/ruby.h (RUBY_GLOBAL_SETUP): toplevel setup declaration. + + * include/ruby/win32.h, win32/mkexports.rb: alias NtInitialize + ruby_sysinit. + + * win32/win32.c (rb_w32_sysinit): renamed from NtInitialize. + Sat Sep 29 17:31:04 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_combination): new method to give all combination |
