aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dc/bcode.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Unbreak usr.bin/dc with OpenSSL 3Enji Cooper2023-08-111-3/+3
* Make dc(1) buildable.Jung-uk Kim2018-09-191-8/+8
* dc(1): fix modulo operations with fractional inputsAlan Somers2017-12-071-10/+29
* dc(1): fix input of non-decimal fractional numbersAlan Somers2017-12-051-25/+4
* bc/dc/patch: make some use of reallocarray(3).Pedro F. Giffuni2017-03-051-2/+2
* dc(1): Introduce e command, equivalent to p, but writes to stderrPedro F. Giffuni2017-02-281-0/+14
* dc(1): Merge minor changes from OpenBSD.Pedro F. Giffuni2017-02-261-27/+14
* Sync with OpenBSD.Xin LI2014-04-161-10/+9
* - Use BN_set_negative() and BN_is_negative() instead of subtracting orKevin Lo2012-12-301-35/+59
* - Fix an erroneous invocation of the editline.Kevin Lo2012-03-151-1/+1
* - Axe out signal handling code, the shell will take care of thisGabor Kovesdan2010-06-101-10/+0
* - Fix signal handling in bc/dc. Now Ctrl-C terminates the execution.Gabor Kovesdan2010-06-061-17/+5
* - style(9)Gabor Kovesdan2010-02-031-116/+112
* - Remove dead variable assignmentsGabor Kovesdan2010-02-031-4/+2
* Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a goodGabor Kovesdan2010-01-201-0/+1781