From: "mpapis (Michal Papis)" Date: 2013-01-17T04:39:46+09:00 Subject: [ruby-core:51477] [ruby-trunk - Feature #7708][Open] support for patches list Issue #7708 has been reported by mpapis (Michal Papis). ---------------------------------------- Feature #7708: support for patches list https://bugs.ruby-lang.org/issues/7708 Author: mpapis (Michal Papis) Status: Open Priority: Low Assignee: Category: Target version: Often as maintainer of RVM I have to work with multiple ruby patches, but it's hard to tell what patches were used for compiling ruby. As a temporary solution I have started using a file `patches.list` in the root of source and installation directory. It would be nice if Ruby would include this list also in RbConfig::CONFIG. Here is example content of the file I have for ruby-1.9.3-p362: ruby-multilib segfault_fix_7629 If that would be implemented I could understand if it would be required the files to be URLs to online patches which can be easily downloaded and analyzed. -- http://bugs.ruby-lang.org/