summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-17 12:09:21 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-17 12:09:21 +0000
commitc3d13dc5484c899148aeb8d58cbad27a004c4a98 (patch)
tree4e1b849f03a57c03deb42a4fe1e7cc2d199c22dd /ChangeLog
parent1cf42d35dd4e9d4fc20a6873bf389eff028b60a3 (diff)
downloadruby-c3d13dc5484c899148aeb8d58cbad27a004c4a98.tar.gz
ruby-c3d13dc5484c899148aeb8d58cbad27a004c4a98.tar.xz
ruby-c3d13dc5484c899148aeb8d58cbad27a004c4a98.zip
* test/ruby/test_process.rb (test_getpriority, test_setpriority): use
PRIO_PROCESS instead of PRIO_USER. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0641158e8..7ff54e2e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 17 21:08:49 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_process.rb (test_getpriority, test_setpriority): use
+ PRIO_PROCESS instead of PRIO_USER.
+
Thu Jul 17 20:41:42 2008 Yusuke Endoh <mame@tsg.ne.jp>
* pack.c (pack_unpack): fix v and V with big endian.