- 9fe1548 date,touch: allow timezone offsets in dates by Ron Yorston · 3 years, 3 months ago
- 32a8f70 libbb: in @SECONDS date format, use 64-bit time if libc allows by Denys Vlasenko · 4 years ago
- 4dee016 date: tweak --help: -D FMT is used for -s TIME as well by Denys Vlasenko · 4 years ago
- 56a5731 date: remove non-standard special-casing of date '+%f' by Denys Vlasenko · 4 years ago
- f26c566 date: trim --help (no need to show long opts) by Denys Vlasenko · 4 years ago
- 900eae1 date: support -Ins, more compatible timezone display in -I by Denys Vlasenko · 4 years ago
- ab6991c date: for -uR and -uIh, timezone still have to be shown at +hhmm, not as abbreviation by Denys Vlasenko · 4 years ago
- 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
- d3539be Remove stime() function calls by Alistair Francis · 5 years ago
- be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 5 years ago
- b7b7452 date: Use 64 prefix syscall if we have to by Alistair Francis · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- ecf02e8 date: improve help text for -D by Denys Vlasenko · 6 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 6e2beb7 date: maybe_set_utc only once by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
- b9be780 sv,svc: fix NOEXEC fallout by Denys Vlasenko · 7 years ago
- 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
- 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- 03a99e3 date: extend help text to explain compat date format. Closes 4820 by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- a5d3d34 date: preserve isdst value if date is in time_t (unix time) format by Alexey Soloviev · 14 years ago
- 0cd4f30 add missed underscore by Denys Vlasenko · 14 years ago
- d1e4665 date: add a comment about _SVID_SOURCE by Denys Vlasenko · 14 years ago
- 9e0f150 date :add a comment about older toolchains by Denys Vlasenko · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- f2710d0 date: move applet and usage bits to date.c by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
- 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
- 4ebdae3 date: make %N work without -lrt on glibc by Denys Vlasenko · 14 years ago
- e2b41cf date: trivial fix - was reading seconds into nanoseconds field! DOH by Denys Vlasenko · 15 years ago
- b68bba5 date: use the same code for FEATURE_DATE_NANO for glibc and uclibc by Denys Vlasenko · 15 years ago
- f2da16f date: make FEATURE_NANO compile on glibc systems by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- e4070cb partially migrate coreutils to Config.src and Kbuild.src by Denys Vlasenko · 15 years ago
- 6c2406a date: optional support for %N. Closes bug 1861. by Denys Vlasenko · 15 years ago
- 5da9f96 date: introduce FEATURE_DATE_COMPAT; shrink by Denys Vlasenko · 15 years ago
- ff1822a date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- ca22cda date: handle long options by Bernhard Reutner-Fischer · 15 years ago
- 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
- 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- e4ed640 date: better version of previous commit; + fix testsuite to have it checked by Denis Vlasenko · 17 years ago
- e6520f0 date: complain if there are extraneout arguments by Denis Vlasenko · 17 years ago
- 4d89a8b date: make it accept ISO date format. Fix help text. by Denis Vlasenko · 17 years ago
- 9ce4ae8 date: make help text more understandable; small shrink by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
- fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
- 6dc6ebb awk: undo locale setting for numbers - or else parsing by Denis Vlasenko · 18 years ago
- 35a4bbe date: -R shouldn't use locale by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
- 91ed1a4 Patch from Suresh Rajashekara moving comments and #includes and such around. by Rob Landley · 18 years ago
- 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
- c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
- c5789a6 Walter Harms added -D to date, and I did a code cleanup while I was in the by Rob Landley · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- a2eec60 RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
- f704b27 by "Vladimir N. Oleynik" · 19 years ago
- 3ade65f remove 1 CR, correct strange bb_opt_complementally, add #if 0 and XXX-comment: pleace examine this\! by "Vladimir N. Oleynik" · 19 years ago
- 064f04e by "Vladimir N. Oleynik" · 19 years ago
- b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
- 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
- f7662da Shaun Jackman submitted a patch converting an allocation to use by Rob Landley · 20 years ago
- 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
- 9315842 Patch from David Daney: by Eric Andersen · 20 years ago
- aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
- 39396b9 Fix non standard 'date -R' formatting by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 01cdb66 Add the -r option, patch from Rob with some help from myself. by Glenn L McGrath · 21 years ago
- c2266bd Woops, im getting ahead of myself, we dont have the -r (refernece) option yet by Glenn L McGrath · 21 years ago
- 5f11541 define option names to be clearer, simplify nested if statements, remove by Glenn L McGrath · 21 years ago
- b511f9c Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current by Manuel Novoa III · 21 years ago
- 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 03195fc Run through indent, fix comments by Glenn L McGrath · 22 years ago
- 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
- df03932 Added the -I (isofmt) options to date, which comes in handy for scripts by Robert Griebl · 22 years ago
- a7d0b41 Don't use pointless GNU-isms by Eric Andersen · 23 years ago