History log of /openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/ScriptingFunctions.java
Revision Date Author Comments
# 1786:80120e9b3273 06-Oct-2016 attila

8167117: insert missing final keywords
Reviewed-by: jlaskey, sundar


# 1764:b8634c8d947a 18-Aug-2016 sundar

8164260: readLine does not echo characters
Reviewed-by: jlaskey


# 1637:f27bb66ac9d3 09-Mar-2016 mhaupt

8151291: $EXEC yields "unknown command" on Cygwin
Reviewed-by: jlaskey, hannesw, sdama


# 1622:6f63ad3cd77d 10-Feb-2016 jlaskey

8149665: $EXEC changes clean up
Reviewed-by: attila


# 1621:1d7aaa18e5e5 10-Feb-2016 jlaskey

8141209: $EXEC should allow streaming
Reviewed-by: sundar


# 1570:5fed6b47d01a 14-Dec-2015 mhaupt

8144221: fix Nashorn shebang argument handling on Mac/Linux
Reviewed-by: jlaskey, lagergren


# 1407:ad3c4bdf0cf6 03-Sep-2015 sundar

8087292: nashorn should have a "fail-fast" option for scripting, analog to bash "set -e"
Reviewed-by: hannesw, jlaskey, mhaupt


# 1344:9e67dbba8c3b 02-Jul-2015 sundar

8130317: "ant test" fails to complete on Windows when run under cygwin shell
Reviewed-by: lagergren, attila


# 1340:d95394322204 01-Jul-2015 mhaupt

8130127: streamline input parameter of Nashorn scripting $EXEC function
Summary: handle null and undefined correctly, do not coerce them to strings
Reviewed-by: lagergren, sundar


# 1315:2e50107b1738 11-Jun-2015 sundar

8087136: regression: apply on $EXEC fails with ClassCastException
Reviewed-by: hannesw, lagergren


# 1314:a24cb0bf79bc 09-Jun-2015 mhaupt

8080490: add $EXECV command to Nashorn scripting mode
Summary: Additional arguments to the command line can be passed as a single array, or as a sequence of varargs.
Reviewed-by: attila, hannesw


# 1308:0eeaadd17fff 04-Jun-2015 mhaupt

8080087: Nashorn $ENV.PWD is originally undefined
Summary: On Windows, the PWD environment variable does not exist and cannot be imported in scripting mode, so it is set explicitly.
Reviewed-by: lagergren, sundar


# 1299:0d4841f2c800 02-Jun-2015 mhaupt

8081604: rename ScriptingFunctions.tokenizeCommandLine
Summary: This used to be a single-purpose private helper; it is now used by external clients, and for new purposes. Consequently, it deserves a less specific name.
Reviewed-by: attila, lagergren, sundar


# 1289:b5fc67115382 27-May-2015 sundar

8007456: Nashorn test framework @argument does not handle quoted strings
Reviewed-by: hannesw, lagergren


# 1280:71d7a37e6dfb 15-May-2015 mhaupt

8049300: jjs scripting: need way to quote $EXEC command arguments to protect spaces
Summary: honor quoting with "" and '' as well as escaped spaces
Reviewed-by: hannesw, sundar


# 1196:d0efd099521a 02-Mar-2015 attila

8074031: Canonicalize is-a-JS-string tests
Reviewed-by: hannesw, lagergren


# 1033:c1f651636d9c 22-Sep-2014 hannesw

8047764: Indexed or polymorphic set on global affects Object.prototype
Reviewed-by: lagergren, attila


# 953:221a84ef44c0 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com