- 768164f Support for java array expansion by Guillaume Nodet · 9 years ago
- b1b8f4f Support for raw variables by Guillaume Nodet · 9 years ago
- c170eb3 Convert to junit4 by Guillaume Nodet · 9 years ago
- e1ce836 Fix imports by Guillaume Nodet · 9 years ago
- 014369f Add support for brace expansion and fix pattern support by Guillaume Nodet · 9 years ago
- 5cc4a2b Add a @Before to test to avoid having to clear the vars for each test by Guillaume Nodet · 9 years ago
- a06be8c Add u, p, s, j, f, F flags by Guillaume Nodet · 9 years ago
- d0e3b9d Add q, Q, V, # flags Simplify code a bit by Guillaume Nodet · 9 years ago
- 4f0dcb5 Fix capitalizing by Guillaume Nodet · 9 years ago
- ac68eb0 Add sorting by Guillaume Nodet · 9 years ago
- 07d0c84 Improve pattern matching by Guillaume Nodet · 9 years ago
- e8e41c5 Add file name generation, fix quote behaviors by Guillaume Nodet · 9 years ago
- a6ae54f Improve parameter expansion by Guillaume Nodet · 9 years ago
- ef58ab2 Fix input redirection by Guillaume Nodet · 9 years ago
- 3f6889a Add a small test for redirections by Guillaume Nodet · 9 years ago
- f738827 Support redirections Work in progress (missing support for &&, || and &) by Guillaume Nodet · 9 years ago
- 338d236 Improve gogo parser to fully parse the command line instead of skipping inner constructs such as arrays or closures, and report missing terminators by Guillaume Nodet · 9 years ago
- 412602e FELIX-5077 / FELIX-3331 - more reliable shutdown by Jan Willem Janssen · 9 years ago
- a6731a3 FELIX-5135: remove unwillingly committed file by Guillaume Nodet · 9 years ago
- 6577ec9 FELIX-5135: Synchronize DirectoryWatcher Properties with FileInstall. by Guillaume Nodet · 9 years ago
- a803509 FELIX-4671: Provide an expression parser by Guillaume Nodet · 10 years ago
- 6d71b52 FELIX-4679 - Revert patch for FELIX-4671: by Jan Willem Janssen · 10 years ago
- 4b8202b [FELIX-4671] Provide an expression parser by Guillaume Nodet · 10 years ago
- c5aff63 fix Felix-2894 - Gogo does not handles options but not parameters by Derek Baum · 14 years ago
- ac3014d [FELIX-2606] Decoupled the CommandProcessorImpl from osgi a bit so that it can be reused to implement non-osgi shells. by Guillaume Nodet · 14 years ago
- a0291b0 Put provisional OSGi API in the felix namespace and guard it with a by Richard S. Hall · 14 years ago
- f70d568 FELIX-2468 don't coerce CharSequence types to String by Derek Baum · 15 years ago
- 932ee74 (FELIX-1473) use alternative implementation for method calls on Strings by Derek Baum · 15 years ago
- f608e1b FELIX-2441: Restore backward compatibility on gogo by Guillaume Nodet · 15 years ago
- f4fa97e FELIX-2433 allow "$(...)" expansion by Derek Baum · 15 years ago
- 57b9cbc fix NPE/coercion error when passing null first argument FELIX-2432 by Derek Baum · 15 years ago
- 27d7012 Use org.apache.felix package namespace instead of org.osgi. (FELIX-2367) by Richard S. Hall · 15 years ago
- 85026c5 moved gogo.runtime.shell sub-package in Runtime bundle up into gogo.runtime package to avoid possible confusion with the gogo.shell package in the new Shell bundle (FELIX-2328). by Derek Baum · 15 years ago
- bd5b608 added scripting support (FELIX-2339). by Derek Baum · 15 years ago
- 68e2d63 clean up runtime code. FELIX-2328 by Derek Baum · 15 years ago
- 3ed7beb fix wrong exception: OperationNotSupportedException -> UnsupportedOperationException by Derek Baum · 15 years ago
- c578f44 refactor Parser - create explicit Tokenizer to enable fix for: by Derek Baum · 15 years ago
- 137d340 reformat code using felix eclipse template. FELIX-1953. by Derek Baum · 15 years ago
- ae80fb7 change priority of ; and | to match bash. resolves FELIX-1500. by Derek Baum · 15 years ago
- 4719273 make closure arguments start at $1 (rather than $0). FELIX-1494. by Derek Baum · 15 years ago
- ffb40cb FELIX-1526: rename <> operators to (), as this is more like bash. by Derek Baum · 15 years ago
- c485881 FELIX-1325: gogo doesn't report a command not found error unless an argument is supplied by Guillaume Nodet · 15 years ago
- be2e3e8 FELIX-1520: <> evaluated the command too many times by Guillaume Nodet · 15 years ago
- 23c14f4 removed redundant constructions from test cases. applied patch in FELIX-1505. by Derek Baum · 15 years ago
- 81cfcbb fix for FELIX-1403 by Derek Baum · 15 years ago
- 7bcd086 Fix expansion by Guillaume Nodet · 16 years ago
- 41a25f8 Fix small evaluation problems in gogo by Guillaume Nodet · 16 years ago
- 3034127 Better formatting, fix special values (true, false, null), fix -bash, ... parsing by Guillaume Nodet · 16 years ago
- 504a31b FELIX-1304: Better support for variables evaluation in arguments by Guillaume Nodet · 16 years ago
- c1d2d3f Renamed modules to remove redundancy in directory names. by Richard S. Hall · 16 years ago