summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-06-05 17:16:27 +0200
committerjmoenig <jens@moenig.org>2014-06-05 17:16:27 +0200
commit9f690fbfa393c2bc73ac4a8a479ae089161a7556 (patch)
tree36a14f2c60e55834fabeb6f289a65c6c68182244 /history.txt
parentf80235ee43f21db5a4036ce0cdbea65cc821899b (diff)
downloadsnap-byow-9f690fbfa393c2bc73ac4a8a479ae089161a7556.tar.gz
snap-byow-9f690fbfa393c2bc73ac4a8a479ae089161a7556.zip
initialize new variables with zero (instead of null)
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index 44160ca..53e6087 100755
--- a/history.txt
+++ b/history.txt
@@ -2153,3 +2153,4 @@ ______
140605
------
* Objects: stop replacing the empty string with the number zero in watchers
+* Threads: initialize new variables with zero (instead of null)