summaryrefslogtreecommitdiff
path: root/libbb/mode_string.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-171-11/+9
* libbb: ensure mode_string is NUL terminatedRon Yorston2021-09-171-9/+3
* libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-4/+2
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* do not include <sys/stat.h> just before "libbb.h", it's there alreadyDenys Vlasenko2017-10-051-6/+0
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-2/+0
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* taskset: fix some careless code in both fancy and non-fancy cases.Denis Vlasenko2008-07-111-2/+2
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* - the archivers expect mode to be a mode_t, so do not trip signed/unsigned co...Bernhard Reutner-Fischer2007-01-221-2/+2
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-1/+0
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-13/+3
* Fix a bug reported by junkio@cox.net involving the mode_chars index.Manuel Novoa III2003-08-141-1/+6
* Major coreutils update.Manuel Novoa III2003-03-191-47/+103
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-10/+6
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+82