BIND 10 trac2372, created. 3446f7e74be156440c4e6b0333955b4c84e5443f [2372] overall documentation updates
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Nov 6 05:13:40 UTC 2012
The branch, trac2372 has been created
at 3446f7e74be156440c4e6b0333955b4c84e5443f (commit)
- Log -----------------------------------------------------------------
commit 3446f7e74be156440c4e6b0333955b4c84e5443f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 21:12:37 2012 -0800
[2372] overall documentation updates
commit 573c996957cb374223a921c0ec27a5218315b865
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 20:05:49 2012 -0800
[2372] some more cleanup for State::start by removing explicit continue.
maybe a matter of taste, but it seems to make it look more concise and
readable.
commit 3be2894bafa1ac7fdc9cbdfd81b9eb0b1aba16d6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 20:02:54 2012 -0800
[2372] even further simplification: deprecate start state
I recognized we only need to pass options to the initial state. So it makes
more sense to handle this case separately. this will simplify the interface
for the other classes, and it will make the entry point for the lexer clearer.
commit 3ce2efa154f8eff8fd7029925ffd29116e2be8fa
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 19:48:47 2012 -0800
[2372] even further simplification of option handling
commit 36c280eef8a417854f7bfd2c7ad1356a8d52dcee
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 19:27:25 2012 -0800
[2372] further simplification: don't need to save/restore options.
paren_count has all information, and we can handle it completely locally.
commit 6e50ccbf961a340686ed9a6cc4011a7d9a867ccb
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 19:17:25 2012 -0800
[2372] simplification: we actually don't need END_OF_LINE option.
it can be completely local in Start::handle().
commit 0c5e6acbe260c8095c3981526d3678e48f2faca9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 19:08:13 2012 -0800
[2372] handle crlf class
commit 54ac6712c946aad84cd21330a08c3064e28ab91d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 16:06:56 2012 -0800
[2372] make sure last_was_eol becomes false in EOF even with an error
commit 60977cf7528acb2bcc00067cb6a88a8136445453
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 15:59:10 2012 -0800
[2372] handle the case of comment after '('
commit cfc02b5aba598d12a89d51908beade5f3aaaf40f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 15:54:47 2012 -0800
[2372] cleanup: we now don't need to pass options to state::handle()
commit 5fd8dced290ab771f853ba6ae3127f16a2ac0689
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 15:48:37 2012 -0800
[2372] localize disabling options in (); we can do this without mutable state.
commit c1799647fcc9e61a46b254da71ab0dcb24660885
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 5 14:41:04 2012 -0800
[2372] handle comments in the start state
commit 9fcdf4d524b54dc80a2b68eb800861f1727330c8
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 2 17:03:11 2012 -0700
[2372] handle non-closed parenthesis error.
commit 182de87a7fd651f2b70e603b470ec71b8b3d48f0
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 2 16:44:56 2012 -0700
[2372] handle unbalanced parentheses.
commit d4902d224ce5d0ff1f7f289fd6ba32b0152dc5a3
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 2 16:25:57 2012 -0700
[2372] covered a minor case of initial_ws after skipping a newline
commit a5767f8d4eaa3e94b157fc00211a0d0fc3a4a989
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 2 16:18:43 2012 -0700
[2372] internal refactoring: pass original options at the time of start
this will make the overall interface simpler.
commit 65fee8d161688cc74df9f14b641b64bc5117cd1f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 2 16:03:36 2012 -0700
[2372] more parentheses support
commit 5044adfc3df675aad9dc287af4a3d799d40dfd80
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 2 15:29:15 2012 -0700
[2372] use the END_OF_STREAM constant instead of hardocded condition of '< 0'
commit b7939a2d63141a7920491f5f4c13c62eb13cf88c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 2 15:23:52 2012 -0700
[2372] more conflict resolution that git didn't detect.
commit 65fffc8b2838d3d08d9aba54ad9b41099c9e32f7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 2 15:23:32 2012 -0700
[2372] more conflict resolution
commit 8baae428236f887b53988cf0c7b52c3275acd531
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 2 14:56:02 2012 -0700
[2372] initial parentheses support
commit d6ed107c38459ad3c3f0b3f74475dda4707d7f23
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Nov 1 20:09:09 2012 -0700
[2372] handled spaces.
handle() signature was extended so it can refer to and update lexer
options.
commit 150c7dbba7294cf89dae06cafb3e07f407aa2062
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Oct 31 21:13:20 2012 -0700
[2372] lexer state classes, some initial defs and tests
Fixing merge conflicts:
src/lib/dns/master_lexer.cc
commit 2645b4f705c2793e4a40bc4604a953da69ec2506
Merge: c19c1ff 7a72794
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Nov 2 15:04:33 2012 -0700
[2372] Merge branch 'trac2371' into trac2372
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list