aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cal.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cal: remove lone static data variable. -4 bytes. coreutilsDenis Vlasenko2008-07-221-3/+5
| | | | | is down to four applets with nonzero data+bss.
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
|
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
| | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
|
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
| | | | | | | | (add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes text data bss dec hex filename 773469 1058 11092 785619 bfcd3 busybox_old 772644 1058 11092 784794 bf99a busybox_unstripped
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-131-1/+1
| | | | | *: style fixes
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
| | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k
* cal: small code shrinkDenis Vlasenko2007-07-261-55/+50
|
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* removal of commented-out cruftDenis Vlasenko2006-12-221-5/+0
|
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-211-3/+4
|
* remove bb_printf and the likeDenis Vlasenko2006-10-261-5/+5
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
|
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-13/+1
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-15/+2
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* more busybox's style: close bug 745"Vladimir N. Oleynik"2006-02-281-3/+3
|
* rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes ↵Mike Frysinger2006-02-191-1/+0
| | | | it, breaking compile on systems lacking this function.
* removed warning "comparison between signed and unsigned"."Vladimir N. Oleynik"2006-01-301-3/+4
|
* just whitespaceTim Riker2006-01-251-3/+3
|
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
|
* Remove unnecessary pointer dereference.Manuel Novoa III2003-08-131-1/+1
|
* Adjust Erik's change, as I don't claim copyright of the applet.Manuel Novoa III2003-08-091-2/+0
|
* Remove unnecessary defamatory commentEric Andersen2003-08-081-12/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-258/+226
|
* Remove advertising clauses in accordance withAaron Lehmann2002-06-231-5/+1
| | | | ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change
* Fix a potential macro expansion problem... isspace can beEric Andersen2002-06-151-1/+1
| | | | a macro causing a double decrement...
* Include busybox.h before testing CONFIG_LOCALE_SUPPORT.Manuel Novoa III2002-05-291-2/+2
|
* Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>Eric Andersen2001-12-061-0/+428