1. bd5b608 added scripting support (FELIX-2339). by Derek Baum · 14 years ago
  2. 68a8512 fix ConcurrentModificationException caused by bad refactoring :-( by Derek Baum · 14 years ago
  3. 58304eb Align bundle formatter with "lb" command. (FELIX-2042) by Richard S. Hall · 14 years ago
  4. dd26115 disable packageadmin and other coomands to avoid conflict with bundlecontext commands by Derek Baum · 14 years ago
  5. 220d9f6 continue tidy-up: move SCOPE path handling into CommandProcessorImpl. FELIX-2328 by Derek Baum · 14 years ago
  6. 13dddbb fix to FELIX-1487 to report correct error location for defaulted commands. by Derek Baum · 14 years ago
  7. 6888bf8 fix NPE in session.execute("a = $b x") when $b evaluates to null; by Derek Baum · 14 years ago
  8. f392c97 Stop registering the bundle object as a command since it interferes by Richard S. Hall · 15 years ago
  9. 68e2d63 clean up runtime code. FELIX-2328 by Derek Baum · 15 years ago
  10. 6d12e3b fix setLocation to always map EOFError by Derek Baum · 15 years ago
  11. 3ed7beb fix wrong exception: OperationNotSupportedException -> UnsupportedOperationException by Derek Baum · 15 years ago
  12. c578f44 refactor Parser - create explicit Tokenizer to enable fix for: by Derek Baum · 15 years ago
  13. 633716d Add some basic support for descriptive info; this will likely need to by Richard S. Hall · 15 years ago
  14. 395d6af Initial porting of some Felix shell commands to Gogo; a lot of this is still by Richard S. Hall · 15 years ago
  15. 55dd22e Reformat code according to style guide. by Richard S. Hall · 15 years ago
  16. 14629c8 Fix processing of flags; options not tested yet. by Richard S. Hall · 15 years ago
  17. da0d2fd Touching the heart: coercing by Peter Kriens · 15 years ago
  18. a2a7b14 Annotations for parameters by Peter Kriens · 15 years ago
  19. 4290a0f FELIX-2247: Gogo badly prints empty maps and dictionaries by Guillaume Nodet · 15 years ago
  20. 137d340 reformat code using felix eclipse template. FELIX-1953. by Derek Baum · 15 years ago
  21. ae80fb7 change priority of ; and | to match bash. resolves FELIX-1500. by Derek Baum · 15 years ago
  22. 4719273 make closure arguments start at $1 (rather than $0). FELIX-1494. by Derek Baum · 15 years ago
  23. 898e14b FELIX-1858 - Remote commands via ssh only work once per restart by Chris Custine · 15 years ago
  24. c2b432a add felix command adaptor (FELIX-1671) by Derek Baum · 15 years ago
  25. 7b2a6c8 Make sure we use the same AFS header everywhere by Guillaume Nodet · 15 years ago
  26. ffb40cb FELIX-1526: rename <> operators to (), as this is more like bash. by Derek Baum · 15 years ago
  27. 69b9465 FELIX-1536: The ThreadIO should use inheritable thread locals in case a command spawns a thread by Guillaume Nodet · 15 years ago
  28. 4408497 stop duplicate error message for bad command. FELIX-1405 by Derek Baum · 15 years ago
  29. c485881 FELIX-1325: gogo doesn't report a command not found error unless an argument is supplied by Guillaume Nodet · 15 years ago
  30. be2e3e8 FELIX-1520: <> evaluated the command too many times by Guillaume Nodet · 15 years ago
  31. 23c14f4 removed redundant constructions from test cases. applied patch in FELIX-1505. by Derek Baum · 15 years ago
  32. 76876ba FELIX-1506 by Derek Baum · 15 years ago
  33. 155efd4 use session.err rather than System.err to write message added in FELIX-1405. by Derek Baum · 15 years ago
  34. f10f93c fix FELIX-1408 by Derek Baum · 15 years ago
  35. 85a2863 fix for FELIX-1405 by Derek Baum · 15 years ago
  36. 81cfcbb fix for FELIX-1403 by Derek Baum · 15 years ago
  37. f96484f Allow retrieving the command lazily by Guillaume Nodet · 15 years ago
  38. 7bcd086 Fix expansion by Guillaume Nodet · 15 years ago
  39. ea2947f Make sure to delegate all methods to the underlying print stream to avoid deadlocks (as the print stream classes are synchronized, but we only use a single instance for all threads) by Guillaume Nodet · 15 years ago
  40. 41a25f8 Fix small evaluation problems in gogo by Guillaume Nodet · 15 years ago
  41. 3034127 Better formatting, fix special values (true, false, null), fix -bash, ... parsing by Guillaume Nodet · 15 years ago
  42. 504a31b FELIX-1304: Better support for variables evaluation in arguments by Guillaume Nodet · 15 years ago
  43. c1d2d3f Renamed modules to remove redundancy in directory names. by Richard S. Hall · 15 years ago