projects
/
jnode:svn-mirror.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
A RAMFile is stored in a list of Buffer object to support arbitrary large files.
[jnode:svn-mirror.git]
/
shell
/
2010-05-16
fduminy
removed package/plugin dependency cycle org.jnode.secur...
tree
|
commitdiff
2010-05-12
fduminy
removed dependencies on PluginRegistryModel by using...
tree
|
commitdiff
2010-01-03
lsantha
Updated file headers.
tree
|
commitdiff
2009-08-24
crawley
Shell functions now support arguments and redirection
tree
|
commitdiff
2009-08-22
crawley
Partial implementation of shell functions. (Arguments...
tree
|
commitdiff
2009-08-21
crawley
Arithmetic Expression evaluation using $((...)) now...
tree
|
commitdiff
2009-08-20
crawley
More work on the expression evaluator.
tree
|
commitdiff
2009-08-20
crawley
Working on support for $((expression)) ...
tree
|
commitdiff
2009-08-16
lsantha
Replaced DoPrivileged pragma with PrivilegedAction.
tree
|
commitdiff
2009-08-12
lsantha
Fixed coding style.
tree
|
commitdiff
2009-08-09
crawley
Implemented command substitution using the $(...) syntax.
tree
|
commitdiff
2009-08-09
crawley
Overhauled Bjorne's expansion of `...`, $XXX, ${XXX...
tree
|
commitdiff
2009-08-02
crawley
More testcases for the 'read' builtin
tree
|
commitdiff
2009-08-02
crawley
Use StringBuilder instead of StringBuffer where possible.
tree
|
commitdiff
2009-08-02
crawley
Added JNode copyright headers.
tree
|
commitdiff
2009-08-01
crawley
Implemented the bjorne 'read' builtin.
tree
|
commitdiff
2009-07-23
crawley
Bug fix: the value part of an assignment needs to be...
tree
|
commitdiff
2009-07-22
crawley
Improvements to bjorne's command history and prompt...
tree
|
commitdiff
2009-07-14
crawley
Remove deprecated methods
tree
|
commitdiff
2009-07-14
crawley
Improve command history support for multi-line commands.
tree
|
commitdiff
2009-07-11
crawley
Fix shell / bjorne interpreter so that multiline comman...
tree
|
commitdiff
2009-07-07
crawley
Implement special handling of quoting in HERE document...
tree
|
commitdiff
2009-07-07
crawley
Deleted exception that is no longer used
tree
|
commitdiff
2009-07-06
crawley
Fixed some javadoc errors
tree
|
commitdiff
2009-07-06
crawley
Change the shell / interpreter interactions to handle...
tree
|
commitdiff
2009-07-05
crawley
Suppress a warning.
tree
|
commitdiff
2009-06-14
crawley
Get rid of redundant method in CommandInterpreter API
tree
|
commitdiff
2009-06-13
crawley
Implement 'unset' builtin
tree
|
commitdiff
2009-06-13
crawley
Implemented the 'readonly' builtin command
tree
|
commitdiff
2009-06-12
crawley
The bjorne exit builtin will now cause the console...
tree
|
commitdiff
2009-06-11
crawley
Bjorne now handles unknown command names w/o printing...
tree
|
commitdiff
2009-06-09
crawley
Compound commands now support redirection
tree
|
commitdiff
2009-06-09
crawley
Fix brace group parse bug, and "echo hi | aa=bb" bug.
tree
|
commitdiff
2009-06-08
crawley
Command name completions in Bjorne now include relevant...
tree
|
commitdiff
2009-06-08
crawley
Support completion of aliases in 'alias' and 'unalias'
tree
|
commitdiff
2009-06-08
crawley
Parameter rename
tree
|
commitdiff
2009-06-08
crawley
Support completion of shell variable names in assignments.
tree
|
commitdiff
2009-06-08
crawley
First argument of a command wasn't included in initial...
tree
|
commitdiff
2009-06-08
crawley
Correcting regression data
tree
|
commitdiff
2009-06-08
crawley
Put "plain" report files for JUnit tests into <project...
tree
|
commitdiff
2009-06-08
crawley
Rename some Junit testcases so that they match the...
tree
|
commitdiff
2009-06-08
crawley
Fix completion of builtin command names.
tree
|
commitdiff
2009-06-07
crawley
Style and javadoc fixes
tree
|
commitdiff
2009-06-07
crawley
Add completion of flags for the 'set' builtin.
tree
|
commitdiff
2009-06-07
crawley
Completion for bjorne builtins
tree
|
commitdiff
2009-06-07
crawley
Setup a bjorne builtin's command info in the relevant...
tree
|
commitdiff
2009-06-07
crawley
Bjorne builtins now use JNode syntax mechanisms for...
tree
|
commitdiff
2009-06-07
crawley
Implemented eager form of RepeatSyntax ( + fixed unit...
tree
|
commitdiff
2009-06-07
crawley
Renamed a unit test ... cos' the name of the class...
tree
|
commitdiff
2009-06-07
crawley
Adding 'eager' forms of the Powerset and Repeat syntaxe...
tree
|
commitdiff
2009-06-03
crawley
Javadoc tweaks
tree
|
commitdiff
2009-06-03
crawley
Improve diagnosis of command syntax errors + refactor...
tree
|
commitdiff
2009-06-02
crawley
Removed some unnecessary checks ...
tree
|
commitdiff
2009-06-02
crawley
Another example ...
tree
|
commitdiff
2009-06-02
crawley
Don't wrap CommandSyntaxExceptions in ShellExceptions
tree
|
commitdiff
2009-06-01
crawley
Fix code that outputs the usage information following...
tree
|
commitdiff
2009-06-01
crawley
Some minor code simplification
tree
|
commitdiff
2009-05-31
crawley
Fixed the "echo h" completion bug.
tree
|
commitdiff
2009-05-31
crawley
Add code to render pseudo-tokens, and correct the ...
tree
|
commitdiff
2009-05-31
crawley
Import tidy
tree
|
commitdiff
2009-05-31
crawley
Completion tidyups
tree
|
commitdiff
2009-05-31
crawley
javadoc and checkstyle fixes
tree
|
commitdiff
2009-05-31
crawley
Added completion of filenames following redirection...
tree
|
commitdiff
2009-05-28
crawley
More completion testcases
tree
|
commitdiff
2009-05-27
crawley
Another bjorne completion bug.
tree
|
commitdiff
2009-05-27
crawley
Fixed problem completing when the last character in...
tree
|
commitdiff
2009-05-27
crawley
Removed some debug logging
tree
|
commitdiff
2009-05-27
crawley
Unit tests
tree
|
commitdiff
2009-05-27
crawley
This fixes a bug where a keyword in the 'command name...
tree
|
commitdiff
2009-05-26
crawley
Under certain circumstances, skipNextLine() would go...
tree
|
commitdiff
2009-05-25
crawley
Starting to build unit tests for bjorne completion
tree
|
commitdiff
2009-05-22
crawley
Fixing compiler warnings and style issues
tree
|
commitdiff
2009-05-22
crawley
More bjorne completion work. We now complete keywords...
tree
|
commitdiff
2009-05-20
crawley
Added completion of command aliases.
tree
|
commitdiff
2009-05-19
crawley
Major surgery on the bjorne parser. This is the first...
tree
|
commitdiff
2009-05-18
crawley
Just javadoc
tree
|
commitdiff
2009-05-12
chrisboertien
compile fix
tree
|
commitdiff
2009-05-11
chrisboertien
checkstyle fix
tree
|
commitdiff
2009-05-11
chrisboertien
Bare commands implementation
tree
|
commitdiff
2009-05-11
chrisboertien
Bare commands implementation
tree
|
commitdiff
2009-05-11
chrisboertien
Bare commands implementation
tree
|
commitdiff
2009-05-11
crawley
Curly brackets in path patterns need to be escaped...
tree
|
commitdiff
2009-05-07
crawley
This moves the instantiation of a command class and...
tree
|
commitdiff
2009-05-06
crawley
Some reorganization and API simplification to make...
tree
|
commitdiff
2009-05-06
crawley
Tidy export that no longer exists (here)
tree
|
commitdiff
2009-05-05
crawley
The isolate invoker now passes the 'environment' to...
tree
|
commitdiff
2009-05-04
chrisboertien
Black-box tests for multiline and_if and or_if
tree
|
commitdiff
2009-05-04
crawley
Tests for bugs in handling of line continuation when...
tree
|
commitdiff
2009-05-04
crawley
Tweaked 'help' target, etc
tree
|
commitdiff
2009-05-04
chrisboertien
Allow an empty command line to complete
tree
|
commitdiff
2009-05-04
crawley
Added build-tests target for running shell JUnit tests.
tree
|
commitdiff
2009-05-04
crawley
I think that the extra "user.zoneinfo.dir" property...
tree
|
commitdiff
2009-05-04
crawley
Fixed shell unit tests to deal with CLI migration,...
tree
|
commitdiff
2009-05-03
crawley
Tidying up tests that have moved
tree
|
commitdiff
2009-05-03
crawley
Added new test.sh script + build-test.xml files (see...
tree
|
commitdiff
2009-05-03
crawley
TABs ... feh!
tree
|
commitdiff
2009-05-03
crawley
Change the way we deal with testspec pathnames so that...
tree
|
commitdiff
2009-04-30
crawley
Starting to get black-box tests running again after...
tree
|
commitdiff
2009-04-29
chrisboertien
Refactored commands from shell to cli
tree
|
commitdiff
2009-04-29
crawley
Procletize the System properties. This entails a class...
tree
|
commitdiff
next