2019-01-21 |
Brian Foley | awk: Fix overly permissive func arg list parsing |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Brian Foley | awk: Syntax error if delete isn't given an arg. |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Brian Foley | awk: Guard pointer chasing when parsing ternary express... |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Mark Marshall | capability: fix string comparison in cap_name_to_number |
commit | commitdiff | tree | snapshot |
2019-01-18 |
Denys Vlasenko | wget: remove empty if/endif preprocessor directive... |
commit | commitdiff | tree | snapshot |
2019-01-18 |
Denys Vlasenko | service examples: ifplugd -M to prevents frequent respa... |
commit | commitdiff | tree | snapshot |
2019-01-18 |
Bernhard Reutner... | checkstack.pl: tweak bfin re |
commit | commitdiff | tree | snapshot |
2019-01-17 |
Bernhard Reutner... | checkstack: pull from upstream |
commit | commitdiff | tree | snapshot |
2019-01-17 |
Bernhard Reutner... | checkstack.pl: fix arch autodetection |
commit | commitdiff | tree | snapshot |
2019-01-17 |
Martin Lewis | wget: don't notify on download begin and end if quiet |
commit | commitdiff | tree | snapshot |
2019-01-15 |
Denys Vlasenko | Update examples/udhcp/udhcpd.conf |
commit | commitdiff | tree | snapshot |
2019-01-14 |
Denys Vlasenko | start-stop-daemon: fix "both -x and -a" case: -a does... |
commit | commitdiff | tree | snapshot |
2019-01-14 |
Denys Vlasenko | start-stop-daemon: create pidfile before parent exits... |
commit | commitdiff | tree | snapshot |
2019-01-12 |
Denys Vlasenko | adduser: fix a bug of getpwnam() overwriting shell... |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Denys Vlasenko | nslookup: return exitcode 1 on resolution errors |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Denys Vlasenko | telnet: placate compiler's warning |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Denys Vlasenko | date: improve help text for -D |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Denys Vlasenko | bc: code shrink |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Denys Vlasenko | bc: remove "empty expression" check/message, parsing... |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Denys Vlasenko | bc: zbc_parse_expr_empty_ok() is unused except by zbc_p... |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Denys Vlasenko | bc: disallow invalid syntax like "{ print 1 print 2 }" |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Einar Jón | passwd: initialize pointers correctly |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Denys Vlasenko | tls: add comment about dl.fedoraproject.org needing... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Denys Vlasenko | udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes... |
commit | commitdiff | tree | snapshot |
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 |
next |