awk: fix typo in atan2 code. closes bug 5594.
[oweals/busybox.git] / miscutils /
2008-10-20 Denis Vlasenkodc: conditionalize parts which require libm
2008-10-04 Denis Vlasenkowatchdog: WDIOC_SETTIMEOUT accepts seconds, not millise...
2008-09-27 Denis Vlasenkostyle fixes, no code changes
2008-09-26 Bernhard Reutner... - add less -I to be able to search case-insensitively
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-09-21 Denis Vlasenkocrontab: do not destroy STDIN_FILENO, editor may need...
2008-09-20 Denis Vlasenkoinit: set stderr to NONBLOCK
2008-09-14 Denis Vlasenkoman: do not use default if /etc/man.conf has different...
2008-09-14 Denis Vlasenkoman: use default MANPATH of "/usr/man"; do not search...
2008-09-11 Denis Vlasenkorunsvd: shrink by Vladimir
2008-09-07 Denis Vlasenkowatchdog: add -T option
2008-08-05 Denis Vlasenkoman: teach it to use .lzma if requested by .config
2008-08-05 Denis Vlasenkoman: yet another fixlet to "manpage link" code
2008-08-05 Denis Vlasenkoman: fixlet for man links
2008-08-05 Denis Vlasenkoman: add handling of "man links", by Ivana Varekova...
2008-08-04 Denis Vlasenkolibbb: make xrealloc_vector zero out the realloc'ed...
2008-08-03 Denis Vlasenkomakedevs: shrink by Vladimir
2008-08-01 Denis Vlasenkomakedevs: shrink (by Vladimir); testsuite
2008-07-26 Denis Vlasenkowhitespace fix
2008-07-26 Denis Vlasenkoman: a forgotten chunk of lask commit (config file...
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-26 Denis Vlasenkoman: ignore (not complain) lines with less than 2 tokens
2008-07-24 Denis Vlasenko*: conversion to config parser
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-07-20 Denis Vlasenkoman: fix breakage: must not die on lines with < 2 tokens
2008-07-20 Denis Vlasenkomn: use libbb for config parsing (by Vladimir)
2008-07-19 Denis Vlasenkolibbb: config_read() update
2008-07-19 Denis Vlasenkolibbb: updated config_parse() from Vladimir
2008-07-17 Bernhard Reutner... - fix segfault in nameif with mactab file
2008-07-16 Denis Vlasenkofix up callsites of config_read to check for >= 0
2008-07-16 Denis Vlasenkoupdate of config file parser from Vladimir
2008-07-15 Denis Vlasenkosleep: make fractional seconds separately selectable...
2008-07-11 Denis Vlasenkotime: don't segfault with no arguments
2008-07-11 Denis Vlasenkotaskset: fix some careless code in both fancy and non...
2008-07-09 Denis Vlasenkowhitespace fix
2008-07-09 Denis Vlasenkolast: fix ctime(ptr) ptr type mismatch
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-05 Denis Vlasenkoman: fix inverted cat/man bool variable
2008-07-05 Denis Vlasenkoman: code shrink
2008-07-04 Denis Vlasenkoman: support cat pages too (by Jason Curl <jcurlnews...
2008-07-04 Denis Vlasenkoman: fix missed NULL termination of an array
2008-07-01 Denis Vlasenkosendmail: fix wrong vfork usage here too
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Bernhard Reutner... - wrap overlong lines
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-06-30 Denis Vlasenkocrond: use execlp instead of execl
2008-06-30 Denis Vlasenkosendmail: from Vladimir:
2008-06-28 Denis Vlasenkosendmail: another update from the maintainer
2008-06-27 Denis Vlasenkostat: pointers are not 0L, they are NULL
2008-06-27 Denis Vlasenkoman: mimic "no manual entry for 'bogus'" message and...
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-09 Denis Vlasenkoless: fix a case when regexp matches ""
2008-06-07 Denis Vlasenkolibbb: introduce and use print_flags().
2008-06-05 Denis Vlasenkoreplace single-char printf's with bb_putchar
2008-06-01 Denis Vlasenkoash: optional printf builtin. +25 bytes if off, +35...
2008-06-01 Bernhard Reutner... - use ut_user rather than ut_name (Cristian Ionescu...
2008-05-25 Denis Vlasenkolast: code shrink
2008-05-24 Denis Vlasenkoinotify: new applet by Vladimir Dronnikov <dronnikov...
2008-05-22 Bernhard Reutner... - not sure but i may have had the shutdown-time wrong...
2008-05-22 Bernhard Reutner... - untangle the implementation of the small and huge...
2008-05-22 Denis Vlasenkolast: make its output more like "standard" last (aka...
2008-05-22 Denis Vlasenkolast: trim format string a bit
2008-05-22 Denis Vlasenkolast: optional alternative sysv-like implementation
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-17 Denis Vlasenkolast: style fixes
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-12 Denis Vlasenko-Wall fixes by Cristian Ionescu-Idbohrn. No object...
2008-05-09 Denis Vlasenkofix warnings about pointer signedness
2008-05-05 Bernhard Reutner... - fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)
2008-04-25 Denis Vlasenkotaskset: (1ull < 65) like ops are not good, avoid that
2008-04-23 Paul Foxdelay reconfig of input tty until target device has...
2008-04-22 Denis Vlasenkowhitespace fixes. no code changes
2008-04-21 Denis Vlasenkobuild system: move misplaced config entry for script...
2008-04-19 Denis Vlasenkolibbb: introduce xmalloc_xopen_read_close and use where...
2008-04-19 Denis Vlasenkoman: handle many MANPAGER directives so that they do...
2008-04-13 Denis Vlasenkofix typo in Config.in hext text
2008-04-13 Denis Vlasenkoless: fix somewhat elusive case when less gets stuck...
2008-04-13 Denis Vlasenkoman: new applet. ~600 bytes.
2008-04-07 Denis Vlasenkocrond: add handling of "MAILTO=user" lines
2008-04-04 Denis Vlasenkofbsplash: more compact support for named pipes + EOF...
2008-03-28 Denis Vlasenkofbsplash: move to /sbin; small shrink
2008-03-28 Denis Vlasenkowhitespace fixes
2008-03-27 Denis Vlasenkofbsplash: support this usage:
2008-03-26 Denis Vlasenkofbsplash: fix broken handling of buffered case:
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-26 Denis Vlasenkofbsplash: cosmetic comment and Config text fixes; renam...
2008-03-26 Denis Vlasenkofbsplash: shrink, better help text; inifile cannot...
2008-03-26 Denis Vlasenkopatch: add support for -R. ~ +110 byte. By Pascal Bella...
2008-03-24 Denis Vlasenkolpr: add more accurate comments
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-22 Denis Vlasenkotaskset: fix false failure in testsuite
2008-03-20 Denis Vlasenkosmall NOMMU fixes
2008-03-20 Denis Vlasenkohdparm: do not lie about supporting -q (quiet)
2008-03-19 Denis Vlasenko*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier...
next