- 28 Nov, 2012 1 commit
-
-
Marcin Siodelski authored
-
- 27 Nov, 2012 11 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 26 Nov, 2012 15 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
Cppcheck complained there's an uninitialized variable in constructor. This is mostly a false positive (the value is not used before being assigned), but fix it anyway to make it silent.
-
Jelte Jansen authored
These make distcheck fail on a number of systems (they have built-in disabling code for a number of other systems). See ticket #2479
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Conflicts: src/lib/datasrc/datasrc_messages.mes
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 23 Nov, 2012 1 commit
-
-
Marcin Siodelski authored
-
- 22 Nov, 2012 9 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Stephen Morris authored
-
Michal 'vorner' Vaner authored
We never have a chain of the transitions. We only do start and zero or one handle on the returned one. Simplify handle to return void, not NULL. Besides simplification, it allows testing without fake states (TBD) - we had no real state to test the multiple transitions.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Conflicts (from cherry-pick): src/lib/dns/tests/master_lexer_unittest.cc
-
Michal 'vorner' Vaner authored
The copy is shallow anyway, so it wouldn't survive for long.
-
Michal 'vorner' Vaner authored
If there's an error that manifests at the end of a file, like an unbalanced parenthesis or a quoted string that does not end, report the error. But also, return EOF as the next token, not an exception.
-
Michal 'vorner' Vaner authored
It was deemed unneeded and is removed therefore, to make the code smaller.
-
- 21 Nov, 2012 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-