efbfbf: upgrade to Bugs Everywhere Directory v1.5
[sawsim.git] / src /
2012-06-28 W. Trevor KingFix $(BUILD) -> $(BUILD_DIR) in k_model_utils.c rule.
2011-09-13 W. Trevor KingClose parens in gamma calculation in manual's timescale...
2011-09-13 W. Trevor KingFix omega -> \omega in manual's timescale discussion.
2010-11-04 W. Trevor KingMerge remote branch 'pub/master'
2010-11-02 W. Trevor KingUse `rm -rf` instead of `rmdir` for `make clean`.
2010-11-02 W. Trevor KingCreate new phony Makefile targets all_doc and all_bin.
2010-10-23 W. Trevor KingStart fleshing out "Related work" section in the manual.
2010-10-23 W. Trevor KingFix some long URLs that had been wrapped by pybtex.
2010-10-20 W. Trevor KingAdd CC, CFLAGS, and LDFLAGS to the Makefile for easy...
2010-10-18 W. Trevor King"% pop. per s" -> "%% pop. per s" in printf() for k_mod...
2010-10-18 W. Trevor KingAdd prelimiary check_* code for each *.h file in sawsim.nw.
2010-10-18 W. Trevor KingCorrections to sawsim.bib after earlier pybtex run.
2010-10-18 W. Trevor KingAdd missing comma between references to tension and...
2010-10-16 W. Trevor KingPreserve space after \copy macro in sawsim.bib.
2010-10-16 W. Trevor KingConsolidated ...X macros and abbreviated journal/publis...
2010-10-16 W. Trevor KingPassed sawsim.bib through pybtex and updated keys in...
2010-10-16 W. Trevor KingCorrections to saswim.bib before reformating with pybtex.
2010-10-14 W. Trevor KingUpdate copyright/licensing blurbs with newer GPLv3+.
2009-10-13 W. Trevor KingAdded inverse piston comments + whitespace in tension_b...
2009-09-25 W. Trevor KingFixed mispelled 'sec.transtion_rate' reference
2009-09-25 W. Trevor KingAdded cased equation to piston tension model description
2009-09-25 W. Trevor KingFixed typo in "Transition rate" section equation
2009-09-13 W. Trevor KingBumped to version 0.10. v0.10
2009-09-13 W. Trevor KingAdded max dF "-F" option to sawsim.
2009-09-13 W. Trevor KingAdded full_chain_stiffness() to handle stiffness with...
2009-09-13 W. Trevor KingAdded piston tension model.
2009-08-21 W. Trevor King-P option now sets target P_N, not P_1. Bumped to... v0.9
2009-08-13 W. Trevor KingThe (P_N = NP_1) bug that triggered 0.7 -> 0.8 isn...
2009-08-13 W. Trevor Kingsafe_strto*() now also checks for empty input
2009-08-13 W. Trevor KingSafer string to number conversion with ato*() -> safe_s...
2009-08-13 W. Trevor KingFixed _major_ bug in multi-domain unfolding calculation... v0.8
2009-08-03 W. Trevor Kinginverse_wlc now handles F=HUGE_VAL.
2009-03-24 W. Trevor KingAdded inverse tension functions for speed. Bumped... v0.7
2009-03-09 W. Trevor KingFixed up the guts to support the new multi-state capabi...
2009-03-05 W. Trevor KingStarting on version 0.6, with generalized discrete... v0.6
2009-02-25 W. Trevor KingAdded stiffness env. parameter and stiffness-corrected... v0.5
2009-02-24 W. Trevor KingIncreased verbose output from tension_model_utils.
2009-02-24 W. Trevor KingCorrected some strings for tension_model_utils.
2009-02-02 W. Trevor KingFixed a few minor typos.
2008-11-11 W. Trevor KingAdded Fmax and Xmax options to tension_model_utils
2008-09-07 W. Trevor KingRemoved debugging printfs from sawsim.c stepping
2008-09-06 W. Trevor KingAdded the option to make discrete steps in x.
2008-09-02 W. Trevor KingMade directory prerequisites order-only prerequisites.
2008-09-02 W. Trevor KingAdded a better introduction and UTF-8 capability in...
2008-09-02 W. Trevor KingFixed linker error running wlc check in check_sawsim.
2008-09-01 W. Trevor KingFixed some bugs with `make clean'
2008-09-01 W. Trevor KingMajor rewrite of the build system/Makefile reorganized.