diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-18 04:11:57 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-18 04:11:57 +0000 |
| commit | b90a81ec76df8afe9b0b515aa2fa2140a6a8554c (patch) | |
| tree | bfab888b7c78cbc78abfd7cf282ace921246ab50 /ChangeLog | |
| parent | 54634e74ab86e55a993cf8bcd90ce7c01a34df3b (diff) | |
| download | ruby-b90a81ec76df8afe9b0b515aa2fa2140a6a8554c.tar.gz ruby-b90a81ec76df8afe9b0b515aa2fa2140a6a8554c.tar.xz ruby-b90a81ec76df8afe9b0b515aa2fa2140a6a8554c.zip | |
* configure.in (pid_t, uid_t, gid_t): check if defined.
* intern.h, process.c, rubyio.h, ext/etc/etc.c, ext/pty/pty.c: use
rb_{pid,uid,gid}_t instead of plain int. [ruby-dev:30376]
* ext/etc/extconf.rb (PIDT2NUM, NUM2PIDT, UIDT2NUM, NUM2UIDT, GIDT2NUM,
NUM2GIDT): moved to configure.in.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Feb 18 13:11:51 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (pid_t, uid_t, gid_t): check if defined. + + * intern.h, process.c, rubyio.h, ext/etc/etc.c, ext/pty/pty.c: use + rb_{pid,uid,gid}_t instead of plain int. [ruby-dev:30376] + + * ext/etc/extconf.rb (PIDT2NUM, NUM2PIDT, UIDT2NUM, NUM2UIDT, GIDT2NUM, + NUM2GIDT): moved to configure.in. + Fri Feb 16 21:34:33 2007 Koichi Sasada <ko1@atdot.net> * object.c (rb_obj_ivar_set/get/defined): fix to check :@_v/C id. |
