diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-26 09:34:03 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-26 09:34:03 +0000 |
| commit | b28547678ed616bddbdba21d5ff66c42eba6d4de (patch) | |
| tree | 380cf31d9e957d2f1460af80d1b5b1e6e1b5db47 /ChangeLog | |
| parent | af49284e8c52da20b27f9c1331a5b243cff55283 (diff) | |
| download | ruby-b28547678ed616bddbdba21d5ff66c42eba6d4de.tar.gz ruby-b28547678ed616bddbdba21d5ff66c42eba6d4de.tar.xz ruby-b28547678ed616bddbdba21d5ff66c42eba6d4de.zip | |
* configure.in: check if getcontext and setcontext are available.
* eval.c: use presence of getcontext/setcontext.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri Dec 26 18:33:54 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in: check if getcontext and setcontext are available. + + * eval.c: use presence of getcontext/setcontext. + Fri Dec 26 16:40:53 2003 Tanaka Akira <akr@m17n.org> * lib/pathname.rb (PathnameTest#test_plus): add 2 assertions. |
