From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id A1484200515 for ; Thu, 2 Feb 2012 15:32:05 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id CA20E42DB1 for ; Thu, 2 Feb 2012 15:32:04 -0800 (PST) Date: Thu, 02 Feb 2012 15:32:04 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f2b1cf4c6bec_63d33ffd18c29afc1170fd@sh1.rs.github.com.mail> Subject: [dtaht/deBloat] e11968: Fixed string to number and string to bool conversi... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f2b1cf4c4d4b_63d33ffd18c29afc1168f1"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2012 23:32:05 -0000 ----==_mimepart_4f2b1cf4c4d4b_63d33ffd18c29afc1168f1 Date: Thu, 02 Feb 2012 15:32:04 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f2b1cf4c5d55_63d33ffd18c29afc116984@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: e11968078ef02e244131274be98a53a2bbd6d27c https://github.com/dtaht/deBloat/commit/e11968078ef02e244131274be98a53a2bbd6d27c Author: Dave Taht Date: 2012-02-02 (Thu, 02 Feb 2012) Changed paths: M src/debloat Log Message: ----------- Fixed string to number and string to bool conversion getenv only pulls in strings, and it's better to convert them into native format on input. ----==_mimepart_4f2b1cf4c4d4b_63d33ffd18c29afc1168f1--