aboutsummaryrefslogtreecommitdiff
path: root/dc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extract usage information into a separate file.kraai2000-07-161-8/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use errorMsg rather than fprintf.kraai2000-07-141-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@848 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 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