diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2016-08-23 18:14:18 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2016-08-23 18:14:18 +0900 |
commit | d1d79796fbd2261798011ce810b544b62b0668a1 (patch) | |
tree | 82c70f307c13216db11478b5a9383c736ba49433 /ChangeLog | |
parent | 18aa25c75d84b86be15a934554d3c829926a4066 (diff) | |
download | zsh-d1d79796fbd2261798011ce810b544b62b0668a1.tar.gz zsh-d1d79796fbd2261798011ce810b544b62b0668a1.tar.xz zsh-d1d79796fbd2261798011ce810b544b62b0668a1.zip |
39086: declare file local variables as 'static'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3c54cb9ca..38b790e59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-08-23 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + + * 39086: Src/mem.c: declare file local variables as 'static' + 2016-08-22 Oliver Kiddle <opk@zsh.org> * unposted (c.f. Mikael: 39078): Completion/Unix/Command/_git: |