diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-16 07:53:21 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-02-16 07:53:21 +0000 |
| commit | d4cab5cd66af1263de18681a5b09940abcc71a95 (patch) | |
| tree | 6aa26039a5949f42bd879914ef2f124c5144a392 /intern.h | |
| parent | 90248f8b33cdc1467dbdfc9035cda7a9f7af22c0 (diff) | |
| download | ruby-d4cab5cd66af1263de18681a5b09940abcc71a95.tar.gz ruby-d4cab5cd66af1263de18681a5b09940abcc71a95.tar.xz ruby-d4cab5cd66af1263de18681a5b09940abcc71a95.zip | |
* io.c (set_outfile): f should be the FILE* from the assigning value.
* ext/socket/socket.c (tcp_s_open): should not give default value
to local_host.
* time.c (time_s_times): move to Process::times.
* file.c (rb_file_s_lchmod): new method File::lchmod.
* file.c (rb_file_s_lchown): new method File::lchown.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
| -rw-r--r-- | intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -260,6 +260,7 @@ void rb_lastline_set _((VALUE)); /* process.c */ int rb_proc_exec _((const char*)); void rb_syswait _((int)); +VALUE rb_proc_times _((VALUE)); /* range.c */ VALUE rb_range_new _((VALUE, VALUE, int)); VALUE rb_range_beg_len _((VALUE, long*, long*, long, int)); |
