-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* node.h (rb_notimplement_body_p): declared.
* vm_method.c (Init_eval_method): suppress a warning. * io.c (rb_io_fsync): use rb_f_notimplement if not implemented. (rb_io_close_on_exec_p): ditto. (rb_io_set_close_on_exec): ditto. (rb_io_fcntl): ditto. (rb_f_syscall): ditto. * dir.c (dir_tell): ditto. (dir_seek): ditto. (dir_s_chroot): ditto. * process.c (proc_getpgrp): ditto. (proc_setpgrp): ditto. (proc_getpgid): ditto. (proc_setpgid): ditto. (proc_setsid): ditto. (proc_getpriority): ditto. (proc_setpriority): ditto. (proc_getrlimit): ditto. (proc_setrlimit): ditto. (p_sys_setuid): ditto. (p_sys_setruid): ditto. (p_sys_seteuid): ditto. (p_sys_setreuid): ditto. (p_sys_setresuid): ditto. (p_sys_setgid): ditto. (p_sys_setrgid): ditto. (p_sys_setegid): ditto. (p_sys_setregid): ditto. (p_sys_setreuid): ditto. (p_sys_setresgid): ditto. (p_sys_issetugid): ditto. (proc_getgroups): ditto. (proc_setgroups): ditto. (proc_initgroups): ditto. (proc_daemon): ditto. (rb_proc_times): ditto. * file.c (rb_file_s_lchown): ditto. (rb_file_s_link): ditto. (rb_file_s_symlink): ditto. (rb_file_s_readlink): ditto. (rb_file_s_truncate): ditto. (rb_file_truncate): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
8 changed files
with
193 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,53 @@ | ||
Fri Apr 17 01:51:17 2009 Tanaka Akira <[email protected]> | ||
|
||
* node.h (rb_notimplement_body_p): declared. | ||
|
||
* vm_method.c (Init_eval_method): suppress a warning. | ||
|
||
* io.c (rb_io_fsync): use rb_f_notimplement if not implemented. | ||
(rb_io_close_on_exec_p): ditto. | ||
(rb_io_set_close_on_exec): ditto. | ||
(rb_io_fcntl): ditto. | ||
(rb_f_syscall): ditto. | ||
|
||
* dir.c (dir_tell): ditto. | ||
(dir_seek): ditto. | ||
(dir_s_chroot): ditto. | ||
|
||
* process.c (proc_getpgrp): ditto. | ||
(proc_setpgrp): ditto. | ||
(proc_getpgid): ditto. | ||
(proc_setpgid): ditto. | ||
(proc_setsid): ditto. | ||
(proc_getpriority): ditto. | ||
(proc_setpriority): ditto. | ||
(proc_getrlimit): ditto. | ||
(proc_setrlimit): ditto. | ||
(p_sys_setuid): ditto. | ||
(p_sys_setruid): ditto. | ||
(p_sys_seteuid): ditto. | ||
(p_sys_setreuid): ditto. | ||
(p_sys_setresuid): ditto. | ||
(p_sys_setgid): ditto. | ||
(p_sys_setrgid): ditto. | ||
(p_sys_setegid): ditto. | ||
(p_sys_setregid): ditto. | ||
(p_sys_setreuid): ditto. | ||
(p_sys_setresgid): ditto. | ||
(p_sys_issetugid): ditto. | ||
(proc_getgroups): ditto. | ||
(proc_setgroups): ditto. | ||
(proc_initgroups): ditto. | ||
(proc_daemon): ditto. | ||
(rb_proc_times): ditto. | ||
|
||
* file.c (rb_file_s_lchown): ditto. | ||
(rb_file_s_link): ditto. | ||
(rb_file_s_symlink): ditto. | ||
(rb_file_s_readlink): ditto. | ||
(rb_file_s_truncate): ditto. | ||
(rb_file_truncate): ditto. | ||
|
||
Fri Apr 17 00:53:47 2009 Yusuke Endoh <[email protected]> | ||
|
||
* lib/cgi/core.rb (read_multipart): When path is not defined, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.