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