mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/vern/vec-append'
* origin/topic/vern/vec-append: d'oh, still have a (deprecated) string_array rather than string_vector forgot to update test suite results for v += e reap the fruits of v += e test case for v += e documentation of v += e v += e implemented Fixed a mistake in find_ip_addresses()
This commit is contained in:
commit
599af26496
45 changed files with 202 additions and 135 deletions
3
NEWS
3
NEWS
|
@ -309,6 +309,9 @@ New Functionality
|
|||
"s1 > s2", and "s1 >= s2" have the expected meanings in terms
|
||||
of non-equality, proper superset, and superset-or-equal.
|
||||
|
||||
- An expression of the form "v += e" will append the value of the expression
|
||||
"e" to the end of the vector "v" (of course assuming type-compatbility).
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue