mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Merge branch 'topic/jimmyjones2/string-doc' of https://github.com/jimmyjones2/bro
This commit is contained in:
commit
73cc81f44a
3 changed files with 10 additions and 2 deletions
7
CHANGES
7
CHANGES
|
@ -1,4 +1,11 @@
|
||||||
|
|
||||||
|
2.3-124 | 2014-08-26 09:24:19 -0500
|
||||||
|
|
||||||
|
* Better documentation for sub_bytes (Jimmy Jones)
|
||||||
|
|
||||||
|
* BIT-1234: Fix build on systems that already have ntohll/htonll
|
||||||
|
(Jon Siwek)
|
||||||
|
|
||||||
2.3-121 | 2014-08-22 15:22:15 -0700
|
2.3-121 | 2014-08-22 15:22:15 -0700
|
||||||
|
|
||||||
* Detect functions that try to bind variables from an outer scope
|
* Detect functions that try to bind variables from an outer scope
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.3-121
|
2.3-124
|
||||||
|
|
|
@ -308,7 +308,8 @@ function edit%(arg_s: string, arg_edit_char: string%): string
|
||||||
##
|
##
|
||||||
## s: The string to obtain a substring from.
|
## s: The string to obtain a substring from.
|
||||||
##
|
##
|
||||||
## start: The starting position of the substring in *s*
|
## start: The starting position of the substring in *s*, where 1 is the first
|
||||||
|
## character. As a special case, 0 also represents the first character.
|
||||||
##
|
##
|
||||||
## n: The number of characters to extract, beginning at *start*.
|
## n: The number of characters to extract, beginning at *start*.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue