Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | strdup -> xstrdup | Denis Vlasenko | 2007-01-19 | 1 | -3/+4 | |
| | | | | sed: de-obfuscate piece of code | |||||
* | sed,get_line_from_file: improve comments | Denis Vlasenko | 2007-01-17 | 1 | -17/+27 | |
| | ||||||
* | whitespace fixes (leading spaces to tab) | Denis Vlasenko | 2007-01-13 | 1 | -1/+1 | |
| | ||||||
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -2/+2 | |
| | ||||||
* | awk: style fixes | Denis Vlasenko | 2007-01-01 | 1 | -27/+23 | |
| | ||||||
* | awk: undo locale setting for numbers - or else parsing | Denis Vlasenko | 2007-01-01 | 1 | -0/+5 | |
| | | | | | can act quite mysteriously date: add if(ENABLE_LOCALE_SUPPORT) | |||||
* | awk: style cleanup. A lot of rw data moved to ro | Denis Vlasenko | 2007-01-01 | 1 | -294/+293 | |
| | | | | | (still has quite a lot of statics etc...). getopt32-ification. | |||||
* | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | 2006-12-30 | 1 | -202/+205 | |
| | ||||||
* | merge post-1.3.0 fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+2 | |
| | ||||||
* | style fixes | Denis Vlasenko | 2006-12-26 | 2 | -13/+12 | |
| | | | | last xcalloc replaced by xzalloc | |||||
* | remove useless casts (type*) xzalloc(...) | Denis Vlasenko | 2006-12-22 | 1 | -7/+6 | |
| | ||||||
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 3 | -8/+8 | |
| | ||||||
* | Add option to disable command execution from vi & awk | Denis Vlasenko | 2006-12-19 | 3 | -4/+16 | |
| | ||||||
* | diff: comment - explain what happens when hunk fails to apply | Denis Vlasenko | 2006-12-17 | 1 | -2/+3 | |
| | ||||||
* | patch: fix double-free (bug 1120) | Denis Vlasenko | 2006-12-17 | 1 | -0/+1 | |
| | ||||||
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 1 | -3/+1 | |
| | ||||||
* | bb_makedev: fix for glibc 2.3.2 | Denis Vlasenko | 2006-12-10 | 1 | -3/+3 | |
| | | | | sed: fix C++ style declaration | |||||
* | sed: style fixes | Denis Vlasenko | 2006-12-10 | 1 | -328/+338 | |
| | ||||||
* | sed: fix handling of files not ending in '\n' | Denis Vlasenko | 2006-12-02 | 1 | -10/+30 | |
| | ||||||
* | sed: improve handling of NULs | Denis Vlasenko | 2006-12-02 | 1 | -46/+64 | |
| | ||||||
* | ed: convert style to bbox's. No code changes. | Denis Vlasenko | 2006-11-30 | 1 | -224/+93 | |
| | ||||||
* | passwd: rework: | Denis Vlasenko | 2006-11-30 | 1 | -0/+2 | |
| | | | | | | | | | * do not make backup copy by copying (just retain old file) * correctly fall back to /etc/passwd if user is not in shadow * fix bug with overlong passwd entries * be permissive on some kinds of failures * reduce stack usage * code size: -500 bytes | |||||
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -19/+19 | |
| | ||||||
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 2 | -29/+29 | |
| | ||||||
* | Fix largefile breakage; advance version to 1.2.2 | Denis Vlasenko | 2006-10-27 | 1 | -2/+1 | |
| | ||||||
* | get_terminal_width_height: do not pass insanely large values | Denis Vlasenko | 2006-10-27 | 1 | -1/+1 | |
| | ||||||
* | last nail into error_msg() (de)capitalization | Denis Vlasenko | 2006-10-27 | 2 | -34/+34 | |
| | ||||||
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 | |
| | ||||||
* | sed: mostly style fixes, very small changes in actual code | Denis Vlasenko | 2006-10-25 | 1 | -333/+354 | |
| | ||||||
* | use skip_whitespace where appropriate | Denis Vlasenko | 2006-10-25 | 2 | -83/+86 | |
| | ||||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 3 | -6/+6 | |
| | ||||||
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -3/+3 | |
| | ||||||
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 2 | -9/+9 | |
| | | | | Renaming... | |||||
* | small style fixes | Denis Vlasenko | 2006-10-12 | 1 | -3/+3 | |
| | ||||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+1 | |
| | ||||||
* | awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067 | Denis Vlasenko | 2006-10-07 | 1 | -1/+1 | |
| | ||||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 4 | -90/+39 | |
| | ||||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 3 | -8/+8 | |
| | | | | | | | | 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. | |||||
* | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 | |
| | ||||||
* | lots of silly indent fixes | Denis Vlasenko | 2006-10-03 | 3 | -5/+5 | |
| | ||||||
* | sed: -e options were handled in reverse order. fix that. | Denis Vlasenko | 2006-10-01 | 1 | -19/+27 | |
| | ||||||
* | sed: unbreak multiple -e, -f option handling (my fault) | Denis Vlasenko | 2006-10-01 | 1 | -15/+24 | |
| | ||||||
* | several fixes from openWRT project | Denis Vlasenko | 2006-09-26 | 1 | -1/+30 | |
| | ||||||
* | awk: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -37/+27 | |
| | ||||||
* | sed: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -34/+22 | |
| | ||||||
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -1/+1 | |
| | | | | Erik or I are primary copyright holders on. | |||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 2 | -3/+3 | |
| | ||||||
* | Bugfix for: echo '123456789' | sed 's/./|&/5' | Rob Landley | 2006-09-08 | 1 | -1/+1 | |
| | ||||||
* | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | 2006-09-06 | 2 | -2/+2 | |
| | | | | | automatically by function itself. | |||||
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | 2006-08-29 | 1 | -1/+1 | |
| | | | | | (the e2fsprogs directory is too twisty and evil to easily fix, but I plan to rewrite it anyway so I'll just bump that up in priority a bit). |