aboutsummaryrefslogtreecommitdiff
path: root/dc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Yanked out the cstring_alloc() and cstring_lineFromFile() functions frommarkw2000-06-281-1/+1
| | | | | | | | | | utility.c and replaced them with get_line_from_file() from the new grep.c. Also changed declaration in internal.h and replaced instances of cstring_lineFromFile() in dc.c and sort.c with get_line_from_file(). Tested them and they worked fine. git-svn-id: svn://busybox.net/trunk/busybox@722 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed all vestiges of "math"proski2000-06-211-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@679 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + added dc (aka the function formerly known as math)beppu2000-06-211-0/+194
+ did all the housekeeping that this change requires. git-svn-id: svn://busybox.net/trunk/busybox@678 69ca8d6d-28ef-0310-b511-8ec308f3f277