]> git.sur5r.net Git - cc65/history - src/common/searchpath.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / common / searchpath.c
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-07 Oliver SchmidtMerge pull request #7 from greg-king5/config-buf
2013-05-07 Oliver SchmidtMerge pull request #6 from greg-king5/forget-path
2013-05-07 Greg KingRemoved useless command-line option. 6/head
2013-05-06 Oliver SchmidtAdded reference to unused variable to avoid GCC 4.6...
2013-05-06 Oliver SchmidtAdded search path relative to running binary on Windows.
2013-04-07 Oliver SchmidtAllow for warning-free build of common with MS VC on...
2010-05-28 uzPushSearchPath will add the path only if it's not alrea...
2010-05-28 uzNew functions PushSearchPath and PopSearchPath.
2010-05-09 uzRestructured search path handling.
2010-05-01 uzRewrote the search path routines to use collections...
2009-09-22 uzNew function AddSubSearchPathFromEnv.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2006-08-22 cuzReplace the fixed buffer in the Find() routine by a...
2003-08-03 cuzNew function ForgetAllSearchPaths
2003-05-30 cuzFixed a bug
2003-05-29 cuzAdd AddSearchPathFromEnv
2003-05-28 cuzMoved most of cc65/incpath to a common searchpath module