aboutsummaryrefslogtreecommitdiff
path: root/miscutils/time.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-03-19Major coreutils update.mjn31-8/+8
git-svn-id: svn://busybox.net/trunk/busybox@6751 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-18Match newlines, this fixes matching of ^ or $ when there is a '\n' in the ↵bug11-1/+2
pattern being matched. This fixes cases when the N command is used. git-svn-id: svn://busybox.net/trunk/busybox@6750 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-18Fix a bug that corrupted the string followed commands that had no arguments ↵bug11-8/+8
(Closes #1304) git-svn-id: svn://busybox.net/trunk/busybox@6749 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-14Patch from Jonas Holmberg, adjusted by Robert Schwebel, andandersen1-55/+144
later re-adjusted by me to fix msh backtick handling git-svn-id: svn://busybox.net/trunk/busybox@6748 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-13oops. args shuffled.andersen1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@6747 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-13Fix obviously wrong names from older busyboxandersen1-7/+7
git-svn-id: svn://busybox.net/trunk/busybox@6743 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-13Patch from Tito Ragusa:andersen1-51/+53
The changes I've made: in strings.c: 1) fix memory allocation error I've detected with MALLOC_CHECK_=1 in *string; 2) code clean up; 3) fix compiler warnings about uninitialized vars; git-svn-id: svn://busybox.net/trunk/busybox@6742 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-11cope with crappy windoze ftp serversandersen1-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@6738 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-10Avoid potential rendering problemsandersen1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@6730 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-10fix n, add N, Pbug11-5/+22
git-svn-id: svn://busybox.net/trunk/busybox@6729 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-10add the 'n' commandbug11-1/+4
git-svn-id: svn://busybox.net/trunk/busybox@6728 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-10Add the q (quit) optionbug11-12/+15
git-svn-id: svn://busybox.net/trunk/busybox@6727 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-09Fix a delimiter matching bug i introduced.bug11-0/+1
git-svn-id: svn://busybox.net/trunk/busybox@6726 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-09Support grouped commands, i.e. {cmd1;cmd2}bug11-71/+88
git-svn-id: svn://busybox.net/trunk/busybox@6725 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-09alloc array for commands, use string ptr in parse_command_string()bug11-37/+36
git-svn-id: svn://busybox.net/trunk/busybox@6724 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-09use typedef for struct sed_cmdbug11-11/+11
git-svn-id: svn://busybox.net/trunk/busybox@6723 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-09redo get_addres(). save some space. possible fix a bug where the command ↵bug11-31/+25
might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field. git-svn-id: svn://busybox.net/trunk/busybox@6722 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-09Woops, remove the code i didnt mean to commitbug11-30/+23
git-svn-id: svn://busybox.net/trunk/busybox@6721 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-09Mention the opengroup sed reference, add a check which is disabled at present.bug11-23/+43
git-svn-id: svn://busybox.net/trunk/busybox@6720 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-08Fix matching for the $ address (last line)bug11-6/+16
git-svn-id: svn://busybox.net/trunk/busybox@6719 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-07be more careful about cleaning upandersen2-5/+17
git-svn-id: svn://busybox.net/trunk/busybox@6718 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-07Scrub things a bit, shave off a few bytes.andersen1-6/+9
-Erik git-svn-id: svn://busybox.net/trunk/busybox@6717 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-07Save a few bytes and remove a redundant stringandersen1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@6716 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-07With nightmares of libbb ending up with 100 .c files startingandersen2-1/+1
with "bb_" it seems best to rename this now and avoid starting an evil KDE style naming trend. git-svn-id: svn://busybox.net/trunk/busybox@6715 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-07audit for proper error handling, apply a few size optimizationsandersen1-27/+34
-Erik git-svn-id: svn://busybox.net/trunk/busybox@6714 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-07Define bb_xgetlarg as a standard interface for extractingandersen3-1/+30
numbers from getopt which includes careful error checking. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6713 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-03-07Explicitly define -DNDEBUG so asserts don't clutter release codeandersen1-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@6712 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-28Add all the syslogd help textandersen1-16/+51
git-svn-id: svn://busybox.net/trunk/busybox@6649 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-28There is no good reason to prevent nfs mounts from being mountedandersen1-2/+2
during 'mount -a'. If the user wants to do that, hey, its their lifs. If the nfs server is down and they don't want to wait for nfs to time out, that is their problem. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6648 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-27Write all the help text for the util-linux utilities. Allowandersen2-35/+153
people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6643 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-18mention "katamaran"andersen1-0/+1
git-svn-id: svn://busybox.net/trunk/busybox@6627 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-17Fix for big endian machinesbug11-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@6615 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-17New applet sha1sumbug15-0/+239
git-svn-id: svn://busybox.net/trunk/busybox@6611 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-15Patch from Bastian Blankbug14-5/+128
- ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr. git-svn-id: svn://busybox.net/trunk/busybox@6604 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-15Merge fileutils, textutils and shellutils into coreuilsbug15-6/+628
git-svn-id: svn://busybox.net/trunk/busybox@6603 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-12sync with udhcp bug fixesruss3-6/+9
git-svn-id: svn://busybox.net/trunk/busybox@6597 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-12Don't use HZ -- use sysconf(_SC_CLK_TCK)andersen1-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@6570 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-11Fix compile error... header problems.mjn31-2/+1
git-svn-id: svn://busybox.net/trunk/busybox@6560 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-10last_patch83 by Vladimir N. Oleynikbug13-6/+6
git-svn-id: svn://busybox.net/trunk/busybox@6558 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-10Fix compile error, last_patch82 by Vladimir N. Oleynikbug11-8/+23
git-svn-id: svn://busybox.net/trunk/busybox@6557 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-10Fix compile error, last_patch81 by Vladimir N. Oleynikbug11-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@6556 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-10udhcpc is supposed to be in /sbin, not /usr/sbin/andersen1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@6552 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-09Fix compiler warnings, patch by Steven Scholzbug13-6/+5
git-svn-id: svn://busybox.net/trunk/busybox@6549 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-09Woops, my gunzip fix broke unzip, these cant be staticbug12-4/+4
git-svn-id: svn://busybox.net/trunk/busybox@6548 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-09Minor update to arping, patch from Nick Fedchikbug11-7/+9
git-svn-id: svn://busybox.net/trunk/busybox@6545 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-09New applet, inetd, make httpd features more configurable, update authors, ↵bug19-755/+2636
last_patch_80 from Vladimir N. Oleynik git-svn-id: svn://busybox.net/trunk/busybox@6544 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-09Dont die if logging remotely fails, patch by Joshua Jacksonbug11-6/+2
git-svn-id: svn://busybox.net/trunk/busybox@6543 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-09Specify install path, patch by Nick Fedchikbug11-0/+8
git-svn-id: svn://busybox.net/trunk/busybox@6542 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-09Moved to libunarchive/unzip.cbug11-69/+0
git-svn-id: svn://busybox.net/trunk/busybox@6541 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-02-09Fix endian probelm on PPC, i had different types for an extern variable.bug13-27/+80
git-svn-id: svn://busybox.net/trunk/busybox@6540 69ca8d6d-28ef-0310-b511-8ec308f3f277