Age | Commit message (Expand) | Author |
2020-11-30 | decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko |
2020-11-30 | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko |
2020-11-29 | libbb: introduce and use msleep() | Denys Vlasenko |
2020-11-29 | use write_str() functions where appropriate | Denys Vlasenko |
2020-11-29 | libbb: introduce and use sleep1() | Denys Vlasenko |
2020-08-13 | build system: drop PLATFORM_LINUX | Ron Yorston |
2020-07-20 | lsscsi: code shrink | Denys Vlasenko |
2020-07-11 | crontab: Fix -e with editors saving using renaming strategy | Gray Wolf |
2020-06-24 | bc: placate a "defined but not used" warning | Denys Vlasenko |
2020-06-23 | randomconfig fixes | Denys Vlasenko |
2020-04-30 | mim: run scripts from a specification file | Ron Yorston |
2019-11-23 | bc: fix comparison bug, closes 12336 | Denys Vlasenko |
2019-10-25 | hdparm: placate "warning: taking the absolute value of unsigned type" | Denys Vlasenko |
2019-09-12 | bc: Add 'U' suffix in UINT_MAX preprocessor check | Kang-Che Sung |
2019-09-05 | dc: Parse error & fix out of bounds read in xc_program_printString | Brian Foley |
2019-09-05 | dc: Fix segfault when executing strings generated using asciify | Brian Foley |
2019-09-05 | dc: execute shouldn't pop if stack head is not a string | Brian Foley |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-06-08 | bc: placate compiler warnings | Denys Vlasenko |
2019-05-16 | dc: make 4 % 0 emit error messgaes and set result to 0 | Denys Vlasenko |
2019-05-09 | dc: code shrink | Denys Vlasenko |
2019-04-30 | Optionally re-introduce bb_info_msg() | James Byrne |
2019-03-30 | man: add "/usr/share/man" as another default MANPATH, fix col override | Denys Vlasenko |
2019-03-26 | man: don't skip default path which appears in config file | Ron Yorston |
2019-03-26 | ts: do call localtime() when neither -s nor -i specified | Denys Vlasenko |
2019-03-26 | ts: use gettimeofday - we don't use nanoseconds here | Denys Vlasenko |
2019-03-26 | ts: replace overlapping strcpy with shorter code | Denys Vlasenko |
2019-03-26 | ts: fix incorrect (copy-pasted) copyright attribution | Denys Vlasenko |
2019-03-26 | ts: new applet | Denys Vlasenko |
2019-03-17 | do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings | Denys Vlasenko |
2019-02-11 | i2c_tools.c: i2ctransfer | Nikolaus Voss |
2019-02-10 | i2ctransfer: new applet | Nikolaus Voss |
2019-01-25 | bc: implement pass-by-reference code from upstream | Denys Vlasenko |
2019-01-09 | bc: code shrink | Denys Vlasenko |
2019-01-08 | bc: remove "empty expression" check/message, parsing fails in these cases anyway | Denys Vlasenko |
2019-01-08 | bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in | Denys Vlasenko |
2019-01-08 | bc: disallow invalid syntax like "{ print 1 print 2 }" | Denys Vlasenko |
2019-01-07 | sleep: support "inf" | Denys Vlasenko |
2019-01-04 | bc: shorten "limits" output | Denys Vlasenko |
2019-01-04 | bc: formatting changes, added a FIXME comment, no logic changes | Denys Vlasenko |
2019-01-04 | bc: support void functions (GNU compat) | Denys Vlasenko |
2019-01-04 | dc: fit returning of string | Denys Vlasenko |
2019-01-04 | dc: fix '?' | Denys Vlasenko |
2019-01-04 | bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant | Denys Vlasenko |
2019-01-04 | bc: add a palceholder comment for "void" return | Denys Vlasenko |
2019-01-04 | bc: remove extra div/0 test, remove test for string function parameter | Denys Vlasenko |
2019-01-03 | bc: fix "...; return}" to work, disallow "return ()" | Denys Vlasenko |
2019-01-02 | bc: make error line number also size_t, like everything else | Denys Vlasenko |
2019-01-02 | bc: speed up string printing, fix print "" | Denys Vlasenko |
2019-01-01 | bc: upstream fixes | Denys Vlasenko |