Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode Decoding in String/Char Literal Evaluation #113

Closed
wants to merge 27 commits into from
Closed

Unicode Decoding in String/Char Literal Evaluation #113

wants to merge 27 commits into from

Commits on Oct 20, 2011

  1. Configuration menu
    Copy the full SHA
    63e44ba View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2011

  1. test case for issue #60

    [email protected] committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    9e6ed9e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2011

  1. fixes issue#57

    [email protected] committed Nov 13, 2011
    Configuration menu
    Copy the full SHA
    c95061d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2012

  1. fixes issue#67

    [email protected] committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    c53f3c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2012

  1. Fix some compiler warnings.

    Improve error message for method invocation on null.
    fschmidt committed Jun 1, 2012
    Configuration menu
    Copy the full SHA
    c51542b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2012

  1. Issue 72

    2.2b0 -> 2.2.0
    [email protected] committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    21650ca View commit details
    Browse the repository at this point in the history
  2. Issue 73

    ScriptEngineFactory should not advertise support for java
    [email protected] committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    951b52e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1576ffa View commit details
    Browse the repository at this point in the history
  4. issue#17

    * added old code (parse java source if existent and class file is not found) but with switch
    * default is switched off
    * switch on by 
    ** api call -> Interpreter.setCompatibility(true)
    ** system property -> -Dbsh.compatibility=true
    [email protected] committed Aug 31, 2012
    Configuration menu
    Copy the full SHA
    762e606 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2012

  1. fixes issue#69

    [email protected] committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    a22dbfb View commit details
    Browse the repository at this point in the history
  2. fixes issue#66

    [email protected] committed Sep 10, 2012
    Configuration menu
    Copy the full SHA
    102e80e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2012

  1. issue #77: NullPointerException by calling getAllNames() after parsin…

    …g a script without local member declaration
    [email protected] committed Oct 12, 2012
    Configuration menu
    Copy the full SHA
    bbab002 View commit details
    Browse the repository at this point in the history
  2. issue #79. Root cause exception in class initialization is converted …

    …to string, and can not be successfully retrieved by outer layers
    [email protected] committed Oct 12, 2012
    Configuration menu
    Copy the full SHA
    ed8801f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2012

  1. Configuration menu
    Copy the full SHA
    da29288 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2013

  1. fixes issue#85

    corrected junit library version number in eclipse .classpath file
    
    Fix provided by Andrea Curtoni
    [email protected] committed Feb 18, 2013
    Configuration menu
    Copy the full SHA
    9413c50 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2013

  1. issue #88

    prevent obsolete calls to "j.l.reflect.AccessibleObject.setAccessible(true)"
    [email protected] committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    4df454b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Create README.md

    pejobo committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    d52c659 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. documentation updates

    jodeleit-es committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    7991663 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. fixed issue links

    jodeleit-es committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    407bfc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. release 2.19

    pejobo committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    159c4ea View commit details
    Browse the repository at this point in the history
  2. release 2.1.9

    jodeleit-es committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    5c2393e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d07af0 View commit details
    Browse the repository at this point in the history
  4. fixed release date

    jodeleit-es committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    0ed0336 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Add .gitignore

    morrisy committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    0893c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2650af7 View commit details
    Browse the repository at this point in the history
  3. String/Char Literal: add test cases

    morrisy committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    de86211 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    morrisy committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    375c1d9 View commit details
    Browse the repository at this point in the history