Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1995-10-06 | * sb.c, macro.c: Include string.h. | Ken Raeburn | 1 | -9/+71 | |
1995-09-11 | * sb.c: Include "libiberty.h". | Ian Lance Taylor | 1 | -0/+4 | |
* macro.c: Likewise. Also include <stdlib.h> if it exists. | |||||
1995-09-07 | * expr.c (operand): Handle 08 and 09 in MRI mode. | Ian Lance Taylor | 1 | -0/+1126 | |
* macro.c (ISSEP): Remove duplicated `"' character. (get_any_string): Copy some characters for which ISSEP is true: ';', '>', '(', ')'. Otherwise we can get in an infinite loop. * read.c (s_space): In MRI mode, the expressions stop at the first unquoted space. (cons_worker): In MRI mode, restore the terminating character at the end of the function. |