2019-01-07 |
Denys Vlasenko | udhcp: code shrink |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Denys Vlasenko | sleep: support "inf" |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Denys Vlasenko | build system: fix compiler warnings |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Denys Vlasenko | find: handle leading -- argument |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Danijel Tasov | telnet: provide feedback after successful connect |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Denys Vlasenko | telnetd: fix bad interaction with vhangup() from login |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Denys Vlasenko | telnet: code shrink |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Denys Vlasenko | telnet: speed up processing of network input |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Kaarle Ritvanen | ip: print dadfailed flag |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Martijn Dekker | ls: make -i compatible with coreutils: don't follow... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Martin Lewis | wget: notify on download begin and end |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Martin Lewis | wget: add -o flag |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Denys Vlasenko | bc: shorten "limits" output |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Denys Vlasenko | bc: formatting changes, added a FIXME comment, no logic... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Denys Vlasenko | bc: support void functions (GNU compat) |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Denys Vlasenko | dc: fit returning of string |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Denys Vlasenko | dc: fix '?' |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Denys Vlasenko | bc: eliminate struct BcInstPtr::results_len_before_call... |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Denys Vlasenko | bc: add a palceholder comment for "void" return |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Denys Vlasenko | bc: remove extra div/0 test, remove test for string... |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Denys Vlasenko | bc: fix "...; return}" to work, disallow "return ()" |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Denys Vlasenko | bc: make error line number also size_t, like everything... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Denys Vlasenko | bc: generate large bc tests on the fly, -5 mbytes in... |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Denys Vlasenko | bc: speed up string printing, fix print "" |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Denys Vlasenko | bc: upstream fixes |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Denys Vlasenko | single-applet build --help had extra \n, remove |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Denys Vlasenko | tls: pstm code shrink |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Denys Vlasenko | bc: in xc_read_line(), check ^C on NUL input bytes too |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Denys Vlasenko | bc: remove superfluous assigment |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Denys Vlasenko | bc: support ibase up to 36 (GNU compat) |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Denys Vlasenko | bc: fold xc_lex_more_input() into peek_inbuf() |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Denys Vlasenko | pmap: make 32-bit version work better on 64-bit kernels |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Denys Vlasenko | make_single_applets.sh: fix for BSS trick |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Denys Vlasenko | Start 1.31.0 development cycle |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Denys Vlasenko | Bump version to 1.30.0 1_30_0 |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Denys Vlasenko | bc: tidying up, no logic changes |
commit | commitdiff | tree | snapshot |
2018-12-29 |
Denys Vlasenko | bc: simplify representation of 0.5 in sqrt() |
commit | commitdiff | tree | snapshot |
2018-12-29 |
Denys Vlasenko | bc: remove special-cased assignment to ibase, it works... |
commit | commitdiff | tree | snapshot |
2018-12-29 |
Denys Vlasenko | bc: more fixes for unusual input bases |
commit | commitdiff | tree | snapshot |
2018-12-29 |
Denys Vlasenko | bc: fix handling of "digits" above 9 |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Denys Vlasenko | config: dpkg_deb should be dpkg-deb |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Denys Vlasenko | config: more tweaks |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Denys Vlasenko | bc: bc enables FEATURE_DC_BIG, for correct dc testsuite... |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Denys Vlasenko | config: add size information for three more applets |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Denys Vlasenko | bc: rename config options |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Denys Vlasenko | config: add size information for udhcpc |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Denys Vlasenko | config: update size information |
commit | commitdiff | tree | snapshot |
2018-12-27 |
Denys Vlasenko | bc: rename functions common to bc and dc as xc_FOO() |
commit | commitdiff | tree | snapshot |
2018-12-27 |
Denys Vlasenko | bc: G.prog.zero does not need initializing num[] vector |
commit | commitdiff | tree | snapshot |
2018-12-27 |
Denys Vlasenko | randomconfig fixes |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: use ALIGN1 where appropriate |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: undo debugging change, add a small optimization |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: simple speedups |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: use '\0' insteads of 0xff (BC_PARSE_STREND) as... |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: reduce indentation, no code changes |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: fix "bc only" build |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: fix "dc only" build |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: comment out code which appears to be never reached |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: remove all logic for multi-line buffering |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: prepare for char-by-char input handling |
commit | commitdiff | tree | snapshot |
2018-12-26 |
Denys Vlasenko | bc: fix handling of comment/string interactions while... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: fix interactive handling of comments in strings... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: simplify input pointer manipulation while lexing |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: fold struct BcLex into BcParse |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: move BcLex::lex member to be the first in struct... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: rename some members and macros, no code changes |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: shorten error messages |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Gavin Howard | bc: make it clear that the code is adapted |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | dc: add two tests |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: stop passing a pointer to G.prs down the call chain |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: make zbc_program_read() and zdc_program_execStr... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: fix interactive read() |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: add code to detect errors like "print 1 print 2" |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: allow {break} and {continue} (allow RBRACE to termi... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: shrink parsing code a bit more, disallow "auto... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: simplify bc_parse_expr_empty_ok() |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: simplify bc_parse_expr_empty_ok() |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Denys Vlasenko | bc: simplify bc_parse_expr_empty_ok() |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: BC_RESULT_ONE is bc-specific |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: partially deinline BC_PARSE_LEAF() macro |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: rename lexer variables, use smallints where appropriate |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: fix "bc -s" only warning on "define f()<newline... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: POSIX error/warn functions can be 'z' functions too |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: remove unnecessary NULL initializers |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: move relational LEXs before math LEXs - shorten... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: offset dc_LEX_to_INST[] start |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: rename BC_LEX_NLINE/WHITESPACE/STR/NAME/NUMBER... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: separate many bc and dc LEX constants |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: rename several BC_LEX_OPs to XC_LEX_OPs. |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: move BC_LEX_OP_INC/DEC to the end of operation... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: rename BC_LEXs to XC_LEXs for common constants... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: move functions/macros around, no code changes |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: rename common INST constants to XC_, dc-specific... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | dc: without -x, do not parse extended regs: 's p' means... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Denys Vlasenko | bc: fix incorrect bit in BC_PARSE_EXPRS_BITS: 'limits... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
Denys Vlasenko | bc: for "dc only" remove handling of LAST, move OBASE... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Denys Vlasenko | bc: fix empty lines in dc generating "bad token" message |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Denys Vlasenko | bc: shrink modular exponentiation code |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Denys Vlasenko | bc: do not yet allow 2^2.1 |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Denys Vlasenko | bc: avoid having to twiddle b->neg in zbc_num_p() |
commit | commitdiff | tree | snapshot |
next |