diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-23 08:25:12 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-23 08:25:12 +0000 |
| commit | 62fba38acfe21fa43f8621cd5de7c976a32fe261 (patch) | |
| tree | 2047bf87fca0beed9bb677bfe54ae373771ec90e /ChangeLog | |
| parent | 2f88c6593ed75a2ec8dcaa65decebe41df7c06ec (diff) | |
| download | ruby-62fba38acfe21fa43f8621cd5de7c976a32fe261.tar.gz ruby-62fba38acfe21fa43f8621cd5de7c976a32fe261.tar.xz ruby-62fba38acfe21fa43f8621cd5de7c976a32fe261.zip | |
* configure.in (group_member): check if presents.
* configure.in (XCFLAGS): add _GNU_SOURCE on linux.
* file.c (group_member): use system routine if available.
* process.c: moved _GNU_SOURCE macro to Makefile.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13240 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 @@ +Thu Aug 23 17:25:05 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (group_member): check if presents. + + * configure.in (XCFLAGS): add _GNU_SOURCE on linux. + + * file.c (group_member): use system routine if available. + + * process.c: moved _GNU_SOURCE macro to Makefile. + Thu Aug 23 16:59:40 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99 |
