summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* strdup -> xstrdupDenis Vlasenko2007-01-191-3/+4
| | | | sed: de-obfuscate piece of code
* sed,get_line_from_file: improve commentsDenis Vlasenko2007-01-171-17/+27
|
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-2/+2
|
* awk: style fixesDenis Vlasenko2007-01-011-27/+23
|
* awk: undo locale setting for numbers - or else parsingDenis Vlasenko2007-01-011-0/+5
| | | | | can act quite mysteriously date: add if(ENABLE_LOCALE_SUPPORT)
* awk: style cleanup. A lot of rw data moved to roDenis Vlasenko2007-01-011-294/+293
| | | | | (still has quite a lot of statics etc...). getopt32-ification.
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-202/+205
|
* merge post-1.3.0 fixesDenis Vlasenko2006-12-261-1/+2
|
* style fixesDenis Vlasenko2006-12-262-13/+12
| | | | last xcalloc replaced by xzalloc
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-221-7/+6
|
* remove casts from xmalloc()Denis Vlasenko2006-12-193-8/+8
|
* Add option to disable command execution from vi & awkDenis Vlasenko2006-12-193-4/+16
|
* diff: comment - explain what happens when hunk fails to applyDenis Vlasenko2006-12-171-2/+3
|
* patch: fix double-free (bug 1120)Denis Vlasenko2006-12-171-0/+1
|
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-3/+1
|
* bb_makedev: fix for glibc 2.3.2Denis Vlasenko2006-12-101-3/+3
| | | | sed: fix C++ style declaration
* sed: style fixesDenis Vlasenko2006-12-101-328/+338
|
* sed: fix handling of files not ending in '\n'Denis Vlasenko2006-12-021-10/+30
|
* sed: improve handling of NULsDenis Vlasenko2006-12-021-46/+64
|
* ed: convert style to bbox's. No code changes.Denis Vlasenko2006-11-301-224/+93
|
* passwd: rework:Denis Vlasenko2006-11-301-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 2Denis Vlasenko2006-11-271-19/+19
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-272-29/+29
|
* Fix largefile breakage; advance version to 1.2.2Denis Vlasenko2006-10-271-2/+1
|
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-271-1/+1
|
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-272-34/+34
|
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
|
* sed: mostly style fixes, very small changes in actual codeDenis Vlasenko2006-10-251-333/+354
|
* use skip_whitespace where appropriateDenis Vlasenko2006-10-252-83/+86
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-203-6/+6
|
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-3/+3
|
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-122-9/+9
| | | | Renaming...
* small style fixesDenis Vlasenko2006-10-121-3/+3
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
|
* awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067Denis Vlasenko2006-10-071-1/+1
|
* build system overhaulDenis Vlasenko2006-10-054-90/+39
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-033-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_retvalDenis Vlasenko2006-10-031-1/+1
|
* lots of silly indent fixesDenis Vlasenko2006-10-033-5/+5
|
* sed: -e options were handled in reverse order. fix that.Denis Vlasenko2006-10-011-19/+27
|
* sed: unbreak multiple -e, -f option handling (my fault)Denis Vlasenko2006-10-011-15/+24
|
* several fixes from openWRT projectDenis Vlasenko2006-09-261-1/+30
|
* awk: getopt_ulflags'isationDenis Vlasenko2006-09-221-37/+27
|
* sed: getopt_ulflags'isationDenis Vlasenko2006-09-221-34/+22
|
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-1/+1
| | | | Erik or I are primary copyright holders on.
* whitespace cleanupDenis Vlasenko2006-09-172-3/+3
|
* Bugfix for: echo '123456789' | sed 's/./|&/5'Rob Landley2006-09-081-1/+1
|
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-062-2/+2
| | | | | automatically by function itself.
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-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).