aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/parsing.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixup post-merge breakagelloyd2009-10-131-1/+1
|
* propagate from branch 'net.randombit.botan' (head ↵lloyd2009-10-131-18/+18
|\ | | | | | | | | | | 139d6957d20f0b1202e0eacc63cb011588faffde) to branch 'net.randombit.botan.c++0x' (head c16676fa6c393bc3f46a044755ce525a013380a6)
| * A few experiments with auto keyword type inference. Looks like things willlloyd2009-04-011-18/+18
| | | | | | | | | | be much cleaner, though I am looking forward to the new for syntax which will simplify a lot of these uses further.
* | In to_u32bit, ignore space characters in inputlloyd2009-10-061-0/+3
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-31/+33
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Move parsing.{h,cpp} to utils modulelloyd2008-09-281-0/+286