Age | Commit message (Expand) | Author |
2003-10-20 | tweaks; | Jason McIntyre |
2003-10-19 | Allow the expressions in for (E ; E ; E ) to be empty. | Otto Moerbeek |
2003-10-19 | Document modern assignment ops +=, -=, ... instead of the old =+, =-, ..., | 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 | File args are optional. Document strings and \<newline><whitespace> in | Otto Moerbeek |
2003-09-26 | cleanup, and an ammendment from otto@; | Jason McIntyre |
2003-09-26 | Add a line saying we should conform to Posix. Also warn we do not have | Otto Moerbeek |
2003-09-26 | Check strdup() return value, as pointed out by deraadt@ | Otto Moerbeek |
2003-09-26 | spacing | Theo de Raadt |
2003-09-26 | spacing | Theo de Raadt |
2003-09-25 | USD doc for bc(1) using the Caldera license. | Otto Moerbeek |
2003-09-25 | Makefile for bc(1). | Otto Moerbeek |
2003-09-25 | bc.library and bc.1 manual page using the Caldera license. | Otto Moerbeek |
2003-09-25 | A new, BSD licensed implementation of bc(1). | Otto Moerbeek |