Commits Between origin/release/0.7.pre1 and release/0.7.pre2
Commits Between Branches origin/release/0.7.pre1 and
release/0.7.pre2
| b129be4
|
2019-07-17 |
Andy Chu |
[doc] Mark PROMPT_COMMAND as done. |
| 12b02c9
|
2019-07-17 |
Joshua Nelson |
[devtools] Add a function to do all steps in spec-bin.sh (#433) |
| 9eb61d7
|
2019-07-17 |
Andy Chu |
[test/spec-bin] Remove redundant 'set -e'. |
| 0293b68
|
2019-07-18 |
Andy Chu |
[spec/assoc] Tickled bug in bash (from bug-bash mailing list) |
| 7927758
|
2019-07-18 |
Andy Chu |
[doc] Document that array references must be explicit |
| b5fe9ab
|
2019-07-19 |
Andy Chu |
[doc] Update release announcement URLs. |
| fdb6119
|
2019-07-19 |
Andy Chu |
[configure] Add the FreeBSD patch to --prefix too |
| 5c8fd29
|
2019-07-19 |
Andy Chu |
[spec/assign-extended] Test cases for a[1]=2 syntax with builtins |
| 0f7b028
|
2019-07-20 |
Joshua Nelson |
[builtin/read] -n reads in unbuffered mode if stdin is a terminal (#437) |
| 971f1a0
|
2019-07-19 |
Andy Chu |
[builtins/assign] Start a new evaluation algorithm. |
| 0bfc953
|
2019-07-21 |
Andy Chu |
[test/spec] Fix 'read' test and move it. |
| e9472e0
|
2019-07-21 |
Andy Chu |
[spec/builtin-io] Update comment about mysterious hang. |
| 80418fd
|
2019-07-22 |
Andy Chu |
[osh-language] Big overhaul of assignment builtins. |
| 79e46e0
|
2019-07-22 |
Andy Chu |
[cleanup] Remove code for static parsing assignments. |
| c40279b
|
2019-07-22 |
Andy Chu |
[osh/word_parse] Tighten up the parsing of arrays. |
| 7e18655
|
2019-07-23 |
Andy Chu |
[spec/assign-extended] Mark known difference as N-I. |
| d50d690
|
2019-07-23 |
Andy Chu |
[builtins] Acecpt declare +r syntax. |
| f2a0ace
|
2019-07-23 |
Andy Chu |
[refactor] Get rid of var_flags_e.AssocArray |
| 949999b
|
2019-07-23 |
Andy Chu |
[osh-language] Respect readonly attribute on assocative arrays. |
| d17ff2c
|
2019-07-23 |
Andy Chu |
[spec/builtin-vars] Two bug fixes. |
| fcb53e0
|
2019-07-23 |
Andy Chu |
[builtins] Temp bindings on special builtins are no longer exported. |
| e147048
|
2019-07-23 |
Andy Chu |
[osh-language] Check consistency of -a and -A wit types. |
| fcca958
|
2019-07-23 |
Andy Chu |
[spec/assoc] The last commit fixed caught another type mismatch. |
| e2496a1
|
2019-07-23 |
Andy Chu |
[spec/assoc] Mark bash's behavior as buggy. |
| f100490
|
2019-07-23 |
Andy Chu |
[errors] Improve parse error message for a[0]=(1 2) |
| 37f7ce9
|
2019-07-23 |
Andy Chu |
[spec/array] OSH gives a parse error now, so it's OK. |
| f2149a4
|
2019-07-23 |
Andy Chu |
[spec/assign] Tighten up test cases after implementing dynamic assignment. |
| 07807d8
|
2019-07-23 |
Andy Chu |
[spec/append] Can append to nonexistent array |
| 5400359
|
2019-07-23 |
Andy Chu |
[spec/dparen] All tests are now green or yellow. |
| 6cc40c7
|
2019-07-23 |
Andy Chu |
[builtins/assign] Can now turn options off: declare +r +x |
| b512e30
|
2019-07-23 |
Andy Chu |
[spec/arith-context] Remove test that's already in spec/assign-extended. |
| 2c50af2
|
2019-07-24 |
Andy Chu |
[test/spec] Remove duplicate test and put it in its own file. |
| 900e1f8
|
2019-07-24 |
Andy Chu |
[spec/strict-options] Document array comparison behavior. |
| 17ac778
|
2019-07-24 |
Andy Chu |
[cleanup] Minor comments. |
| 6c61767
|
2019-07-24 |
Andy Chu |
[osh2oil] Disable translations of assignments for now. |
| 19952cd
|
2019-07-24 |
Andy Chu |
[spec/command-sub] Mark known difference as OK. |
| fa614a9
|
2019-07-24 |
Andy Chu |
spec tests for redirects and assignments |
| 8ed6cbf
|
2019-07-24 |
Andy Chu |
[osh-language] Allow global assignments to have redirects. |
| 7d2ec20
|
2019-07-24 |
Andy Chu |
[spec/assign] Failing spec tests for redirect/command sub issue. |
| 800e72d
|
2019-07-24 |
Andy Chu |
[alias] Fix bug with alias and assignment. |
| 7bfd2e4
|
2019-07-24 |
Andy Chu |
[spec/redirect] Fix a couple test cases. |
| 7f09221
|
2019-07-24 |
Andy Chu |
[test/spec] Adjust allowed failures. |
| f9f56e8
|
2019-07-24 |
Andy Chu |
[install] Install the man page. |
| 08e4f2c
|
2019-07-24 |
Andy Chu |
[release] Bump version to 0.7.pre2. |
| 6b2619b
|
2019-07-24 |
Andy Chu |
[doc, test] Updates after allowing assignments to have redirects. |
| 489abc4
|
2019-07-24 |
Andy Chu |
[osh/word_eval] Fix crash in 'readonly x='. |
| 2956cf2
|
2019-07-24 |
Andy Chu |
[test/lint] Fix build error. |