A RAMFile is stored in a list of Buffer object to support arbitrary large files.
[jnode:svn-mirror.git] / shell /
2010-05-16 fduminyremoved package/plugin dependency cycle org.jnode.secur...
2010-05-12 fduminyremoved dependencies on PluginRegistryModel by using...
2010-01-03 lsanthaUpdated file headers.
2009-08-24 crawleyShell functions now support arguments and redirection
2009-08-22 crawleyPartial implementation of shell functions. (Arguments...
2009-08-21 crawleyArithmetic Expression evaluation using $((...)) now...
2009-08-20 crawleyMore work on the expression evaluator.
2009-08-20 crawleyWorking on support for $((expression)) ...
2009-08-16 lsanthaReplaced DoPrivileged pragma with PrivilegedAction.
2009-08-12 lsanthaFixed coding style.
2009-08-09 crawleyImplemented command substitution using the $(...) syntax.
2009-08-09 crawleyOverhauled Bjorne's expansion of `...`, $XXX, ${XXX...
2009-08-02 crawleyMore testcases for the 'read' builtin
2009-08-02 crawleyUse StringBuilder instead of StringBuffer where possible.
2009-08-02 crawleyAdded JNode copyright headers.
2009-08-01 crawleyImplemented the bjorne 'read' builtin.
2009-07-23 crawleyBug fix: the value part of an assignment needs to be...
2009-07-22 crawleyImprovements to bjorne's command history and prompt...
2009-07-14 crawleyRemove deprecated methods
2009-07-14 crawleyImprove command history support for multi-line commands.
2009-07-11 crawleyFix shell / bjorne interpreter so that multiline comman...
2009-07-07 crawleyImplement special handling of quoting in HERE document...
2009-07-07 crawleyDeleted exception that is no longer used
2009-07-06 crawleyFixed some javadoc errors
2009-07-06 crawleyChange the shell / interpreter interactions to handle...
2009-07-05 crawleySuppress a warning.
2009-06-14 crawleyGet rid of redundant method in CommandInterpreter API
2009-06-13 crawleyImplement 'unset' builtin
2009-06-13 crawleyImplemented the 'readonly' builtin command
2009-06-12 crawleyThe bjorne exit builtin will now cause the console...
2009-06-11 crawleyBjorne now handles unknown command names w/o printing...
2009-06-09 crawleyCompound commands now support redirection
2009-06-09 crawleyFix brace group parse bug, and "echo hi | aa=bb" bug.
2009-06-08 crawleyCommand name completions in Bjorne now include relevant...
2009-06-08 crawleySupport completion of aliases in 'alias' and 'unalias'
2009-06-08 crawleyParameter rename
2009-06-08 crawleySupport completion of shell variable names in assignments.
2009-06-08 crawleyFirst argument of a command wasn't included in initial...
2009-06-08 crawleyCorrecting regression data
2009-06-08 crawleyPut "plain" report files for JUnit tests into <project...
2009-06-08 crawleyRename some Junit testcases so that they match the...
2009-06-08 crawleyFix completion of builtin command names.
2009-06-07 crawleyStyle and javadoc fixes
2009-06-07 crawleyAdd completion of flags for the 'set' builtin.
2009-06-07 crawleyCompletion for bjorne builtins
2009-06-07 crawleySetup a bjorne builtin's command info in the relevant...
2009-06-07 crawleyBjorne builtins now use JNode syntax mechanisms for...
2009-06-07 crawleyImplemented eager form of RepeatSyntax ( + fixed unit...
2009-06-07 crawleyRenamed a unit test ... cos' the name of the class...
2009-06-07 crawleyAdding 'eager' forms of the Powerset and Repeat syntaxe...
2009-06-03 crawleyJavadoc tweaks
2009-06-03 crawleyImprove diagnosis of command syntax errors + refactor...
2009-06-02 crawleyRemoved some unnecessary checks ...
2009-06-02 crawleyAnother example ...
2009-06-02 crawleyDon't wrap CommandSyntaxExceptions in ShellExceptions
2009-06-01 crawleyFix code that outputs the usage information following...
2009-06-01 crawleySome minor code simplification
2009-05-31 crawleyFixed the "echo h" completion bug.
2009-05-31 crawleyAdd code to render pseudo-tokens, and correct the ...
2009-05-31 crawleyImport tidy
2009-05-31 crawleyCompletion tidyups
2009-05-31 crawleyjavadoc and checkstyle fixes
2009-05-31 crawleyAdded completion of filenames following redirection...
2009-05-28 crawleyMore completion testcases
2009-05-27 crawleyAnother bjorne completion bug.
2009-05-27 crawleyFixed problem completing when the last character in...
2009-05-27 crawleyRemoved some debug logging
2009-05-27 crawleyUnit tests
2009-05-27 crawleyThis fixes a bug where a keyword in the 'command name...
2009-05-26 crawleyUnder certain circumstances, skipNextLine() would go...
2009-05-25 crawleyStarting to build unit tests for bjorne completion
2009-05-22 crawleyFixing compiler warnings and style issues
2009-05-22 crawleyMore bjorne completion work. We now complete keywords...
2009-05-20 crawleyAdded completion of command aliases.
2009-05-19 crawleyMajor surgery on the bjorne parser. This is the first...
2009-05-18 crawleyJust javadoc
2009-05-12 chrisboertiencompile fix
2009-05-11 chrisboertiencheckstyle fix
2009-05-11 chrisboertienBare commands implementation
2009-05-11 chrisboertienBare commands implementation
2009-05-11 chrisboertienBare commands implementation
2009-05-11 crawleyCurly brackets in path patterns need to be escaped...
2009-05-07 crawleyThis moves the instantiation of a command class and...
2009-05-06 crawleySome reorganization and API simplification to make...
2009-05-06 crawleyTidy export that no longer exists (here)
2009-05-05 crawleyThe isolate invoker now passes the 'environment' to...
2009-05-04 chrisboertienBlack-box tests for multiline and_if and or_if
2009-05-04 crawleyTests for bugs in handling of line continuation when...
2009-05-04 crawleyTweaked 'help' target, etc
2009-05-04 chrisboertienAllow an empty command line to complete
2009-05-04 crawleyAdded build-tests target for running shell JUnit tests.
2009-05-04 crawleyI think that the extra "user.zoneinfo.dir" property...
2009-05-04 crawleyFixed shell unit tests to deal with CLI migration,...
2009-05-03 crawleyTidying up tests that have moved
2009-05-03 crawleyAdded new test.sh script + build-test.xml files (see...
2009-05-03 crawleyTABs ... feh!
2009-05-03 crawleyChange the way we deal with testspec pathnames so that...
2009-04-30 crawleyStarting to get black-box tests running again after...
2009-04-29 chrisboertienRefactored commands from shell to cli
2009-04-29 crawleyProcletize the System properties. This entails a class...
next