Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use RUBY_MOD*. | knu | 2002-10-06 | 2 | -17/+17 |
| | |||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -2/+2 |
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. | ||||
* | Add ruby-rreadline, a pure Ruby implementation of the Readline | knu | 2001-06-29 | 5 | -0/+64 |
library. |