Merge branch 'topic/jimmyjones2/string-doc' of https://github.com/jimmyjones2/bro

This commit is contained in:
Jon Siwek 2014-08-26 09:24:19 -05:00
commit 73cc81f44a
3 changed files with 10 additions and 2 deletions

View file

@ -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
* Detect functions that try to bind variables from an outer scope

View file

@ -1 +1 @@
2.3-121
2.3-124

View file

@ -308,7 +308,8 @@ function edit%(arg_s: string, arg_edit_char: string%): string
##
## 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*.
##