diff options
author | Craig Silverstein <csilvers+gflags@google.com> | 2011-12-21 04:28:52 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers+gflags@google.com> | 2011-12-21 04:28:52 +0000 |
commit | ec7c7a209dc3204f86a6706d3aed59dd2945927e (patch) | |
tree | 2589eaad46d5e2fb630ad19589b63c7de62afd54 /ChangeLog | |
parent | 80912052d04cf3af319c7159a6bd3bf820f26c54 (diff) | |
download | gflags-ec7c7a209dc3204f86a6706d3aed59dd2945927e.tar.gz gflags-ec7c7a209dc3204f86a6706d3aed59dd2945927e.tar.bz2 gflags-ec7c7a209dc3204f86a6706d3aed59dd2945927e.zip |
Tue Dec 20 19:48:57 2011 Google Inc. <opensource@google.com>
* google-gflags: version 1.7
* Add CommandLineFlagInfo::flag_ptr pointing to current storage (musji)
* PORTING: flush after writing to stderr, needed on cygwin
* PORTING: Clean up the GFLAGS_DLL_DECL stuff better
* Fix a bug in StringPrintf() that affected large strings (csilvers)
* Die at configure-time when g++ isn't installed
git-svn-id: https://gflags.googlecode.com/svn/trunk@72 6586e3c6-dcc4-952a-343f-ff74eb82781d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Dec 20 19:48:57 2011 Google Inc. <opensource@google.com> + + * google-gflags: version 1.7 + * Add CommandLineFlagInfo::flag_ptr pointing to current storage (musji) + * PORTING: flush after writing to stderr, needed on cygwin + * PORTING: Clean up the GFLAGS_DLL_DECL stuff better + * Fix a bug in StringPrintf() that affected large strings (csilvers) + * Die at configure-time when g++ isn't installed + Fri Jul 29 19:05:21 2011 Google Inc. <opensource@google.com> * google-gflags: version 1.6 |