aboutsummaryrefslogtreecommitdiff
path: root/miscutils/conspy.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-08*: fix up use of "getopt_longopts" for longopts not in getopt appletDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2011-09-13conspy: add framebuffer support, -Q option.Pascal Bellard
2011-08-13conspy,nandwrite,nanddump: enable in defconfigDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11conspy: fix ESC key lostPascal Bellard
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-01conspy: stop losing some keyboard keys.Pascal Bellard
2010-06-30conspy: code shrinkPascal Bellard
2010-06-28conspy: code shrinkPascal Bellard
2010-06-27conspy: significant output minimization; blink attribute supportDenys Vlasenko
2010-06-25conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsaDenys Vlasenko
2010-06-25conspy: code shrinkDenys Vlasenko
2010-06-24conspy: document attribute byte formatDenys Vlasenko
2010-06-23conspy: code shrink ~200 bytesPascal Bellard
2010-06-21fix errors in detecting non-modified areasDenys Vlasenko
2010-06-21conspy: new appletPascal Bellard