Age | Commit message (Expand) | Author |
2003-12-19 | Pass SIGINT to dc process. | Otto Moerbeek |
2003-12-02 | o Introduce long variable names, a non-portable extension. | Otto Moerbeek |
2003-11-17 | Implement non-portable extensions: | Otto Moerbeek |
2003-11-13 | When using print, do not leave garbage on the dc stack. | Otto Moerbeek |
2003-11-13 | Exponentiation operatator ^ is right associative. | Otto Moerbeek |
2003-11-11 | Some syntactic sugar (all non-portable extensions): | Otto Moerbeek |
2003-11-11 | Implement `print' statement, a non-portable extension. | Otto Moerbeek |
2003-10-22 | Implement if ... else statement. If you do not use 'else', code generated | Otto Moerbeek |
2003-10-19 | Allow the expressions in for (E ; E ; E ) to be empty. | Otto Moerbeek |
2003-10-18 | err(1, "cannot allocate mem") -> err(1, NULL) | Otto Moerbeek |
2003-10-18 | o Fix assignment operators (+=, -=, ... ) | Otto Moerbeek |
2003-09-30 | Make sure strings and error messages sent to dc(1) properly escape [, ] and \. | Otto Moerbeek |
2003-09-29 | Implement (undocumented) dot shorthand, which was missing. | Otto Moerbeek |
2003-09-28 | Better error hanndling: | Otto Moerbeek |
2003-09-28 | Fix function return types. Unbreaks sparc64 compilation. Spotted by | Otto Moerbeek |
2003-09-26 | minor tweaks as i fail to find real bugs | Theo de Raadt |
2003-09-26 | incorrect indent | Theo de Raadt |
2003-09-26 | make usage match man page | Theo de Raadt |
2003-09-26 | spacing | Theo de Raadt |
2003-09-26 | Check strdup() return value, as pointed out by deraadt@ | Otto Moerbeek |
2003-09-25 | A new, BSD licensed implementation of bc(1). | Otto Moerbeek |