summaryrefslogtreecommitdiff
path: root/sys/dev/pud
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pud')
0 files changed, 0 insertions, 0 deletions
lass='logmsg'> 2000-11-01Use NetBSD's getopt{,_long}.wiz 1999-02-11Clean up.tv 1999-01-18Don't use the distributed yacc'd and lex'd files; build our own withsimonb our own tools from the original .y/.l files. 1999-01-16Update bc to 1.05a and dc to 1.2, which source in src/gnu/dist/bc.simonb 1998-09-11PR/5793: Fix core dump caused by input strings more than 127 characterschristos in length when readline is used (rl_len was a *char*!!!). Undo disabling of readline (this fix was like ``finger hurts, cut hand'') I guess PR/5793 is already closed... 1998-09-11Don't define READLINE, have a look at pr 5793 for a testcase where thisfrueauf causes bc to coredump. 1998-04-09.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,tv and use smarter creation of the header file. 1997-12-20Oh, my god... bc with readline support does not work at all:christos echo 10 / 3 | bc prints 10 / 3\r\n\r3\r\n with a stock readline... Our readline does not echo when it does not have a tty, so it printed: \r3\n I removed printing the printing of \r for now... 1997-10-25use CPPFLAGS instead of CFLAGSlukem 1997-10-23PR/4301: Jaromir Dolecek: Enable readline, now that we emulate it.christos