1. 5700633 fix setLocation to always map EOFError by Derek Baum · 15 years ago
  2. 01aa0a8 fix wrong exception: OperationNotSupportedException -> UnsupportedOperationException by Derek Baum · 15 years ago
  3. c768352 refactor Parser - create explicit Tokenizer to enable fix for: by Derek Baum · 15 years ago
  4. b412dfc Add some basic support for descriptive info; this will likely need to by Richard S. Hall · 15 years ago
  5. 887ba2c Initial porting of some Felix shell commands to Gogo; a lot of this is still by Richard S. Hall · 15 years ago
  6. b965d52 Reformat code according to style guide. by Richard S. Hall · 15 years ago
  7. a8fd227 Fix processing of flags; options not tested yet. by Richard S. Hall · 15 years ago
  8. 966730a Touching the heart: coercing by Peter Kriens · 15 years ago
  9. 02a52da Annotations for parameters by Peter Kriens · 15 years ago
  10. d916b15 FELIX-2247: Gogo badly prints empty maps and dictionaries by Guillaume Nodet · 15 years ago
  11. 2ee6cba reformat code using felix eclipse template. FELIX-1953. by Derek Baum · 15 years ago
  12. 7950bb7 change priority of ; and | to match bash. resolves FELIX-1500. by Derek Baum · 15 years ago
  13. e5b391a make closure arguments start at $1 (rather than $0). FELIX-1494. by Derek Baum · 15 years ago
  14. f272e8b FELIX-1858 - Remote commands via ssh only work once per restart by Chris Custine · 15 years ago
  15. e37f08d add felix command adaptor (FELIX-1671) by Derek Baum · 15 years ago
  16. 8ac477f Make sure we use the same AFS header everywhere by Guillaume Nodet · 15 years ago
  17. 918063a FELIX-1526: rename <> operators to (), as this is more like bash. by Derek Baum · 15 years ago
  18. 82fe3f6 FELIX-1536: The ThreadIO should use inheritable thread locals in case a command spawns a thread by Guillaume Nodet · 15 years ago
  19. 9b93171 stop duplicate error message for bad command. FELIX-1405 by Derek Baum · 15 years ago
  20. 04be1aa FELIX-1325: gogo doesn't report a command not found error unless an argument is supplied by Guillaume Nodet · 15 years ago
  21. c03ed98 FELIX-1520: <> evaluated the command too many times by Guillaume Nodet · 15 years ago
  22. f6f71e0 removed redundant constructions from test cases. applied patch in FELIX-1505. by Derek Baum · 15 years ago
  23. 8d000e1 FELIX-1506 by Derek Baum · 15 years ago
  24. 22f4ffe use session.err rather than System.err to write message added in FELIX-1405. by Derek Baum · 15 years ago
  25. bac16ff fix FELIX-1408 by Derek Baum · 15 years ago
  26. e4eadb5 fix for FELIX-1405 by Derek Baum · 15 years ago
  27. 193e7cf fix for FELIX-1403 by Derek Baum · 15 years ago
  28. e9ebf29 Allow retrieving the command lazily by Guillaume Nodet · 15 years ago
  29. b8b9756 Fix expansion by Guillaume Nodet · 15 years ago
  30. ecaeef2 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
  31. b6e42f7 Fix small evaluation problems in gogo by Guillaume Nodet · 15 years ago
  32. 2449375 Better formatting, fix special values (true, false, null), fix -bash, ... parsing by Guillaume Nodet · 15 years ago
  33. bfed6bd FELIX-1304: Better support for variables evaluation in arguments by Guillaume Nodet · 15 years ago
  34. d6b0443 Renamed modules to remove redundancy in directory names. by Richard S. Hall · 15 years ago