aboutsummaryrefslogtreecommitdiff
path: root/src/paramproc.cpp (follow)
AgeCommit message (Expand)Author
2008-09-24Ok, now all the warnings are gone (except for those coming from nids, but that'sMike Buland
2008-04-28Apparently there were a number of things that weren't strict ISO C++, the newMike Buland
2008-02-07Just updated the copyright date.Mike Buland
2007-12-18Corrected empty string comparrisons in Bu::ParamProc, it was checking for nullMike Buland
2007-11-15Added liscense info at the front of many, many files. Debating the old files.Mike Buland
2007-10-20Just marked Bu::FString::c_str as deprecated, don't use it, it'll go away later.Mike Buland
2007-08-14Fixed a crash in the FString::prepend function on a null string corner case.Mike Buland
2007-06-07The Stream Filter archetecture is finished, it's actually much cooler than IMike Buland
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
2007-03-14The param proc now actually uses the extra field.Mike Buland
2006-11-21Everything in libbu++ now passes -Wall, this should have been done a long timeMike Buland
2006-08-06It builds with build again, and even the tests now. woo!Mike Buland
2006-08-04Help triggers an exit now in the param processor.Mike Buland
2006-07-20Fixed a memory leak in the param processor.Mike Buland
2006-06-29Fixed a bug that would cause certain peramiters that were after parameters thatMike Buland
2006-06-29All done with all of the basic and some nice, extended functionality, now IMike Buland
2006-06-29Added the outlines for command parameter handling, for unknown parameterMike Buland
2006-06-29Completely removed the old, crappy pproc and replaced it with the new, shinyMike Buland