Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-05-04 | Remove a newline I accidentally introduced. | Chad Parry | |
2011-05-04 | Simplified the temp_filename implementation and removed the mocks. | Chad Parry | |
2011-04-30 | Change the signature of system::tempnam to something more appropriate for ↵ | Chad Parry | |
Gallery. | |||
2011-04-30 | Create a tempnam substitute that safely creates files with a given extension. | Chad Parry | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2011-01-10 | Stop using "which" to find binaries. Create system::find_binary() | Bharat Mediratta | |
which traverses the $PATH and returns any executable binary of the appropriate name that it can find. Fixes #1555. |