1. f59739a checkstack: pull from upstream by Bernhard Reutner-Fischer · 6 years ago
  2. fe7ae56 checkstack.pl: fix arch autodetection by Bernhard Reutner-Fischer · 6 years ago
  3. 94e748d wget: don't notify on download begin and end if quiet by Martin Lewis · 6 years ago
  4. edb74f4 Update examples/udhcp/udhcpd.conf by Denys Vlasenko · 6 years ago
  5. 77524a3 start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] by Denys Vlasenko · 6 years ago
  6. 088fec3 start-stop-daemon: create pidfile before parent exits, closes 8596 by Denys Vlasenko · 6 years ago
  7. b67d900 adduser: fix a bug of getpwnam() overwriting shell name, closes 8586 by Denys Vlasenko · 6 years ago
  8. 3109d1f tls: code shrink by Denys Vlasenko · 6 years ago
  9. 6ca8e34 nslookup: return exitcode 1 on resolution errors by Denys Vlasenko · 6 years ago
  10. 8419123 telnet: placate compiler's warning by Denys Vlasenko · 6 years ago
  11. ecf02e8 date: improve help text for -D by Denys Vlasenko · 6 years ago
  12. cfc2546 bc: code shrink by Denys Vlasenko · 6 years ago
  13. a1698a1 bc: remove "empty expression" check/message, parsing fails in these cases anyway by Denys Vlasenko · 6 years ago
  14. 132d7c0 bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in by Denys Vlasenko · 6 years ago
  15. fc7aa7a bc: disallow invalid syntax like "{ print 1 print 2 }" by Denys Vlasenko · 6 years ago
  16. ce51140 passwd: initialize pointers correctly by Einar Jón · 6 years ago
  17. 959b04b tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curve by Denys Vlasenko · 6 years ago
  18. 74d9f1b udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long by Denys Vlasenko · 6 years ago
  19. b80bdeb udhcp: code shrink by Denys Vlasenko · 6 years ago
  20. edca770 sleep: support "inf" by Denys Vlasenko · 6 years ago
  21. 4bdc914 build system: fix compiler warnings by Denys Vlasenko · 6 years ago
  22. 2d9e097 find: handle leading -- argument by Denys Vlasenko · 6 years ago
  23. 3f4fac5 telnet: provide feedback after successful connect by Danijel Tasov · 6 years ago
  24. 39b1819 telnetd: fix bad interaction with vhangup() from login by Denys Vlasenko · 6 years ago
  25. 935afaf telnet: code shrink by Denys Vlasenko · 6 years ago
  26. 5bfc4a3 telnet: speed up processing of network input by Denys Vlasenko · 6 years ago
  27. 1c952ba ip: print dadfailed flag by Kaarle Ritvanen · 6 years ago
  28. f83292c ls: make -i compatible with coreutils: don't follow symlink by default by Martijn Dekker · 6 years ago
  29. 46fc329 wget: notify on download begin and end by Martin Lewis · 6 years ago
  30. 64f3536 wget: add -o flag by Martin Lewis · 6 years ago
  31. e05ec6e bc: shorten "limits" output by Denys Vlasenko · 6 years ago
  32. f11b5b9 bc: formatting changes, added a FIXME comment, no logic changes by Denys Vlasenko · 6 years ago
  33. 54f5c1d bc: support void functions (GNU compat) by Denys Vlasenko · 6 years ago
  34. 1db367a dc: fit returning of string by Denys Vlasenko · 6 years ago
  35. 6842c60 dc: fix '?' by Denys Vlasenko · 6 years ago
  36. 377cc97 bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant by Denys Vlasenko · 6 years ago
  37. 02c3d7a bc: add a palceholder comment for "void" return by Denys Vlasenko · 6 years ago
  38. 19c3eb0 bc: remove extra div/0 test, remove test for string function parameter by Denys Vlasenko · 6 years ago
  39. 96b5ec1 bc: fix "...; return}" to work, disallow "return ()" by Denys Vlasenko · 6 years ago
  40. ae6c44e bc: make error line number also size_t, like everything else by Denys Vlasenko · 6 years ago
  41. cb7c955 bc: generate large bc tests on the fly, -5 mbytes in the git tree by Denys Vlasenko · 6 years ago
  42. 266bec8 bc: speed up string printing, fix print "" by Denys Vlasenko · 6 years ago
  43. 2231468 bc: upstream fixes by Denys Vlasenko · 6 years ago
  44. ff65355 single-applet build --help had extra \n, remove by Denys Vlasenko · 6 years ago
  45. 37bdd8f tls: pstm code shrink by Denys Vlasenko · 6 years ago
  46. 51b510a bc: in xc_read_line(), check ^C on NUL input bytes too by Denys Vlasenko · 6 years ago
  47. 8797adc bc: remove superfluous assigment by Denys Vlasenko · 6 years ago
  48. 680ccd3 bc: support ibase up to 36 (GNU compat) by Denys Vlasenko · 6 years ago
  49. 2747f61 bc: fold xc_lex_more_input() into peek_inbuf() by Denys Vlasenko · 6 years ago
  50. aad7696 pmap: make 32-bit version work better on 64-bit kernels by Denys Vlasenko · 6 years ago
  51. 8b710ef make_single_applets.sh: fix for BSS trick by Denys Vlasenko · 6 years ago
  52. 29bc593 Start 1.31.0 development cycle by Denys Vlasenko · 6 years ago
  53. ef800e5 Bump version to 1.30.0 by Denys Vlasenko · 6 years ago 1_30_0
  54. 2cd8c04 bc: tidying up, no logic changes by Denys Vlasenko · 6 years ago
  55. 8ab209f bc: simplify representation of 0.5 in sqrt() by Denys Vlasenko · 6 years ago
  56. 374d2c4 bc: remove special-cased assignment to ibase, it works correctly with general rules by Denys Vlasenko · 6 years ago
  57. d5b0fa6 bc: more fixes for unusual input bases by Denys Vlasenko · 6 years ago
  58. e16a522 bc: fix handling of "digits" above 9 by Denys Vlasenko · 6 years ago
  59. f9b4cc1 config: dpkg_deb should be dpkg-deb by Denys Vlasenko · 6 years ago
  60. b86b39b config: more tweaks by Denys Vlasenko · 6 years ago
  61. cdadad5 bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation by Denys Vlasenko · 6 years ago
  62. df1ff10 config: add size information for three more applets by Denys Vlasenko · 6 years ago
  63. 1476760 bc: rename config options by Denys Vlasenko · 6 years ago
  64. 83e7e13 config: add size information for udhcpc by Denys Vlasenko · 6 years ago
  65. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  66. 10bde14 bc: rename functions common to bc and dc as xc_FOO() by Denys Vlasenko · 6 years ago
  67. db8d607 bc: G.prog.zero does not need initializing num[] vector by Denys Vlasenko · 6 years ago
  68. 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
  69. 2beb1f6 bc: use ALIGN1 where appropriate by Denys Vlasenko · 6 years ago
  70. 8af1108 bc: undo debugging change, add a small optimization by Denys Vlasenko · 6 years ago
  71. ab9a986 bc: simple speedups by Denys Vlasenko · 6 years ago
  72. f706a18 bc: use '\0' insteads of 0xff (BC_PARSE_STREND) as name terminator by Denys Vlasenko · 6 years ago
  73. 1c69ec1 bc: reduce indentation, no code changes by Denys Vlasenko · 6 years ago
  74. 8a56e36 bc: fix "bc only" build by Denys Vlasenko · 6 years ago
  75. 1e87b97 bc: fix "dc only" build by Denys Vlasenko · 6 years ago
  76. 2f7352b bc: comment out code which appears to be never reached by Denys Vlasenko · 6 years ago
  77. b1b7996 bc: remove all logic for multi-line buffering by Denys Vlasenko · 6 years ago
  78. 7d32e25 bc: prepare for char-by-char input handling by Denys Vlasenko · 6 years ago
  79. 63ad799 bc: fix handling of comment/string interactions while buffering input by Denys Vlasenko · 6 years ago
  80. 94576d2 bc: fix interactive handling of comments in strings and quotes in comments by Denys Vlasenko · 6 years ago
  81. c192b04 bc: simplify input pointer manipulation while lexing by Denys Vlasenko · 6 years ago
  82. ecb62ed bc: fold struct BcLex into BcParse by Denys Vlasenko · 6 years ago
  83. 6e61823 bc: move BcLex::lex member to be the first in struct globals by Denys Vlasenko · 6 years ago
  84. 0b0e8d0 bc: rename some members and macros, no code changes by Denys Vlasenko · 6 years ago
  85. 3f8752c bc: shorten error messages by Denys Vlasenko · 6 years ago
  86. fa495ce bc: make it clear that the code is adapted by Gavin Howard · 6 years ago
  87. 8fac1c7 dc: add two tests by Denys Vlasenko · 6 years ago
  88. a2e62e3 bc: stop passing a pointer to G.prs down the call chain by Denys Vlasenko · 6 years ago
  89. 1fbe35a bc: make zbc_program_read() and zdc_program_execStr() use G.prs by Denys Vlasenko · 6 years ago
  90. 53e569c bc: fix interactive read() by Denys Vlasenko · 6 years ago
  91. 2638454 bc: add code to detect errors like "print 1 print 2" by Denys Vlasenko · 6 years ago
  92. 5fa74b9 bc: allow {break} and {continue} (allow RBRACE to terminate them) by Denys Vlasenko · 6 years ago
  93. d4b721c bc: shrink parsing code a bit more, disallow "auto a b c" (without commas) by Denys Vlasenko · 6 years ago
  94. 73b3ebc bc: simplify bc_parse_expr_empty_ok() by Denys Vlasenko · 6 years ago
  95. d0238d8 bc: simplify bc_parse_expr_empty_ok() by Denys Vlasenko · 6 years ago
  96. bb11603 bc: simplify bc_parse_expr_empty_ok() by Denys Vlasenko · 6 years ago
  97. d897c9a bc: BC_RESULT_ONE is bc-specific by Denys Vlasenko · 6 years ago
  98. 0c45bb22 bc: partially deinline BC_PARSE_LEAF() macro by Denys Vlasenko · 6 years ago
  99. a17d95d bc: rename lexer variables, use smallints where appropriate by Denys Vlasenko · 6 years ago
  100. d279d80 bc: fix "bc -s" only warning on "define f()<newline>", not exiting by Denys Vlasenko · 6 years ago