summaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix POSIX buildFRP-3445-g10e14d5ebRon Yorston2020-04-111-1/+1
* time: WIN32 portRon Yorston2020-04-061-0/+55
* iconv: minor fixesRon Yorston2020-02-181-13/+14
* iconv: more improvementsRon Yorston2020-02-161-55/+19
* iconv: code shrink (2)Ron Yorston2020-02-141-86/+34
* iconv: code shrinkRon Yorston2020-02-141-456/+457
* Merge branch 'busybox' into mergeRon Yorston2020-01-082-9/+21
|\
| * bc: fix comparison bug, closes 12336Denys Vlasenko2019-11-231-1/+4
| * hdparm: placate "warning: taking the absolute value of unsigned type"Denys Vlasenko2019-10-251-1/+1
| * bc: Add 'U' suffix in UINT_MAX preprocessor checkKang-Che Sung2019-09-121-2/+2
| * dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley2019-09-051-2/+4
| * dc: Fix segfault when executing strings generated using asciifyBrian Foley2019-09-051-2/+8
| * dc: execute shouldn't pop if stack head is not a stringBrian Foley2019-09-051-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-08-1619-73/+78
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0219-71/+76
| * bc: placate compiler warningsDenys Vlasenko2019-06-081-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-05-273-11/+24
|\|
| * dc: make 4 % 0 emit error messgaes and set result to 0Denys Vlasenko2019-05-161-7/+12
| * dc: code shrinkDenys Vlasenko2019-05-091-6/+16
| * Optionally re-introduce bb_info_msg()James Byrne2019-04-302-5/+3
* | less: use alternate screen bufferRon Yorston2019-04-071-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-03-314-33/+111
|\|
| * man: add "/usr/share/man" as another default MANPATH, fix col overrideDenys Vlasenko2019-03-301-20/+13
| * man: don't skip default path which appears in config fileRon Yorston2019-03-261-1/+5
| * ts: do call localtime() when neither -s nor -i specifiedDenys Vlasenko2019-03-261-1/+1
| * ts: use gettimeofday - we don't use nanoseconds hereDenys Vlasenko2019-03-261-13/+9
| * ts: replace overlapping strcpy with shorter codeDenys Vlasenko2019-03-261-1/+2
| * ts: fix incorrect (copy-pasted) copyright attributionDenys Vlasenko2019-03-261-4/+3
| * ts: new appletDenys Vlasenko2019-03-261-0/+88
| * do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-172-3/+3
* | win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston2019-03-281-1/+13
* | man: proper handling of default path and config fileRon Yorston2019-03-281-0/+4
* | man: don't skip default path which appears in config fileRon Yorston2019-03-281-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-02-122-87/+360
|\|
| * i2c_tools.c: i2ctransferNikolaus Voss2019-02-111-5/+3
| * i2ctransfer: new appletNikolaus Voss2019-02-101-1/+177
| * bc: implement pass-by-reference code from upstreamDenys Vlasenko2019-01-251-86/+185
* | iconv: depends on PLATFORM_MINGW32Ron Yorston2019-01-101-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-01-1036-110/+7501
|\|
| * bc: code shrinkDenys Vlasenko2019-01-091-14/+14
| * bc: remove "empty expression" check/message, parsing fails in these cases anywayDenys Vlasenko2019-01-081-3/+4
| * bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it inDenys Vlasenko2019-01-081-36/+25
| * bc: disallow invalid syntax like "{ print 1 print 2 }"Denys Vlasenko2019-01-081-15/+21
| * sleep: support "inf"Denys Vlasenko2019-01-071-1/+0
| * bc: shorten "limits" outputDenys Vlasenko2019-01-041-4/+1
| * bc: formatting changes, added a FIXME comment, no logic changesDenys Vlasenko2019-01-041-5/+8
| * bc: support void functions (GNU compat)Denys Vlasenko2019-01-041-19/+56
| * dc: fit returning of stringDenys Vlasenko2019-01-041-5/+13
| * dc: fix '?'Denys Vlasenko2019-01-041-9/+4
| * bc: eliminate struct BcInstPtr::results_len_before_call, it is redundantDenys Vlasenko2019-01-041-10/+1