1
0

コミット履歴

作者 SHA1 メッセージ 日付
  Serj Kalichev 2677326939 Autologout with timeout. Patch by Camilo Arboleda. 13 年 前
  Serj Kalichev 3f64c50e64 The functions like forceline() return retval now instead bool value. The testing is needed. 13 年 前
  Serj Kalichev 620288a711 Patch by Michal Turek 13 年 前
  Serj Kalichev bf68961b67 Escaped regexp 13 年 前
  Serj Kalichev 6a84d770ee Changed API for builtin functions. It gets full context now. 13 年 前
  Serj Kalichev 99bc7b0532 Change ENODATA to ENOENT. BSD portability 13 年 前
  Serj Kalichev 39b4383e7f Move parse function from pargv to shell class 13 年 前
  Serj Kalichev 6f6d9523ad Use saved value of static variable. Renew prompt when empty line 13 年 前
  Serj Kalichev fec195c244 Compilable version 13 年 前
  Serj Kalichev 5329ff840a Big variable refactoring. Unfinished. Don't use this revision. 13 年 前
  Serj Kalichev 3577cd7b86 Add var subsystem 13 年 前
  Serj Kalichev 6c2e039780 Fix param help 13 年 前
  Serj Kalichev 8aa26ccdac Completion refactoring. Fix Issue #29 13 年 前
  Serj Kalichev 3e898ce777 Stylistic changes 13 年 前
  Serj Kalichev 4e1e45cde8 Rename strange SHELL_STATE_READY to SHELL_STATE_OK 13 年 前
  Serj Kalichev b3b7a58f4b Stylistic fixes 13 年 前
  Serj Kalichev eedd473fca Stylistic fixes 13 年 前
  Serj Kalichev 498e7fe6a7 Unconfuse with SHELL_STATE... 13 年 前
  Serj Kalichev ae0d7a2dc9 Unconfuse some code. Analyze this->state. 13 年 前
  Serj Kalichev de11d61946 Working on syntax error processing. 13 年 前
  Serj Kalichev 53461dc02c Unfinished modifications. Don't use 13 年 前
  Serj Kalichev a7c7cb68ad Make help output more cisco-like 13 年 前
  Serj Kalichev 583822faef Fix autocompletion using space. 13 年 前
  Serj Kalichev 566df81b94 More informative errors when enter is pressed 13 年 前
  Serj Kalichev 90f21ee2c5 Fix tab completion 13 年 前
  Serj Kalichev 7e3546daf3 Don't completed tab fixed. 13 年 前
  Serj Kalichev 2790d2d1cf First version of UTF-8 support. 13 年 前
  Serj Kalichev 4b7fdc4d58 Fix unneeded crlf while reading commands from stream. Issue #50. 13 年 前
  Serj Kalichev 03f2fdd986 Interactive/non-interactive mode. Fix issue #41. 13 年 前
  Serj Kalichev 49389e701e The forceline() and readline() can return executed command output (stdout). Fix issue #43. 13 年 前