Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-07 | Patch to fix bug 868, and some related cleanup while I was in the area. | Rob Landley | |
A tab is now taken as the end of filename if it's there, but if it isn't (because the timestamp isn't there) we continue with the existing untruncated line as the filename. | |||
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | |
as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. | |||
2006-05-04 | It was sitting there, in the patches directory, for years. It was delete it | Rob Landley | |
or apply it. It's small, simple, evil, part of SUSv3, and we can switch it off. | |||
2006-04-16 | touchup comment | Mike Frysinger | |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | |
to do it in Config.in. | |||
2006-04-05 | adjust ifdefs for inclusion of string_insert() routine | Paul Fox | |
2006-03-28 | fix behavior of ZZ, with respect to readonly mode(s). original | Paul Fox | |
patch and report from Alexander Griesser. | |||
2006-03-27 | add support for :wn (initial patch from Alexander Griesser) | Paul Fox | |
2006-03-27 | drop obsolete version string in favor of actual BB version (from | Paul Fox | |
Bernhard Fischer) | |||
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer | |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | |
the busybox binary) into enums (which don't). | |||
2006-03-09 | Portability patch from rfelker. The bb_asprintf.c thing needs an eventual | Rob Landley | |
follow up in platform.h to set the #ifdef, but the workaround works for everybody, so... | |||
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | |
version of make (3.71.1). | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | |
Fixes make trying to include the very same file in an endless loop. | |||
2006-03-02 | - silence warning about "'free_and_close_stuff' used but never defined" | Bernhard Reutner-Fischer | |
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | |
- use less resources for the buildsystem itself | |||
2006-03-01 | - fix compilation of sed. | Bernhard Reutner-Fischer | |
error: static declaration of 'free_and_close_stuff' follows non-static declaration Tiny whitespace cleanup while at it, also make sure that we don't use CONFIG_ anymore. Rob, hope this is ok w/ you.. | |||
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | |
from before "if(x) free(x)". | |||
2006-02-24 | A few changes falling out from the effort to make sed handle embedded NUL bytes. | Rob Landley | |
Checking in to reduce the diff between my tree and svn... | |||
2006-02-21 | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | |
Cherry-picked from Devin Bayer's big MacOS X patch. | |||
2006-02-14 | Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667. | Rob Landley | |
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger | |
2006-01-31 | changed strange mix signed<->unsigned | "Vladimir N. Oleynik" | |
2006-01-30 | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | |
2006-01-30 | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen | |
yet more incorrect types | |||
2006-01-30 | removed warning "comparison between signed and unsigned". Added ↵ | "Vladimir N. Oleynik" | |
ATTRIBUTE_UNUSED. Whitespace | |||
2006-01-25 | just whitespace | Tim Riker | |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer | |
- IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. | |||
2006-01-09 | Bug 112, return value of awk should be /256. In reality, we should probably | Rob Landley | |
be using WEXITSTATUS(), but until I can figure out why the heck that would want to do (*(int *) &(status)) on the value, I'm happy just fixing the bug we actually see. | |||
2005-11-28 | fix bug #474: | Paul Fox | |
0000474: vi crashes often problem was that the buffer used for "." command ("last_modifying_cmd") wasn't being maintined correctly -- the recording code was walking back over the front of that buffer when a repeatable insert command included backspacing (e.g. "i\b\b\bfoo"). the fix is to simply record the backspaces along with the rest of the command. also, cleaned up start_new_cmd_q() slightly. | |||
2005-11-20 | Support # comments after s/// option list. | Rob Landley | |
2005-10-30 | \0 is a synonym for &. Our own "make allbaseconfig" breaks without this. | Rob Landley | |
2005-10-27 | - correct boilerplate | Bernhard Reutner-Fischer | |
- use bb_xgetlarg for the patch_level to catch invalid arguments. | |||
2005-10-19 | more const, attribute_noreturn saved 200 bytes | "Vladimir N. Oleynik" | |
2005-10-17 | - consume space between functionname and opening brackets | Bernhard Reutner-Fischer | |
Fixes Rob's issue using busybox awk for building gcc-4_0 optionlist (http://busybox.net/lists/busybox/2005-October/016659.html) | |||
2005-10-15 | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | |
2005-10-10 | - do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowe | Bernhard Reutner-Fischer | |
being unsigned. - minor correction: use stdin only when no file was given via -i. - use shorter boilerplate. | |||
2005-10-09 | catch and report errors from file_write() | Paul Fox | |
2005-10-09 | make Hit_Return() available when CONFIG_FEATURE_VI_COLON is off. it's | Paul Fox | |
needed elsewhere as well now. | |||
2005-10-06 | change strange depend to libbb.h, but require busybox.h | "Vladimir N. Oleynik" | |
2005-09-27 | as pointed out in Bug 17, use uint32_t instead of unsigned long since the ↵ | Mike Frysinger | |
code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits | |||
2005-09-27 | eat misappropriated whitespace | Mike Frysinger | |
2005-09-27 | uncuddle function scope brackets | Mike Frysinger | |
2005-09-24 | use the shorter license header | Mike Frysinger | |
2005-09-24 | use brief license line | Mike Frysinger | |
2005-09-16 | initialize a couple of vars whose warnings were suppressed because | Paul Fox | |
i was building w/ debug on before, which suppresses optimization. | |||
2005-09-16 | some combinations of status line and screen refresh don't give a | Paul Fox | |
correct screen, and bug 215 reports trouble with the status line on small screens. with this change a) the status line should always be refreshed properly, b) the status line is a little shorter than it used to be ("I" instead of "--INSERT--"), c) the status line will be truncated if it doesn't fit on the screen, and d) if the screen is too narrow for an error or transient status message (from psb() or psbs()), then that message will be followed by a "Hit Return" prompt. (it wasn't until i did this last bit that the size grew. with this, these changes add about 150 bytes.) - pgf | |||
2005-09-14 | split libbb: moved xregcomp separatelly for speed up recompile | "Vladimir N. Oleynik" | |