diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-15 03:01:52 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-15 03:01:52 +0000 |
| commit | 50e8b765f0c1cbc64798135676fc44cbd393020e (patch) | |
| tree | e119ce31630c3186aa666ed4973f7fd22f4fc9a0 /ChangeLog | |
| parent | 78ee3c0b82d05c17cd5895c4b429a1ae788e0a17 (diff) | |
| download | ruby-50e8b765f0c1cbc64798135676fc44cbd393020e.tar.gz ruby-50e8b765f0c1cbc64798135676fc44cbd393020e.tar.xz ruby-50e8b765f0c1cbc64798135676fc44cbd393020e.zip | |
* configure.in (HUGE_ST_INO): check whether struct stat.st_ino
is larger than long. [ruby-dev:21194]
http://www.geocities.co.jp/SiliconValley-PaloAlto/1409/ruby/beos.html
* error.c (syserr_eqq): errno might exceed Fixnum limit.
* error.c (Init_Exception): moved base initialization from
init_syserr().
* inits.c (rb_call_inits): postpone initializing errnos until
Bignum is available.
* ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): needed to let
keyname() and so on be declared.
* ext/curses/curses.c (curses_resizeterm, window_resize):
arguments conflicted with macros in term.h.
* ext/curses/curses.c (Curses module methods): ensure
initialized. [ruby-dev:21191]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +Fri Aug 15 12:01:43 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (HUGE_ST_INO): check whether struct stat.st_ino + is larger than long. [ruby-dev:21194] + http://www.geocities.co.jp/SiliconValley-PaloAlto/1409/ruby/beos.html + + * error.c (syserr_eqq): errno might exceed Fixnum limit. + + * error.c (Init_Exception): moved base initialization from + init_syserr(). + + * inits.c (rb_call_inits): postpone initializing errnos until + Bignum is available. + +Fri Aug 15 12:01:43 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): needed to let + keyname() and so on be declared. + + * ext/curses/curses.c (curses_resizeterm, window_resize): + arguments conflicted with macros in term.h. + + * ext/curses/curses.c (Curses module methods): ensure + initialized. [ruby-dev:21191] + Fri Aug 15 02:08:53 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * gc.c (id2ref): recycle check should be done by klass == 0. |
