Start 1.33.0 development cycle
[oweals/busybox.git] / miscutils /
2020-06-24 Denys Vlasenkobc: placate a "defined but not used" warning
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-04-30 Ron Yorstonmim: run scripts from a specification file
2019-11-23 Denys Vlasenkobc: fix comparison bug, closes 12336
2019-10-25 Denys Vlasenkohdparm: placate "warning: taking the absolute value...
2019-09-12 Kang-Che Sungbc: Add 'U' suffix in UINT_MAX preprocessor check
2019-09-05 Brian Foleydc: Parse error & fix out of bounds read in xc_program_...
2019-09-05 Brian Foleydc: Fix segfault when executing strings generated using...
2019-09-05 Brian Foleydc: execute shouldn't pop if stack head is not a string
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-06-08 Denys Vlasenkobc: placate compiler warnings
2019-05-16 Denys Vlasenkodc: make 4 % 0 emit error messgaes and set result to 0
2019-05-09 Denys Vlasenkodc: code shrink
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
2019-03-30 Denys Vlasenkoman: add "/usr/share/man" as another default MANPATH...
2019-03-26 Ron Yorstonman: don't skip default path which appears in config...
2019-03-26 Denys Vlasenkots: do call localtime() when neither -s nor -i specified
2019-03-26 Denys Vlasenkots: use gettimeofday - we don't use nanoseconds here
2019-03-26 Denys Vlasenkots: replace overlapping strcpy with shorter code
2019-03-26 Denys Vlasenkots: fix incorrect (copy-pasted) copyright attribution
2019-03-26 Denys Vlasenkots: new applet
2019-03-17 Denys Vlasenkodo not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
2019-02-11 Nikolaus Vossi2c_tools.c: i2ctransfer
2019-02-10 Nikolaus Vossi2ctransfer: new applet
2019-01-25 Denys Vlasenkobc: implement pass-by-reference code from upstream
2019-01-09 Denys Vlasenkobc: code shrink
2019-01-08 Denys Vlasenkobc: remove "empty expression" check/message, parsing...
2019-01-08 Denys Vlasenkobc: zbc_parse_expr_empty_ok() is unused except by zbc_p...
2019-01-08 Denys Vlasenkobc: disallow invalid syntax like "{ print 1 print 2 }"
2019-01-07 Denys Vlasenkosleep: support "inf"
2019-01-04 Denys Vlasenkobc: shorten "limits" output
2019-01-04 Denys Vlasenkobc: formatting changes, added a FIXME comment, no logic...
2019-01-04 Denys Vlasenkobc: support void functions (GNU compat)
2019-01-04 Denys Vlasenkodc: fit returning of string
2019-01-04 Denys Vlasenkodc: fix '?'
2019-01-03 Denys Vlasenkobc: eliminate struct BcInstPtr::results_len_before_call...
2019-01-03 Denys Vlasenkobc: add a palceholder comment for "void" return
2019-01-03 Denys Vlasenkobc: remove extra div/0 test, remove test for string...
2019-01-03 Denys Vlasenkobc: fix "...; return}" to work, disallow "return ()"
2019-01-02 Denys Vlasenkobc: make error line number also size_t, like everything...
2019-01-02 Denys Vlasenkobc: speed up string printing, fix print ""
2019-01-01 Denys Vlasenkobc: upstream fixes
2019-01-01 Denys Vlasenkobc: in xc_read_line(), check ^C on NUL input bytes too
2018-12-31 Denys Vlasenkobc: remove superfluous assigment
2018-12-31 Denys Vlasenkobc: support ibase up to 36 (GNU compat)
2018-12-31 Denys Vlasenkobc: fold xc_lex_more_input() into peek_inbuf()
2018-12-30 Denys Vlasenkobc: tidying up, no logic changes
2018-12-29 Denys Vlasenkobc: simplify representation of 0.5 in sqrt()
2018-12-29 Denys Vlasenkobc: remove special-cased assignment to ibase, it works...
2018-12-29 Denys Vlasenkobc: more fixes for unusual input bases
2018-12-29 Denys Vlasenkobc: fix handling of "digits" above 9
2018-12-28 Denys Vlasenkoconfig: more tweaks
2018-12-28 Denys Vlasenkobc: bc enables FEATURE_DC_BIG, for correct dc testsuite...
2018-12-28 Denys Vlasenkobc: rename config options
2018-12-28 Denys Vlasenkoconfig: update size information
2018-12-27 Denys Vlasenkobc: rename functions common to bc and dc as xc_FOO()
2018-12-27 Denys Vlasenkobc: G.prog.zero does not need initializing num[] vector
2018-12-27 Denys Vlasenkorandomconfig fixes
2018-12-26 Denys Vlasenkobc: use ALIGN1 where appropriate
2018-12-26 Denys Vlasenkobc: undo debugging change, add a small optimization
2018-12-26 Denys Vlasenkobc: simple speedups
2018-12-26 Denys Vlasenkobc: use '\0' insteads of 0xff (BC_PARSE_STREND) as...
2018-12-26 Denys Vlasenkobc: reduce indentation, no code changes
2018-12-26 Denys Vlasenkobc: fix "bc only" build
2018-12-26 Denys Vlasenkobc: fix "dc only" build
2018-12-26 Denys Vlasenkobc: comment out code which appears to be never reached
2018-12-26 Denys Vlasenkobc: remove all logic for multi-line buffering
2018-12-26 Denys Vlasenkobc: prepare for char-by-char input handling
2018-12-26 Denys Vlasenkobc: fix handling of comment/string interactions while...
2018-12-25 Denys Vlasenkobc: fix interactive handling of comments in strings...
2018-12-25 Denys Vlasenkobc: simplify input pointer manipulation while lexing
2018-12-25 Denys Vlasenkobc: fold struct BcLex into BcParse
2018-12-25 Denys Vlasenkobc: move BcLex::lex member to be the first in struct...
2018-12-25 Denys Vlasenkobc: rename some members and macros, no code changes
2018-12-25 Denys Vlasenkobc: shorten error messages
2018-12-25 Gavin Howardbc: make it clear that the code is adapted
2018-12-25 Denys Vlasenkobc: stop passing a pointer to G.prs down the call chain
2018-12-25 Denys Vlasenkobc: make zbc_program_read() and zdc_program_execStr...
2018-12-25 Denys Vlasenkobc: fix interactive read()
2018-12-25 Denys Vlasenkobc: add code to detect errors like "print 1 print 2"
2018-12-25 Denys Vlasenkobc: allow {break} and {continue} (allow RBRACE to termi...
2018-12-25 Denys Vlasenkobc: shrink parsing code a bit more, disallow "auto...
2018-12-25 Denys Vlasenkobc: simplify bc_parse_expr_empty_ok()
2018-12-25 Denys Vlasenkobc: simplify bc_parse_expr_empty_ok()
2018-12-25 Denys Vlasenkobc: simplify bc_parse_expr_empty_ok()
2018-12-24 Denys Vlasenkobc: BC_RESULT_ONE is bc-specific
2018-12-24 Denys Vlasenkobc: partially deinline BC_PARSE_LEAF() macro
2018-12-24 Denys Vlasenkobc: rename lexer variables, use smallints where appropriate
2018-12-24 Denys Vlasenkobc: fix "bc -s" only warning on "define f()<newline...
2018-12-24 Denys Vlasenkobc: POSIX error/warn functions can be 'z' functions too
2018-12-24 Denys Vlasenkobc: remove unnecessary NULL initializers
2018-12-24 Denys Vlasenkobc: move relational LEXs before math LEXs - shorten...
2018-12-24 Denys Vlasenkobc: offset dc_LEX_to_INST[] start
2018-12-24 Denys Vlasenkobc: rename BC_LEX_NLINE/WHITESPACE/STR/NAME/NUMBER...
2018-12-24 Denys Vlasenkobc: separate many bc and dc LEX constants
2018-12-24 Denys Vlasenkobc: rename several BC_LEX_OPs to XC_LEX_OPs.
2018-12-24 Denys Vlasenkobc: move BC_LEX_OP_INC/DEC to the end of operation...
2018-12-24 Denys Vlasenkobc: rename BC_LEXs to XC_LEXs for common constants...
2018-12-24 Denys Vlasenkobc: move functions/macros around, no code changes
2018-12-24 Denys Vlasenkobc: rename common INST constants to XC_, dc-specific...
next